From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVaON-00070g-2r for qemu-devel@nongnu.org; Fri, 06 Feb 2009 18:45:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVaOL-0006zV-5A for qemu-devel@nongnu.org; Fri, 06 Feb 2009 18:45:50 -0500 Received: from [199.232.76.173] (port=33991 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVaOK-0006zO-S4 for qemu-devel@nongnu.org; Fri, 06 Feb 2009 18:45:48 -0500 Received: from yw-out-1718.google.com ([74.125.46.153]:58549) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVaOK-0006Vd-Gn for qemu-devel@nongnu.org; Fri, 06 Feb 2009 18:45:48 -0500 Received: by yw-out-1718.google.com with SMTP id 6so110998ywa.82 for ; Fri, 06 Feb 2009 15:45:48 -0800 (PST) Message-ID: <498CCB95.5030501@codemonkey.ws> Date: Fri, 06 Feb 2009 17:45:25 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Support diskless PC References: <498CB609.5000403@mail.berlios.de> In-Reply-To: <498CB609.5000403@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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 Stefan Weil wrote: > Hello, > > there is no reason why Qemu should not be able to emulate > a diskless PC. This patch allows this configuration > without tricks like dummy disks. > What circumstance would you run a VM with no disk, without -kernel, and without -boot n? Regards, Anthony Liguori > Regards > Stefan Weil > > >