From: Don Slutz <dslutz@verizon.com>
To: xen-devel@lists.xensource.com, qemu-devel@nongnu.org,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Don Slutz <dslutz@verizon.com>,
Anthony Liguori <aliguori@amazon.com>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: [Qemu-devel] [PATCH v4 0/3] Add max-ram-below-4g (was Add pci_hole_min_size machine option)
Date: Thu, 5 Jun 2014 12:11:53 -0400 [thread overview]
Message-ID: <1401984716-16521-1-git-send-email-dslutz@verizon.com> (raw)
Changes v3 to v4:
Split out #2 "GlobalProperty: Display warning about unused -global"
rebase on e00fcfe (origin/master)
rename xen-all to xen-hvm
Adjust #1 "xen-hvm: Fix xen_hvm_init() to adjust pc memory layout"
Switch Acked-by & Signed-off-by
rebase on master
Rework #3 "xen-hvm: Pass is_default to xen_hvm_init":
To pass is_default instead of max_ram_below_4g.
Also did not add "Acked-by: Stefano Stabellini" since code changed a lot.
Andreas Färber:
all: Remove dot at end of subject
#3 "xen-hvm: Pass is_default to xen_hvm_init"
Adjust comment formatting.
Andreas Färber, Paolo Bonzini, Marcel Apfelbaum:
rework to use "opts per machine"
Drop old #3, new #2.
Changes v2 to v3:
Stefano Stabellini:
Acked-by #1 "xen-all: Fix xen_hvm_init() to adjust pc memory"
Adjust for code readability #4 "xen-all: Pass max_ram_below_4g to xen_hvm_init."
Set max_ram_below_4g always and use it to calculate above_4g_mem_size,
below_4g_mem_size.
Changes v1 to v2:
Michael S. Tsirkin:
Rename option.
Only add it to machine types that support it.
Split into 4 parts.
1/4 -- xen-all: Fix xen_hvm_init() to adjust pc memory layout
This looks to be a possible bug that has yet to be found.
below_4g_mem_size and above_4g_mem_size are stored in PcGuestInfo
(pc_guest_info_init) which are currently not "correct". This and
4/4 change the same lines.
2/4 -- GlobalProperty: Display warning about unused -global
My testing showed that setting a global property on an object
that is not used is not reported at all. This is added to help
when the new global is set but not used. The negative not_used
was picked so that all static objects are assumed to be used
even when they are not.
3/4 -- pc & q35: Add new object pc-memory-layout
The objects that it might make sense to add this property to all
get created too late. So add a new object just to hold this
property. Name it so that it is expected that only pc (and q35)
machine types support it.
4/4 -- xen-all: Pass max_ram_below_4g to xen_hvm_init
Seprate the xen only part of the change. Currectly based on patch 1/4
Don Slutz (3):
xen-hvm: Fix xen_hvm_init() to adjust pc memory layout
pc & q35: Add new machine opt max-ram-below-4g
xen-hvm: Pass is_default to xen_hvm_init
hw/core/machine.c | 44 +++++++++++++++
hw/i386/pc.c | 22 ++++++++
hw/i386/pc_piix.c | 115 +++++++++++++++++++++++++++++++++-----
hw/i386/pc_q35.c | 65 ++++++++++++++++-----
include/hw/boards.h | 1 +
include/hw/i386/pc-machine-opts.h | 46 +++++++++++++++
include/hw/xen/xen.h | 3 +-
vl.c | 5 ++
xen-hvm-stub.c | 3 +-
xen-hvm.c | 46 ++++++++-------
10 files changed, 300 insertions(+), 50 deletions(-)
create mode 100644 include/hw/i386/pc-machine-opts.h
--
1.8.4
next reply other threads:[~2014-06-05 16:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-05 16:11 Don Slutz [this message]
2014-06-05 16:11 ` [Qemu-devel] [PATCH v4 1/3] xen-hvm: Fix xen_hvm_init() to adjust pc memory layout Don Slutz
2014-06-05 16:11 ` [Qemu-devel] [PATCH v4 2/3] pc & q35: Add new machine opt max-ram-below-4g Don Slutz
2014-06-05 16:27 ` Igor Mammedov
2014-06-05 16:49 ` Don Slutz
2014-06-05 16:11 ` [Qemu-devel] [PATCH v4 3/3] xen-hvm: Pass is_default to xen_hvm_init Don Slutz
2014-06-06 11:45 ` Stefano Stabellini
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=1401984716-16521-1-git-send-email-dslutz@verizon.com \
--to=dslutz@verizon.com \
--cc=aliguori@amazon.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.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).