]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386/emulate: add a panic.h
authorWei Liu <liuwe@linux.microsoft.com>
Fri, 7 Mar 2025 19:55:23 +0000 (11:55 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Apr 2025 16:23:26 +0000 (18:23 +0200)
commit2d4f09523fd48bdb42a163e3b53a420c799217f3
treee330148cb83dc546fd1e2a59c6593d239c603d94
parent5ffd2705f797ffe59165f3f29ad1065f648d6add
target/i386/emulate: add a panic.h

The macros will be used by the instruction emulator. The code is the same as
the one under hvf.

Signed-off-by: Wei Liu <liuwe@linux.microsoft.com>
Link: https://lore.kernel.org/r/1741377325-28175-13-git-send-email-liuwe@linux.microsoft.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/emulate/panic.h [new file with mode: 0644]