permissions: 0.892 PID: 0.891 assembly: 0.887 register: 0.885 graphic: 0.883 vnc: 0.875 socket: 0.874 virtual: 0.873 semantic: 0.873 arm: 0.873 performance: 0.870 debug: 0.863 files: 0.861 boot: 0.859 device: 0.855 risc-v: 0.853 hypervisor: 0.853 VMM: 0.852 architecture: 0.851 network: 0.847 peripherals: 0.844 ppc: 0.841 kernel: 0.839 user-level: 0.831 TCG: 0.830 KVM: 0.802 x86: 0.796 mistranslation: 0.772 i386: 0.751 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