Re: [libvirt] Release of libvirt-5.8.0

2019-10-06 Thread Daniel Henrique Barboza
On 10/5/19 5:15 AM, Daniel Veillard wrote: So it's out, a bit late but better than never, without release notes but after all everything is described in the commits, so here is a very raw 5.8.0 release, it's tagged in git and signed sources and tarball are available at the usual place:

Re: [libvirt] Release of libvirt-5.8.0

2019-10-06 Thread Daniel Veillard
On Sun, Oct 06, 2019 at 03:22:12PM -0300, Daniel Henrique Barboza wrote: > On 10/5/19 5:15 AM, Daniel Veillard wrote: > >So it's out, a bit late but better than never, without release notes > > but after all everything is described in the commits, so here is a very > > raw 5.8.0 release, it's t

[libvirt] [PATCH 1/1] IDE: deprecate ide-drive

2019-10-06 Thread John Snow
It's an old compatibility shim that just delegates to ide-cd or ide-hd. I'd like to refactor these some day, and getting rid of the super-object will make that easier. Either way, we don't need this. Signed-off-by: John Snow --- qemu-deprecated.texi | 5 + hw/ide/qdev.c

[libvirt] [PATCH 0/1] IDE: Deprecate ide-drive

2019-10-06 Thread John Snow
John Snow (1): IDE: deprecate ide-drive qemu-deprecated.texi | 5 + hw/ide/qdev.c | 3 +++ tests/qemu-iotests/051.pc.out | 6 -- 3 files changed, 12 insertions(+), 2 deletions(-) -- 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redh

Re: [libvirt] -blockdev bug (and some questions)

2019-10-06 Thread Peter Krempa
On Sat, Oct 05, 2019 at 17:39:01 -0400, Cole Robinson wrote: > Hi Peter + list, > > I'm testing libvirt -blockdev, using your enablement patches from here: > https://www.redhat.com/archives/libvir-list/2019-September/msg00524.html > > I'm hitting an issue but the fix isn't clear to me. Take a VM

[libvirt] [PATCH] maint: Post-release version bump to 5.9.0

2019-10-06 Thread Peter Krempa
Signed-off-by: Peter Krempa --- configure.ac | 2 +- docs/news.xml | 8 2 files changed, 9 insertions(+), 1 deletion(-) Pushed now. diff --git a/configure.ac b/configure.ac index af8cbcdfd8..5269db425c 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl You should have

Re: [libvirt] [PATCH 1/1] IDE: deprecate ide-drive

2019-10-06 Thread Peter Krempa
On Sun, Oct 06, 2019 at 16:31:50 -0400, John Snow wrote: > It's an old compatibility shim that just delegates to ide-cd or ide-hd. > I'd like to refactor these some day, and getting rid of the super-object > will make that easier. > > Either way, we don't need this. > > Signed-off-by: John Snow