[PULL 07/20] audio: add Apple Sound Chip (ASC) emulation

2023-10-07 Thread Laurent Vivier
From: Mark Cave-Ayland The Apple Sound Chip was primarily used by the Macintosh II to generate sound in hardware which was previously handled by the toolbox ROM with software interrupts. Implement both the standard ASC and also the enhanced ASC (EASC) functionality which is used in the Quadra 80

[PULL 14/20] mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEK

2023-10-07 Thread Laurent Vivier
From: Mark Cave-Ayland The MacOS toolbox ROM calculates the number of branches that can be executed per millisecond as part of its timer calibration. Since modern hosts are considerably quicker than original hardware, the negative counter reaches zero before the calibration completes leading to d

Re: [PATCH] contrib/vhost-user-gpu: Fix compiler warning when compiling with -Wshadow

2023-10-07 Thread Marc-André Lureau
On Fri, Oct 6, 2023 at 9:35 PM Thomas Huth wrote: > > Rename some variables to avoid compiler warnings when compiling > with -Wshadow=local. > > Signed-off-by: Thomas Huth Reviewed-by: Marc-André Lureau > --- > contrib/vhost-user-gpu/vugpu.h | 8 > contrib/vhost-user-gpu/vho

<    1   2