Re: [Qemu-devel] simulate SMI in Qemu

2015-07-31 Thread Laszlo Ersek
On 07/30/15 09:16, Yu-Cheng Liu wrote: > hello, > Does QEMU support SMI/SMM implementation? Yes. > I use Qemu and coreboot to > trace the procedure of the SMI/SMM ,the program return in SMM initial > function ,the reason is the value return from "pci_read_word" ,the > function always return 0, w

[Qemu-devel] simulate SMI in Qemu

2015-07-30 Thread Yu-Cheng Liu
hello, Does QEMU support SMI/SMM implementation? I use Qemu and coreboot to trace the procedure of the SMI/SMM ,the program return in SMM initial function ,the reason is the value return from "pci_read_word" ,the function always return 0, whatever the address I give. I want to simulate the board