Re: [libvirt] [PATCH 0/2] Avoid issues due to qemu dropping osxsave and ospke

2019-05-15 Thread Christian Ehrhardt
On Mon, May 13, 2019 at 12:23 PM Christian Ehrhardt wrote: > > On Thu, May 9, 2019 at 7:43 PM Daniel Henrique Barboza > wrote: > > > > This is a VM with 'osxsave' capability declared, when there is no > > 'osxsave' guest support, using this series on top of current master: > > > > > > $ sudo ./ru

Re: [libvirt] [PATCH 0/2] Avoid issues due to qemu dropping osxsave and ospke

2019-05-13 Thread Christian Ehrhardt
On Thu, May 9, 2019 at 7:43 PM Daniel Henrique Barboza wrote: > > This is a VM with 'osxsave' capability declared, when there is no > 'osxsave' guest support, using this series on top of current master: > > > $ sudo ./run tools/virsh start ub1810-osxsave > error: Failed to start domain ub1810-osxs

Re: [libvirt] [PATCH 0/2] Avoid issues due to qemu dropping osxsave and ospke

2019-05-09 Thread Daniel Henrique Barboza
This is a VM with 'osxsave' capability declared, when there is no 'osxsave' guest support, using this series on top of current master: $ sudo ./run tools/virsh start ub1810-osxsave error: Failed to start domain ub1810-osxsave error: internal error: process exited while connecting to monitor: 20

Re: [libvirt] [PATCH 0/2] Avoid issues due to qemu dropping osxsave and ospke

2019-05-09 Thread Daniel Henrique Barboza
On 5/9/19 6:31 AM, Christian Ehrhardt wrote: On Tue, May 7, 2019 at 11:03 PM Daniel Henrique Barboza wrote: On 4/25/19 9:50 AM, Christian Ehrhardt wrote: Hi, this series tries to address a drop of commandline options by qemu in regard to osxsave [1] and ospke [2]. This was already discuss

Re: [libvirt] [PATCH 0/2] Avoid issues due to qemu dropping osxsave and ospke

2019-05-09 Thread Christian Ehrhardt
On Tue, May 7, 2019 at 11:03 PM Daniel Henrique Barboza wrote: > > > > On 4/25/19 9:50 AM, Christian Ehrhardt wrote: > > Hi, > > this series tries to address a drop of commandline options by qemu in > > regard to > > osxsave [1] and ospke [2]. > > This was already discussed in [3] late last year

Re: [libvirt] [PATCH 0/2] Avoid issues due to qemu dropping osxsave and ospke

2019-05-07 Thread Daniel Henrique Barboza
On 4/25/19 9:50 AM, Christian Ehrhardt wrote: Hi, this series tries to address a drop of commandline options by qemu in regard to osxsave [1] and ospke [2]. This was already discussed in [3] late last year but got forgotten afterwards. The Ubuntu bug is at [4] and an older Fedora bug is at [5].

Re: [libvirt] [PATCH 0/2] Avoid issues due to qemu dropping osxsave and ospke

2019-05-03 Thread Christian Ehrhardt
On Thu, Apr 25, 2019 at 2:50 PM Christian Ehrhardt wrote: > > Hi, > this series tries to address a drop of commandline options by qemu in regard > to > osxsave [1] and ospke [2]. > This was already discussed in [3] late last year but got forgotten afterwards. > The Ubuntu bug is at [4] and an old

[libvirt] [PATCH 0/2] Avoid issues due to qemu dropping osxsave and ospke

2019-04-25 Thread Christian Ehrhardt
Hi, this series tries to address a drop of commandline options by qemu in regard to osxsave [1] and ospke [2]. This was already discussed in [3] late last year but got forgotten afterwards. The Ubuntu bug is at [4] and an older Fedora bug is at [5]. TL;DR: - osxsave/ospke features were never reall