>>> On 02.02.15 at 16:22, <dsl...@verizon.com> wrote: > --- 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:
The better variant would seem to be case IOREQ_TYPE_PCI_CONFIG with ASSERT_UNREACHABLE(). Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel