Re: [PATCH] Fix Windows 2000 and XP HDAudio Support

2023-11-11 Thread Christopher Lentocha
11:02:06AM +0100, Philippe Mathieu-Daudé wrote: >> Thanks Christopher for your patch, >> >> I'm Cc'ing Volker and Gerd who know better this hardware model. >> >> On 7/11/23 20:27, Christopher Lentocha wrote: >>> >>> Change the ID to be a

Re: [PATCH] Fix Windows 2000 and XP HDAudio Support

2023-11-07 Thread Christopher Lentocha
I forgot to turn off HTML formatting on my mail, thats why, sorry. I also changed the liaf to alcnode if its valid? Please check your next email from me for the hopefully fixed patch! Thanks, Christopher Lentocha On 11/7/23 5:19 AM, Philippe Mathieu-Daudé wrote: > Hi Christopher, > >

[PATCH] Fix Windows 2000 and XP HDAudio Support

2023-11-07 Thread Christopher Lentocha
all, even on real machines, this is the latest confirmed to work at the moment! Signed-off-by: Christopher Lentocha --- hw/audio/hda-codec-common.h | 66 + hw/audio/hda-codec.c| 8 +++-- 2 files changed, 36 insertions(+), 38 deletions(-) diff --git

[PATCH] Fix Windows 2000 and XP HDAudio Support

2023-11-06 Thread Christopher Lentocha
all, even on real machines, this is the latest confirmed to work at the moment! Signed-off-by: Christopher Lentocha --- hw/audio/hda-codec-common.h | 66 + hw/audio/hda-codec.c | 8 +++-- 2 files changed, 36 insertions(+), 38 deletions(-) diff --git a/hw/audio

[PATCH] Support Intel 82574L for older macOS native Kext

2023-11-06 Thread Christopher Lentocha
the Para-virt VirtIO card provided by QEMU) Signed-off-by: Christopher Lentocha --- hw/net/e1000x_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/net/e1000x_regs.h b/hw/net/e1000x_regs.h index cd896fc0ca..d938aa49e8 100644 --- a/hw/net/e1000x_regs.h +++ b/hw/net/e1000x_r