[libvirt] [PATCH] qemu: s/acceptible/acceptable/

2018-04-01 Thread Ján Tomko
Prefer the contemporary spelling. Signed-off-by: Ján Tomko --- Pushed as trivial src/qemu/qemu_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index 580e0f830..136116cfe 100644 ---

Re: [libvirt] [PATCH 0/4] vmx: allow more than 4 NICs (RHBZ#1560917)

2018-04-01 Thread Ján Tomko
On Sun, Apr 01, 2018 at 12:48:13PM +0200, Michal Privoznik wrote: On 03/28/2018 01:56 PM, Ján Tomko wrote: On Wed, Mar 28, 2018 at 01:40:17PM +0200, Pino Toscano wrote: Hi, the VMX parser, used in the esx driver, has currently hardcoded 4 NICs possible, ignoring extra more than that. The

Re: [libvirt] Release of libvirt-4.2.0

2018-04-01 Thread Daniel Veillard
On Sun, Apr 01, 2018 at 01:53:54PM +0400, Roman Bogorodskiy wrote: > Daniel Veillard wrote: > > > Not April fool one, I made the release on time :-) > > It's signed in git and signed tarball and rpms are pushed to the usual > > place: > > > > ftp://libvirt.org/libvirt/ > > > > I also

Re: [libvirt] [PATCH] qemuDomainRemoveDevice: add qemuDomainRemoveWatchdog

2018-04-01 Thread Michal Privoznik
On 03/31/2018 11:20 AM, Ján Tomko wrote: > qemuDomainDetachWatchdog uses the infrastructure for waiting > for the DEVICE_DELETED event, but the asynchronous delete > was not implemented. > > Signed-off-by: Ján Tomko > --- > src/qemu/qemu_hotplug.c | 5 - > 1 file changed,

[libvirt] [PATCH] qemu: Randomly deny starting domains

2018-04-01 Thread Michal Privoznik
Libvirt works just too well. Deny starting domains at random so users value our incredibly low number of bugs more. Signed-off-by: Michal Privoznik --- src/qemu/qemu_driver.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git

Re: [libvirt] [PATCH 0/4] vmx: allow more than 4 NICs (RHBZ#1560917)

2018-04-01 Thread Michal Privoznik
On 03/28/2018 01:56 PM, Ján Tomko wrote: > On Wed, Mar 28, 2018 at 01:40:17PM +0200, Pino Toscano wrote: >> Hi, >> >> the VMX parser, used in the esx driver, has currently hardcoded 4 NICs >> possible, ignoring extra more than that. The following series removes >> this limitation, allowing to

Re: [libvirt] Release of libvirt-4.2.0

2018-04-01 Thread Roman Bogorodskiy
Daniel Veillard wrote: > Not April fool one, I made the release on time :-) > It's signed in git and signed tarball and rpms are pushed to the usual place: > > ftp://libvirt.org/libvirt/ > > I also pushed a python binding 4.2.0 release which can be found at: > >

[libvirt] Release of libvirt-4.2.0

2018-04-01 Thread Daniel Veillard
Not April fool one, I made the release on time :-) It's signed in git and signed tarball and rpms are pushed to the usual place: ftp://libvirt.org/libvirt/ I also pushed a python binding 4.2.0 release which can be found at: ftp://libvirt.org/libvirt/python/ New features - Support