Re: [Qemu-devel] [PATCH v5 07/10] hw/vfio/platform: add vfio-platform support

2014-08-12 Thread Eric Auger
On 08/12/2014 09:59 AM, bharat.bhus...@freescale.com wrote: > > >> -Original Message- >> From: Alexander Graf [mailto:ag...@suse.de] >> Sent: Monday, August 11, 2014 3:06 PM >> To: Eric Auger; eric.au...@st.com; christoffer.d...@linaro.org; qemu- >> de...@nongnu.org; Phillips Kim-R1AAHA;

Re: [Qemu-devel] [PATCH v5 07/10] hw/vfio/platform: add vfio-platform support

2014-08-12 Thread bharat.bhus...@freescale.com
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Monday, August 11, 2014 3:06 PM > To: Eric Auger; eric.au...@st.com; christoffer.d...@linaro.org; qemu- > de...@nongnu.org; Phillips Kim-R1AAHA; a.r...@virtualopensystems.com > Cc: will.dea...@arm.com; kvm...@lists

Re: [Qemu-devel] [PATCH v5 07/10] hw/vfio/platform: add vfio-platform support

2014-08-11 Thread Eric Auger
On 08/11/2014 10:13 PM, Alex Williamson wrote: > On Sat, 2014-08-09 at 15:25 +0100, Eric Auger wrote: >> Minimal VFIO platform implementation supporting >> - register space user mapping, >> - IRQ assignment based on eventfds handled on qemu side. >> >> irqfd kernel acceleration comes in a subsequen

Re: [Qemu-devel] [PATCH v5 07/10] hw/vfio/platform: add vfio-platform support

2014-08-11 Thread Alex Williamson
On Sat, 2014-08-09 at 15:25 +0100, Eric Auger wrote: > Minimal VFIO platform implementation supporting > - register space user mapping, > - IRQ assignment based on eventfds handled on qemu side. > > irqfd kernel acceleration comes in a subsequent patch. > > Signed-off-by: Kim Phillips > Signed-o

Re: [Qemu-devel] [PATCH v5 07/10] hw/vfio/platform: add vfio-platform support

2014-08-11 Thread Alexander Graf
On 09.08.14 16:25, Eric Auger wrote: Minimal VFIO platform implementation supporting - register space user mapping, - IRQ assignment based on eventfds handled on qemu side. irqfd kernel acceleration comes in a subsequent patch. Signed-off-by: Kim Phillips Signed-off-by: Eric Auger --- v4 -

[Qemu-devel] [PATCH v5 07/10] hw/vfio/platform: add vfio-platform support

2014-08-09 Thread Eric Auger
Minimal VFIO platform implementation supporting - register space user mapping, - IRQ assignment based on eventfds handled on qemu side. irqfd kernel acceleration comes in a subsequent patch. Signed-off-by: Kim Phillips Signed-off-by: Eric Auger --- v4 -> v5: - vfio-plaform.h included first -