search for: zhenyzha

Displaying 1 result from an estimated 1 matches for "zhenyzha".

Did you mean: zhen_zhao
2023 Aug 31
2
[PATCH v2] virtio_balloon: Fix endless deflation and inflation on arm64
...\ "event": "BALLOON_CHANGE", "data": {"actual": 1073610752}} { "execute" : "query-balloon" } {"return": {"actual": 1073610752}} Signed-off-by: Gavin Shan <gshan at redhat.com> Tested-by: Zhenyu Zhang <zhenyzha at redhat.com> --- v2: Align @num_pages up to the guest page size in towards_target() directly as David suggested. --- drivers/virtio/virtio_balloon.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c i...