Re: [libvirt PATCH 00/17] qemu: Implement external limit manager feature

2021-03-08 Thread Andrea Bolognani
On Mon, 2021-03-08 at 15:57 +, Daniel P. Berrangé wrote: > On Mon, Mar 08, 2021 at 04:32:26PM +0100, Andrea Bolognani wrote: > > On Mon, 2021-03-08 at 13:17 +, Daniel P. Berrangé wrote: > > > Since you added code to parse existing limits from /proc, I'm wondering > > > if we can just do

Re: [libvirt PATCH 00/17] qemu: Implement external limit manager feature

2021-03-08 Thread Daniel P . Berrangé
On Mon, Mar 08, 2021 at 04:32:26PM +0100, Andrea Bolognani wrote: > On Mon, 2021-03-08 at 13:17 +, Daniel P. Berrangé wrote: > > On Mon, Mar 08, 2021 at 02:11:56PM +0100, Andrea Bolognani wrote: > > > The reason why VFIO device assignment is currently not completely > > > broken in KubeVirt is

Re: [libvirt PATCH 00/17] qemu: Implement external limit manager feature

2021-03-08 Thread Andrea Bolognani
On Mon, 2021-03-08 at 13:17 +, Daniel P. Berrangé wrote: > On Mon, Mar 08, 2021 at 02:11:56PM +0100, Andrea Bolognani wrote: > > The reason why VFIO device assignment is currently not completely > > broken in KubeVirt is that, when the QEMU process is initially > > started, we set the memory

Re: [libvirt PATCH 00/17] qemu: Implement external limit manager feature

2021-03-08 Thread Daniel P . Berrangé
On Mon, Mar 08, 2021 at 02:11:56PM +0100, Andrea Bolognani wrote: > On Mon, 2021-03-08 at 10:54 +, Daniel P. Berrangé wrote: > > On Fri, Mar 05, 2021 at 08:13:47PM +0100, Andrea Bolognani wrote: > > > This feature has been requested by KubeVirt developers and will make > > > it possible for

Re: [libvirt PATCH 00/17] qemu: Implement external limit manager feature

2021-03-08 Thread Andrea Bolognani
On Mon, 2021-03-08 at 10:54 +, Daniel P. Berrangé wrote: > On Fri, Mar 05, 2021 at 08:13:47PM +0100, Andrea Bolognani wrote: > > This feature has been requested by KubeVirt developers and will make > > it possible for them to make some VFIO-related features, such as > > migration and hotplug,

Re: [libvirt PATCH 00/17] qemu: Implement external limit manager feature

2021-03-08 Thread Daniel P . Berrangé
On Fri, Mar 05, 2021 at 08:13:47PM +0100, Andrea Bolognani wrote: > This feature has been requested by KubeVirt developers and will make > it possible for them to make some VFIO-related features, such as > migration and hotplug, work correctly. > >

Re: [libvirt PATCH 00/17] qemu: Implement external limit manager feature

2021-03-08 Thread Michal Privoznik
On 3/5/21 8:13 PM, Andrea Bolognani wrote: This feature has been requested by KubeVirt developers and will make it possible for them to make some VFIO-related features, such as migration and hotplug, work correctly. https://bugzilla.redhat.com/show_bug.cgi?id=1916346 The first part of the

[libvirt PATCH 00/17] qemu: Implement external limit manager feature

2021-03-05 Thread Andrea Bolognani
This feature has been requested by KubeVirt developers and will make it possible for them to make some VFIO-related features, such as migration and hotplug, work correctly. https://bugzilla.redhat.com/show_bug.cgi?id=1916346 The first part of the series, especially the first 9 patches, is