[Qemu-devel] How to log DRAM access address in QEMU

2015-10-19 Thread Yu-Cheng Liu
Dear all: I want to log out DRAM access information( address,read,write ) in QEMU when guest OS or application use the DRAM, which function can I add the log ? thanks for your help~

[Qemu-devel] QEMU q35 about Linux booting problem

2015-08-30 Thread Yu-Cheng Liu
Dear all: I can boot in Linux with default machine use : qemu-system-x86_64 -bios [ Path to coreboot with FILO ] -hda [ Path to Linux image ] -nographic when I use Q35 machine : qemu-system-x86_64 *-M q35* -bios [ Path to coreboot with FILO ] -hda [ Path to Linux image ] -nographic the FILO would

[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