[PATCH 3/3] Update linux headers to v6.3rc5

2023-04-05 Thread David 'Digit' Turner
commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d Signed-off-by: David 'Digit' Turner --- include/standard-headers/drm/drm_fourcc.h| 12 ++ include/standard-headers/linux/ethtool.h | 48 +++- include/standard-headers/linux/fuse.h| 45 +++- include/standard-hea

[PATCH 1/3] Fix libvhost-user.c compilation.

2023-04-05 Thread David 'Digit' Turner
The source file uses VIRTIO_F_VERSION_1 which is not defined by on Debian 10. The system-provided which does not include the macro definition is included through , so fix the issue by including the standard-headers version before that. Signed-off-by: David 'Digit' Turner --- s

[PATCH 2/3] update-linux-headers.sh: Add missing 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. Signed-off-by: David 'Digit' Turner --- scripts/up

[PATCH v2] Fix QEMU compilation on Debian 10

2023-04-05 Thread David 'Digit' Turner
-to-date standard-headers/ version that contains the right macro definition. David 'Digit' Turner (3): Fix libvhost-user.c compilation. update-linux-headers.sh: Add missing kernel headers. Update linux headers to v6.3rc5 include/standard-headers/drm/drm_fourcc.h| 12 +

[PATCH 0/2] Fix QEMU compilation on Debian 10

2023-04-05 Thread David 'Digit' Turner
-to-date standard-headers/ version that contains the right macro definition. David 'Digit' Turner (2): Fix libvhost-user.c compilation. Add missing Linux kernel headers. linux-headers/linux/const.h | 36 +++ linux-headers/linux/memfd.h | 35

[PATCH 1/2] Fix libvhost-user.c compilation.

2023-04-05 Thread David 'Digit' Turner
The source file uses VIRTIO_F_VERSION_1 which is not defined by on Debian 10. The system-provided which does not include the macro definition is included through , so fix the issue by including the standard-headers version before that. Signed-off-by: David 'Digit' Turner --- s

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

2023-04-05 Thread David 'Digit' Turner
tree (current stable release), which explains why comments in have been updated too. Signed-off-by: David 'Digit' Turner --- linux-headers/linux/const.h | 36 ++ linux-headers/linux/memfd.h | 35 ++ linux-headers/linux/nvme_ioc