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@xxxxxxxxxx> --- 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