From: Luiz Capitulino <lcapitulino@redhat.com>
To: qemu-devel@nongnu.org
Cc: aquini@redhat.com, mst@redhat.com, anton.vorontsov@linaro.org,
agl@us.ibm.com, amit.shah@redhat.com
Subject: [Qemu-devel] [RFC 0/3] auto-ballooning prototype (host part)
Date: Tue, 18 Dec 2012 18:16:52 -0200 [thread overview]
Message-ID: <1355861815-2607-1-git-send-email-lcapitulino@redhat.com> (raw)
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
next reply other threads:[~2012-12-18 20:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-18 20:16 Luiz Capitulino [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1355861815-2607-1-git-send-email-lcapitulino@redhat.com \
--to=lcapitulino@redhat.com \
--cc=agl@us.ibm.com \
--cc=amit.shah@redhat.com \
--cc=anton.vorontsov@linaro.org \
--cc=aquini@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).