blob: d9767005f9ea3899dfef19837ce1ba527c1cf60f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
system_powerdown NOT working in qemu-kvm with KVM enabled for FreeBSD guests
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.
|