From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzXQk-0003Ap-VF for qemu-devel@nongnu.org; Thu, 09 Aug 2012 14:25:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzXQj-0002Iu-CT for qemu-devel@nongnu.org; Thu, 09 Aug 2012 14:25:58 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:35917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzXQi-0002Fr-O9 for qemu-devel@nongnu.org; Thu, 09 Aug 2012 14:25:57 -0400 Message-ID: <502400A3.3070801@reactos.org> Date: Thu, 09 Aug 2012 20:25:39 +0200 From: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= MIME-Version: 1.0 References: <1344107406-27608-1-git-send-email-hpoussin@reactos.org> In-Reply-To: <1344107406-27608-1-git-send-email-hpoussin@reactos.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [FOR 1.2] Re: [PATCH v3 0/4] esp: add Tekram DC-390 emulation (PC SCSI adapter) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Paolo Bonzini , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Anthony Liguori Ping. Herv=C3=A9 Poussineau a =C3=A9crit : > This patch cleans up esp SCSI adapter emulation, by moving to > a new file the esp PCI emulation (patches 1 to 3). > Patch 4 adds a DC-390 emulation, which is not compiled on sparc. >=20 > You're now able to install MS Windows NT 3.1 (which does not support > IDE cdroms) directly on an empty VM, without installing MS-DOS first! >=20 > Changes v2->v3: > - move esp PCI emulation to a new file > - do not compile esp PCI emulation on sparc > - (DC-390 patch is left unchanged) >=20 > Changes v1->v2: > - use QOM casts > - add const on TypeInfo structure > - remove rom filename >=20 > Herv=C3=A9 Poussineau (4): > esp: move some definitions to header file > esp: move PCI emulation to a new file esp-pci.c > Revert "pci: add some stubs" > esp: add Tekram DC-390 emulation (PC SCSI adapter) >=20 > default-configs/pci.mak | 1 + > hw/Makefile.objs | 1 + > hw/esp-pci.c | 518 +++++++++++++++++++++++++++++++++++++++= ++++++++ > hw/esp.c | 487 +--------------------------------------= ----- > hw/esp.h | 119 +++++++++++ > hw/pci-stub.c | 15 -- > 6 files changed, 647 insertions(+), 494 deletions(-) > create mode 100644 hw/esp-pci.c >=20