Re: [Qemu-devel] [PATCH] qemu: Fix -version with configure --with-pkgversion

2017-03-17 Thread Peter Maydell
On 16 March 2017 at 09:00, Jordan Justen wrote: > This appears to have regressed in 67a1de0d19. > > When the configure --with-pkgversion=foo option is used, the output > from -version will look like: > > QEMU emulator version 2.8.90(foo) > Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Proje

Re: [Qemu-devel] [PATCH] qemu: Fix -version with configure --with-pkgversion

2017-03-17 Thread Thomas Huth
On 16.03.2017 10:00, Jordan Justen wrote: > This appears to have regressed in 67a1de0d19. > > When the configure --with-pkgversion=foo option is used, the output > from -version will look like: > > QEMU emulator version 2.8.90(foo) > Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project de

[Qemu-devel] [PATCH] qemu: Fix -version with configure --with-pkgversion

2017-03-16 Thread Jordan Justen
This appears to have regressed in 67a1de0d19. When the configure --with-pkgversion=foo option is used, the output from -version will look like: QEMU emulator version 2.8.90(foo) Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers After this patch, it will be: QEMU emulator v