* [PATCH 18/18 V2]: PVH xen: Enable PVH domains...
@ 2013-03-16 1:08 Mukesh Rathor
0 siblings, 0 replies; only message in thread
From: Mukesh Rathor @ 2013-03-16 1:08 UTC (permalink / raw)
To: Xen-devel@lists.xensource.com
Mark completion of patches by enabling PVH domain creation.
Signed-off-by: Mukesh Rathor <mukesh.rathor@oracle.com>
---
xen/arch/x86/domain.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/xen/arch/x86/domain.c b/xen/arch/x86/domain.c
index 5b5444f..09cdd46 100644
--- a/xen/arch/x86/domain.c
+++ b/xen/arch/x86/domain.c
@@ -653,13 +653,6 @@ int arch_set_info_guest(
unsigned int i;
int rc = 0, compat;
- /* This removed when all patches are checked in */
- if ( is_pvh_vcpu(v) )
- {
- printk("PVH: You don't have the correct xen version for PVH\n");
- return -EINVAL;
- }
-
/* The context is a compat-mode one if the target domain is compat-mode;
* we expect the tools to DTRT even in compat-mode callers. */
compat = is_pv_32on64_domain(d);
--
1.7.2.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-16 1:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-16 1:08 [PATCH 18/18 V2]: PVH xen: Enable PVH domains Mukesh Rathor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).