On Mon, Apr 20, 2015 at 09:52:59PM +0800, eJim Lee wrote:
I retried vgabios with VGA(same as "-vga std") device and found the problem again. For wbc.exe, first screen looked nice when loading and screen mess after about 15 seconds on second screen.
I used qemu 2.1.2 and my command line: qemu-system-x86_64 \ -m 1024 \ -smp 1 \ -net none \ -enable-kvm \ -hda /home/lyj/qemu/tmp/xp_noqxl.append \ -device VGA,romfile=/root/qemu/seabios/out/vgabios.bin \ -spice port=5900,addr=0.0.0.0,disable-ticketing,seamless-migration=on \ -chardev stdio,id=debugcon \ -device isa-debugcon,iobase=0x0402,chardev=debugcon \
Do you still see the problem if spice is not enabled (that is, if you use the same command line without "-spice")?
If you do see corruption, we need to see the full debug log from the session.
-Kevin