On 11/19/2015 06:52 PM, Shmulik Ladkani wrote: > Place the PBA table at 0x1000, as placed by VMware virtual hardware. > > Signed-off-by: Shmulik Ladkani <shmulik.ladk...@ravellosystems.com> > --- > hw/net/vmxnet3.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/net/vmxnet3.c b/hw/net/vmxnet3.c > index 48a8242..1525b7c 100644 > --- a/hw/net/vmxnet3.c > +++ b/hw/net/vmxnet3.c > @@ -45,7 +45,7 @@ > #define VMXNET3_MSIX_BAR_IDX (2) > > #define VMXNET3_OFF_MSIX_TABLE (0x000) > -#define VMXNET3_OFF_MSIX_PBA (0x800) > +#define VMXNET3_OFF_MSIX_PBA (0x1000) > > /* Link speed in Mbps should be shifted by 16 */ > #define VMXNET3_LINK_SPEED (1000 << 16)
Still guest visible after migration.