Re: [Qemu-devel] [PATCH 2/4] vmxnet3: Change offsets of PCI capabilities

2015-11-24 Thread Jason Wang
On 11/19/2015 06:52 PM, Shmulik Ladkani wrote: > Place device reported PCI capabilities at the same offsets as placed by > the VMware virtual hardware: > Express Endpoint at [48], MSI at [84], MSI-X at [9c]. > > Signed-off-by: Shmulik Ladkani > --- > hw/net/vmxnet3.c | 9 ++--- > 1 file c

[Qemu-devel] [PATCH 2/4] vmxnet3: Change offsets of PCI capabilities

2015-11-19 Thread Shmulik Ladkani
Place device reported PCI capabilities at the same offsets as placed by the VMware virtual hardware: Express Endpoint at [48], MSI at [84], MSI-X at [9c]. Signed-off-by: Shmulik Ladkani --- hw/net/vmxnet3.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hw/net/vmx