From: Paolo Bonzini <pbonzini@redhat.com>
To: Luiz Capitulino <lcapitulino@redhat.com>, kvm@vger.kernel.org
Subject: Re: [PATCH] README: add information about memory usage
Date: Wed, 26 Feb 2014 12:05:46 +0100 [thread overview]
Message-ID: <530DCA8A.4040006@redhat.com> (raw)
In-Reply-To: <20140224222937.46a1b511@redhat.com>
Il 25/02/2014 04:29, Luiz Capitulino ha scritto:
> I got a report of someone trying to run tests with a large amount of
> RAM (4GB), which broke the guest as free_memory() function (called
> by setup_vm()) will override the PCI hole.
>
> Let's document memory constraints so that people don't do that.
>
> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
> ---
> README | 4 ++++
> 1 file changed, 4 insertions(+)
>
>
> diff --git a/README b/README
> index db525e3..0f5d810 100644
> --- a/README
> +++ b/README
> @@ -18,6 +18,10 @@ This invocation runs the msr test case. The test outputs to stdio.
> Using qemu (supported since qemu 1.3):
> qemu-system-x86_64 -enable-kvm -device pc-testdev -serial stdio -device isa-debug-exit,iobase=0xf4,iosize=0x4 -kernel ./x86/msr.flat
>
> +Note that it's not necessary to specify the "-m" option to qemu. The default
> +memory size is enough. Actually, the tests infrastructure doesn't support too
> +much RAM anyway, so specifying a large amount of RAM may break it.
> +
> Or use a runner script to detect the correct invocation:
> ./x86-run ./x86/msr.flat
> To select a specific qemu binary, specify the QEMU=<path> environment:
>
Applying to kvm-unit-tests.
Paolo
prev parent reply other threads:[~2014-02-26 11:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-25 3:29 [PATCH] README: add information about memory usage Luiz Capitulino
2014-02-26 11:05 ` Paolo Bonzini [this message]
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=530DCA8A.4040006@redhat.com \
--to=pbonzini@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=lcapitulino@redhat.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.