From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH OSSTEST 05/12] Add and expose some testsupport APIs Date: Wed, 11 Feb 2015 14:54:06 +0000 Message-ID: <21723.27918.656302.518760@mariner.uk.xensource.com> References: <1423648341-203755-1-git-send-email-robert.hu@intel.com> <1423648341-203755-6-git-send-email-robert.hu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1423648341-203755-6-git-send-email-robert.hu@intel.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: Robert Ho Cc: longtaox.pang@intel.com, jfehlig@suse.com, wei.liu2@citrix.com, ian.campbell@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Robert Ho writes ("[PATCH OSSTEST 05/12] Add and expose some testsupport APIs"): > When install L2 guest, we will need to invoke > 'select_ether' to get guest MAC address. So here expose select_ether(). I'm not sure whether you actually need to do this. I will look at the rest of your series to see why prepareguest() isn't suitable. But this part of the patch is fine in principle. > And These seem like two indepenedent patches. They should be split up. > also, we added another function 'guest_editconfig_cd' and expose it. > This function bascically changes guest boot device sequence and > alter its on_reboot behavior to restart. I don't understand why guest_editconfig_nocd isn't sufficient. Ian.