Re: [libvirt] [PATCH] add console support in libxl

2013-07-17 Thread Jim Fehlig
Bamvor Jian Zhang wrote: Hi, Jim thanks your reply. one comment below. 已写入 Jim Fehlig jfeh...@suse.com On 07/04/2013 05:58 AM, Bamvor Jian Zhang wrote: BTW, do all of these types work with Xen? I've only tested with type 'pty', which works fine with both pv and hvm guests.

Re: [libvirt] [PATCH] add console support in libxl

2013-07-17 Thread Eric Blake
On 07/17/2013 03:21 PM, Jim Fehlig wrote: Oh, and one more thing... @@ -4739,6 +4857,7 @@ static virDriver libxlDriver = { .domainManagedSave = libxlDomainManagedSave, /* 0.9.2 */ .domainHasManagedSaveImage = libxlDomainHasManagedSaveImage, /* 0.9.2 */

Re: [libvirt] [PATCH] add console support in libxl

2013-07-16 Thread Bamvor Jian Zhang
Hi, Jim thanks your reply. one comment below. 已写入 Jim Fehlig jfeh...@suse.com On 07/04/2013 05:58 AM, Bamvor Jian Zhang wrote: this patch introduce the console api in libxl driver for both pv and hvm guest. and import and update the libxlMakeChrdevStr function which was deleted in

Re: [libvirt] [PATCH] add console support in libxl

2013-07-12 Thread Jim Fehlig
On 07/04/2013 05:58 AM, Bamvor Jian Zhang wrote: this patch introduce the console api in libxl driver for both pv and hvm guest. and import and update the libxlMakeChrdevStr function which was deleted in commit dfa1e1dd. Signed-off-by: Bamvor Jian Zhang bjzh...@suse.com ---