On 30/06/15 14:05, Paul Durrant wrote: > diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h > index 2ed0606..efb373f 100644 > --- a/xen/include/asm-x86/hvm/vcpu.h > +++ b/xen/include/asm-x86/hvm/vcpu.h > @@ -34,11 +34,16 @@ enum hvm_io_state { > HVMIO_none = 0, > HVMIO_dispatched, > HVMIO_awaiting_completion, > - HVMIO_handle_mmio_awaiting_completion, > - HVMIO_handle_pio_awaiting_completion, > HVMIO_completed > }; > > +enum hvm_io_completion { > + HVMIO_no_completion = 0,
No need to default to 0 here. Otherwise, Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel