From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: Re: [PATCH v6 10/13] libxl: set nic type to VIF by default Date: Tue, 26 Jun 2012 17:20:35 +0100 Message-ID: <4FE9E153.1050309@citrix.com> References: <1339676475-33265-1-git-send-email-roger.pau@citrix.com> <1339676475-33265-11-git-send-email-roger.pau@citrix.com> <20452.22966.110320.601890@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20452.22966.110320.601890@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org Ian Jackson wrote: > Roger Pau Monne writes ("[PATCH v6 10/13] libxl: set nic type to VIF by default"): >> Set the default value for nic interfaces to VIF, since it used to be >> IOEMU, even for PV guests. > > If your renaming of IOEMU to VIF_IOEMU is correct, does this not stop > HVM guests getting emulated network interfaces by default ? Yes, if you want emulated interfaces with HVM guests you should use 'type=ioemu', that's how it has always been right?