[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 4/5] hvm_complete_assist_req: We should not be able to get here on IOREQ_TYPE_PCI_CONFIG
On 01/30/15 05:24, Jan Beulich wrote: >>>> >>> On 30.01.15 at 01:52, <dslutz@xxxxxxxxxxx> wrote: > According to your 0/5 > Suggested-by: Paul Durrant <paul.durrant@xxxxxxxxxx> > ? Yes, added. -Don Slutz > > Jan > >> > Signed-off-by: Don Slutz <dslutz@xxxxxxxxxxx> >> > --- >> > xen/arch/x86/hvm/hvm.c | 1 + >> > 1 file changed, 1 insertion(+) >> > >> > diff --git a/xen/arch/x86/hvm/hvm.c b/xen/arch/x86/hvm/hvm.c >> > index c7984d1..6f7b407 100644 >> > --- a/xen/arch/x86/hvm/hvm.c >> > +++ b/xen/arch/x86/hvm/hvm.c >> > @@ -2573,6 +2573,7 @@ bool_t hvm_send_assist_req_to_ioreq_server(struct >> > hvm_ioreq_server *s, >> > >> > static bool_t hvm_complete_assist_req(ioreq_t *p) >> > { >> > + ASSERT(p->type != IOREQ_TYPE_PCI_CONFIG); >> > switch ( p->type ) >> > { >> > case IOREQ_TYPE_COPY: >> > -- >> > 1.8.4 > > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |