Hi,
Sorry for the delay...
On Fri, 2007-10-19 at 12:57 -0500, Milton Miller wrote:
> On Oct 18, 2007, at 6:46 PM, J. Mayer wrote:
> > On Thu, 2007-10-18 at 19:12 -0500, Rob Landley wrote:
[...]
> Rob was complaining he needed arch ppc to boot prep qemu but
> kernel_headers only worked on power
m landley.net (localhost [127.0.0.1])
by grelber.thyrsus.com (Postfix) with ESMTP id 3554073945
for <[EMAIL PROTECTED]>; Sun, 21 Oct 2007 09:29:31 -0400 (EDT)
From: Rob Landley <[EMAIL PROTECTED]>
Organization: Boundaries Unlimited
To: "J. Mayer" <[EMAIL PROT
On Sun, 2007-10-21 at 12:24 +0200, J. Mayer wrote:
> On Sun, 2007-10-21 at 04:55 -0500, Rob Landley wrote:
> > On Saturday 20 October 2007 3:50:52 am J. Mayer wrote:
[...]
> > > And you can get the list of all CPUs emulated by Qemu with the '-cpu ?'
> > > switch.
> >
> > I did that, but it -cpu ?
On Sun, 2007-10-21 at 04:55 -0500, Rob Landley wrote:
> On Saturday 20 October 2007 3:50:52 am J. Mayer wrote:
> > Sleep mode is currently implemented only for a few CPUs. I should add
> > all the currently emulated cores. For this, I would have to emulate the
> > HID registers, in most case, whic
On Saturday 20 October 2007 3:50:52 am J. Mayer wrote:
> Sleep mode is currently implemented only for a few CPUs. I should add
> all the currently emulated cores. For this, I would have to emulate the
> HID registers, in most case, which is still not done.
Getting it to exit in response to a shut
On Sat, 2007-10-20 at 23:49 +0200, Aurelien Jarno wrote:
> Aurelien Jarno a écrit :
> > Aurelien Jarno a écrit :
> >> Aurelien Jarno a écrit :
> >>
> >>> I have used QEMU CVS with a Debian Sid image. It basically works, I am
> >>> even able to login via SSH, but I have noticed two problems:
> >>>
Aurelien Jarno a écrit :
> Aurelien Jarno a écrit :
>> Aurelien Jarno a écrit :
>>
>>> I have used QEMU CVS with a Debian Sid image. It basically works, I am
>>> even able to login via SSH, but I have noticed two problems:
>>>
>>> - Some process hang, stay into "D" state and become unkillable. It s
Aurelien Jarno a écrit :
> Aurelien Jarno a écrit :
>
>> I have used QEMU CVS with a Debian Sid image. It basically works, I am
>> even able to login via SSH, but I have noticed two problems:
>>
>> - Some process hang, stay into "D" state and become unkillable. It seems
>> it can happen to all p
Aurelien Jarno a écrit :
> I have used QEMU CVS with a Debian Sid image. It basically works, I am
> even able to login via SSH, but I have noticed two problems:
>
> - Some process hang, stay into "D" state and become unkillable. It seems
> it can happen to all processes, but it is always reprod
J. Mayer a écrit :
> On Fri, 2007-10-19 at 17:19 +0200, Aurelien Jarno wrote:
>> On Thu, Oct 18, 2007 at 07:12:57PM -0500, Rob Landley wrote:
>>> The easy way to reproduce this is go to "http://landley.net/hg/firmware";,
>>> download tip, and "./build.sh powerpc". When it finishes building
>>>
On Fri, 2007-10-19 at 17:19 +0200, Aurelien Jarno wrote:
> On Thu, Oct 18, 2007 at 07:12:57PM -0500, Rob Landley wrote:
> > The easy way to reproduce this is go to "http://landley.net/hg/firmware";,
> > download tip, and "./build.sh powerpc". When it finishes building
> > everything, cd build a
On Sat, 2007-10-20 at 01:08 -0500, Rob Landley wrote:
> On Friday 19 October 2007 3:33:52 pm Aurelien Jarno wrote:
> > Aurelien Jarno a écrit :
> > > - The target CPU never gets into idle loop, so the host CPU is always
> > > used at 100%
> >
> > This is actually not a problem. The default CPU (
On Friday 19 October 2007 10:19:16 am Aurelien Jarno wrote:
> The small patch below fixes the IDE problem, but not the NE2000 ISA one.
> Please apply.
>
> Index: hw/i8259.c
> ===
> RCS file: /sources/qemu/qemu/hw/i8259.c,v
> retrieving
On Friday 19 October 2007 3:33:52 pm Aurelien Jarno wrote:
> Aurelien Jarno a écrit :
> > - The target CPU never gets into idle loop, so the host CPU is always
> > used at 100%
>
> This is actually not a problem. The default CPU (604) does not support
> DOZE or NAP. Switching to a 603 CPU, the ta
Aurelien Jarno a écrit :
> - The target CPU never gets into idle loop, so the host CPU is always
> used at 100%
>
This is actually not a problem. The default CPU (604) does not support
DOZE or NAP. Switching to a 603 CPU, the target CPU correctly goes
into idle loop.
--
.''`. Aurelien Jarn
On Fri, Oct 19, 2007 at 07:39:47PM +0200, Jocelyn Mayer wrote:
> > The small patch below fixes the IDE problem, but not the NE2000 ISA one.
> > Please apply.
>
> Interesting, thanks. I'll test this and apply or check for more fixes if
> needed... I'll also try to check what's happening with the NE
On Oct 18, 2007, at 6:46 PM, J. Mayer wrote:
On Thu, 2007-10-18 at 19:12 -0500, Rob Landley wrote:
The easy way to reproduce this is go to
"http://landley.net/hg/firmware";,
download tip, and "./build.sh powerpc". When it finishes building
everything, cd build and "./run-powerpc.sh".
[...]
On Oct 19, 2007, at 12:39 PM, Jocelyn Mayer wrote:
On Fri, 2007-10-19 at 17:19 +0200, Aurelien Jarno wrote:
The small patch below fixes the IDE problem, but not the NE2000 ISA
one.
Please apply.
Interesting, thanks. I'll test this and apply or check for more fixes
if
needed... I'll also try
On Fri, 2007-10-19 at 17:19 +0200, Aurelien Jarno wrote:
> On Thu, Oct 18, 2007 at 07:12:57PM -0500, Rob Landley wrote:
> > The easy way to reproduce this is go to "http://landley.net/hg/firmware";,
> > download tip, and "./build.sh powerpc". When it finishes building
> > everything, cd build an
On Thu, Oct 18, 2007 at 07:12:57PM -0500, Rob Landley wrote:
> The easy way to reproduce this is go to "http://landley.net/hg/firmware";,
> download tip, and "./build.sh powerpc". When it finishes building
> everything, cd build and "./run-powerpc.sh".
>
> What I did is build a new ppc_rom.bin
Rob Landley a écrit :
> The easy way to reproduce this is go to "http://landley.net/hg/firmware";,
> download tip, and "./build.sh powerpc". When it finishes building
> everything, cd build and "./run-powerpc.sh".
>
> What I did is build a new ppc_rom.bin (attached, source code is at
> http://
On Thu, 2007-10-18 at 19:12 -0500, Rob Landley wrote:
> The easy way to reproduce this is go to "http://landley.net/hg/firmware";,
> download tip, and "./build.sh powerpc". When it finishes building
> everything, cd build and "./run-powerpc.sh".
>
[...]
> The downside is that the result boots
The easy way to reproduce this is go to "http://landley.net/hg/firmware";,
download tip, and "./build.sh powerpc". When it finishes building
everything, cd build and "./run-powerpc.sh".
What I did is build a new ppc_rom.bin (attached, source code is at
http://landley.net/hg/firmware/raw-diff/9
23 matches
Mail list logo