Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-16 Thread Peter Maydell
On 16 August 2014 02:08, Eric Blake wrote: > In file included from /usr/include/spice-server/spice.h:25:0, > from /home/eblake/qemu-tmp/include/ui/qemu-spice.h:25, > from qemu-char.c:84: > /usr/include/spice-1/spice/macros.h:105:0: error: "INLINE" redefined > [-We

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-15 Thread Eric Blake
On 08/15/2014 03:01 PM, Michael Roth wrote: >>> I tried to compile on Fedora 20, but had to backport this to get it to work: >>> >>> Luiz Capitulino >>> a49db98d fpu: softfloat: drop INLINE macro >>> >> >> ping > > Hmm, unfortunately I didn't see this until after 2.0.1 was tagged/pushed. My > und

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-15 Thread Michael Roth
Quoting Eric Blake (2014-08-15 13:43:21) > On 08/07/2014 02:21 PM, Eric Blake wrote: > > On 08/06/2014 02:38 PM, Michael Roth wrote: > >> Hi everyone, > >> > >> The following new patches are queued for QEMU stable v2.0.1: > >> > >> https://github.com/mdroth/qemu/commits/stable-2.0-staging > >> >

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-15 Thread Eric Blake
On 08/07/2014 02:21 PM, Eric Blake wrote: > On 08/06/2014 02:38 PM, Michael Roth wrote: >> Hi everyone, >> >> The following new patches are queued for QEMU stable v2.0.1: >> >> https://github.com/mdroth/qemu/commits/stable-2.0-staging >> >> The release is planned for 2014-08-15: >> >> http://wi

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-07 Thread Michael Roth
Quoting Eric Blake (2014-08-07 16:23:14) > On 08/06/2014 02:38 PM, Michael Roth wrote: > > Hi everyone, > > > > The following new patches are queued for QEMU stable v2.0.1: > > > > https://github.com/mdroth/qemu/commits/stable-2.0-staging > > > > The release is planned for 2014-08-15: > > > >

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-07 Thread Eric Blake
On 08/07/2014 09:50 AM, Eric Blake wrote: > On 08/07/2014 03:19 AM, Michael Roth wrote: >>> >>> Libvirt could support active commit against qemu 2.0.1 if you backport >>> these patches: >>> >>> Jeff Cody >>> 7676e2c597 block: make 'top' argument to block-commit optional >>> >>> Fam Zheng >>> 9e

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-07 Thread Eric Blake
On 08/06/2014 02:38 PM, Michael Roth wrote: > Hi everyone, > > The following new patches are queued for QEMU stable v2.0.1: > > https://github.com/mdroth/qemu/commits/stable-2.0-staging > > The release is planned for 2014-08-15: > > http://wiki.qemu.org/Planning/2.0 > > Please respond here

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-07 Thread Eric Blake
On 08/07/2014 03:10 PM, Peter Maydell wrote: > On 7 August 2014 21:55, Eric Blake wrote: >> Turns out to be caused by leftovers, from trying an incremental build in >> the same tree where I had 2.1 object files. Maybe the makefiles can be >> improved to deal gracefully with this case, but as a cl

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-07 Thread Peter Maydell
On 7 August 2014 21:55, Eric Blake wrote: > Turns out to be caused by leftovers, from trying an incremental build in > the same tree where I had 2.1 object files. Maybe the makefiles can be > improved to deal gracefully with this case, but as a clean build didn't > suffer from the problem, it's n

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-07 Thread Eric Blake
On 08/07/2014 02:23 PM, Eric Blake wrote: >> >> I tried to compile on Fedora 20, but had to backport this to get it to work: >> >> Luiz Capitulino >> a49db98d fpu: softfloat: drop INLINE macro > > Oops, spoke too soon. I hit another build failure - anyone recognize > this, or which commit to bac

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-07 Thread Eric Blake
On 08/07/2014 02:21 PM, Eric Blake wrote: > On 08/06/2014 02:38 PM, Michael Roth wrote: >> Hi everyone, >> >> The following new patches are queued for QEMU stable v2.0.1: >> >> https://github.com/mdroth/qemu/commits/stable-2.0-staging >> >> Testing/feedback is greatly appreciated. >> > > I trie

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-07 Thread Eric Blake
On 08/06/2014 02:38 PM, Michael Roth wrote: > Hi everyone, > > The following new patches are queued for QEMU stable v2.0.1: > > https://github.com/mdroth/qemu/commits/stable-2.0-staging > > The release is planned for 2014-08-15: > > http://wiki.qemu.org/Planning/2.0 > > Please respond here

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-07 Thread Michael Roth
Quoting Eric Blake (2014-08-07 10:50:41) > On 08/07/2014 03:19 AM, Michael Roth wrote: > >> > >> Libvirt could support active commit against qemu 2.0.1 if you backport > >> these patches: > >> > >> Jeff Cody > >> 7676e2c597 block: make 'top' argument to block-commit optional > >> > >> Fam Zheng >

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-07 Thread Eric Blake
On 08/07/2014 03:19 AM, Michael Roth wrote: >> >> Libvirt could support active commit against qemu 2.0.1 if you backport >> these patches: >> >> Jeff Cody >> 7676e2c597 block: make 'top' argument to block-commit optional >> >> Fam Zheng >> 9e48b02540 mirror: Go through ready -> complete process

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-07 Thread Michael Roth
Quoting Eric Blake (2014-08-06 16:49:50) > On 08/06/2014 02:38 PM, Michael Roth wrote: > > Hi everyone, > > > > The following new patches are queued for QEMU stable v2.0.1: > > > > https://github.com/mdroth/qemu/commits/stable-2.0-staging > > > > The release is planned for 2014-08-15: > > > >

Re: [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-06 Thread Eric Blake
On 08/06/2014 02:38 PM, Michael Roth wrote: > Hi everyone, > > The following new patches are queued for QEMU stable v2.0.1: > > https://github.com/mdroth/qemu/commits/stable-2.0-staging > > The release is planned for 2014-08-15: > > http://wiki.qemu.org/Planning/2.0 > > Please respond here

[Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12

2014-08-06 Thread Michael Roth
Hi everyone, The following new patches are queued for QEMU stable v2.0.1: https://github.com/mdroth/qemu/commits/stable-2.0-staging The release is planned for 2014-08-15: http://wiki.qemu.org/Planning/2.0 Please respond here or CC qemu-sta...@nongnu.org on any patches you think should be i