[libvirt] [PATCH] Fix xenstore serial console path for HVM guests

Jim Fehlig jfehlig at suse.com
Wed Jan 4 17:19:02 UTC 2012


Eric Blake wrote:
> On 01/03/2012 04:19 PM, Jim Fehlig wrote:
>   
>> The console path in xenstore is /local/domain/<id>/console/tty
>> for PV guests (PV console) and /local/domain/<id>/serial/0/tty
>> (serial console) for HVM guests.  Similar to Xen's in-tree console
>> client, read the correct path for PV vs HVM.
>> ---
>>  src/xen/xend_internal.c |    5 ++++-
>>  src/xen/xs_internal.c   |   19 +++++++++++++++++++
>>  src/xen/xs_internal.h   |    2 ++
>>  3 files changed, 25 insertions(+), 1 deletions(-)
>>     
>
> ACK - small enough to be worth including in 0.9.9.
>   

Thanks, pushed.




More information about the libvir-list mailing list