Re: [PATCH v3 08/13] audio: remove GNUC & MSVC check

2020-12-10 Thread Marc-André Lureau
Hi On Thu, Dec 10, 2020 at 6:35 PM Philippe Mathieu-Daudé wrote: > > On 12/10/20 3:27 PM, Peter Maydell wrote: > > On Thu, 10 Dec 2020 at 14:26, Philippe Mathieu-Daudé > > wrote: > >> > >> On 12/10/20 2:47 PM, marcandre.lur...@redhat.com wrote: > >>> From: Marc-André Lureau > >>> > >>> QEMU

Re: [PATCH v3 08/13] audio: remove GNUC & MSVC check

2020-12-10 Thread Philippe Mathieu-Daudé
On 12/10/20 3:27 PM, Peter Maydell wrote: > On Thu, 10 Dec 2020 at 14:26, Philippe Mathieu-Daudé > wrote: >> >> On 12/10/20 2:47 PM, marcandre.lur...@redhat.com wrote: >>> From: Marc-André Lureau >>> >>> QEMU requires either GCC or Clang, which both advertize __GNUC__. >>> Drop MSVC fallback

Re: [PATCH v3 08/13] audio: remove GNUC & MSVC check

2020-12-10 Thread Peter Maydell
On Thu, 10 Dec 2020 at 14:26, Philippe Mathieu-Daudé wrote: > > On 12/10/20 2:47 PM, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > QEMU requires either GCC or Clang, which both advertize __GNUC__. > > Drop MSVC fallback path. > > > > Note: I intentionally left further

Re: [PATCH v3 08/13] audio: remove GNUC & MSVC check

2020-12-10 Thread Philippe Mathieu-Daudé
On 12/10/20 2:47 PM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > QEMU requires either GCC or Clang, which both advertize __GNUC__. > Drop MSVC fallback path. > > Note: I intentionally left further cleanups for a later work. > > Signed-off-by: Marc-André Lureau > --- >

[PATCH v3 08/13] audio: remove GNUC & MSVC check

2020-12-10 Thread marcandre . lureau
From: Marc-André Lureau QEMU requires either GCC or Clang, which both advertize __GNUC__. Drop MSVC fallback path. Note: I intentionally left further cleanups for a later work. Signed-off-by: Marc-André Lureau --- audio/audio.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-)