Re: [RFC PATCH 1/1] virtio-balloon: Add Working Set Reporting feature

2023-05-18 Thread Dr. David Alan Gilbert
* T.J. Alumbaugh (talum...@google.com) wrote: > On Tue, May 16, 2023 at 5:03 AM Dr. David Alan Gilbert > wrote: > > > > * T.J. Alumbaugh (talum...@google.com) wrote: > > > Working Set Reporting supported in virtio-balloon. > > > - adds working set reporting and notification vqueues > > > -

Re: [RFC PATCH 1/1] virtio-balloon: Add Working Set Reporting feature

2023-05-18 Thread T.J. Alumbaugh
On Tue, May 16, 2023 at 5:03 AM Dr. David Alan Gilbert wrote: > > * T.J. Alumbaugh (talum...@google.com) wrote: > > Working Set Reporting supported in virtio-balloon. > > - adds working set reporting and notification vqueues > > - QMP API additions: > >- guest-ws property on balloon > >

Re: [RFC PATCH 1/1] virtio-balloon: Add Working Set Reporting feature

2023-05-16 Thread Dr. David Alan Gilbert
* T.J. Alumbaugh (talum...@google.com) wrote: > Working Set Reporting supported in virtio-balloon. > - adds working set reporting and notification vqueues > - QMP API additions: >- guest-ws property on balloon >- generates QMP WS_EVENT when new reports available >- ws_config,

Re: [RFC PATCH 1/1] virtio-balloon: Add Working Set Reporting feature

2023-05-15 Thread T.J. Alumbaugh
For completeness, here is the corresponding proposed VIRTIO spec expansion: https://lists.oasis-open.org/archives/virtio-comment/202305/msg00227.html The corresponding balloon driver change is part of this RFC patch series:

[RFC PATCH 1/1] virtio-balloon: Add Working Set Reporting feature

2023-05-10 Thread T.J. Alumbaugh
Working Set Reporting supported in virtio-balloon. - adds working set reporting and notification vqueues - QMP API additions: - guest-ws property on balloon - generates QMP WS_EVENT when new reports available - ws_config, ws_request commands Signed-off-by: T.J. Alumbaugh ---