Re: qemu no sound

2022-12-15 Thread Helge Konetzka
Hello Andreas, Am 15.12.22 um 08:36 schrieb andschl...@freenet.de: Hello dear Qemu community, I installed qemu under Windows 11 home and downloaded the following file. kali-linux-2022.4-qemu-amd64.qcow2 and started it with the following command. unfortunately without sound what kind of comma

[PATCH v2 0/2] Fix audio voices tests

2022-10-12 Thread Helge Konetzka
Changes for v2: * Sent by git send-email to keep correct format Fix to remove obsolete warning on -audiodev ...,in.voices=0 and improvement for better readability of audio out.voices test Helge Konetzka (2): audio: fix in.voices test audio: improve out.voices test audio/audio.c | 4

[PATCH v2 1/2] audio: fix in.voices test

2022-10-12 Thread Helge Konetzka
Calling qemu with valid -audiodev ...,in.voices=0 results in an obsolete warning: audio: Bogus number of capture voices 0, setting to 0 This patch fixes the in.voices test. Signed-off-by: Helge Konetzka Reviewed-by: Marc-André Lureau --- audio/audio.c | 2 +- 1 file changed, 1 insertion

[PATCH v2 2/2] audio: improve out.voices test

2022-10-12 Thread Helge Konetzka
Improve readability of audio out.voices test: If 1 is logged and set after positive test, 1 should be tested. Signed-off-by: Helge Konetzka Reviewed-by: Marc-André Lureau --- audio/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/audio.c b/audio/audio.c index

[PATCH 2/2] audio: improve out.voices test

2022-09-25 Thread Helge Konetzka
Improve readability of audio out.voices test: If 1 is logged and set after positive test, 1 should be tested. Signed-off-by: Helge Konetzka --- audio/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/audio.c b/audio/audio.c index 8a0ade4052..912b456058 100644

[PATCH 1/2] audio: fix in.voices test

2022-09-25 Thread Helge Konetzka
Calling qemu with valid -audiodev ...,in.voices=0 results in an obsolete warning: audio: Bogus number of capture voices 0, setting to 0 This patch fixes the in.voices test. Signed-off-by: Helge Konetzka --- audio/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[PATCH 0/2] Fix audio voices tests

2022-09-25 Thread Helge Konetzka
Fix to remove obsolete warning on -audiodev ...,in.voices=0 and improvement for better readability of audio out.voices test Helge Konetzka (2): audio: fix in.voices test audio: improve out.voices test audio/audio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.37.3

Re: [PATCH] WHPX: Add support for device backed memory regions

2022-07-30 Thread Helge Konetzka
cessful on Windows 10 Pro, 21H1, build & test environment MSYS2, MINGW64 Tested-by: Helge Konetzka Test execution after building and installing patched MSys2/Mingw64 package: $ cp /mingw64/share/qemu/edk2-i386-vars.fd ./ $ qemu-system-x86_64 \ -M q35 \ -m 1536 \ -accel whpx,kernel-irq

Re: [PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl

2022-04-22 Thread Helge Konetzka
2 at 11:15 AM Marc-André Lureau mailto:marcandre.lur...@gmail.com>> wrote: Hi Helge On Sun, Apr 17, 2022 at 6:51 PM Helge Konetzka mailto:h...@zapateado.de>> wrote: Generation with widl needs to be triggered explicitly and requires library and incl

Re: [PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl

2022-04-17 Thread Helge Konetzka
idl -o qga-vss.tlb needs to be executed or the patch may be applied. I am not sure what to answer about MSYS2 version. I am talking about https://msys2.org with packaging code hosted on https://github.com/msys2/MINGW-packages. MSYS2 is a rolling release distribution. Happy Easter, Helge Kon

[PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl

2022-04-17 Thread Helge Konetzka
Generation with widl needs to be triggered explicitly and requires library and include directories containing referenced *.idl and *.tlb as parameters. Signed-off-by: Helge Konetzka --- For tested Msys2 build all referenced resources reside in //include. Msys2 provides its flavours in

Re: ping [PATCH-for-7.0 v2] qga/vss-win32: fix compilation with clang++

2022-04-04 Thread Helge Konetzka
ping https://lore.kernel.org/qemu-devel/39400817-3dc9-516d-9096-bc1f68862...@zapateado.de/ https://patchew.org/QEMU/39400817-3dc9-516d-9096-bc1f68862...@zapateado.de/ Am 16.03.22 um 14:54 schrieb Helge Konetzka: This fixes: qga/vss-win32/install.cpp:49:24: error: cannot initialize a variable

[PATCH-for-7.0 v2] qga/vss-win32: fix compilation with clang++

2022-03-16 Thread Helge Konetzka
This fixes: qga/vss-win32/install.cpp:49:24: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *msg = NULL, *nul = strchr(text, '('); ^ ~~~~~ Signed-off-by: Helge Konetzka

[PATCH-for-7.0] qga/vss-win32: fix compilation with clang++

2022-03-16 Thread Helge Konetzka
Compiling with clang++ of msys2 toolchain clang64 leads to an error on initializing 'char*' variable nul with a 'const char*' value Signed-off-by: Helge Konetzka --- Compiling with clang++ of msys2 toolchain clang64 leads to [1445/1747] Compiling C++ object qga/vss

Re: ping [PATCH] configure/optionrom: Fix MSYS2 multiboot.bin issue

2021-10-14 Thread Helge Konetzka
ping https://lore.kernel.org/qemu-devel/2b5ab039-8495-b55f-03f1-ecfd99690...@zapateado.de/T/#u https://patchew.org/QEMU/2b5ab039-8495-b55f-03f1-ecfd99690...@zapateado.de/ Am 15.09.21 um 12:56 schrieb Helge Konetzka: This patch enables native builds on MSYS2 with symlinks disabled. Signed

Re: ping [PATCH] configure/optionrom: Fix MSYS2 multiboot.bin issue

2021-09-26 Thread Helge Konetzka
ping https://lore.kernel.org/qemu-devel/2b5ab039-8495-b55f-03f1-ecfd99690...@zapateado.de/T/#u https://patchew.org/QEMU/2b5ab039-8495-b55f-03f1-ecfd99690...@zapateado.de/ Am 15.09.21 um 12:56 schrieb Helge Konetzka: This patch enables native builds on MSYS2 with symlinks disabled. Signed

[PATCH] configure/optionrom: Fix MSYS2 multiboot.bin issue

2021-09-15 Thread Helge Konetzka
This patch enables native builds on MSYS2 with symlinks disabled. Signed-off-by: Helge Konetzka --- Without this patch these builds fail with: make[1]: *** No rule to make target 'multiboot.bin', needed by 'all'. Stop. make: *** [Makefile:189: pc-bios/optionrom/all] Error

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-12 Thread Helge Konetzka
Am 11.09.21 um 11:30 schrieb Mark Cave-Ayland: On 11/09/2021 10:17, Helge Konetzka wrote: Am 11.09.21 um 11:03 schrieb Mark Cave-Ayland: So the question is: what has changed? I find it hard to believe that MSYS2/MingW64 is configured out-of-the-box to break a standard "./configure &a

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-11 Thread Helge Konetzka
Am 11.09.21 um 10:43 schrieb Howard Spoelstra: Perhaps it would be better to fix configure for the MSYS2 case so the flags or the renaming are not required? Currently MSys2 packages qemu successfully for 3 different toolchains: MINGW64: msvcrt / libstdc++ UCRT64: ucrt / libstdc++ CLANG64: u

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-11 Thread Helge Konetzka
Am 11.09.21 um 11:03 schrieb Mark Cave-Ayland: So the question is: what has changed? I find it hard to believe that MSYS2/MingW64 is configured out-of-the-box to break a standard "./configure && make" build incantation. On my last attempt to build qemu without --cross-prefix=x86_64-w64-min

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-10 Thread Helge Konetzka
Am 10.09.21 um 17:44 schrieb Paolo Bonzini: On 25/08/21 18:43, Helge Konetzka wrote: Furthermore I would like to propose to change the instructions for Native builds with MSYS2 on Wiki Windows page. Please remove the section which copies system binaries to match the expected file names

[qemu-web PATCH] Fix link to Windows page in Wiki

2021-08-25 Thread Helge Konetzka
=x86_64-w64-mingw32- --enable-gtk --enable-sdl Signed-off-by: Helge Konetzka --- _download/source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_download/source.html b/_download/source.html index 35fd156..8671f4e 100644 --- a/_download/source.html +++ b/_download

Re: [PATCH v3] block/file-win32: add reopen handlers

2021-08-18 Thread Helge Konetzka
ck/file-win32.c | 90 +- 1 file changed, 89 insertions(+), 1 deletion(-) Test was successful on Windows 10 Pro, 21H1, 19043.1165, build & test environment MSYS2, MINGW64 Tested-by: Helge Konetzka See my test protocol: $ git clone https://github.com/