Re: [PATCH] hax: Windows doesn't like posix device names

2020-04-13 Thread Volker Rümelin
> On 22/03/20 22:02, Volker Rümelin wrote: >> Patch acb9f95a7c "i386: Fix GCC warning with snprintf when HAX >> is enabled" replaced Windows device names with posix device >> names. Revert this. >> >> Fixes: acb9f95a7c "i386: Fix GCC warning with snprintf when HAX is enabled" >> Queued, thanks. >>

Re: [PATCH] hax: Windows doesn't like posix device names

2020-04-10 Thread Volker Rümelin
> Is this relevant? Or should we drop HAX support for Windows? Personally > I have no experience with hardware acceleration for QEMU on macOS. There's another reason to keep hax for Windows. You can't enable the Hyper-V role on Windows 10 Home. Without hax and whpx there's no usable hypervisor

Re: [PATCH] hax: Windows doesn't like posix device names

2020-04-09 Thread Paolo Bonzini
On 09/04/20 15:24, Stefan Weil wrote: >>> diff --git a/target/i386/hax-windows.c b/target/i386/hax-windows.c >>> index 0ba488c468..863c2bcc19 100644 >>> --- a/target/i386/hax-windows.c >>> +++ b/target/i386/hax-windows.c >>> @@ -185,12 +185,12 @@ int hax_mod_version(struct hax_state *hax, struct >

Re: [PATCH] hax: Windows doesn't like posix device names

2020-04-09 Thread Stefan Weil
Am 23.03.20 um 09:20 schrieb Paolo Bonzini: > On 22/03/20 22:02, Volker Rümelin wrote: >> Patch acb9f95a7c "i386: Fix GCC warning with snprintf when HAX >> is enabled" replaced Windows device names with posix device >> names. Revert this. >> >> Fixes: acb9f95a7c "i386: Fix GCC warning with snprint

Re: [PATCH] hax: Windows doesn't like posix device names

2020-03-23 Thread Paolo Bonzini
On 22/03/20 22:02, Volker Rümelin wrote: > Patch acb9f95a7c "i386: Fix GCC warning with snprintf when HAX > is enabled" replaced Windows device names with posix device > names. Revert this. > > Fixes: acb9f95a7c "i386: Fix GCC warning with snprintf when HAX is enabled" > > Signed-off-by: Volker R

[PATCH] hax: Windows doesn't like posix device names

2020-03-22 Thread Volker Rümelin
Patch acb9f95a7c "i386: Fix GCC warning with snprintf when HAX is enabled" replaced Windows device names with posix device names. Revert this. Fixes: acb9f95a7c "i386: Fix GCC warning with snprintf when HAX is enabled" Signed-off-by: Volker Rümelin --- target/i386/hax-windows.c | 4 ++-- 1 file