Re: virtio-mem with virt-install to share memory between guest and host on-demand

2023-09-20 Thread Daniel Krajnik
Thanks, but I don't understand why nobody mentions actually WHY it is being locked. I eventually found the answer by listening to Alex Williamson 's talk on the subject, where he mentions that IOMMU chips lack "page faulting" machanism. He al

Re: virtio-mem with virt-install to share memory between guest and host on-demand

2023-09-20 Thread Daniel P . Berrangé
On Fri, Sep 15, 2023 at 02:41:50AM +0100, Daniel Krajnik wrote: > Hi > > I'm trying to Passthrough a GPU to a VM and have it still share its free > memory with the host (just like it would with virtio-balloon). Is this > something virtio-mem is capable of? I've tried to run it, but it immediately