From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwpuW-0005jr-0W for qemu-devel@nongnu.org; Thu, 02 Aug 2012 03:33:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwpuS-0004lH-7G for qemu-devel@nongnu.org; Thu, 02 Aug 2012 03:33:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwpuR-0004lA-Vc for qemu-devel@nongnu.org; Thu, 02 Aug 2012 03:33:28 -0400 Message-ID: <501A2D44.6050401@redhat.com> Date: Thu, 02 Aug 2012 09:33:24 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1343840383-28138-1-git-send-email-hpoussin@reactos.org> <501A2039.50606@redhat.com> <501A2B54.5020008@reactos.org> In-Reply-To: <501A2B54.5020008@reactos.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] esp: add Tekram DC-390 emulation (PC SCSI adapter) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= Cc: Blue Swirl , qemu-devel@nongnu.org Il 02/08/2012 09:25, Herv=C3=A9 Poussineau ha scritto: >>> >>> +static void dc390_class_init(ObjectClass *klass, void *data) >>> +{ >>> + DeviceClass *dc =3D DEVICE_CLASS(klass); >>> + PCIDeviceClass *k =3D PCI_DEVICE_CLASS(klass); >>> + >>> + k->init =3D dc390_scsi_init; >>> + k->romfile =3D "INT13.BIN"; >> >> Is this available under a free license? Otherwise, it's probably easi= er >> to just add support to SeaBIOS. >=20 > Licence for the rom doesn't seem to be available, so I can drop that > line if you want. Yes, please. Paolo