From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: [PATCH 0/2] Back port Add new machine opt max-ram-below-4g Date: Mon, 28 Jul 2014 09:31:37 -0400 Message-ID: <1406554299-25744-1-git-send-email-dslutz@verizon.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: Don Slutz , xen-devel List-Id: xen-devel@lists.xenproject.org I also back ported: commit 3c2a96699e9fc09b5712dacfe200cdaaff0bb55c xen-hvm: Fix xen_hvm_init() to adjust pc memory layout As patch #1, because it is a bug fix and it is untangled with patch #2. This way the change to xen-hvm.c is closer to QEMU 2.1.0's version. This back port (#2) uses the global max_ram_below_4g instead of the newly added pc_machine object. Don Slutz (2): xen-hvm: Fix xen_hvm_init() to adjust pc memory layout Backport pc & q35: Add new machine opt max-ram-below-4g hw/i386/pc_piix.c | 55 +++++++++++++++++++++++++++++++++++++--------------- hw/i386/pc_q35.c | 53 ++++++++++++++++++++++++++++++++++++-------------- include/hw/xen/xen.h | 3 ++- vl.c | 28 ++++++++++++++++++++++++++ xen-hvm-stub.c | 3 ++- xen-hvm.c | 53 ++++++++++++++++++++++++++++++++------------------ 6 files changed, 143 insertions(+), 52 deletions(-) -- 1.8.4