Re: [Xen-devel] [PATCH OSSTEST 05/12] Add and expose some testsupport APIs

2015-03-03 Thread Pang, LongtaoX
> -Original Message- > From: Ian Jackson [mailto:ian.jack...@eu.citrix.com] > Sent: Wednesday, February 11, 2015 10:54 PM > To: Hu, Robert > Cc: xen-devel@lists.xen.org; jfeh...@suse.com; wei.l...@citrix.com; > ian.campb...@citrix.com; Pang, LongtaoX > Subject: Re: [PATCH OSSTEST 05/12] Ad

Re: [Xen-devel] [PATCH OSSTEST 05/12] Add and expose some testsupport APIs

2015-02-13 Thread Hu, Robert
> -Original Message- > From: Ian Jackson [mailto:ian.jack...@eu.citrix.com] > Sent: Wednesday, February 11, 2015 10:54 PM > To: Hu, Robert > Cc: xen-devel@lists.xen.org; jfeh...@suse.com; wei.l...@citrix.com; > ian.campb...@citrix.com; Pang, LongtaoX > Subject: Re: [PATCH OSSTEST 05/12] Add

Re: [Xen-devel] [PATCH OSSTEST 05/12] Add and expose some testsupport APIs

2015-02-11 Thread Ian Jackson
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

[Xen-devel] [PATCH OSSTEST 05/12] Add and expose some testsupport APIs

2015-02-11 Thread Robert Ho
When install L2 guest, we will need to invoke 'select_ether' to get guest MAC address. So here expose select_ether(). And 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.