Bug 218820 - HVM guests limited to 2G memory
Summary: HVM guests limited to 2G memory
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: xen
Version: 5.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Xen Maintainance List
QA Contact:
URL:
Whiteboard:
Depends On: 218822
Blocks: 197865
TreeView+ depends on / blocked
 
Reported: 2006-12-07 18:13 UTC by Stephen Tweedie
Modified: 2018-10-19 22:39 UTC (History)
2 users (show)

Fixed In Version: RHEA-2007-0635
Doc Type: Bug Fix
Doc Text:
At present, the Virtualization feature has the following limitations: * Virtualized kernels cannot support suspend / resume capabilities. * Hardware-virtualized guests cannot have more than 2GB of RAM.
Clone Of:
Environment:
Last Closed: 2007-11-07 17:08:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2007:0635 0 normal SHIPPED_LIVE xen enhancement update 2007-10-30 15:49:02 UTC

Description Stephen Tweedie 2006-12-07 18:13:32 UTC
From upstream:

> On IA32 host or IA32 PAE host, at present, generally, we can't create an
> HVM guest with more than 2G memory, because generally it's almost
> impossible for Qemu to find a large enough and consecutive virtual
> address space to map an HVM guest's whole physical address space.
> The attached patch fixes this issue using dynamic mapping based on
> little blocks of memory.

Comment 1 Stephen Tweedie 2006-12-07 18:15:16 UTC
Upstream thread/patch is at

http://lists.xensource.com/archives/html/xen-devel/2006-12/msg00128.html

for now, we should document the 2G limit.

Comment 2 Daniel Berrangé 2006-12-07 18:23:16 UTC
NB, the patch from that thread has other implications - it will expose a PAE bug
in the HV  shadow code which was not previously hit. See bug 218822



Comment 3 Don Domingo 2006-12-08 04:06:28 UTC
added to release notes (under "Virtualization"):

<quote>
At present, the Virtualization feature has the following limitations:

    * Virtualized kernels cannot support suspend / resume capabilities.
    * Hardware-virtualized guests cannot have more than 2GB of RAM.
</quote>

above note will be included in RC Release notes. kindly inform me if any
revisions are in order.

<making this bug block release notes, for tracking purposes>

Comment 4 Stephen Tweedie 2006-12-20 02:25:25 UTC
2GB limit is believed to be x86 only; on x86_64, up to 4GB should work, and we
are investigating raising those limits for future updates.

Comment 7 Jay Turner 2007-01-19 13:45:15 UTC
Closing out.  Please ensure that a 5.1 bug is entered to track resolution of the
original issue.

Comment 9 RHEL Program Management 2007-03-21 23:26:55 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 10 Rik van Riel 2007-03-26 21:48:29 UTC
This bug is not easily fixable and should probably be documentation only.

The problem is that qemu-dm maps all of a guest domain's memory, so more than
2GB simply won't fit in a 32 bit host.

A 64 bit host should be able to deal with larger 32bit HVM guests, this needs to
be tested.

Comment 13 Daniel Berrangé 2007-06-20 15:02:59 UTC
The patches we believe we need to resolve this bug are all brought in as part of
the 3.1  hypervisor / qemu rebase. Switching this bug to MODIFIED, since QA has
the only hardware with enough memory to really test this.


Comment 16 errata-xmlrpc 2007-11-07 17:08:53 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on the solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHEA-2007-0635.html


Comment 18 Don Domingo 2008-08-12 05:23:10 UTC
Release note added. If any revisions are required, please set the 
"requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly.
All revisions will be proofread by the Engineering Content Services team.


Note You need to log in before you can comment on or make changes to this bug.