Re: [Qemu-devel] [RESEND RFC 1/6] hw/vfio/platform: amd-xgbe device

2015-11-25 Thread Alex Bennée
Eric Auger writes: > This patch introduces the amd-xgbe VFIO platform device. It > allows the guest to do passthrough on a device exposing an > "amd,xgbe-seattle-v1a" compat string. > > Signed-off-by: Eric Auger Reviewed-by: Alex Bennée > --- > hw/vfio/Makefile.objs | 1 + > hw/v

[Qemu-devel] [RESEND RFC 1/6] hw/vfio/platform: amd-xgbe device

2015-11-19 Thread Eric Auger
This patch introduces the amd-xgbe VFIO platform device. It allows the guest to do passthrough on a device exposing an "amd,xgbe-seattle-v1a" compat string. Signed-off-by: Eric Auger --- hw/vfio/Makefile.objs | 1 + hw/vfio/amd-xgbe.c | 55