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 0x100 I've

Re: [Qemu-devel] hosting the forum

2006-10-02 Thread Damien Mascord
Hetz Ben Hamo wrote: Hi, Due to some personal problems (related to financial situations) I'm no longer being able to keep paying the server which hosts the QEMU forum. Therefore, I'm looking for someone who can host the QEMU forum (and, if possible, the nightly snapshots). If anyone would want

Re: [Qemu-devel] hosting the forum

2006-10-02 Thread Hetz Ben Hamo
Hi, It really depends if this is a shared host or a dedicated host. The previous QEMU forum was hosted on a shared host and the response time was awfully slow. Furthermore, you'll need MySQL 3.x (thats what I have on the server) and a bit knowledge of PHPBB in order to modify the configs to

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
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. Then lots

[Qemu-devel] qemu kqemu.c

2006-10-02 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/10/02 17:58:33 Modified files: . : kqemu.c Log message: 32 bit syscall fix (Juergen Keil) CVSWeb URLs:

[Qemu-devel] qemu/hw acpi.c

2006-10-02 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/10/02 18:25:40 Modified files: hw : acpi.c Log message: SMI enable bit support CVSWeb URLs:

[Qemu-devel] qemu/pc-bios bios.diff bios.bin

2006-10-02 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/10/02 18:35:39 Modified files: pc-bios: bios.diff bios.bin Log message: do not generate MP table if one CPU (no APIC in QEMU in this case) - added wbinvd (ignored in QEMU

[Qemu-devel] Brad Cambell's -no-reboot patch.

2006-10-02 Thread Luke Crawford
I have a client that has an existing systemimager infrastructure management system; I am helping them virtualize their computer systems using Xen. The version of systemimager they use uses a heavily modified 2.4 linux kernel on a floppy to boot new computers. I set them up with QEMU to

[Qemu-devel] qemu qemu-doc.texi vl.c

2006-10-02 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/10/02 19:44:22 Modified files: . : qemu-doc.texi vl.c Log message: no-reboot option CVSWeb URLs:

[Qemu-devel] Brad Cambell's -no-reboot patch.

2006-10-02 Thread Luke Crawford
re-sending because I wasn't paying attention and posted this as a reply to another thread. sorry. -- I have a client that has an existing systemimager infrastructure management system; I am helping them virtualize their computer systems using Xen. The version of systemimager they use

Re: [Qemu-devel] Brad Cambell's -no-reboot patch.

2006-10-02 Thread Andrew Barr
On Mon, 2006-10-02 at 13:21 -0700, Luke Crawford wrote: what needs to happen to get this patch committed? I think it was just committed to CVS if I'm not mistaken. ___ Qemu-devel mailing list Qemu-devel@nongnu.org

[Qemu-devel] windows compile error fix

2006-10-02 Thread alex
--- /d/qemu/block-raw.c Mon Oct 2 13:55:48 2006 +++ block-raw.c Mon Oct 2 13:42:55 2006 @@ -1134,6 +1134,10 @@ { } +void qemu_aio_flush(void) +{ +} + void qemu_aio_wait_start(void) { } ___ Qemu-devel mailing list Qemu-devel@nongnu.org

Re: [Qemu-devel] qemu-arm user mode

2006-10-02 Thread K. Richard Pixley
I have now managed to run a null program and a helloworld, (both eabi, linked statically, and without any thread calls), using the qemu-arm user mode, both inside and outside of scratchbox. To do this with qemu-0.8.2 I needed the following: 1) Paul's patch for NLS.

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 the ide disk

Re: [Qemu-devel] qemu-arm user mode

2006-10-02 Thread Paul Brook
1) Paul's patch for NLS. You mean TLS and/or NPTL. NLS is something completely different :-) Paul ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel