Re: [Qemu-devel] [PATCH 2/2] syscall.c: Redefine IFLA_* enums

2016-08-18 Thread Peter Maydell
On 17 August 2016 at 19:57, Michal Privoznik wrote: > On 17.08.2016 17:28, Laurent Vivier wrote: >> Le 17/08/2016 à 15:49, Michal Privoznik a écrit : >>> In 9c37146782 I've tried to fix a broken build with older >>> linux-headers. However, I didn't do it properly. The solution >>> implemented here

Re: [Qemu-devel] [PATCH 2/2] syscall.c: Redefine IFLA_* enums

2016-08-17 Thread Michal Privoznik
On 17.08.2016 17:28, Laurent Vivier wrote: > > > Le 17/08/2016 à 15:49, Michal Privoznik a écrit : >> In 9c37146782 I've tried to fix a broken build with older >> linux-headers. However, I didn't do it properly. The solution >> implemented here is to grab the enums that caused the problem >> init

Re: [Qemu-devel] [PATCH 2/2] syscall.c: Redefine IFLA_* enums

2016-08-17 Thread Laurent Vivier
Le 17/08/2016 à 15:49, Michal Privoznik a écrit : > In 9c37146782 I've tried to fix a broken build with older > linux-headers. However, I didn't do it properly. The solution > implemented here is to grab the enums that caused the problem > initially, and rename their values so that they are "QEMU

[Qemu-devel] [PATCH 2/2] syscall.c: Redefine IFLA_* enums

2016-08-17 Thread Michal Privoznik
In 9c37146782 I've tried to fix a broken build with older linux-headers. However, I didn't do it properly. The solution implemented here is to grab the enums that caused the problem initially, and rename their values so that they are "QEMU_" prefixed. In order to guarantee matching values with actu