Re: experimental qemu-devel port update, please test!

2007-07-14 Thread Juergen Lock
In article <[EMAIL PROTECTED]> you write: >On Fri, Jul 13, 2007 at 10:46:04PM +0200, Juergen Lock wrote: >> Okay what do you guys think about the following patch for now: >> (the SMP thing might actually be the cause for ports/113430, can >> someone verify?) > >I wonder if perhaps the port should

Re: experimental qemu-devel port update, please test!

2007-07-14 Thread Craig Boston
On Fri, Jul 13, 2007 at 10:46:04PM +0200, Juergen Lock wrote: > Okay what do you guys think about the following patch for now: > (the SMP thing might actually be the cause for ports/113430, can > someone verify?) I wonder if perhaps the port should be marked NO_PACKAGE, since quite a bit depends

Re: experimental qemu-devel port update, please test!

2007-07-13 Thread Eric Anderson
On 07/13/07 15:46, Juergen Lock wrote: On Thu, Jul 12, 2007 at 01:07:50PM -0500, Craig Boston wrote: On Thu, Jul 12, 2007 at 12:52:52PM -0500, Craig Boston wrote: For some reason when the ioctl is issued, curproc points to a totally bogus proc structure. curthread seems to be sane as far as I

Re: experimental qemu-devel port update, please test!

2007-07-13 Thread Juergen Lock
On Thu, Jul 12, 2007 at 01:07:50PM -0500, Craig Boston wrote: > On Thu, Jul 12, 2007 at 12:52:52PM -0500, Craig Boston wrote: > > For some reason when the ioctl is issued, curproc points to a totally > > bogus proc structure. curthread seems to be sane as far as I can tell, > > but the process it

Re: experimental qemu-devel port update, please test!

2007-07-13 Thread Attilio Rao
2007/7/12, Craig Boston <[EMAIL PROTECTED]>: On Thu, Jul 12, 2007 at 12:52:52PM -0500, Craig Boston wrote: > For some reason when the ioctl is issued, curproc points to a totally > bogus proc structure. curthread seems to be sane as far as I can tell, > but the process it claims to belong to is

Re: experimental qemu-devel port update, please test!

2007-07-13 Thread Scot Hetzel
On 7/12/07, Craig Boston <[EMAIL PROTECTED]> wrote: Aha! The problem isn't that curproc is garbage, but rather that it's being interpreted wrong. struct proc has some extra fields when KSE is #defined. KSE recently became a kernel option and was put in the DEFAULTS file, so everyone's kernel h

Re: experimental qemu-devel port update, please test!

2007-07-12 Thread John Nielsen
On Thursday 12 July 2007 02:30:51 pm Eric Anderson wrote: > Craig Boston wrote: > > On Thu, Jul 12, 2007 at 12:52:52PM -0500, Craig Boston wrote: > >> For some reason when the ioctl is issued, curproc points to a totally > >> bogus proc structure. curthread seems to be sane as far as I can tell, >

Re: experimental qemu-devel port update, please test!

2007-07-12 Thread Eric Anderson
Craig Boston wrote: On Thu, Jul 12, 2007 at 12:52:52PM -0500, Craig Boston wrote: For some reason when the ioctl is issued, curproc points to a totally bogus proc structure. curthread seems to be sane as far as I can tell, but the process it claims to belong to is full of junk. Aha! The prob

Re: experimental qemu-devel port update, please test!

2007-07-12 Thread Craig Boston
On Mon, Jul 09, 2007 at 11:49:33PM +0200, Juergen Lock wrote: > In article <[EMAIL PROTECTED]> you write: > >2007/7/9, Doug Rabson <[EMAIL PROTECTED]>: > >> On Monday 09 July 2007, Attilio Rao wrote: > >> > Please also note that stack here seems highly corrupted since values > >> > passed to _vm_ma

Re: experimental qemu-devel port update, please test!

2007-07-12 Thread Craig Boston
On Thu, Jul 12, 2007 at 12:52:52PM -0500, Craig Boston wrote: > For some reason when the ioctl is issued, curproc points to a totally > bogus proc structure. curthread seems to be sane as far as I can tell, > but the process it claims to belong to is full of junk. Aha! The problem isn't that cur

Re: experimental qemu-devel port update, please test!

2007-07-09 Thread Juergen Lock
In article <[EMAIL PROTECTED]> you write: >2007/7/9, Doug Rabson <[EMAIL PROTECTED]>: >> On Monday 09 July 2007, Attilio Rao wrote: >> > 2007/7/9, Eric Anderson <[EMAIL PROTECTED]>: >> > > Fatal trap 12: page fault while in kernel mode >> > > cpuid = 0; apic id = 00 >> > > fault virtual address =

Re: experimental qemu-devel port update, please test!

2007-07-09 Thread Juergen Lock
In article <[EMAIL PROTECTED]> you write: >Eric Anderson wrote: >> On 07/09/07 09:28, Attilio Rao wrote: >>> Eric Anderson wrote: On 07/09/07 08:00, Eric Anderson wrote: > Juergen Lock wrote: >> On Sun, Jul 08, 2007 at 01:15:35PM -0500, Eric Anderson wrote: >>> On 07/07/07 09:02, J

Re: experimental qemu-devel port update, please test!

2007-07-09 Thread Attilio Rao
Eric Anderson wrote: On 07/09/07 08:00, Eric Anderson wrote: Juergen Lock wrote: On Sun, Jul 08, 2007 at 01:15:35PM -0500, Eric Anderson wrote: On 07/07/07 09:02, Juergen Lock wrote: In article <[EMAIL PROTECTED]> you write: On 07/05/07 22:31, Eric Anderson wrote: [...] Although now I have t

Re: experimental qemu-devel port update, please test!

2007-07-09 Thread Eric Anderson
On 07/09/07 08:00, Eric Anderson wrote: Juergen Lock wrote: On Sun, Jul 08, 2007 at 01:15:35PM -0500, Eric Anderson wrote: On 07/07/07 09:02, Juergen Lock wrote: In article <[EMAIL PROTECTED]> you write: On 07/05/07 22:31, Eric Anderson wrote: [...] Although now I have the issue where using k

Re: experimental qemu-devel port update, please test!

2007-07-09 Thread Eric Anderson
Juergen Lock wrote: On Sun, Jul 08, 2007 at 01:15:35PM -0500, Eric Anderson wrote: On 07/07/07 09:02, Juergen Lock wrote: In article <[EMAIL PROTECTED]> you write: On 07/05/07 22:31, Eric Anderson wrote: [...] Although now I have the issue where using kqemu-kmod causes my system to reboot

Re: experimental qemu-devel port update, please test!

2007-07-08 Thread Juergen Lock
On Sun, Jul 08, 2007 at 01:15:35PM -0500, Eric Anderson wrote: > On 07/07/07 09:02, Juergen Lock wrote: >> In article <[EMAIL PROTECTED]> you write: >>> On 07/05/07 22:31, Eric Anderson wrote: >>>[...] >>> Although now I have the issue where using kqemu-kmod causes my system to >>> reboot or powe

Re: experimental qemu-devel port update, please test!

2007-07-08 Thread Eric Anderson
On 07/07/07 09:02, Juergen Lock wrote: In article <[EMAIL PROTECTED]> you write: On 07/05/07 22:31, Eric Anderson wrote: On 07/02/07 15:30, Juergen Lock wrote: Looks like its time for this again... Many bugs have been fixed, some features have been added, like, qemu-system-arm has grown emula

Re: experimental qemu-devel port update, please test!

2007-07-07 Thread Juergen Lock
In article <[EMAIL PROTECTED]> you write: >On 07/05/07 22:31, Eric Anderson wrote: >> On 07/02/07 15:30, Juergen Lock wrote: >>> Looks like its time for this again... Many bugs have been fixed, >>> some features have been added, like, qemu-system-arm has grown >>> emulation of a few PDAs like some

Re: experimental qemu-devel port update, please test!

2007-07-07 Thread Juergen Lock
In article <[EMAIL PROTECTED]> you write: >0n Thu, Jul 05, 2007 at 10:31:29PM -0500, Eric Anderson wrote: > >>On 07/02/07 15:30, Juergen Lock wrote: >>> Looks like its time for this again... Many bugs have been fixed, >>> some features have been added, like, qemu-system-arm has grown >>>

Re: experimental qemu-devel port update, please test!

2007-07-06 Thread Eric Anderson
On 07/05/07 22:31, Eric Anderson wrote: On 07/02/07 15:30, Juergen Lock wrote: Looks like its time for this again... Many bugs have been fixed, some features have been added, like, qemu-system-arm has grown emulation of a few PDAs like some Zaurus models, etc. As always, please test now, befor

Re: experimental qemu-devel port update, please test!

2007-07-05 Thread Wilkinson, Alex
0n Thu, Jul 05, 2007 at 10:31:29PM -0500, Eric Anderson wrote: >On 07/02/07 15:30, Juergen Lock wrote: >> Looks like its time for this again... Many bugs have been fixed, >> some features have been added, like, qemu-system-arm has grown >> emulation of a few PDAs like some Zaurus models,

Re: experimental qemu-devel port update, please test!

2007-07-05 Thread Eric Anderson
On 07/02/07 15:30, Juergen Lock wrote: Looks like its time for this again... Many bugs have been fixed, some features have been added, like, qemu-system-arm has grown emulation of a few PDAs like some Zaurus models, etc. As always, please test now, before I commit this, so we won't be in for na

experimental qemu-devel port update, please test!

2007-07-02 Thread Juergen Lock
Looks like its time for this again... Many bugs have been fixed, some features have been added, like, qemu-system-arm has grown emulation of a few PDAs like some Zaurus models, etc. As always, please test now, before I commit this, so we won't be in for nasty surprises afterwards... Thanx & enj

Re: experimental qemu-devel port update, please test!

2007-04-05 Thread Eric Anderson
On 04/05/07 16:03, Juergen Lock wrote: Hi! There have been a few interesting commits to qemu cvs, like, a qcow2 corruption bugfix, vmware vga emulation (-vmwarevga), and several emulated eepro100 (fxp) nic variants (-net nic,model=i82557b -net user worked for me with FreeBSD and linux guests, a

Re: experimental qemu-devel port update, please test!

2007-04-05 Thread Eric Anderson
On 04/05/07 16:03, Juergen Lock wrote: Hi! There have been a few interesting commits to qemu cvs, like, a qcow2 corruption bugfix, vmware vga emulation (-vmwarevga), and several emulated eepro100 (fxp) nic variants (-net nic,model=i82557b -net user worked for me with FreeBSD and linux guests, a

experimental qemu-devel port update, please test!

2007-04-05 Thread Juergen Lock
Hi! There have been a few interesting commits to qemu cvs, like, a qcow2 corruption bugfix, vmware vga emulation (-vmwarevga), and several emulated eepro100 (fxp) nic variants (-net nic,model=i82557b -net user worked for me with FreeBSD and linux guests, and seemed even slightly faster than the r

Re: experimental qemu-devel port (update), please test!

2007-03-04 Thread Eric Anderson
On 03/03/07 13:32, Juergen Lock wrote: In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] (Eric Anderson)writes: On 02/24/07 13:27, Juergen Lock wrote: On Sat, Feb 24, 2007 at 08:17:23PM +0100, Juergen Lock wrote: In article <[EMAIL PROTECTED]> you write: Is anyone else experiencing a nearly us

experimental qemu-devel port (update), please test! (was: Re: qemu segfaulting all over the place)

2007-03-03 Thread Juergen Lock
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] (Eric Anderson)writes: >On 02/24/07 13:27, Juergen Lock wrote: >> On Sat, Feb 24, 2007 at 08:17:23PM +0100, Juergen Lock wrote: >>> In article <[EMAIL PROTECTED]> you write: Is anyone else experiencing a nearly useless qemu experience with the