Re: Emulate pc speaker in QEMU on MacBook Pro?

2020-10-08 Thread Volker Rümelin
Hi Will, >>> >>> is anything (it's an identifier in case you want to have multiple >>> audiodevs).  For backend you probably want to use `coreaudio` on a Mac (sdl >>> might be available too, I'm not sure, see the list under the -audiodev >>> option).  So something like this: >>> >>>    

Re: Emulate pc speaker in QEMU on MacBook Pro?

2020-10-08 Thread Will Senn
On 10/8/20 1:18 PM, Will Senn wrote: On 10/8/20 1:01 PM, Volker Rümelin wrote: Hi Will I expected you have working audio playback with these qemu command line arguments. To exclude a problem with your guest please run 'Day 1 - F-Bird' from the QEMU Advent Calendar 2018. I know this program

Re: Emulate pc speaker in QEMU on MacBook Pro?

2020-10-08 Thread Will Senn
On 10/8/20 1:01 PM, Volker Rümelin wrote: Hi Will, is anything (it's an identifier in case you want to have multiple audiodevs).  For backend you probably want to use `coreaudio` on a Mac (sdl might be available too, I'm not sure, see the list under the -audiodev option).  So something

Re: Which qemu change corresponds to RedHat bug 1655408

2020-10-08 Thread Philippe Mathieu-Daudé
On 10/8/20 6:49 PM, Jakob Bohm wrote: > (Top posting because previous reply did so): Which previous reply? Mine? I wrote "hi Jakob" then replied in-line, maybe you missed it? See below... > > If the bug was closed as "can't reproduce", why was a very similar bug > listed as fixed in

Re: Which qemu change corresponds to RedHat bug 1655408

2020-10-08 Thread Jakob Bohm
(Top posting because previous reply did so): If the bug was closed as "can't reproduce", why was a very similar bug listed as fixed in RHSA-2019:2553-01 ? On 2020-10-08 18:41, Philippe Mathieu-Daudé wrote: Hi Jakob, On 10/8/20 6:32 PM, Jakob Bohm wrote: Red Hat bugzilla bug 1655408

Re: Which qemu change corresponds to RedHat bug 1655408

2020-10-08 Thread Philippe Mathieu-Daudé
Hi Jakob, On 10/8/20 6:32 PM, Jakob Bohm wrote: > Red Hat bugzilla bug 1655408 against qemu is listed by Red Hat as fixed in > April 2019, but I cannot find the corresponding change on qemu.org (the > Changelog in the wiki is not a traditional changelog and doesn't cover > bugfix releases such as

Which qemu change corresponds to RedHat bug 1655408

2020-10-08 Thread Jakob Bohm
Red Hat bugzilla bug 1655408 against qemu is listed by Red Hat as fixed in April 2019, but I cannot find the corresponding change on qemu.org (the Changelog in the wiki is not a traditional changelog and doesn't cover bugfix releases such as 5.0.1, the git commit log is too detailed to search,

Re: Remap a key

2020-10-08 Thread Will Senn
On 10/8/20 3:19 AM, Ottavio Caruso via wrote: On 08/10/2020 00:24, Will Senn wrote: Hi Jakob, I get: sendkey ctrl-break invalid parameter: break Is there a list of valid parameters? It's not in the official documentation but, to get a list of keys, type sendkey [tab]. Awesome, thanks.

Re: Remap a key

2020-10-08 Thread Ottavio Caruso via
On 08/10/2020 00:24, Will Senn wrote: Hi Jakob, I get: sendkey ctrl-break invalid parameter: break Is there a list of valid parameters? It's not in the official documentation but, to get a list of keys, type sendkey [tab]. In my qemu monitor: QEMU 5.0.0 monitor - type 'help' for more