From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVaKg-0005tG-FR for qemu-devel@nongnu.org; Fri, 06 Feb 2009 18:42:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVaKe-0005sM-T9 for qemu-devel@nongnu.org; Fri, 06 Feb 2009 18:42:02 -0500 Received: from [199.232.76.173] (port=33156 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVaKe-0005sJ-Qe for qemu-devel@nongnu.org; Fri, 06 Feb 2009 18:42:00 -0500 Received: from fmmailgate02.web.de ([217.72.192.227]:38743) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVaKd-00065u-Lk for qemu-devel@nongnu.org; Fri, 06 Feb 2009 18:42:00 -0500 Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate02.web.de (Postfix) with ESMTP id 9929CFA12511 for ; Sat, 7 Feb 2009 00:41:58 +0100 (CET) Received: from [88.65.43.151] (helo=[192.168.1.198]) by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #277) id 1LVaKc-0001af-00 for qemu-devel@nongnu.org; Sat, 07 Feb 2009 00:41:58 +0100 Message-ID: <498CCABE.5080207@web.de> Date: Sat, 07 Feb 2009 00:41:50 +0100 From: Jan Kiszka MIME-Version: 1.0 References: <498CB609.5000403@mail.berlios.de> In-Reply-To: <498CB609.5000403@mail.berlios.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigDD4D453BFB7613D66F8ECF61" Sender: jan.kiszka@web.de Subject: [Qemu-devel] Re: [PATCH] Support diskless PC Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDD4D453BFB7613D66F8ECF61 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Stefan Weil wrote: > There is no reason why Qemu should not be able to emulate > a diskless PC. So we support it. Yeah, true! Acked-by: Jan Kiszka >=20 > Signed-off-by: Stefan Weil >=20 > Index: trunk/hw/pc.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- trunk.orig/hw/pc.c 2009-02-06 23:08:30.000000000 +0100 > +++ trunk/hw/pc.c 2009-02-06 23:08:51.000000000 +0100 > @@ -1147,6 +1147,7 @@ > .desc =3D "Standard PC", > .init =3D pc_init_pci, > .ram_require =3D VGA_RAM_SIZE + PC_MAX_BIOS_SIZE, > + .nodisk_ok =3D 1, > .max_cpus =3D 255, > }; > =20 > @@ -1155,5 +1156,6 @@ > .desc =3D "ISA-only PC", > .init =3D pc_init_isa, > .ram_require =3D VGA_RAM_SIZE + PC_MAX_BIOS_SIZE, > + .nodisk_ok =3D 1, > .max_cpus =3D 1, > }; --------------enigDD4D453BFB7613D66F8ECF61 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkmMyscACgkQniDOoMHTA+kj/ACbBHOYGbSenOvnrZ5cAqC5eU74 7EsAnRKfhbb4HCTzDQ39sABw3hvMn/EE =iNcl -----END PGP SIGNATURE----- --------------enigDD4D453BFB7613D66F8ECF61--