On Thu, Dec 10, 2020 at 01:42:51PM +, Daniel P. Berrangé wrote:
> On Thu, Dec 10, 2020 at 05:17:05PM +0400, Marc-André Lureau wrote:
> > Hi
> >
> > On Thu, Nov 26, 2020 at 4:23 PM Peter Maydell
> > wrote:
> >
> > > On Thu, 26 Nov 2020 at 12:06, Daniel P. Berrangé
> > > wrote:
> > > >
> > >
On Thu, Dec 10, 2020 at 05:17:05PM +0400, Marc-André Lureau wrote:
> Hi
>
> On Thu, Nov 26, 2020 at 4:23 PM Peter Maydell
> wrote:
>
> > On Thu, 26 Nov 2020 at 12:06, Daniel P. Berrangé
> > wrote:
> > >
> > > On Thu, Nov 26, 2020 at 11:49:28AM +, Peter Maydell wrote:
> > > > On Thu, 26 Nov
Hi
On Thu, Nov 26, 2020 at 4:23 PM Peter Maydell
wrote:
> On Thu, 26 Nov 2020 at 12:06, Daniel P. Berrangé
> wrote:
> >
> > On Thu, Nov 26, 2020 at 11:49:28AM +, Peter Maydell wrote:
> > > On Thu, 26 Nov 2020 at 11:29, wrote:
> > > >
> > > > From: Philippe Mathieu-Daudé
> > > >
> > > > Si
On Thu, 26 Nov 2020 at 12:06, Daniel P. Berrangé wrote:
>
> On Thu, Nov 26, 2020 at 11:49:28AM +, Peter Maydell wrote:
> > On Thu, 26 Nov 2020 at 11:29, wrote:
> > >
> > > From: Philippe Mathieu-Daudé
> > >
> > > Since commit efc6c070aca ("configure: Add a test for the
> > > minimum compiler
On Thu, Nov 26, 2020 at 11:49:28AM +, Peter Maydell wrote:
> On Thu, 26 Nov 2020 at 11:29, wrote:
> >
> > From: 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, whic
On Thu, 26 Nov 2020 at 11:29, wrote:
>
> From: 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 i
From: 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 missin