Re: [Qemu-devel] qemu/target-i386 helper.c

2006-10-02 Thread Eric Lowe
>> Then lots of 'timeout: reset bus, target=0, lun=0' and other warnings >> with: >> >> Error for command 'read sector' Error Level: informational >> Sense Key: aborted command >> Vendor 'Gen-ATA' error code: 0x3 > > That's a new problem. It seems that the updated bios.bin doesn't setup >

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-10-02 Thread Juergen Keil
> > Try to boot with the kernel debugger enabled, so that you can read > > the panic message (I guess it reboots because of a panic). > > D'oh, I should have known that ;). It's not able to mount root. One > thing it says on IDE init is: > > ata_set_feature: (0x66,0x0) failed Harmless. > T

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-10-02 Thread Paul Jakma
On Mon, 2 Oct 2006, Juergen Keil wrote: ... seems to indicate that it is trying to find an unused portion of 256 bytes of I/O space (for the NIC (?) at pci bus/device/func 0/3/0, according to the command "info pci" in qemu's monitor), and has failed. Yeah, seems to be for the NIC. I also get

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-10-02 Thread Juergen Keil
> On Fri, 29 Sep 2006, Fabrice Bellard wrote: > > > Log message: > > 32 bit RSP update fix (aka Open Solaris x86_64 bug) > > I've been getting the following errors the last while. > > Very early in kernel init: > > WARNING: failed to program IO space [0/3/0] [EMAIL PROTECTED] length 0x

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-10-01 Thread Paul Jakma
On Fri, 29 Sep 2006, Fabrice Bellard wrote: Log message: 32 bit RSP update fix (aka Open Solaris x86_64 bug) I've been getting the following errors the last while. Very early in kernel init: WARNING: failed to program IO space [0/3/0] [EMAIL PROTECTED] length 0x100 Later: WAR

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-09-29 Thread Eric Lowe
Woohoo! Thanks to everybody on the quick turnaround on this, it's very exciting to see it booting now. :) - Eric --- Fabrice Bellard <[EMAIL PROTECTED]> wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Fabrice Bellard06/09/29 > 20:01:17 > > Modified files: >

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-09-28 Thread Jens Arm
Hi This is not fixing the DHCP-Errors: If I do a "ipconfig /renew" in W2k I get: DHCP-Server unreachable I start qemu like this: qemu -snapshot -m 384 office.dsk If I try with -no-acpi, W2k is not loading the Kernel. Jens On Wed, 27 Sep 2006 21:31:59 + Fabrice Bellard <[EMAIL P