Re: [Qemu-devel] changeset b0cb0a66d broken - missing QEMU_OPTION_enable_hax

2017-01-24 Thread Peter Maydell
On 24 January 2017 at 17:28, Michael S. Tsirkin wrote: > Maybe we should change the include order to always prefer > the build tree files if there? If we can do that it would be nice. > An alternative is to do what Linux does, create a > file in tree when doing a build, and then make an > out of

Re: [Qemu-devel] changeset b0cb0a66d broken - missing QEMU_OPTION_enable_hax

2017-01-24 Thread Michael S. Tsirkin
On Mon, Jan 23, 2017 at 07:41:48PM +, Peter Maydell wrote: > On 23 January 2017 at 19:32, James Hanley wrote: > > Changeset fails to compile: > > > > qemu/vl.c:3683:18: error: ‘QEMU_OPTION_enable_hax’ undeclared (first use in > > this function) > > case QEMU_OPTION_enable_hax: > >

Re: [Qemu-devel] changeset b0cb0a66d broken - missing QEMU_OPTION_enable_hax

2017-01-23 Thread James Hanley
That did it - Thanks, and my apologies to Vincent for the false alarm. -Jim On Mon, Jan 23, 2017 at 2:41 PM, Peter Maydell wrote: > On 23 January 2017 at 19:32, James Hanley wrote: > > Changeset fails to compile: > > > > qemu/vl.c:3683:18: error: ‘QEMU_OPTION_enable_hax’ undeclared (first use >

Re: [Qemu-devel] changeset b0cb0a66d broken - missing QEMU_OPTION_enable_hax

2017-01-23 Thread Peter Maydell
On 23 January 2017 at 19:32, James Hanley wrote: > Changeset fails to compile: > > qemu/vl.c:3683:18: error: ‘QEMU_OPTION_enable_hax’ undeclared (first use in > this function) > case QEMU_OPTION_enable_hax: > ^ > I assume that there is details in > > ./qemu-options.d

[Qemu-devel] changeset b0cb0a66d broken - missing QEMU_OPTION_enable_hax

2017-01-23 Thread James Hanley
Changeset fails to compile: qemu/vl.c:3683:18: error: ‘QEMU_OPTION_enable_hax’ undeclared (first use in this function) case QEMU_OPTION_enable_hax: ^ I assume that there is details in ./qemu-options.def ./qemu-options.hx that were not included with the commit? htt