On Mon, Nov 05, 2018 at 11:58:09AM +0200, Alexandru Vasile wrote:
> Hello,
> (XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
> (XEN) event_channel.c:319:d0v3 EVTCHNOP failure: domain 1, error -22

Do you perhaps have more than one xenstored / xenconsoled running?

> (XEN) Assertion 'fdom != p2m->domain' failed at p2m.c:504

You can work around this with:

---8<---
From 9437054299c1d360eb4fedd065d51965e560fc0c Mon Sep 17 00:00:00 2001
From: Wei Liu <wei.l...@citrix.com>
Date: Fri, 2 Nov 2018 14:55:04 +0000
Subject: [PATCH] DROP DONT POST

---
 xen/arch/x86/mm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c
index f043e43ac7..9c154783e4 100644
--- a/xen/arch/x86/mm.c
+++ b/xen/arch/x86/mm.c
@@ -4443,7 +4443,7 @@ int arch_acquire_resource(struct domain *d, unsigned int 
type,
 
     switch ( type )
     {
-#ifdef CONFIG_HVM
+#if 0
     case XENMEM_resource_ioreq_server:
     {
         ioservid_t ioservid = id;
-- 
2.11.0

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to