Re: [Qemu-devel] [PATCH] Increase max -kernel size

2007-03-27 Thread Daniel Jacobowitz
On Wed, Mar 28, 2007 at 12:35:18AM +0100, Thiemo Seufer wrote: > Right, a piggyback-style loader would likely fail in that case. Which is exactly the interesting case for x86_64. So, since Paul's verified that grub and lilo just put them far apart, maybe bumping up the size is the right thing to

Re: [Qemu-devel] virtual machine halting and loosing connections

2007-03-27 Thread Rick Vernam
On Tuesday 27 March 2007 06:34:04 pm Kyle Hubert wrote: > I've been looking online, but I can't say that I have found the answer > to this yet. > > When using QEMU, I've noticed that if I switch away to a different > virtual desktop on the host OS's WM, then QEMU stops what it is doing. > It's real

Re: [Qemu-devel] virtual machine halting and loosing connections

2007-03-27 Thread Paul Brook
On Wednesday 28 March 2007 01:22, andrzej zaborowski wrote: > On 28/03/07, Kyle Hubert <[EMAIL PROTECTED]> wrote: > > I've been looking online, but I can't say that I have found the answer > > to this yet. > > > > When using QEMU, I've noticed that if I switch away to a different > > virtual deskto

Re: [Qemu-devel] virtual machine halting and loosing connections

2007-03-27 Thread andrzej zaborowski
On 28/03/07, Kyle Hubert <[EMAIL PROTECTED]> wrote: I've been looking online, but I can't say that I have found the answer to this yet. When using QEMU, I've noticed that if I switch away to a different virtual desktop on the host OS's WM, then QEMU stops what it is doing. It's really clear when

Re: [Qemu-devel] [PATCH] Increase max -kernel size

2007-03-27 Thread Thiemo Seufer
Paul Brook wrote: > > > Note, that does not readily work - this is where we load the > > > compressed kernel image and initrd, but what matters is the size it > > > gets uncompressed to. > > > > I think what matters is the space taken by (uncompressed and loaded) > > kernel ALLOC segments. Everythi

[Qemu-devel] virtual machine halting and loosing connections

2007-03-27 Thread Kyle Hubert
I've been looking online, but I can't say that I have found the answer to this yet. When using QEMU, I've noticed that if I switch away to a different virtual desktop on the host OS's WM, then QEMU stops what it is doing. It's really clear when it's in the middle of a boot, but it always occurs.

Re: [Qemu-devel] [PATCH] Increase max -kernel size

2007-03-27 Thread Paul Brook
> > Note, that does not readily work - this is where we load the > > compressed kernel image and initrd, but what matters is the size it > > gets uncompressed to. > > I think what matters is the space taken by (uncompressed and loaded) > kernel ALLOC segments. Everything above that should be ok to

Re: [Qemu-devel] [PATCH] Increase max -kernel size

2007-03-27 Thread Thiemo Seufer
Daniel Jacobowitz wrote: > On Tue, Mar 27, 2007 at 08:16:40PM +0100, Thiemo Seufer wrote: > > Gwenole Beauchesne wrote: > > > Hi, > > > > > > The following patch increases max kernel size to 8 MB when qemu is > > > invoked > > > with -kernel and -initrd. Otherwise, x86_64 kernel panics when load

Re: [Qemu-devel] [PATCH] Increase max -kernel size

2007-03-27 Thread Daniel Jacobowitz
On Tue, Mar 27, 2007 at 08:16:40PM +0100, Thiemo Seufer wrote: > Gwenole Beauchesne wrote: > > Hi, > > > > The following patch increases max kernel size to 8 MB when qemu is invoked > > with -kernel and -initrd. Otherwise, x86_64 kernel panics when loading the > > initrd (e.g. /x86_64/isolinux/a

Re: [Qemu-devel] [PATCH] Increase max -kernel size

2007-03-27 Thread Thiemo Seufer
Gwenole Beauchesne wrote: > Hi, > > The following patch increases max kernel size to 8 MB when qemu is invoked > with -kernel and -initrd. Otherwise, x86_64 kernel panics when loading the > initrd (e.g. /x86_64/isolinux/alt0/{vmlinuz,all.rdz}). I would like a patch which adjusts the initrd load

Re: [Qemu-devel] [PATCH] Increase max -kernel size

2007-03-27 Thread Daniel Jacobowitz
On Tue, Mar 27, 2007 at 06:14:22PM +0200, Gwenole Beauchesne wrote: > Hi, > > The following patch increases max kernel size to 8 MB when qemu is invoked > with -kernel and -initrd. Otherwise, x86_64 kernel panics when loading the > initrd (e.g. /x86_64/isolinux/alt0/{vmlinuz,all.rdz}). When I t

[Qemu-devel] [PATCH] Increase max -kernel size

2007-03-27 Thread Gwenole Beauchesne
Hi, The following patch increases max kernel size to 8 MB when qemu is invoked with -kernel and -initrd. Otherwise, x86_64 kernel panics when loading the initrd (e.g. /x86_64/isolinux/alt0/{vmlinuz,all.rdz}). Thanks, Gwenole. 2007-03-27 Gwenole Beauchesne <[EMAIL PROTECTED]> * hw/pc

[Qemu-devel] ne2000 bug? buffer full/empty

2007-03-27 Thread Marcel Block
Hi qemu-devers, this is my first post here, so please be kind :-) i believe i found a bug in qemu's ne2000 code. i'm currently working on a ne2000 driver for my little hobby-os and i'm having some troubles getting it to receive any packets when running on qemu. but it works fine on bochs and

[Qemu-devel] Ne2000 bug?, buffer full/empty

2007-03-27 Thread Marcel Block
Hi qemu-devers, this is my first post here, so please be kind :-) i believe i found a bug in qemu's ne2000 code. i'm currently working on a ne2000 driver for my little hobby-os and i'm having some troubles getting it to receive any packets when running on qemu. but it works fine on bochs and

Re: [Qemu-devel] [PATCH] Implement Win32 locking in vl.c (create_pidfile).

2007-03-27 Thread Carlos O'Donell
On Mon, Mar 26, 2007 at 12:30:13AM +0100, Thiemo Seufer wrote: > > I renamed it to qemu_create_pidfile and moved it to osdep.h. I hope > > that has all necessary includes. Please test. > > osdep.c, that is, only a tiny bit was for osdep.h. :-) Tested on Windows Server 2003, thanks for the quick r

[Qemu-devel] Patch: generate a DBF when a GPF could not be delivered on x86

2007-03-27 Thread Bernhard Kauer
Qemu does not generate a double fault (DBF) on x86, if a general protection fault could not be delivered. Instead it hangs in a loop. The patch fix this bug by checking whether we are already in a GPF exception. Bernhard Kauer Index: helper.c ===

[Qemu-devel] libm.so.6 not found with qemu-ppc

2007-03-27 Thread Mederle Nicolas
Hello, I build my ppc-elf toolchain. But I'm not the target to check my soft. I want use the Qemu simulator, but when I carry out the "qemu-ppc -L / /{toolchain}/bin/ls" instruction , I have the following error : + When I put the libm.so.6 library of eldk toolchain (from {toolchain}/p