On 30/06/15 14:05, Paul Durrant wrote: > -bool_t hvm_mmio_internal(paddr_t gpa) > +static int hvm_portio_read(const struct hvm_io_handler *handler, > + uint64_t addr, > + uint32_t size, > + uint64_t *data) > { > - struct vcpu *curr = current; > - unsigned int i; > + uint32_t val = 0;
Default to ~0U to match real hardware. Otherwise, Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel