Hi Peter, On 06/16/2015 01:59 PM, Peter Maydell wrote: > On 16 June 2015 at 12:58, Eric Auger <eric.au...@linaro.org> wrote: >> This patch allows the instantiation of the vfio-calxeda-xgmac device >> from the QEMU command line (-device vfio-calxeda-xgmac,host="<device>"). >> >> A specialized device tree node is created for the guest, containing >> compat, dma-coherent, reg and interrupts properties. >> >> Signed-off-by: Eric Auger <eric.au...@linaro.org> >> Acked-by: Peter Maydell <peter.mayd...@linaro.org> > > This was part of a series before -- is it a standalone > patch now? What's the relationship with the other patches?
This patch makes possible to instantiate the VFIO Calxeda xgmac device which is already in the master. The rest of the series enables irqfd usage by the base VFIO device so to me it is independent. Currently eventfds are handled on user-side, which is particularly inefficient but functional. Let me know if you prefer I resend the whole series. Best Regards Eric > > thanks > -- PMM >