[Qemu-devel] [PATCH] A simple way to DMA (and async. IO) to make win2003 happy

2006-02-01 Thread Juergen Pfennig
Hello ... Please note: I will send the Async IO stuff later, see below. This Patch: Here is a very simple patch to ide.c that does not change the controller type and that lets an existing win2003 in- stallation use multi-sector IO and/or DMA. There is another patch for BS

[Qemu-devel] Crash of qemu while compiling using ant under emlulated x86_64 (hosted on ix86)

2006-02-01 Thread Yannick Patois
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have a reproducable bug, but involving a rather complex setup, before attempting to track this down, I would like to know if this is already known. Versions note for the host system: > uname -a Linux 2.4.21-37.EL.cernsmp #1 SMP i686 i686 i386 G

Re: [Qemu-devel] Qemu on Intel Macs

2006-02-01 Thread Mike Kronenberg
Hi there, thanks to a tipster I had a look at your sheepshaver 2 days ago :). qemu dyngen.c is compiling with the added i386 mach lines. Later I had some problems with osdep.h which is used by the qemu tools. I disabled it for now. Now I stuck with: softmmu_header.h:204: error can't find

[Qemu-devel] [PATCH] 16550A FIFO emulation

2006-02-01 Thread bcanet
Hi, This is a small patch I wrote to add 16550A FIFO emulation to QEMU. The main motivation to write this patch was the slowliness of the QEMU serial port when the guest operating system is under high load. With the 16450 UART an interrupt is generated for every byte send or received. With FIFO

[Qemu-devel] VMDK block device as a kernel module ?

2006-02-01 Thread Bogdan Harjoc
Hello, I haven't been watching qemu development too closely but AFAIK (anda quick search through the list archives says the same thing) there haven't been any efforts in building the vmware block driver as a kernel (block device) driver. This would of course be a complete waste of somebody's time _

[Qemu-devel] qemu qemu-doc.texi

2006-02-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/01 21:30:56 Modified files: . : qemu-doc.texi Log message: clearer -net doc (Paul Brook) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcv

[Qemu-devel] qemu configure

2006-02-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/01 21:45:16 Modified files: . : configure Log message: added --enable-cocoa in help (Pavel Janík) CVSWeb URLs: http://cvs.savannah.gnu.

[Qemu-devel] qemu/hw ne2000.c

2006-02-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/01 21:40:18 Modified files: hw : ne2000.c Log message: rxcr save/restore (initial patch by Jürgen Pfennig CVSWeb URLs: http://cvs.savann

Re: [Qemu-devel] Qemu on Intel Macs

2006-02-01 Thread Paul Brook
On Wednesday 01 February 2006 09:14, Mike Kronenberg wrote: > Hi there, > > thanks to a tipster I had a look at your sheepshaver 2 days ago :). > qemu dyngen.c is compiling with the added i386 mach lines. Later I > had some problems with osdep.h which is used by the qemu tools. I > disabled it for

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

2006-02-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/01 23:06:55 Modified files: . : Makefile.target vl.c vl.h Added files: . : tap-win32.c Log message: tap win32 suppo

Re: [Qemu-devel][PATCH] Tap and VLAN socket support for win32

2006-02-01 Thread Fabrice Bellard
Hi, I merged your patches and I made important changes to simplify them. I did not do any tests so tell me if you see problems. Regards, Fabrice. Kazu wrote: > Hi, > > I updated a patch to support tap for win32. > > Here is patches and a binary. > These patches are applied by patch -p1 option

[Qemu-devel] qemu block-cloop.c block-dmg.c

2006-02-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/01 21:43:52 Modified files: . : block-cloop.c block-dmg.c Log message: use uint8_t instead of char CVSWeb URLs: http://cvs.savannah.gnu.

Re: [Qemu-devel] [PATCH] A simple way to DMA (and async. IO) to make win2003 happy

2006-02-01 Thread Fabrice Bellard
Juergen Pfennig wrote: Hello ... Please note: I will send the Async IO stuff later, see below. This Patch: Here is a very simple patch to ide.c that does not change the controller type and that lets an existing win2003 in- stallation use multi-sector IO and/or DMA. > [.

Re: [Qemu-devel] [PATCH 2/3] ide lba48 support

2006-02-01 Thread Fabrice Bellard
Jens Axboe wrote: Subject: [PATCH] Add lba48 support to ide From: Jens Axboe <[EMAIL PROTECTED]> Date: 1136376117 +0100 Add lba48 support for the ide code. Read back of hob registers isn't there yet, though. Do you have a more recent patch ? In your latest patch, the lba48 field is never rese

[Qemu-devel] qemu vl.c

2006-02-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/01 21:29:26 Modified files: . : vl.c Log message: win32 socket support CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/vl.c.d

[Qemu-devel] qemu/hw ide.c

2006-02-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/01 22:20:12 Modified files: hw : ide.c Log message: correct DMA and transfer mode reporting (Jens Axboe) CVSWeb URLs: http://cvs.savannah