Re: [Qemu-devel] [PATCH 0/2] Use QEMU_GNUC_PREREQ to fix wrong gcc version test

2011-10-03 Thread Stefan Weil
Am 03.10.2011 22:05, schrieb Stefan Weil: Am 16.09.2011 22:03, schrieb Stefan Weil: These two patches fix a wrong gcc version test. [PATCH 1/2] Move macro QEMU_GNUC_PREREQ to compiler.h [PATCH 2/2] Fix and clean code which tests the gcc version Ping? Maybe these patches can be applied via qem

Re: [Qemu-devel] [PATCH 0/2] Use QEMU_GNUC_PREREQ to fix wrong gcc version test

2011-10-03 Thread Stefan Weil
Am 16.09.2011 22:03, schrieb Stefan Weil: These two patches fix a wrong gcc version test. [PATCH 1/2] Move macro QEMU_GNUC_PREREQ to compiler.h [PATCH 2/2] Fix and clean code which tests the gcc version Ping? Maybe these patches can be applied via qemu-trivial. http://patchwork.ozlabs.org/pat

Re: [Qemu-devel] [PATCH 0/2] Use QEMU_GNUC_PREREQ to fix wrong gcc version test

2011-09-23 Thread Anthony Liguori
On 09/16/2011 03:03 PM, Stefan Weil wrote: These two patches fix a wrong gcc version test. [PATCH 1/2] Move macro QEMU_GNUC_PREREQ to compiler.h [PATCH 2/2] Fix and clean code which tests the gcc version Applied all. Thanks. Regards, Anthony Liguori

[Qemu-devel] [PATCH 0/2] Use QEMU_GNUC_PREREQ to fix wrong gcc version test

2011-09-16 Thread Stefan Weil
These two patches fix a wrong gcc version test. [PATCH 1/2] Move macro QEMU_GNUC_PREREQ to compiler.h [PATCH 2/2] Fix and clean code which tests the gcc version