[Qemu-devel] /dev/kqemu could not be opened

2006-12-02 Thread Mihamina Rakotomandimby
Hi, I installed kqemu 1.3.0-pre9 and qemu 0.8.2. /dev/kqemu exist and is widely usable (chmod 666 and 777 tested) $ ls -l /dev/kqemu crwxrwxrwx 1 root root 250, 0 2006-12-02 23:34 /dev/kqemu But when launching qemu: $ qemu -m 512 debian.img Could not open

Re: [Qemu-devel] /dev/kqemu could not be opened

2006-12-02 Thread Michael McConnell
On Sat, 2 Dec 2006, Mihamina Rakotomandimby wrote: Hi, I installed kqemu 1.3.0-pre9 and qemu 0.8.2. /dev/kqemu exist and is widely usable (chmod 666 and 777 tested) $ ls -l /dev/kqemu crwxrwxrwx 1 root root 250, 0 2006-12-02 23:34 /dev/kqemu But when launching qemu:

Re: [Qemu-devel] [solved] /dev/kqemu could not be opened

2006-12-02 Thread Mihamina Rakotomandimby
On Sat, 2006-12-02 at 22:57 +, Michael McConnell wrote: $ qemu -m 512 debian.img Could not open '/dev/kqemu' - QEMU acceleration layer not activated Is the kqemu module loaded? If not, try 'modprobe kqemu' then restart QEMU. DumbAss could I be! kqemu was not loaded.

[Qemu-devel] initrd not working

2006-12-02 Thread Dick Streefland
Hi, I run qemu-0.8.2 on Kubuntu, and I would like to test an initramfs by booting the kernel with qemu. However, I'm having problems with the initrd. The kernel reports bad gzip magic numbers when checking the initramfs, both with a compressed ext2 filesystem image and with a compressed cpio

Re: [Qemu-devel] initrd not working

2006-12-02 Thread Daniel Jacobowitz
On Sun, Dec 03, 2006 at 12:18:58AM +0100, Dick Streefland wrote: Hi, I run qemu-0.8.2 on Kubuntu, and I would like to test an initramfs by booting the kernel with qemu. However, I'm having problems with the initrd. The kernel reports bad gzip magic numbers when checking the initramfs, both

[Qemu-devel] kernel panic when using kqemu

2006-12-02 Thread Mihamina Rakotomandimby
Hi, I am using kqemu 1.3.0-pre9 and qemu 0.8.2 on Ubuntu Edgy, kernel 2.6.17-generic. I run into kernel panic in the guest when launching qemu -kernel-kqemu. Some problems found on the net: http://haiku-os.org/trac/ticket/748