projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a4e02d
)
tests: numa: test one backend with prealloc enabled
author
Igor Mammedov
<imammedo@redhat.com>
Wed, 25 Mar 2020 09:44:23 +0000
(
05:44
-0400)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 14 Apr 2020 14:35:44 +0000
(10:35 -0400)
Cannibalize one backend in the HMAT test to make sure that
prealloc=y is tested.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <
20200325094423
.24293-3-imammedo@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/qtest/numa-test.c
patch
|
blob
|
history
diff --git
a/tests/qtest/numa-test.c
b/tests/qtest/numa-test.c
index 2f9b7f663ab5105bf0353602f9e550e6e03fccb7..e1ed6d4322bafdbff03bb2721beae5ca62f051c4 100644
(file)
--- a/
tests/qtest/numa-test.c
+++ b/
tests/qtest/numa-test.c
@@
-455,7
+455,7
@@
static void pc_hmat_off_cfg(const void *data)
cli = make_cli(data, "-nodefaults --preconfig "
"-smp 2,sockets=2 "
"-m 128M,slots=2,maxmem=1G "
- "-object memory-backend-ram,size=64M,id=m0 "
+ "-object memory-backend-ram,size=64M,id=m0
,prealloc=y
"
"-object memory-backend-ram,size=64M,id=m1 "
"-numa node,nodeid=0,memdev=m0");
qs = qtest_init(cli);