10.05.2013 14:48, Edward J. Shornock wrote: > * Edward J. Shornock <[email protected]> [10-05-2013 10:41 EEST]: >> > [..] >> I do not have this problem with a self-compiled qemu (git rev >> 66e61b55f158ef5628e4c056dd2f233c9351a3f5). > > > To clarify, I didn't build my own package. I built qemu with > > ./configure --audio-drv-list=alsa,oss,sdl,pa \ > --prefix=/path/ > make install
FWIW, there's no need to install it. It can be run right from the build directory, it will get all the other bits (bios, keyboard definitions, ipxe roms etc) from source directory too. > > Then ran qemu wit > > /path/bin/qemu-system-x86_64 -machine accel=kvm:tcg \ > -m 256 -cdrom debian-$VER-kfreebsd-amd64-netinst.iso I suppose you took this `-machine accel=kvm:tcg' from /usr/bin/kvm right? :) This is when you want to be generic and be able to run on any machine, the one which support kvm or not. If you know you need kvm, you may use -enable-kvm instead - easier to type ;) It will fail if kvm isn't available. Thanks, /mjt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

