Re: [Xen-devel] [PATCH for-4.7] hotplug/Linux: fix same_vm check in block script

2016-04-15 Thread Ian Jackson
Wei Liu writes ("Re: [PATCH for-4.7] hotplug/Linux: fix same_vm check in block script"): > Release-acked-by: Wei Liu Queued, thanks. Ian. ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

Re: [Xen-devel] [PATCH for-4.7] hotplug/Linux: fix same_vm check in block script

2016-04-15 Thread Wei Liu
On Thu, Apr 14, 2016 at 07:13:29PM +0100, Ian Jackson wrote: > Wei Liu writes ("[PATCH for-4.7] hotplug/Linux: fix same_vm check in block > script"): > > The original same_vm check has two bugs. When stubdom is in use because > > it relies on numeric domid to check if two domains are in fact the

Re: [Xen-devel] [PATCH for-4.7] hotplug/Linux: fix same_vm check in block script

2016-04-14 Thread Ian Jackson
Wei Liu writes ("[PATCH for-4.7] hotplug/Linux: fix same_vm check in block script"): > The original same_vm check has two bugs. When stubdom is in use because > it relies on numeric domid to check if two domains are in fact the same > one. Another one is that the check would fail when two

[Xen-devel] [PATCH for-4.7] hotplug/Linux: fix same_vm check in block script

2016-04-13 Thread Wei Liu
The original same_vm check has two bugs. When stubdom is in use because it relies on numeric domid to check if two domains are in fact the same one. Another one is that the check would fail when two stubdoms are checked against each other. The first bug is fixed by using uuid to identify a