[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [Bug 643430] Re: system_powerdown is working in qemu-kvm wi
|
From: |
Michael Tokarev |
|
Subject: |
[Qemu-devel] [Bug 643430] Re: system_powerdown is working in qemu-kvm with KVM enabled for FreeBSD guests |
|
Date: |
Fri, 12 Nov 2010 00:28:57 -0000 |
** Bug watch added: Debian Bug tracker #603223
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603223
** Also affects: qemu-kvm (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603223
Importance: Unknown
Status: Unknown
** Package changed: qemu-kvm (Debian) => debian
** Changed in: debian
Importance: Unknown => Undecided
** Changed in: debian
Status: Unknown => New
** Changed in: debian
Remote watch: Debian Bug tracker #603223 => None
--
system_powerdown is working in qemu-kvm with KVM enabled for FreeBSD guests
https://bugs.launchpad.net/bugs/643430
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: New
Status in Debian GNU/Linux: New
Bug description:
system_powerdown stops working in qemu-kvm for FreeBSD guests if KVM is enabled.
How to reproduce:
1. qemu -cdrom ~/.VirtualBox/libvirt/FreeBSD-8.1-RELEASE-i386-bootonly.iso
2. Enter system_powerdown in the qemu console
3. Nothing happens.
Adding --no-kvm option makes system_powerdown work:
1. qemu --no-kvm -cdrom
~/.VirtualBox/libvirt/FreeBSD-8.1-RELEASE-i386-bootonly.iso
2. system_powerdown
3. FreeBSD installer shows the shutdown dialog as expected
Tested on FreeBSD 6.4, 7.2, and 8.0 with qemu-kvm 0.12.5 and older versions.