Re: [RFC PATCH v2 2/5] virtio-balloon: device has Working Set Reporting

2023-05-26 Thread Markus Armbruster
"T.J. Alumbaugh" writes: > - working_set_vq to receive Working Set reports from guest > - notification_vq to send config or request to guest > - add working set as object property on device > > Signed-off-by: T.J. Alumbaugh [...] > diff --git a/qapi/misc.json b/qapi/misc.json > index ff070e

Re: [RFC PATCH v2 2/5] virtio-balloon: device has Working Set Reporting

2023-05-26 Thread Markus Armbruster
"T.J. Alumbaugh" writes: > - working_set_vq to receive Working Set reports from guest > - notification_vq to send config or request to guest > - add working set as object property on device > > Signed-off-by: T.J. Alumbaugh > --- > hw/virtio/virtio-balloon.c | 164 +++

[RFC PATCH v2 2/5] virtio-balloon: device has Working Set Reporting

2023-05-25 Thread T.J. Alumbaugh
- working_set_vq to receive Working Set reports from guest - notification_vq to send config or request to guest - add working set as object property on device Signed-off-by: T.J. Alumbaugh --- hw/virtio/virtio-balloon.c | 164 - include/hw/virtio/virtio-bal