[Qemu-devel] Receiving error during QEMU start-up

2006-03-17 Thread Michael Fisher
I have several versions and instances of QEMU in various directories. mainly I run Linux distros on top of my host XP computer for testing before putting them on USB pendrives. A few days ago I started receiving the following error message whenever I try to run QEMU: Could not initialize SDL

[Qemu-devel] x86_64 problem

2006-03-17 Thread Mario Goppold
Hi, i have some trouble with qemu-system-x86_64. Neither SuSE92-64 nor Ubuntu 5.10-64 will install. Here my env: Host OS: SuSE10 (i586) Kernel: 2.6.13-15.8-smp qemu: snapshot20060315 (without kqemu ) ./configure --prefix=/usr --cc=/opt/gcc33/bin/gcc-3.3 --interp-prefix=/usr/share/qemu/qemu-%M

Re: [Qemu-devel] -kernel-kqemu and a linux guest

2006-03-17 Thread Brad Campbell
Brad Campbell wrote: G'day all, I've had *great* results running win2k and xp with -kernel-kqemu on an Athlon host under linux 2.6, however my experiments using a linux guest have resulted in complete kernel bombs.. Is there anything I should be doing/thinking about when compiling a linux ker

[Qemu-devel] -kernel-kqemu and a linux guest

2006-03-17 Thread Brad Campbell
G'day all, I've had *great* results running win2k and xp with -kernel-kqemu on an Athlon host under linux 2.6, however my experiments using a linux guest have resulted in complete kernel bombs.. Is there anything I should be doing/thinking about when compiling a linux kernel for use as a guest

[Qemu-devel] [PATCH] hw/usb.c: fix some issues with hub layer preventing bsd guest usb stack from running

2006-03-17 Thread Lonnie Mendez
Hello list. Linked are some fixes to the hub layer that allow a FreeBSD guest's usb stack to run. Basically it allows for a variable hub descriptor size (if qemu currently had 7 emulated ports on the hub it would be OK). With this it was able to mount a flash drive and transfer some files