Re: [kvm-kmod PATCH 2/2] sync: copy linux/vfio.h from kvm source tree

2014-04-23 Thread Jan Kiszka
On 2014-04-22 20:43, Gabriel L. Somlo wrote: On Tue, Apr 22, 2014 at 04:57:32PM +0200, Jan Kiszka wrote: On 2014-04-22 16:52, gso...@gmail.com wrote: Signed-off-by: Gabriel Somlo so...@cmu.edu --- vfio.c gets copied by sync, and it needs vfio.h. I don't think there's an easy way to #define

[kvm-kmod PATCH 2/2] sync: copy linux/vfio.h from kvm source tree

2014-04-22 Thread gsomlo
Signed-off-by: Gabriel Somlo so...@cmu.edu --- vfio.c gets copied by sync, and it needs vfio.h. I don't think there's an easy way to #define ourselves out of this one, copying vfio.h into kvm-kmod/include/linux/ seems to be the path of least resistance... Thanks, Gabriel P.S. I'm not a

Re: [kvm-kmod PATCH 2/2] sync: copy linux/vfio.h from kvm source tree

2014-04-22 Thread Jan Kiszka
On 2014-04-22 16:52, gso...@gmail.com wrote: Signed-off-by: Gabriel Somlo so...@cmu.edu --- vfio.c gets copied by sync, and it needs vfio.h. I don't think there's an easy way to #define ourselves out of this one, copying vfio.h into kvm-kmod/include/linux/ seems to be the path of least

Re: [kvm-kmod PATCH 2/2] sync: copy linux/vfio.h from kvm source tree

2014-04-22 Thread Gabriel L. Somlo
On Tue, Apr 22, 2014 at 04:57:32PM +0200, Jan Kiszka wrote: On 2014-04-22 16:52, gso...@gmail.com wrote: Signed-off-by: Gabriel Somlo so...@cmu.edu --- vfio.c gets copied by sync, and it needs vfio.h. I don't think there's an easy way to #define ourselves out of this one, copying