Re: [PATCH 2/3] qemu/atomic: Drop special case for unsupported compiler

2020-11-25 Thread Marc-André Lureau
Hi On Mon, Sep 28, 2020 at 5:49 PM Peter Maydell wrote: > On Mon, 28 Sep 2020 at 14:12, Philippe Mathieu-Daudé > wrote: > > > > Since commit efc6c070aca ("configure: Add a test for the > > minimum compiler version") the minimum compiler version > > required for GCC is 4.8, which has the GCC BZ#

Re: [PATCH 2/3] qemu/atomic: Drop special case for unsupported compiler

2020-09-28 Thread Peter Maydell
On Mon, 28 Sep 2020 at 14:12, Philippe Mathieu-Daudé wrote: > > Since commit efc6c070aca ("configure: Add a test for the > minimum compiler version") the minimum compiler version > required for GCC is 4.8, which has the GCC BZ#36793 bug fixed. > > We can safely remove the special case introduced i

[PATCH 2/3] qemu/atomic: Drop special case for unsupported compiler

2020-09-28 Thread Philippe Mathieu-Daudé
Since commit efc6c070aca ("configure: Add a test for the minimum compiler version") the minimum compiler version required for GCC is 4.8, which has the GCC BZ#36793 bug fixed. We can safely remove the special case introduced in commit a281ebc11a6 ("virtio: add missing mb() on notification"). Sign