Re: [PATCH 2/2] Add missing Linux kernel headers.

2023-04-05 Thread David Turner
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

Re: [PATCH 2/2] Add missing Linux kernel headers.

2023-04-05 Thread Peter Maydell
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

Re: [PATCH 2/2] Add missing Linux kernel headers.

2023-04-05 Thread Cornelia Huck
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

Re: [PATCH 2/2] Add missing Linux kernel headers.

2023-04-05 Thread David Turner
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. > > >

[PATCH 2/2] Add missing Linux kernel headers.

2023-04-05 Thread David 'Digit' Turner
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

Re: [PATCH 2/2] Add missing Linux kernel headers.

2023-04-05 Thread Cornelia Huck
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