From be014da159af4d167ddc73326a489be5eff6466f Mon Sep 17 00:00:00 2001 From: George Dunlap Date: Thu, 26 May 2011 15:27:34 +0100 Subject: tools: Enable superpages for HVM domains by default Signed-off-by: George Dunlap Committed-by: Ian Jackson --- tools/xcutils/xc_restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xcutils') diff --git a/tools/xcutils/xc_restore.c b/tools/xcutils/xc_restore.c index ea069ac8f5..985cbecb11 100644 --- a/tools/xcutils/xc_restore.c +++ b/tools/xcutils/xc_restore.c @@ -43,7 +43,7 @@ main(int argc, char **argv) if ( argc == 9 ) superpages = atoi(argv[8]); else - superpages = 0; + superpages = !!hvm; ret = xc_domain_restore(xch, io_fd, domid, store_evtchn, &store_mfn, console_evtchn, &console_mfn, hvm, pae, superpages); -- cgit v1.2.3