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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
=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
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/
23 matches
Mail list logo