Re: [Qemu-devel] [PATCH v3 2/9] xen: import ring.h from xen

2017-03-17 Thread Greg Kurz
On Thu, 16 Mar 2017 13:01:51 -0700 Stefano Stabellini wrote: > Do not use the ring.h header installed on the system. Instead, import > the header into the QEMU codebase. This avoids problems when QEMU is > built against a Xen version too old to provide all the ring macros. > > Signed-off-by: Ste

[Qemu-devel] [PATCH v3 2/9] xen: import ring.h from xen

2017-03-16 Thread Stefano Stabellini
Do not use the ring.h header installed on the system. Instead, import the header into the QEMU codebase. This avoids problems when QEMU is built against a Xen version too old to provide all the ring macros. Signed-off-by: Stefano Stabellini CC: anthony.per...@citrix.com CC: jgr...@suse.com --- NB