On Wed, Apr 5, 2023 at 6:41 PM Peter Maydell
wrote:
> On Wed, 5 Apr 2023 at 16:55, Cornelia Huck wrote:
> >
> > On Wed, Apr 05 2023, David Turner wrote:
> >
> > > On Wed, Apr 5, 2023 at 3:06 PM Cornelia Huck
> wrote:
> > >
> > >> On Wed, Apr 05 2023, "David 'Digit' Turner" wrote:
> > >> > The
On Wed, 5 Apr 2023 at 16:55, Cornelia Huck wrote:
>
> On Wed, Apr 05 2023, David Turner wrote:
>
> > On Wed, Apr 5, 2023 at 3:06 PM Cornelia Huck wrote:
> >
> >> On Wed, Apr 05 2023, "David 'Digit' Turner" wrote:
> >> > The script has then been run against the official
> >> > 6.2.8 kernel sourc
On Wed, Apr 05 2023, David Turner wrote:
> On Wed, Apr 5, 2023 at 3:06 PM Cornelia Huck wrote:
>
>> On Wed, Apr 05 2023, "David 'Digit' Turner" wrote:
>> > The script has then been run against the official
>> > 6.2.8 kernel source tree (current stable release),
>> > which explains why comments
On Wed, Apr 5, 2023 at 3:06 PM Cornelia Huck wrote:
> On Wed, Apr 05 2023, "David 'Digit' Turner" wrote:
>
> > Add , used by hw/display/virtio-gpu-udmabuf.c
> > Add , used by qga/commands-posix.c
> > Add used by kvm-all.c, which requires
> > the _BITUL() macro definition to be available.
> >
>
Add , used by hw/display/virtio-gpu-udmabuf.c
Add , used by qga/commands-posix.c
Add used by kvm-all.c, which requires
the _BITUL() macro definition to be available.
Without these, QEMU will not compile on Debian 10 systems.
The script has then been run against the official
6.2.8 kernel source t
On Wed, Apr 05 2023, "David 'Digit' Turner" wrote:
> Add , used by hw/display/virtio-gpu-udmabuf.c
> Add , used by qga/commands-posix.c
> Add used by kvm-all.c, which requires
> the _BITUL() macro definition to be available.
>
> Without these, QEMU will not compile on Debian 10 systems.
Hm, I w