Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: c960070c366c26e0a510474f0444bb460021821f
https://github.com/qemu/qemu/commit/c960070c366c26e0a510474f0444bb460021821f
Author: Akihiko Odaki <[email protected]>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M audio/coreaudio.c
Log Message:
-----------
coreaudio: Drop support for macOS older than 10.6
Mac OS X 10.6 was released in 2009.
Signed-off-by: Akihiko Odaki <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: 7d6948cd98cf5ad8a3458a4ce7fdbcb79bcd1212
https://github.com/qemu/qemu/commit/7d6948cd98cf5ad8a3458a4ce7fdbcb79bcd1212
Author: Akihiko Odaki <[email protected]>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M audio/coreaudio.c
Log Message:
-----------
coreaudio: Extract device operations
This change prepare to support dynamic device changes, which requires to
perform device initialization/deinitialization multiple times.
Signed-off-by: Akihiko Odaki <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: 3ba6e3f6888d2825709eba2f623f0615069c036c
https://github.com/qemu/qemu/commit/3ba6e3f6888d2825709eba2f623f0615069c036c
Author: Akihiko Odaki <[email protected]>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M audio/coreaudio.c
Log Message:
-----------
coreaudio: Handle output device change
An output device change can occur when plugging or unplugging an
earphone.
Signed-off-by: Akihiko Odaki <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: ce90fecbeb8312ffc5340e0d53d9a76b2aa8bf6e
https://github.com/qemu/qemu/commit/ce90fecbeb8312ffc5340e0d53d9a76b2aa8bf6e
Author: Peter Maydell <[email protected]>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M audio/coreaudio.c
Log Message:
-----------
Merge remote-tracking branch
'remotes/kraxel/tags/audio-20210316-pull-request' into staging
coreaudio fixes and cleanups.
# gpg: Signature made Tue 16 Mar 2021 10:47:36 GMT
# gpg: using RSA key A0328CFFB93A17A79901FE7D4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <[email protected]>" [full]
# gpg: aka "Gerd Hoffmann <[email protected]>" [full]
# gpg: aka "Gerd Hoffmann (private) <[email protected]>" [full]
# Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138
* remotes/kraxel/tags/audio-20210316-pull-request:
coreaudio: Handle output device change
coreaudio: Extract device operations
coreaudio: Drop support for macOS older than 10.6
Signed-off-by: Peter Maydell <[email protected]>
Compare: https://github.com/qemu/qemu/compare/569a9481034b...ce90fecbeb83