Re: [libvirt] [Xen-devel] Question about hypervisor that are not tristate

2017-01-11 Thread Andrew Cooper
On 11/01/17 17:49, Jim Fehlig wrote: > On 01/06/2017 05:31 PM, Jim Fehlig wrote: > > Adding xen-devel for a question below... > >> Happy new year! >> >> Nearly a year ago I reported an issue with the hypervisor >> feature on Xen >> [1] and am now seeing a similar issue with the feature. Setting

Re: [libvirt] [PATCH 0/3] libxl: support Xen migration stream V2

2016-05-03 Thread Andrew Cooper
On 03/05/16 02:01, Jim Fehlig wrote: > Hi all, > > This patch adds support for Xen migration stream V2 to the libvirt > libxl driver. In the process it fixes save/restore and migration > tests in OSSTest, which have been failing since libvirt commit > e7440656. > > Patch1 changes the libxl API

Re: [libvirt] libvirtd live-locking on CTX_LOCK when doing 'virsh domid save /tmp/blah' with guest corrupting memory (on purpose).

2015-04-08 Thread Andrew Cooper
On 08/04/15 15:47, Konrad Rzeszutek Wilk wrote: Hey Jim, Andrew, and Ian, This is libvirt v1.2.14 + three patches: c82a59b libxl: drop virDomainObj lock when destroying a domain a1c9d30 libxl: acquire a job when destroying a domain 5bd5406 libxl: Move job acquisition in libxlDomainStart to

Re: [libvirt] [Xen-devel] [PATCH RFC] libxl: fix paths in capability string

2015-01-06 Thread Andrew Cooper
On 06/01/15 17:03, Ian Campbell wrote: On Tue, 2015-01-06 at 16:12 +, Wei Liu wrote: No need to check hostarch to determine whether to use lib or lib64 anymore because we now always use lib. What about people who use --libdir=/path/to/lib64, as I believe Red Hat derived distros still do,