From 10df22b014dd456924ee9de118aabba50964059b Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Mon, 22 Jul 2013 01:09:08 -0400 Subject: [PATCH] disable PVHVM guests --- debian/changelog | 6 ++++++ invirt-database | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9855850..52b4243 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-xen-config (0.0.48) precise; urgency=low + + * Disable PVHVM for now until we figure out the best way to do it + + -- Adam Glasgall Mon, 22 Jul 2013 01:08:40 -0400 + invirt-xen-config (0.0.47) unstable; urgency=low * Blame glasgall for the wasted version number. diff --git a/invirt-database b/invirt-database index 095fe4d..e3a1482 100644 --- a/invirt-database +++ b/invirt-database @@ -107,6 +107,8 @@ elif cdrom is not None: codepath = 'hvm' if codepath == 'hvm': + # Disable PVHVM for now until we figure out the best way to do this + xen_platform_pci = 0 ioemu = "ioemu:" viftype = "type=ioemu, " kernel = '/usr/lib/xen-4.1/boot/hvmloader' -- 1.7.9.5