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

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

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/24 19:36:49 Modified files: pc-bios: bios.bin bios.diff Log message: updated CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/bios.bin?cvsroot=qemu&rev=1.16 http:

[Qemu-devel] qemu/hw piix_pci.c

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/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: http://cvs.savannah.g

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] [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, s

[Qemu-devel] qemu Changelog

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

[Qemu-devel] qemu vl.h

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/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=qemu&r1=1.153&r2=1.154 _

[Qemu-devel] qemu/hw piix_pci.c

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/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: http://cvs.savannah.gnu.

[Qemu-devel] qemu/linux-user main.c

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/24 18:48:23 Modified files: linux-user : main.c Log message: added cpu_smm_update() CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/main.c?cvsroot=qemu&r1=1.92&r2

[Qemu-devel] qemu/hw pc.c

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/24 18:48:00 Modified files: hw : pc.c Log message: moved MP table init to BIOS CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pc.c?cvsroot=qemu&r1=1.61&r2=1.62

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

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/24 18:45:28 Removed files: hw : acpi-dsdt.dsl Log message: moved ACPI table init to BIOS CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/acpi-dsdt.dsl?cvsroot=qem

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

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/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: http://cvs.

[Qemu-devel] qemu/hw acpi.c

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/24 18:44:17 Modified files: hw : acpi.c Log message: moved ACPI table init to BIOS - preliminary SMM support CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/acpi.

[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 Bellard06/09/24 18:41:56 Modified files: . : cpu-all.h cpu-exec.c vl.c Log message: added SMM support CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/cpu-all.h?cvsroot=qemu&r1=1

[Qemu-devel] qemu exec.c

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/24 18:41:10 Modified files: . : exec.c Log message: added cpu_get_physical_page_desc() CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/exec.c?cvsroot=qemu&r1=1.82&r

[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 Bellard06/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: http://cvs.savannah

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

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/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: http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/bios.bin

[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 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 message:

Re: [Qemu-devel] Win32 build

2006-09-24 Thread Alexey Eremenko
If you want to provide your binary, do it and announce it in this mailinglist. I have built an alpha version of Qemu setup, for your evaluation. Setup is based on your compilation.I have uploaded it via temporary HTTP server. Here is the link: http://www.yousendit.com/transfer.php?action=""> _

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

2006-09-24 Thread Kazu
hange to see the bianry posted to your site any >soon? Unfortunately I cannot build it myself, but this >is a major breakthrough. Thanks Kazu! Here you are. http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-20060924-harddisk.zip 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 cra

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] 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

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

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 s

RE: [Qemu-devel] Re: Audio output for CS4231, patch/RFC

2006-09-24 Thread malc
On Sun, 24 Sep 2006, Blue Swirl wrote: After having a cursory look at it only one thing really caught my attention: in the audio callback you set s->audio_free to the provided value, but then in you never use it. If i'm reading everything correctly this would lead to reading N bytes from DMA in

[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] 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

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