Re: [Qemu-devel] [PATCH 3/6] xen/MSI-X: really enforce alignment

2015-06-16 Thread Stefano Stabellini
On Fri, 5 Jun 2015, Jan Beulich wrote: > The way the generic infrastructure works the intention of not allowing > unaligned accesses can't be achieved by simply setting .unaligned to > false. The benefit is that we can now replace the conditionals in > {get,set}_entry_value() by assert()-s. > > Si

[Qemu-devel] [PATCH 3/6] xen/MSI-X: really enforce alignment

2015-06-05 Thread Jan Beulich
The way the generic infrastructure works the intention of not allowing unaligned accesses can't be achieved by simply setting .unaligned to false. The benefit is that we can now replace the conditionals in {get,set}_entry_value() by assert()-s. Signed-off-by: Jan Beulich --- a/qemu/upstream/hw/x