X86EmulatorPkg icon indicating copy to clipboard operation
X86EmulatorPkg copied to clipboard

Results 5 X86EmulatorPkg issues
Sort by recently updated
recently updated
newest added

I have failed when I tried to build it myself: ``` /home/builder/workspace/uefi/Emulator/X86EmulatorPkg/qemu/target-i386/op_helper.c: In function ‘helper_pcmpestrm_xmm’: /home/builder/workspace/uefi/Emulator/X86EmulatorPkg/qemu/target-i386/ops_sse.h:2002:35: error: iteration 2147483648 invokes undefined behavior [-Werror=aggressive-loop-optimizations] 2002 | for (i = 0; i...

you're implementing unix-style print functions using UEFI's Ascii print functions. That doesn't work because unix uses %s for ascii strings while UEFI uses %s for unicode strings.

Hi, I think we should use TPL_HIGH_LEVEL to prevent qemu code be interrupted by higher priority TPL. Here is the patch. What do you think? ```diff --git a/X86EmulatorPkg/main.c b/X86EmulatorPkg/main.c index...

Depending on what you're looking at and who you're talking to, the system in question that this supports has multiple names. The documentation should reflect that to maximize the chance...

I'm so excited to have found this awesome project, thank you for your efforts. I was able to test successfully with an AMD RX 550 graphics card, which supports EFI...