From: "Denis V. Lunev" <den@openvz.org>
Cc: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>,
Xiao Guangrong <guangrong.xiao@linux.intel.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
qemu-devel@nongnu.org, Markus Armbruster <armbru@redhat.com>,
Stefan Hajnoczi <stefanha@redhat.com>,
Igor Mammedov <imammedo@redhat.com>,
"Denis V. Lunev" <den@openvz.org>
Subject: [Qemu-devel] [PATCH v3 0/2] nvdimm: disable balloon
Date: Wed, 27 Jan 2016 16:24:27 +0300 [thread overview]
Message-ID: <1453901069-18091-1-git-send-email-den@openvz.org> (raw)
NVDIMM for now is planned to use as a backing store for DAX filesystem
in the guest and thus this memory is excluded from guest memory
management and LRUs.
In this case libvirt running QEMU along with configured balloon almost
immediately inflates balloon and effectively kill the guest as
qemu counts nvdimm as part of the ram.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Stefan Hajnoczi <stefanha@redhat.com>
CC: Xiao Guangrong <guangrong.xiao@linux.intel.com>
CC: "Michael S. Tsirkin" <mst@redhat.com>
CC: Igor Mammedov <imammedo@redhat.com>
CC: Eric Blake <eblake@redhat.com>
CC: Markus Armbruster <armbru@redhat.com>
v3:
- do not use additional class variable
Vladimir Sementsov-Ogievskiy (2):
move get_current_ram_size to virtio-balloon.c
nvdimm: disable balloon
hw/mem/pc-dimm.c | 28 ++--------------------------
hw/virtio/virtio-balloon.c | 28 ++++++++++++++++++++++++++++
include/exec/cpu-common.h | 1 -
qapi-schema.json | 5 ++++-
stubs/qmp_pc_dimm_device_list.c | 5 -----
5 files changed, 34 insertions(+), 33 deletions(-)
--
2.5.0
next reply other threads:[~2016-01-27 13:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-27 13:24 Denis V. Lunev [this message]
2016-01-27 13:24 ` [Qemu-devel] [PATCH 1/2] move get_current_ram_size to virtio-balloon.c Denis V. Lunev
2016-01-27 20:50 ` Eric Blake
2016-01-27 13:24 ` [Qemu-devel] [PATCH 2/2] nvdimm: disable balloon Denis V. Lunev
2016-01-27 14:31 ` Igor Mammedov
2016-01-27 20:52 ` Eric Blake
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=1453901069-18091-1-git-send-email-den@openvz.org \
--to=den@openvz.org \
--cc=armbru@redhat.com \
--cc=guangrong.xiao@linux.intel.com \
--cc=imammedo@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
--cc=vsementsov@virtuozzo.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;
as well as URLs for NNTP newsgroup(s).