PID: 0.088 vnc: 0.085 files: 0.078 permissions: 0.077 semantic: 0.077 other: 0.074 boot: 0.072 device: 0.071 socket: 0.067 graphic: 0.066 performance: 0.066 KVM: 0.064 network: 0.062 debug: 0.053 PID: 0.287 KVM: 0.207 debug: 0.082 boot: 0.068 device: 0.053 files: 0.053 performance: 0.042 socket: 0.042 semantic: 0.040 other: 0.034 network: 0.031 permissions: 0.025 vnc: 0.020 graphic: 0.016 virtio: trying to map MMIO memory Qemu host is Core i7, running Linux. Guest is Windows XP sp3. Often, qemu will crash shortly after starting (1-5 minutes) with a statement "qemu-system-x86_64: virtio: trying to map MMIO memory" This has occured with qemu-kvm 0.14, qemu-kvm 0.14.1, qemu-0.15.0-rc0 and qemu 0.15.0-rc1. Qemu is started as such: qemu-system-x86_64 -cpu host -enable-kvm -pidfile /home/rick/qemu/hds/wxp.pid -drive file=/home/rick/qemu/hds/wxp.raw,if=virtio -m 768 -name WinXP -net nic,model=virtio -net user -localtime -usb -vga qxl -device virtio-serial -chardev spicevmc,name=vdagent,id=vdagent -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 -spice port=1234,disable-ticketing -daemonize -monitor telnet:localhost:12341,server,nowait The WXP guest has virtio 1.1.16 drivers for net and scsi, and the most current spice binaries from spice-space.org. On Sun, Jul 31, 2011 at 12:01 AM, Rick Vernam