Re: [PATCH v5 00/11] virtio-mem: vfio support

2021-02-16 Thread Alex Williamson
On Tue, 16 Feb 2021 19:49:09 +0100 David Hildenbrand wrote: > On 16.02.21 19:33, Alex Williamson wrote: > > On Mon, 15 Feb 2021 15:03:43 +0100 > > David Hildenbrand wrote: > > > >> On 08.02.21 09:28, David Hildenbrand wrote: > >>> On 27.01.21 13:45, Michael S. Tsirkin wrote: > On Thu

Re: [PATCH v5 00/11] virtio-mem: vfio support

2021-02-16 Thread David Hildenbrand
On 16.02.21 19:33, Alex Williamson wrote: On Mon, 15 Feb 2021 15:03:43 +0100 David Hildenbrand wrote: On 08.02.21 09:28, David Hildenbrand wrote: On 27.01.21 13:45, Michael S. Tsirkin wrote: On Thu, Jan 21, 2021 at 12:05:29PM +0100, David Hildenbrand wrote: A virtio-mem device manages a mem

Re: [PATCH v5 00/11] virtio-mem: vfio support

2021-02-16 Thread Alex Williamson
On Mon, 15 Feb 2021 15:03:43 +0100 David Hildenbrand wrote: > On 08.02.21 09:28, David Hildenbrand wrote: > > On 27.01.21 13:45, Michael S. Tsirkin wrote: > >> On Thu, Jan 21, 2021 at 12:05:29PM +0100, David Hildenbrand wrote: > >>> A virtio-mem device manages a memory region in guest physica

Re: [PATCH v5 00/11] virtio-mem: vfio support

2021-02-15 Thread David Hildenbrand
On 08.02.21 09:28, David Hildenbrand wrote: On 27.01.21 13:45, Michael S. Tsirkin wrote: On Thu, Jan 21, 2021 at 12:05:29PM +0100, David Hildenbrand wrote: A virtio-mem device manages a memory region in guest physical address space, represented as a single (currently large) memory region in QEM

Re: [PATCH v5 00/11] virtio-mem: vfio support

2021-02-08 Thread David Hildenbrand
On 27.01.21 13:45, Michael S. Tsirkin wrote: On Thu, Jan 21, 2021 at 12:05:29PM +0100, David Hildenbrand wrote: A virtio-mem device manages a memory region in guest physical address space, represented as a single (currently large) memory region in QEMU, mapped into system memory address space. B

Re: [PATCH v5 00/11] virtio-mem: vfio support

2021-01-27 Thread Michael S. Tsirkin
On Thu, Jan 21, 2021 at 12:05:29PM +0100, David Hildenbrand wrote: > A virtio-mem device manages a memory region in guest physical address > space, represented as a single (currently large) memory region in QEMU, > mapped into system memory address space. Before the guest is allowed to use > memory

[PATCH v5 00/11] virtio-mem: vfio support

2021-01-21 Thread David Hildenbrand
A virtio-mem device manages a memory region in guest physical address space, represented as a single (currently large) memory region in QEMU, mapped into system memory address space. Before the guest is allowed to use memory blocks, it must coordinate with the hypervisor (plug blocks). After a rebo