[PATCH v1 1/3] conf: Introduce for virtio-mem and virtio-pmem

2023-03-28 Thread Michal Privoznik
Both virtio-mem and virtio-pmem devices have '.memaddr' attribute which controls the address where they are mapped in the guest memory. Ideally, users do not need to specify this as QEMU does the right thing and computes addresses automatically on startup. But soon, we will need to record this add

Re: [PATCH v1 1/3] conf: Introduce for virtio-mem and virtio-pmem

2023-05-26 Thread Martin Kletzander
On Tue, Mar 28, 2023 at 01:58:01PM +0200, Michal Privoznik wrote: Both virtio-mem and virtio-pmem devices have '.memaddr' attribute which controls the address where they are mapped in the guest memory. Ideally, users do not need to specify this as QEMU does the right thing and computes addresses