From: Dmitry Torokhov <dtor@vmware.com>
To: linux-kernel@vger.kernel.org
Cc: pv-drivers@vmware.com, Alok Kataria <akataria@vmware.com>,
Saileshkumar Jain <sajain@vmware.com>,
Rusty Russell <rusty@rustcorp.com.au>
Subject: [RFC/PATCH 0/4] VMware balloon driver over virtio
Date: Fri, 19 Mar 2010 13:46:41 -0700 [thread overview]
Message-ID: <20100319204628.4418.84674.stgit@localhost.localdomain> (raw)
Hi,
VMware would like to get its Linux balloon driver merged into mainline
and is considering doing it within virtio framework.
The following is the initial implementation of our ballooning interface
as a virtio device. It allows our hypervisor to work in tandem with
virtio_balloon driver and inflate and deflate balloon on demand.
Due to the fact that our monitor works a bit differently from KVM some
changes are needed in virtio_balloon itself, namely:
- our hypervisor may refuse locking certain pages. This may happen,
for example, when target balloon size is changed since guest polled
it last time. We expect guest to try locking different page and
release refused pages once target balloon size is reached.
- our hypervisor may, in certain situations, reset the balloon. In this
case it expects guest to quickly release all memory allocated by
by the balloon but to not bother telling the host about pages being
released.
There are more differences (adaptive allocation rates, sleeping
allocations) which we intend to address at a later date if it is
decided that virtio is the proper subsystem to be used for our
driver.
Thanks!
--
Dmitry
next reply other threads:[~2010-03-19 20:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-19 20:46 Dmitry Torokhov [this message]
2010-03-19 20:46 ` [PATCH 1/4] virtio-balloon: allow hypervisor refuse locking some pages Dmitry Torokhov
2010-03-20 13:01 ` Avi Kivity
2010-03-19 20:46 ` [PATCH 2/4] virtio-balloon: implement balloon reset Dmitry Torokhov
2010-03-19 20:46 ` [PATCH 3/4] x86: export vmware_platform() symbol Dmitry Torokhov
2010-03-19 20:47 ` [PATCH 4/4] Add VMware memory balloon driver Dmitry Torokhov
2010-03-20 13:10 ` Avi Kivity
2010-03-20 19:54 ` Dmitry Torokhov
2010-03-21 9:19 ` Avi Kivity
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=20100319204628.4418.84674.stgit@localhost.localdomain \
--to=dtor@vmware.com \
--cc=akataria@vmware.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pv-drivers@vmware.com \
--cc=rusty@rustcorp.com.au \
--cc=sajain@vmware.com \
/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