Re: [Qemu-devel] [PATCH v16 04/14] vfio: make the 4 bytes aligned for capability size

2016-01-17 Thread Marcel Apfelbaum
On 01/12/2016 04:43 AM, Cao jin wrote: From: Chen Fan this function search the capability from the end, the last size should 0x100 - pos, not 0xff - pos. Indeed, "next" should be the first address of the next capability. Reviewed-by: Marcel Apfelbaum Signed-off-by: Chen Fan --- hw/vf

[Qemu-devel] [PATCH v16 04/14] vfio: make the 4 bytes aligned for capability size

2016-01-11 Thread Cao jin
From: Chen Fan this function search the capability from the end, the last size should 0x100 - pos, not 0xff - pos. Signed-off-by: Chen Fan --- hw/vfio/pci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index a63cf85..288f2c7 100644 --- a/h