On Wednesday 15 September 2010 10:32:51 Gleb Natapov wrote: > On Wed, Sep 15, 2010 at 10:30:38AM -0500, Rick Vernam wrote: > > On Wednesday 15 September 2010 10:24:29 Gleb Natapov wrote: > > > On Wed, Sep 15, 2010 at 10:16:29AM -0500, Rick Vernam wrote: > > > > I don't have nearly enough info to file a proper bug report. > > > > > > > > I am running qemu-kvm-0.13.0 rc1 > > > > starting qemu like so: > > > > /root/qemu/bin/qemu-system-x86_64 -cpu host -enable-kvm -drive > > > > file=/root/qemu/w2k3_server.raw,if=virtio,aio=native -net > > > > nic,model=virtio,macaddr=52:54:00:12:34:56 -net tap,ifname=tap0 > > > > -localtime - usb -usbdevice tablet -vga std -vnc :25581 -monitor > > > > stdio -m 512 -runas rick > > > > > > > > When I reboot the guest OS, Qemu will quit during guest POST with the > > > > > > > following message: > > > How do you reboot it? From inside the guest or by system_reset in > > > monitor? > > > > From inside the guest. > > And if you do system_reset? Same failure.
> > > Also forgot to mention that this only happens when using -vnc > > You mean with SDL it works? Doesn't make sense to me :( I have not encountered any such error with SDL. Note that where I run Qemu and encounter this error, SDL support is not even enabled (headless server). Install prefix /root/qemu BIOS directory /root/qemu/share/qemu binary directory /root/qemu/bin config directory /root/qemu/etc Manual directory /root/qemu/share/man ELF interp prefix /usr/gnemul/qemu-%M Source path /root/qemu/qemu-kvm-0.13.0-rc1 C compiler gcc Host C compiler gcc CFLAGS -O2 -g QEMU_CFLAGS -m64 -fstack-protector-all -Wold-style-definition -Wold- style-declaration -I. -I$(SRC_PATH) -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE - D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant- decls -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -fno- strict-aliasing -march=native -O2 -pipe LDFLAGS -Wl,--warn-common -m64 -g -march=native -O2 -pipe make make install install host CPU x86_64 host big endian no target list x86_64-softmmu tcg debug enabled no Mon debug enabled no gprof enabled no sparse enabled no strip binaries yes profiler no static build no -Werror enabled no SDL support no curses support no curl support no check support no mingw32 support no Audio drivers Extra audio cards Block whitelist Mixer emulation no VNC TLS support yes VNC SASL support yes VNC JPEG support yes VNC PNG support yes VNC thread yes xen support no CPU emulation yes brlapi support no bluez support no Documentation yes NPTL support yes GUEST_BASE yes PIE user targets no vde support no IO thread no Linux AIO support yes ATTR/XATTR support yes Install blobs yes KVM support yes KVM PIT support yes KVM device assig. yes fdt support no preadv support yes fdatasync yes uuid support yes vhost-net support yes > > -- > Gleb.