[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V3 28/29] x86/vvtd: Add queued invalidation (QI) support
On Mon, Oct 23, 2017 at 03:50:24PM +0800, Chao Gao wrote: > On Fri, Oct 20, 2017 at 12:20:06PM +0100, Roger Pau Monné wrote: > >On Thu, Sep 21, 2017 at 11:02:09PM -0400, Lan Tianyu wrote: > >> From: Chao Gao <chao.gao@xxxxxxxxx> > >> + } > >> + > >> + unmap_guest_page((void*)qinval_page); > >> + return ret; > >> + > >> + error: > >> + unmap_guest_page((void*)qinval_page); > >> + gdprintk(XENLOG_ERR, "Internal error in Queue Invalidation.\n"); > >> + domain_crash(vvtd->domain); > > > >Do you really need to crash the domain in such case? > > We reach here when guest requests some operations vvtd doesn't claim > supported or emulated. I am afraid it also can be triggered by guest. > How about ignoring the invalidation request? What would real hardware do in such case? Roger. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |