From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Wolf Subject: Re: [PATCH] xend: PV machines have no ioemu network Date: Tue, 15 Jul 2008 18:44:46 +0200 Message-ID: <487CD3FE.50800@suse.de> References: <487BC7E0.9040106@goop.org> <487C66CF.1030104@suse.de> <487CBBBE.4050405@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <487CBBBE.4050405@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge Cc: xen-devel@lists.xensource.com, Ian Jackson , Keir Fraser , Jean Guyader List-Id: xen-devel@lists.xenproject.org Jeremy Fitzhardinge schrieb: > Kevin Wolf wrote: >> Ians wants to keep changes from upstream qemu as small as possible in >> those files shared with qemu. I think this is the main reason why he >> didn't do it, and as long as slirp was compiled it just worked. >> >> Additionally, specifying no -net parameter always meant -net nic -net >> user for qemu, so we would not only change common code, but also the >> semantics of the command line parameters. I think this is even worse. >> > > If you've disabled slirp then "-net user" doesn't work; it would be > pretty silly for qemu to default to using "-net user" if it can't > possibly work. I think my patch is a bugfix for base qemu. Agreed. If you submit it to upstream qemu, it's a proper fix. Kevin