From: Denis Mukhin <dmukhin@ford.com>
Introduce domain_has_vuart() for PPC port to be used in the console driver.
Signed-off-by: Denis Mukhin <dmukhin@ford.com>
---
xen/arch/ppc/include/asm/domain.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xen/arch/ppc/include/asm/domain.h b/xen/arch/ppc/include/asm/domain.h
index 3a447272c6f28586bf0d610929adbf228579e13f..764978e6a61b9d7220ec10fe0763e3424d07d27a 100644
--- a/xen/arch/ppc/include/asm/domain.h
+++ b/xen/arch/ppc/include/asm/domain.h
@@ -10,6 +10,8 @@ struct hvm_domain
uint64_t params[HVM_NR_PARAMS];
};
+#define domain_has_vuart(d) false
+
/* TODO: Implement */
#define guest_mode(r) ({ (void)(r); BUG_ON("unimplemented"); 0; })
--
2.34.1