[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [migration PULL 4/9] Init page sizes in qtest
From: |
Amit Shah |
Subject: |
[Qemu-devel] [migration PULL 4/9] Init page sizes in qtest |
Date: |
Tue, 29 Sep 2015 12:02:19 +0530 |
From: "Dr. David Alan Gilbert" <address@hidden>
One of my patches used a loop that was based on host page size;
it dies in qtest since qtest hadn't bothered init'ing it.
Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
Reviewed-by: Amit Shah <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Amit Shah <address@hidden>
---
qtest.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/qtest.c b/qtest.c
index 05cefd2..8e10340 100644
--- a/qtest.c
+++ b/qtest.c
@@ -657,6 +657,7 @@ void qtest_init(const char *qtest_chrdev, const char
*qtest_log, Error **errp)
inbuf = g_string_new("");
qtest_chr = chr;
+ page_size_init();
}
bool qtest_driver(void)
--
2.4.3
- [Qemu-devel] [migration PULL 0/9] Migration queue - for Juan, Amit Shah, 2015/09/30
- [Qemu-devel] [migration PULL 1/9] vmstate: Remove redefinition of VMSTATE_UINT32_ARRAY, Amit Shah, 2015/09/30
- [Qemu-devel] [migration PULL 2/9] migration/ram.c: Use RAMBlock rather than MemoryRegion, Amit Shah, 2015/09/30
- [Qemu-devel] [migration PULL 3/9] Split out end of migration code from migration_thread, Amit Shah, 2015/09/30
- [Qemu-devel] [migration PULL 4/9] Init page sizes in qtest,
Amit Shah <=
- [Qemu-devel] [migration PULL 5/9] migration: size_t'ify some of qemu-file, Amit Shah, 2015/09/30
- [Qemu-devel] [migration PULL 6/9] migration: qemu-file more size_t'ifying, Amit Shah, 2015/09/30
- [Qemu-devel] [migration PULL 7/9] migration: Use g_new() & friends where that makes obvious sense, Amit Shah, 2015/09/30
- [Qemu-devel] [migration PULL 8/9] Move dirty page search state into separate structure, Amit Shah, 2015/09/30
- [Qemu-devel] [migration PULL 9/9] ram_find_and_save_block: Split out the finding, Amit Shah, 2015/09/30