[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw/block: nvme: Fix a build error in nvme_process_sq()
From: |
Bin Meng |
Subject: |
Re: [PATCH] hw/block: nvme: Fix a build error in nvme_process_sq() |
Date: |
Wed, 10 Feb 2021 18:24:45 +0800 |
On Wed, Feb 10, 2021 at 6:23 PM Klaus Jensen <its@irrelevant.dk> wrote:
>
> On Feb 10 18:15, Bin Meng wrote:
> > On Wed, Feb 10, 2021 at 5:54 PM Bin Meng <bmeng.cn@gmail.com> wrote:
> > >
> > > From: Bin Meng <bin.meng@windriver.com>
> > >
> > > Current QEMU HEAD nvme.c does not compile:
> > >
> > > hw/block/nvme.c: In function ‘nvme_process_sq’:
> >
> > Not sure why compiler reports this error happens in nvme_process_sq()?
> >
>
> Yeah that is kinda wierd. Also, this went through the full CI suite.
> What compiler is this?
>
Yes it's quite strange.
I am using the default GCC 5.4 on a Ubuntu 16.04 host.
Regards,
Bin