All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v19 QEMU 0/4] virtio-balloon: add support for free page reporting
@ 2020-04-10  3:41 ` Alexander Duyck
  0 siblings, 0 replies; 45+ messages in thread
From: Alexander Duyck @ 2020-04-10  3:41 UTC (permalink / raw)
  To: pbonzini, david, mst; +Cc: virtio-dev, qemu-devel

This series provides an asynchronous means of reporting free guest pages
to QEMU through virtio-balloon so that the memory associated with those
pages can be dropped and reused by other processes and/or guests on the
host. Using this it is possible to avoid unnecessary I/O to disk and
greatly improve performance in the case of memory overcommit on the host.

I originally submitted this patch series back on February 11th 2020[1],
but at that time I was focused primarily on the kernel portion of this
patch set. However as of April 7th those patches are now included in
Linus's kernel tree[2] and so I am submitting the QEMU pieces for
inclusion.

[1]: https://lore.kernel.org/lkml/20200211224416.29318.44077.stgit@localhost.localdomain/
[2]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b0c504f154718904ae49349147e3b7e6ae91ffdc

Changes from v17:
Fixed typo in patch 1 title
Addressed white-space issues reported via checkpatch
Added braces {} for two if statements to match expected coding style

Changes from v18:
Updated patches 2 and 3 based on input from dhildenb
Added comment to patch 2 describing what keeps us from reporting a bad page
Added patch to address issue with ROM devices being directly writable

---

Alexander Duyck (4):
      virtio-balloon: Implement support for page poison tracking feature
      linux-headers: update to contain virito-balloon free page reporting
      virtio-balloon: Provide an interface for free page reporting
      memory: Do not allow direct write access to rom_device regions


 hw/virtio/virtio-balloon.c                      |   85 ++++++++++++++++++++++-
 include/exec/memory.h                           |    4 +
 include/hw/virtio/virtio-balloon.h              |    3 +
 include/standard-headers/linux/virtio_balloon.h |    1 
 4 files changed, 86 insertions(+), 7 deletions(-)

--


^ permalink raw reply	[flat|nested] 45+ messages in thread

end of thread, other threads:[~2020-04-16 18:35 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10  3:41 [PATCH v19 QEMU 0/4] virtio-balloon: add support for free page reporting Alexander Duyck
2020-04-10  3:41 ` [virtio-dev] " Alexander Duyck
2020-04-10  3:41 ` [PATCH v19 QEMU 1/4] virtio-balloon: Implement support for page poison tracking feature Alexander Duyck
2020-04-10  3:41   ` [virtio-dev] " Alexander Duyck
2020-04-15  8:08   ` David Hildenbrand
2020-04-15  8:08     ` [virtio-dev] " David Hildenbrand
2020-04-15 17:17     ` Alexander Duyck
2020-04-15 17:17       ` [virtio-dev] " Alexander Duyck
2020-04-15 18:16       ` David Hildenbrand
2020-04-15 18:16         ` [virtio-dev] " David Hildenbrand
2020-04-15 19:28         ` Alexander Duyck
2020-04-15 19:28           ` [virtio-dev] " Alexander Duyck
2020-04-15 19:46           ` David Hildenbrand
2020-04-15 21:16             ` Alexander Duyck
2020-04-15 21:16               ` [virtio-dev] " Alexander Duyck
2020-04-16  8:18               ` David Hildenbrand
2020-04-16  8:18                 ` [virtio-dev] " David Hildenbrand
2020-04-16  8:36                 ` David Hildenbrand
2020-04-16  8:36                   ` [virtio-dev] " David Hildenbrand
2020-04-16 14:33                 ` Michael S. Tsirkin
2020-04-16 14:33                   ` [virtio-dev] " Michael S. Tsirkin
2020-04-16 14:55                   ` David Hildenbrand
2020-04-16 14:55                     ` [virtio-dev] " David Hildenbrand
2020-04-16 18:21                     ` Alexander Duyck
2020-04-16 18:21                       ` [virtio-dev] " Alexander Duyck
2020-04-16 18:33                       ` David Hildenbrand
2020-04-16 18:33                         ` [virtio-dev] " David Hildenbrand
2020-04-10  3:41 ` [PATCH v19 QEMU 2/4] linux-headers: update to contain virito-balloon free page reporting Alexander Duyck
2020-04-10  3:41   ` [virtio-dev] " Alexander Duyck
2020-04-10  3:41 ` [PATCH v19 QEMU 3/4] virtio-balloon: Provide an interface for " Alexander Duyck
2020-04-10  3:41   ` [virtio-dev] " Alexander Duyck
2020-04-15  8:17   ` David Hildenbrand
2020-04-15  8:17     ` [virtio-dev] " David Hildenbrand
2020-04-15  9:03     ` David Hildenbrand
2020-04-15  9:03       ` [virtio-dev] " David Hildenbrand
2020-04-15 15:31     ` Alexander Duyck
2020-04-15 15:31       ` [virtio-dev] " Alexander Duyck
2020-04-10  3:41 ` [PATCH v19 QEMU 4/4] memory: Do not allow direct write access to rom_device regions Alexander Duyck
2020-04-10  3:41   ` [virtio-dev] " Alexander Duyck
2020-04-10 10:50   ` Paolo Bonzini
2020-04-10 10:50     ` [virtio-dev] " Paolo Bonzini
2020-04-13 22:48     ` Alexander Duyck
2020-04-13 22:48       ` [virtio-dev] " Alexander Duyck
2020-04-14  7:36       ` David Hildenbrand
2020-04-14  7:36         ` [virtio-dev] " David Hildenbrand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.