[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] dom0/pvh: Dom0 PVH with PCI passthrough support status
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.liu2@xxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |