qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC 0/3] auto-ballooning prototype (host part)
@ 2012-12-18 20:16 Luiz Capitulino
  2012-12-18 20:16 ` [Qemu-devel] [RFC 1/3] virtio-balloon: add guest_get_actual_ram() Luiz Capitulino
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Luiz Capitulino @ 2012-12-18 20:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: aquini, mst, anton.vorontsov, agl, amit.shah

Hi,

This series implements an early protoype of a new feature called
automatic ballooning. This is based on ideas by Rik van Riel and
I also got some help from Rafael Aquini (misconceptions and bugs
are all mine, though).

The auto-ballooning feature automatically performs balloon inflate
and deflate based on host and guest memory pressure. This can help
to avoid swapping or worse in both, host and guest.

This series implements the host part. Full details on the design and
implementation can be found in patch 3/3.

To test this you will also need the guest part, which I'll post
shortly.

Any feedback is appreciated!

Luiz Capitulino (3):
  virtio-balloon: add guest_get_actual_ram()
  virtio-balloon: add virtio_balloon_conf skeleton
  virtio-balloon: add auto-ballooning support

 hw/virtio-balloon.c | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 hw/virtio-balloon.h |   8 +++
 hw/virtio-pci.c     |   7 ++-
 hw/virtio-pci.h     |   2 +
 hw/virtio.h         |   3 +-
 5 files changed, 181 insertions(+), 5 deletions(-)

-- 
1.8.0

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

end of thread, other threads:[~2013-01-14 21:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-18 20:16 [Qemu-devel] [RFC 0/3] auto-ballooning prototype (host part) Luiz Capitulino
2012-12-18 20:16 ` [Qemu-devel] [RFC 1/3] virtio-balloon: add guest_get_actual_ram() Luiz Capitulino
2012-12-18 20:16 ` [Qemu-devel] [RFC 2/3] virtio-balloon: add virtio_balloon_conf skeleton Luiz Capitulino
2012-12-18 20:16 ` [Qemu-devel] [RFC 3/3] virtio-balloon: add auto-ballooning support Luiz Capitulino
2012-12-18 22:53   ` Anton Vorontsov
2012-12-19 11:30     ` Luiz Capitulino
2012-12-20  5:24       ` Dietmar Maurer
2012-12-22 21:45         ` Luiz Capitulino
2013-01-11 20:32   ` Amit Shah
2013-01-14 11:58     ` Luiz Capitulino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).