kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: kvm@vger.kernel.org
Subject: [PATCH kvm-unit-tests] x86: re-enable asyncpf test
Date: Thu, 13 Jun 2019 12:55:44 +0200	[thread overview]
Message-ID: <1560423344-44670-1-git-send-email-pbonzini@redhat.com> (raw)

The asyncpf test failed but that was just because it needs more memory than the
default.  Fix that and enable it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 x86/unittests.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index ed47d3f..694ee3d 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -122,8 +122,9 @@ file = pku.flat
 arch = x86_64
 extra_params = -cpu host
 
-#[asyncpf]
-#file = asyncpf.flat
+[asyncpf]
+file = asyncpf.flat
+extra_params = -m 2048
 
 [emulator]
 file = emulator.flat
-- 
1.8.3.1


                 reply	other threads:[~2019-06-13 15:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1560423344-44670-1-git-send-email-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=kvm@vger.kernel.org \
    /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).