[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-headers/linux

[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 --- subprojects

[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/update-linux

[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 ++ include

[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 +++ linux

[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 --- subprojects

[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_ioctl.h | 114

[Qemu-devel] [PATCH] audio: Fix support for multiple soft output voices.

2011-01-11 Thread digit
From: David 'Digit' Turner di...@google.com This patch fixes a minor bug that prevent audio emulation from working properly when several soft output voices are opened. The symptom was that as long as one active soft voice was empty, it prevented any output from any other voice. More precisely

[Qemu-devel] [PATCH] qdev: Fix printout of bit device properties with bit index = 8

2011-01-10 Thread digit
From: David 'Digit' Turner di...@google.com Signed-off-by: David 'Digit' Turner di...@google.com --- hw/qdev-properties.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c index 9219cd7..d5d9591 100644 --- a/hw/qdev-properties.c