On Thu, Feb 04, 2016 at 09:31:06AM +0800, Cao jin wrote:
> 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
> Reviewed-by: Marcel Apfelbaum
Reviewed-by: Michael S. Tsirkin
> ---
> hw/vfio/pc
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
Reviewed-by: Marcel Apfelbaum
---
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