[Qemu-devel] qemu qemu-doc.texi

2006-08-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/07 21:34:34 Modified files: . : qemu-doc.texi Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.101&

[Qemu-devel] qemu vl.c

2006-08-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/07 21:34:46 Modified files: . : vl.c Log message: copyright update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.206&

[Qemu-devel] qemu/audio wavcapture.c

2006-08-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/07 21:35:12 Modified files: audio : wavcapture.c Log message: mem leak fixes CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/audio/wavcapture.c?cvsroot=qemu&r1=1.

[Qemu-devel] qemu/hw ide.c

2006-08-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/07 21:36:34 Modified files: hw : ide.c Log message: use AIO for DMA transfers - enabled DMA for CDROMs CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ide.c

Re: [Qemu-devel] Resuming a guest freezes on high resolutions

2006-08-09 Thread Fabrice Bellard
This is a PCI save/restore issue. I am working on it. In between you can boot and wait until the VGA is initialized by the guest OS and then do the loadvm. Fabrice. Robert Annessi wrote: Hi, when using a higher resolutions then 640x480 resuming a guest freezes (I ran into that problem with l

[Qemu-devel] qemu/hw lance.c

2006-08-09 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/09 21:55:56 Modified files: hw : lance.c Log message: indent CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/lance.c?cvsroot=qemu&r1=1.7&am

[Qemu-devel] qemu/hw lance.c

2006-08-09 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/09 22:38:19 Modified files: hw : lance.c Log message: removed tabs CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/lance.c?cvsroot=qemu&r1=1.8&am

Re: [Qemu-devel] [PATCH] lance.c emulation corrections

2006-08-12 Thread Fabrice Bellard
Blue Swirl wrote: It could be worthwhile to check if lance (Am7990) and pcnet (Am79C970A) drivers could be merged. This was discussed briefly some years ago: http://lists.gnu.org/archive/html/qemu-devel/2004-10/msg00364.html Yes, a quick look shows 79c970a has one rx/tx buffer management mode

Re: [Qemu-devel] qemu usb-linux.c vl.h hw/esp.c hw/lsi53c895a.c ...

2006-08-12 Thread Fabrice Bellard
Hi, OK for the SCSI async support. I am making changes to have a better low level handling of CDROMs (both real host CDROMs and emulated ones), but I don't know when it will be ready. The changes mostly consists in adding a method in the block devices to support packet CD commands. About asy

Re: [Qemu-devel] [RFC] Allow trying to boot from multiple devices

2006-08-15 Thread Fabrice Bellard
It seems a good idea. Fabrice. Jeremy Katz wrote: The bochs rombios has supported attempting to boot from more than one device for a while. It seems like it would make sense to be able to specify "-boot acd" as an argument for qemu to try booting first from the floppy, then the cd and finally

[Qemu-devel] qemu vl.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 09:43:50 Modified files: . : vl.c Log message: win32 compilation fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.207&

Re: [Qemu-devel] qemu under x86_64: grub segfault, ld-linux.so segfault, lost ticks

2006-08-17 Thread Fabrice Bellard
Hi, You can use gdb in the virtual machine to see where are the segmentation faults and provide a register dump and a short disassembly output. Regards, Fabrice. J M Cerqueira Esteves wrote: As I said before, under Host CPU: AMD Athlon 64 3500+ (machine: HP dx5150 MT) Host operating syst

[Qemu-devel] qemu sdl.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 10:42:47 Modified files: . : sdl.c Log message: reset key modifiers when switching console (aka savevm keyboard bug) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Qemu-devel] qemu/hw vga.c vga_int.h cirrus_vga.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 10:44:00 Modified files: hw : vga.c vga_int.h cirrus_vga.c Log message: save VGA PCI state CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/vga.c?cvsroot=qemu

[Qemu-devel] qemu vl.h hw/mips_r4k.c hw/pc.c hw/ppc_chrp.c h...

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 10:45:20 Modified files: . : vl.h hw : mips_r4k.c pc.c ppc_chrp.c ppc_prep.c Log message: vga init changes CVSWeb URLs: http

[Qemu-devel] qemu/hw pci.c piix_pci.c rtl8139.c ne2000.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 10:46:34 Modified files: hw : pci.c piix_pci.c rtl8139.c ne2000.c Log message: PCI save/restore changes CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pci.c

[Qemu-devel] qemu/hw apic.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 10:48:06 Modified files: hw : apic.c Log message: save apic timer CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/apic.c?cvsroot=qemu&r1=1.9&

[Qemu-devel] qemu/hw ide.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 10:48:35 Modified files: hw : ide.c Log message: minimal PCI IDE save/restore CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ide.c?cvsroot=qemu&r1=1.4

[Qemu-devel] qemu osdep.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 16:19:07 Modified files: . : osdep.c Log message: fd leak fix (Igor Kovalenko) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/osdep.c?cvsroot=qemu&r1=1.1

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

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 17:22:54 Modified files: . : qemu-doc.texi vl.c Log message: -L help CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.10

[Qemu-devel] qemu Makefile.target

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 17:41:26 Modified files: . : Makefile.target Log message: disable -fomit-frame-pointer CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot

[Qemu-devel] qemu/hw cirrus_vga.c vga.c vga_int.h

2006-08-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/18 09:32:04 Modified files: hw : cirrus_vga.c vga.c vga_int.h Log message: fixed VGA resolutions with height > 1024 CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/q

[Qemu-devel] qemu/hw fdc.c

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 11:43:22 Modified files: hw : fdc.c Log message: use bdrv_media_changed() CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/fdc.c?cvsroot=qemu&r1=1.18&

[Qemu-devel] qemu/hw ide.c

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 11:44:22 Modified files: hw : ide.c Log message: better support of removable media CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ide.c?cvsroot=qemu&r1=

[Qemu-devel] qemu block-raw.c block.c block_int.h qemu-doc.t...

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 11:45:59 Modified files: . : block-raw.c block.c block_int.h qemu-doc.texi vl.h Log message: better support of host drives CVSWeb URLs: http

[Qemu-devel] Support of host drives

2006-08-19 Thread Fabrice Bellard
Hi, I just commited some new code to have a better support for host drives. The documentation is updated as well. I have only implemented Linux support. Contributors are welcomed to submit patches for better Windows, Mac OS X or BSD support. On the Linux host side, I am interested by a bette

[Qemu-devel] qemu/hw scsi-disk.c

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 11:58:10 Modified files: hw : scsi-disk.c Log message: no need for bdrv_close() CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/scsi-disk.c?cvsroot=qemu&am

[Qemu-devel] qemu/hw usb-msd.c

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 11:58:59 Modified files: hw : usb-msd.c Log message: delete block device CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/usb-msd.c?cvsroot=qemu&r1=1.5&am

[Qemu-devel] qemu tap-win32.c vl.c vl.h

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 12:37:52 Modified files: . : tap-win32.c vl.c vl.h Log message: win32 tap poll suppression (kazu) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tap-win32.c

[Qemu-devel] qemu Changelog

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 12:38:38 Modified files: . : Changelog Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.123&

[Qemu-devel] qemu sdl.c keymaps/ja

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 14:27:31 Modified files: . : sdl.c keymaps: ja Log message: Japanese keyboard fixes (kazu) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu qemu-doc.texi

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 16:56:18 Modified files: . : qemu-doc.texi Log message: removed outdated info CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&am

[Qemu-devel] qemu qemu-doc.texi

2006-08-21 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/21 20:26:44 Modified files: . : qemu-doc.texi Log message: spelling fixes (Stefan Weil) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu

[Qemu-devel] qemu qemu-doc.texi

2006-08-21 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/21 20:28:18 Modified files: . : qemu-doc.texi Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.106&

Re: [Qemu-devel][Patch] Fix QEMU failure for disk image on readonly filesystem

2006-08-21 Thread Fabrice Bellard
Stefan Weil wrote: Hello, qemu fails when the disk image file is writable but on a readonly filesystem (so it is not really writable). The patch below fixes this. It also declares a local function "static" (maybe this part of the patch is a matter of taste). Are you sure it is needed ? I made

Re: [Qemu-devel] windows xp under pclinuxos 2005

2006-08-21 Thread Fabrice Bellard
Jan Marten Simons wrote: I was asking for an integrated virtual FTP server (about 14 months ago). [snipped] My preference would be for an SMB server or NFS server fully integrated in slirp. A fully integrated NFS server would be quite simple to implement but it would not easily work with w

[Qemu-devel] qemu block.c

2006-08-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/23 21:14:38 Modified files: . : block.c Log message: fixed error handling CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block.c?cvsroot=qemu&r1=1.34&

[Qemu-devel] qemu block.c block-raw.c

2006-08-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/23 21:40:13 Modified files: . : block.c block-raw.c Log message: win32 compilation fixes CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block.c?cvsroot=qemu&am

[Qemu-devel] Re: PCNet and Lance merge, almost there

2006-08-24 Thread Fabrice Bellard
Blue Swirl wrote: Hi, I got PCNet working in Sun4m architecture by fixing endianness problems and adding IOMMU hooks. There are still some endianness issues, that's why I disabled the address matching code. The original code could benefit from some touchup and performance tuning. Any commen

[Qemu-devel] qemu block-raw.c

2006-08-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/24 18:58:29 Modified files: . : block-raw.c Log message: win32 aio emulation fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot=qemu&r1=1.

Re: [Qemu-devel] Re: PCNet and Lance merge, almost there

2006-08-24 Thread Fabrice Bellard
Igor Kovalenko wrote: On 8/24/06, *Blue Swirl* <[EMAIL PROTECTED] > wrote: >- A general remark : instead of using SPARC_IOMMU_TRANSLATE, you should use >new memory helpers to read or write bytes such as >pcnet_physical_memory_read() and pcnet_phys

[Qemu-devel] qemu vnc.c

2006-08-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/24 20:36:44 Modified files: . : vnc.c Log message: signed fixes - VNC console switch (initial patch by Andrzej Zaborowski) CVSWeb URLs: http://cvs.savannah.gnu.org

[Qemu-devel] qemu/hw serial.c

2006-08-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/26 18:00:36 Modified files: hw : serial.c Log message: 16 bit divider CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/serial.c?cvsroot=qemu&r1=1.12&

[Qemu-devel] Re: PCNet & Lance merge

2006-08-27 Thread Fabrice Bellard
Blue Swirl wrote: Hi, These patches merge PCNet and Lance, implement the new IOMMU access method and convert ESP and PCNet to use the new method. At least Sparc works as before. I think the changes should not change PC use of PCNet. Still one remark: using bswap() is almost surely a bug (w

Re: RE : [Qemu-devel] cdrom hardcoded index

2006-08-28 Thread Fabrice Bellard
Sylvain Petreolle wrote: hi, --- [EMAIL PROTECTED] a écrit : Hello. How about finally not having cdrom hardcoded? Right now installing some distro that reqires hda and hdc to be active raid components and having to change that single variable initialization vaue is easy but not comfortable

Re: [Qemu-devel] future OS X support

2006-08-28 Thread Fabrice Bellard
Hi, Mike Kronenberg wrote: @Fabrice How are your plans about supporting OS X in the future? We, for our part, are eager to push dev on OS X: - with the patches of Gwenole and pbrook, qemu 0.8.2 builds great on OS X ppc and intel (gcc4). All tests are OK. Maybe I can merge part of it if the

Re: [Qemu-devel] QEMU on dual core WinXP

2006-08-30 Thread Fabrice Bellard
Hi, Since version 0.8.2, QEMU includes the processor affinity fix. Did you try with this version ? Regards, Fabrice. Schwarz, Konrad wrote: Hi, I have a brand new dual core machine which caused QEMU to go into an endless loop under Windows XP. Modifying the process affinity mask to restri

[Qemu-devel] Re: Updated PCnet/Lance/DMA/ESP patch

2006-08-30 Thread Fabrice Bellard
Blue Swirl wrote: Hi, I added save, load and reset methods to pcnet.c. Can this be merged, or is there something that needs fixing? The changes for pcnet seem OK now. For the rest I would suggest adding one context for the dma, but it can wait (the ISA DMA has similar problems). Regards,

Re: [Qemu-devel] Re: QEMU on dual core WinXP

2006-09-01 Thread Fabrice Bellard
Schwarz, Konrad wrote: Since version 0.8.2, QEMU includes the processor affinity fix. Did you try with this version ? No, I branched off at 0.8.0. Is my assumtion correct that the problem lies in the way asynchronous events (interrupts) are signaled to the interpreter loop? Yes, and it is n

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

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 14:10:53 Modified files: . : vl.c qemu-doc.texi Log message: allow disabling of serial or parallel devices (Stefan Weil) CVSWeb URLs: http://cvs.savannah.gnu.org

[Qemu-devel] qemu/hw pcnet.c lance.c

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 16:07:02 Modified files: hw : pcnet.c Removed files: hw : lance.c Log message: initial sparc32 lance and pcnet merge CVSWeb URLs: http

[Qemu-devel] qemu Makefile.target vl.h hw/esp.c hw/iommu.c h...

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 16:09:07 Modified files: . : Makefile.target vl.h hw : esp.c iommu.c sun4m.c Added files: hw : sparc32_dma.c Log message

[Qemu-devel] qemu/hw pcnet.c

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 16:40:12 Modified files: hw : pcnet.c Log message: endianness fixes CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pcnet.c?cvsroot=qemu&r1=1.5&am

[Qemu-devel] qemu/target-i386 translate.c

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 17:09:02 Modified files: target-i386: translate.c Log message: multi byte nop support CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/translate.c?cvsroot

[Qemu-devel] qemu qemu-doc.texi

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 17:10:41 Modified files: . : qemu-doc.texi Log message: typo CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.108&

[Qemu-devel] qemu vl.h hw/pcnet.c hw/sparc32_dma.c

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 19:48:17 Modified files: . : vl.h hw : pcnet.c sparc32_dma.c Log message: better PCNET endianness support CVSWeb URLs: http

[Qemu-devel] Re: qemu fix for ARM systems

2006-09-09 Thread Fabrice Bellard
Hi, You should send your patches to the qemu-devel mailing list. The correct implementation for cache operations in QEMU is to do nothing because QEMU guaranties memory coherency, so you should remove tb_flush(). Regarding the N and Z flags, there should be a discussion in the mailing list.

[Qemu-devel] qemu vl.c

2006-09-09 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/09 11:10:18 Modified files: . : vl.c Log message: two stop bits support CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.212&

[Qemu-devel] qemu/hw tcx.c

2006-09-09 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/09 11:31:34 Modified files: hw : tcx.c Log message: more correct display functions CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/tcx.c?cvsroot=qemu&r1=1.

[Qemu-devel] qemu/hw slavio_serial.c

2006-09-09 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/09 11:35:47 Modified files: hw : slavio_serial.c Log message: added mouse protocol (Igor Kovalenko) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw

[Qemu-devel] qemu/hw slavio_serial.c

2006-09-09 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/09 11:38:11 Modified files: hw : slavio_serial.c Log message: fix serial irq logic (Blue Swirl) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/slavio_serial.c

[Qemu-devel] qemu block-vvfat.c

2006-09-09 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/09 12:03:20 Modified files: . : block-vvfat.c Log message: vvfat fixes (Roger Lathrop) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-vvfat.c?cvsroot=qemu

Re: [Qemu-devel] block-vvfat RW patch

2006-09-09 Thread Fabrice Bellard
Roger Lathrop wrote: 3) Changed sector2cluster to return a signed int, and added type casts to force the division to be signed. This is not safe. vvfat_write must be modified to handle the case where sectors are written before s->faked_sectors (maybe ignoring the write could suffice). Rega

Re: [Qemu-devel] PCI Bios fixup

2006-09-09 Thread Fabrice Bellard
Right, this is better. An even better fix would be to clear CS.RPL before the popf. Regards, Fabrice. Samuel Thibault wrote: Hi, The patch that qemu applies to bochs bios is a bit bugged: pci_pro_fail: pop edi pop esi - sti popf stc + and dword ptr[esp+4],0xfffc ;; reset

[Qemu-devel] qemu/hw slavio_serial.c

2006-09-09 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/09 12:17:15 Modified files: hw : slavio_serial.c Log message: allow host serial port usage (Blue Swirl) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw

Re: [Qemu-devel] ARM load/store multiple bug

2006-09-10 Thread Fabrice Bellard
Note that QEMU supports specific unaligned access handling when using the softmmu code. It is possible to implement the ARM specific unaligned accesses without slowing down the aligned case. See the mips case with do_unaligned_access(). Regards, Fabrice. Justin Fletcher wrote: On Sun, 10 Se

[Qemu-devel] qemu Makefile.target vl.h hw/sun4m.c hw/cs4231.c

2006-09-10 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/10 19:25:12 Modified files: . : Makefile.target vl.h hw : sun4m.c Added files: hw : cs4231.c Log message: dummy cs4231 audio

Re: [Qemu-devel] [PATCH] Don't include

2006-09-11 Thread Fabrice Bellard
The problem is that without this header it does not compile on some distributions (see old mailing list messages). Fabrice. David Woodhouse wrote: This file is not one of the kernel headers which is exported to userspace by the kernel. It should not exist in /usr/include/linux and certainly sh

Re: [Qemu-devel] cpustate patch

2006-09-14 Thread Fabrice Bellard
Rafael Espíndola wrote: While hunting a tls related bug in ARM emulation, I found that that qemu distributed with scratchbox includes the attached patch. Without the patch python's configure halts when checking for the -pthread option. The patch inverts the order of the list and makes the code

Re: [Qemu-devel] PCI IRQ routing problems

2006-09-14 Thread Fabrice Bellard
Ed Swierk wrote: Linux 2.6.17 running on the latest qemu snapshot is unable to route IRQs to more than 4 network interfaces when running without ACPI, and is limited to 2 network interfaces with ACPI enabled. [...] I suspect the problem in the non-ACPI case is caused by a limitation in the PCI IR

[Qemu-devel] qemu qemu-doc.texi

2006-09-20 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/20 20:28:05 Modified files: . : qemu-doc.texi Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.109&

[Qemu-devel] qemu hw/slavio_misc.c cpu-exec.c

2006-09-20 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/20 20:30:57 Modified files: hw : slavio_misc.c . : cpu-exec.c Log message: sun4m halt support (Blue Swirl) CVSWeb URLs: http://cvs.savannah.gnu.org

[Qemu-devel] qemu/hw vga_int.h vga.c

2006-09-21 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/21 21:46:53 Modified files: hw : vga_int.h vga.c Log message: VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

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

2006-09-23 Thread Fabrice Bellard
andrzej zaborowski wrote: This allows multiple PCI devices on a bus to use the same IRQ lines. The signals from all devices are ORed. It will only work if the guest OS'es drivers supports that. Linux guest required that to have scsi disks and usb devices working at the same time on an emulated V

[Qemu-devel] Linux ACPI RSDT probe bug

2006-09-23 Thread Fabrice Bellard
Hi, While moving the PCI, MP Table and ACPI table initialisation code to the Bochs BIOS, I found that even recent Linux kernels do not scan the ACPI RSDT table at the right addresses in the Extended BIOS Data Area. Does anyone know why it was never fixed ? It is very disturbing for QEMU becau

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

2006-09-23 Thread Fabrice Bellard
Blue Swirl wrote: Hi, This patch hooks CS4231 to the audio subsystem. It's not ready for applying, though I can already make some noise. Any comments? One comment: you could move the DMA related functions and registers to sparc32_dma.c because it seems reasonnable that the DMA stuff was real

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

2006-09-23 Thread Fabrice Bellard
Paul Brook wrote: On Saturday 23 September 2006 18:38, Fabrice Bellard wrote: andrzej zaborowski wrote: This allows multiple PCI devices on a bus to use the same IRQ lines. The signals from all devices are ORed. It will only work if the guest OS'es drivers supports that. Linux

[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

[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

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

[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&am

[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

[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

[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

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

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

[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

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

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

[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

[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

[Qemu-devel] qemu configure

2006-09-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/25 21:34:25 Modified files: . : configure Log message: removed unused code CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.110&

[Qemu-devel] qemu monitor.c

2006-09-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/25 21:33:49 Modified files: . : monitor.c Log message: fixed help info strings CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/monitor.c?cvsroot=qemu&r1=1.5

[Qemu-devel] qemu/hw vga.c

2006-09-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/25 21:41:20 Modified files: hw : vga.c Log message: VBE 4 bit bank selection fix (Volker Rupper) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/vga.c?cvsroot

[Qemu-devel] qemu/target-i386 helper2.c

2006-09-27 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/27 19:52:41 Modified files: target-i386: helper2.c Log message: enabled PSE36 for x86_64 (fix for OpenSolaris as guest) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

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

2006-09-27 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/27 19:54:02 Modified files: target-i386: cpu.h helper.c Log message: SMM fix for x86_64 CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/cpu.h?cvsroot=qemu&am

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

2006-09-27 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/27 21:31:59 Modified files: target-i386: helper.c Log message: fixed user mode emulation CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/helper.c?cvsroot=qemu

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

2006-09-29 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/29 20:01:17 Modified files: target-i386: helper.c Log message: 32 bit RSP update fix (aka Open Solaris x86_64 bug) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target

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

2006-10-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/10/01 16:08:15 Modified files: pc-bios: bios.diff bios.bin Log message: synced to Bochs BIOS - use 32 bit pushf/popf in 32 bit PCI bios - moved some useful defines in rombios.h

[Qemu-devel] qemu kqemu.c

2006-10-02 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/10/02 17:58:33 Modified files: . : kqemu.c Log message: 32 bit syscall fix (Juergen Keil) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/kqemu.c?cvsroot=qemu&r1=

<    1   2   3   4   5   6   7   8   9   10   >