From: Don Slutz <dslutz@verizon.com>
To: Igor Mammedov <imammedo@redhat.com>, Don Slutz <dslutz@verizon.com>
Cc: xen-devel@lists.xensource.com,
"Michael S. Tsirkin" <mst@redhat.com>,
qemu-devel@nongnu.org, Anthony Liguori <aliguori@amazon.com>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: Re: [Qemu-devel] [PATCH v4 2/3] pc & q35: Add new machine opt max-ram-below-4g
Date: Thu, 05 Jun 2014 12:49:54 -0400 [thread overview]
Message-ID: <53909FB2.5030409@terremark.com> (raw)
In-Reply-To: <20140605182727.145b07e8@nial.usersys.redhat.com>
On 06/05/14 12:27, Igor Mammedov wrote:
> On Thu, 5 Jun 2014 12:11:55 -0400
> Don Slutz <dslutz@verizon.com> wrote:
>
>> This is a pc & q35 only machine opt. One use is to allow for more
>> ram in a 32bit guest for example:
>>
>> -machine pc,max-ram-below-4g=3.75G
>>
>> If you add enough PCI devices then all mmio for them will not fit
>> below 4G which may not be the layout the user wanted. This allows
>> you to increase the below 4G address space that PCI devices can use
>> (aka decrease ram below 4G) and therefore in more cases not have any
>> mmio that is above 4G.
>>
>> For example using "-machine pc,max-ram-below-4g=2G" on the command
>> line will limit the amount of ram that is below 4G to 2G.
>>
>> Signed-off-by: Don Slutz <dslutz@verizon.com>
> this patch would look better if rebased on top of
> http://lists.gnu.org/archive/html/qemu-devel/2014-06/msg00133.html
> and would use PCMachine type to add PC specific "max-ram-below-4g" property.
I somehow missed this patch series. Will work on a rebase on top of this.
-Don Slutz
>
WARNING: multiple messages have this Message-ID (diff)
From: Don Slutz <dslutz@verizon.com>
To: Igor Mammedov <imammedo@redhat.com>, Don Slutz <dslutz@verizon.com>
Cc: xen-devel@lists.xensource.com,
"Michael S. Tsirkin" <mst@redhat.com>,
qemu-devel@nongnu.org, Anthony Liguori <aliguori@amazon.com>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: Re: [PATCH v4 2/3] pc & q35: Add new machine opt max-ram-below-4g
Date: Thu, 05 Jun 2014 12:49:54 -0400 [thread overview]
Message-ID: <53909FB2.5030409@terremark.com> (raw)
In-Reply-To: <20140605182727.145b07e8@nial.usersys.redhat.com>
On 06/05/14 12:27, Igor Mammedov wrote:
> On Thu, 5 Jun 2014 12:11:55 -0400
> Don Slutz <dslutz@verizon.com> wrote:
>
>> This is a pc & q35 only machine opt. One use is to allow for more
>> ram in a 32bit guest for example:
>>
>> -machine pc,max-ram-below-4g=3.75G
>>
>> If you add enough PCI devices then all mmio for them will not fit
>> below 4G which may not be the layout the user wanted. This allows
>> you to increase the below 4G address space that PCI devices can use
>> (aka decrease ram below 4G) and therefore in more cases not have any
>> mmio that is above 4G.
>>
>> For example using "-machine pc,max-ram-below-4g=2G" on the command
>> line will limit the amount of ram that is below 4G to 2G.
>>
>> Signed-off-by: Don Slutz <dslutz@verizon.com>
> this patch would look better if rebased on top of
> http://lists.gnu.org/archive/html/qemu-devel/2014-06/msg00133.html
> and would use PCMachine type to add PC specific "max-ram-below-4g" property.
I somehow missed this patch series. Will work on a rebase on top of this.
-Don Slutz
>
next prev parent reply other threads:[~2014-06-05 16:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-05 16:11 [Qemu-devel] [PATCH v4 0/3] Add max-ram-below-4g (was Add pci_hole_min_size machine option) Don Slutz
2014-06-05 16:11 ` Don Slutz
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 ` 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:11 ` Don Slutz
2014-06-05 16:27 ` [Qemu-devel] " Igor Mammedov
2014-06-05 16:27 ` Igor Mammedov
2014-06-05 16:49 ` Don Slutz [this message]
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-05 16:11 ` Don Slutz
2014-06-06 11:45 ` [Qemu-devel] " Stefano Stabellini
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=53909FB2.5030409@terremark.com \
--to=dslutz@verizon.com \
--cc=aliguori@amazon.com \
--cc=imammedo@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.