|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] ioemu: Get guest uuid from xenstore
Yosuke Iwamatsu writes ("[Xen-devel] [PATCH] ioemu: Get guest uuid from
xenstore"):
> xenstore_get_guess_uuid() retrieves the guest uuid by using a sysctl
> hypercall through libxc now, but when we use the ioemu-stubdom, the
> hcall is not allowed to be invoked.
> This patch makes ioemu get the guest uuid from xenstore, instead of
> using libxc.
I don't think this patch is safe. /local/domain/<domid>/vm is
owned by (and thus writeable by) the domain in question. We need a
trustworthy copy of this information.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|