Re: [Qemu-devel] [PATCH] IRQ sharing in PCI bus

2006-09-24 Thread Blue Swirl
As mentioned in the comments for the new code it looks like sparc64 IRQs are totally busted. I couldn't figure out out what the correct implementation was supposed to be, so I made something up. Sparc64 IRQs are completely unimplemented. I've postponed that until I get OpenBIOS to the point

Re: [Qemu-devel] Win32 build

2006-09-24 Thread Alexey Eremenko
On 9/24/06, Kazu [EMAIL PROTECTED] wrote: Hi,Win32 build has been still broken.Regards,Kazu___Qemu-devel mailing listQemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-develHi Kazu !I have heard, that you are Win32 Qemu maintainer; I am

Re: [Qemu-devel] Physical hard disk drive for win32

2006-09-24 Thread Alexey Eremenko
Is it hard to access raw hardware under Windows ? like Hard Disk...?Under Linux it is easy. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] [PATCH] Make with dependency checking

2006-09-24 Thread Stefan Weil
This small patch adds dependency checking for QEMU make. So I no longer have to rebuild all after a cvs update... Regards Stefan diff -u -b -B -r1.128 Makefile.target --- Makefile.target 23 Sep 2006 17:40:57 - 1.128 +++ Makefile.target 24 Sep 2006 10:15:30 - @@ -1,4 +1,5 @@

Re: [Qemu-devel] why is not kqemu free?

2006-09-24 Thread Robert Annessi
On 09/24/06 01:23, Mihamina Rakotomandimby wrote: I am looking for an explanation about kqemu is not free. It is free (as in beer), but not open source. Read the faq: http://kidsquid.com/cgi-bin/moin.cgi/FrequentlyAskedQuestions#head-7550ed5498dedce0f1b9a50dd47e490db719b76e Regards, Robert

Re: [Qemu-devel] Win32 build

2006-09-24 Thread Kazu
Alexey Eremenko wrote: Hi Kazu ! I have heard, that you are Win32 Qemu maintainer; I am Windows, Linux and Qemu user myself so I would like to work out some issues with you. I am not a meaitainer. I only provide binary packages. 1) I would like to build user-friendly setup for Qemu. 2) I would

[Qemu-devel] Re: Physical hard disk drive for win32

2006-09-24 Thread Ottavio Caruso
Kazu wote: Hi, An attached patch fixes to use raw access to physical hard disk drive for win32. It can be used as -hdb \\.\PhysicalDrive0 or -hdb //./PhysicalDrive0. Any change to see the bianry posted to your site any soon? Unfortunately I cannot build it myself, but this is a major

Re: [Qemu-devel] Physical hard disk drive for win32

2006-09-24 Thread Kazu
Alexey Eremenko wrote: Is it hard to access raw hardware under Windows ? like Hard Disk...? Under Linux it is easy. CVS build cannot access host's physical hard disk drive by -hdb //./PhysicalDrive0 after AIO was introduced. So I made a patch to fix it. Regards, Kazu

[Qemu-devel] sparc32: kernel crash while writing to disk

2006-09-24 Thread Aurelien Jarno
Hi, I have successfully installed a Debian instable on an emulated SparcStation 5 by QEMU. Globally it works correctly, but I have experienced a few kernel crashes, due to a problem with the ESP controller. It seems to occur while writing a high volume of data to disk, although that not always

[Qemu-devel] qemu vl.h hw/apb_pci.c hw/grackle_pci.c hw/pci....

2006-09-24 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 06/09/24 17:01:44 Modified files: . : vl.h hw : apb_pci.c grackle_pci.c pci.c piix_pci.c prep_pci.c unin_pci.c versatile_pci.c Log

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

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/09/24 18:38:12 Modified files: pc-bios: bios.bin bios.diff Log message: moved PCI, MP and ACPI init to bios CVSWeb URLs:

[Qemu-devel] qemu/target-i386 cpu.h exec.h helper.c helper2....

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/09/24 18:40:46 Modified files: target-i386: cpu.h exec.h helper.c helper2.c op.c translate.c Log message: added SMM support CVSWeb URLs:

[Qemu-devel] qemu cpu-all.h cpu-exec.c vl.c

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/09/24 18:41:56 Modified files: . : cpu-all.h cpu-exec.c vl.c Log message: added SMM support CVSWeb URLs:

[Qemu-devel] qemu Makefile.target hw/acpi-dsdt.hex

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/09/24 18:45:12 Modified files: . : Makefile.target Removed files: hw : acpi-dsdt.hex Log message: moved ACPI table init to BIOS CVSWeb URLs:

[Qemu-devel] qemu/hw acpi-dsdt.dsl

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/09/24 18:45:28 Removed files: hw : acpi-dsdt.dsl Log message: moved ACPI table init to BIOS CVSWeb URLs:

[Qemu-devel] qemu/hw pc.c

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/09/24 18:48:00 Modified files: hw : pc.c Log message: moved MP table init to BIOS CVSWeb URLs:

[Qemu-devel] qemu/hw piix_pci.c

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/09/24 18:49:13 Modified files: hw : piix_pci.c Log message: moved PCI init to BIOS - added ISA memory mapping registers and SMM support CVSWeb URLs:

[Qemu-devel] qemu vl.h

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/09/24 18:49:43 Modified files: . : vl.h Log message: moved PCI init to BIOS CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemur1=1.153r2=1.154

[Qemu-devel] qemu Changelog

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/09/24 18:49:55 Modified files: . : Changelog Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemur1=1.124r2=1.125

[Qemu-devel] [BUG?] Duplicate PCI setup?

2006-09-24 Thread Stefan Weil
When I start QEMU for i386 with an emulated PCI network card, this card's PCI memory space is setup twice: once by QEMU, a second time from BIOS. PCI I/O regions both times get the same address: ne2000_map: region=0, addr=0xc100, size=0x0100, type=1 ne2000_map: region=0, addr=0xc100,

Re: [Qemu-devel] [BUG?] Duplicate PCI setup?

2006-09-24 Thread Paul Brook
On Sunday 24 September 2006 19:52, Stefan Weil wrote: When I start QEMU for i386 with an emulated PCI network card, this card's PCI memory space is setup twice: once by QEMU, a second time from BIOS. PCI I/O regions both times get the same address: ne2000_map: region=0, addr=0xc100,

[Qemu-devel] qemu/hw piix_pci.c

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/09/24 19:31:43 Modified files: hw : piix_pci.c Log message: implement i440 instead of i450 ISA memory mappings to be compatible with Bochs CVSWeb URLs:

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

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/09/24 19:36:49 Modified files: pc-bios: bios.bin bios.diff Log message: updated CVSWeb URLs:

Re: [Qemu-devel] [BUG?] Duplicate PCI setup?

2006-09-24 Thread Stefan Weil
This was fixed with the latest CVS changes. Fabrice, you are really fast! Merci, Stefan On Sunday 24 September 2006 19:52, Stefan Weil wrote: When I start QEMU for i386 with an emulated PCI network card, this card's PCI memory space is setup twice: once by QEMU, a second time from BIOS.