Re: qemu modifies host audio sample rate with coreaudio backend to 44.1khz on startup

2023-03-24 Thread Frank Carmickle
Greetings all, Thank you Thomas for bringing this to the attention of folks who are in the know. Thank you, Christian for explaining. What I am finding is that qemu sets the host to 44.1k even though alsa dmix in the guest is set to 48k. What I wanted was to set the host to 96k and the guest

Re: Cross compilation of QEMU source code for ARM64

2023-03-24 Thread Peter Maydell
On Thu, 23 Mar 2023 at 19:57, Pedro Miguel Veiga de Almeida e Silva wrote: > > Hello, > > I am trying to cross compile the source code to deploy it in a xilinx ZCU106. > But every time I execute the ./configure --target-list=aarch64-softmmu > --enable-kvm and then make. > > But the file that

Re: qemu modifies host audio sample rate with coreaudio backend to 44.1khz on startup

2023-03-24 Thread Thomas Huth
On 23/03/2023 21.03, Frank Carmickle wrote: Greetings all, Every time a qemu instance is run, the host systems audio hardware sample rate is set to 44.1khz. Is it possible to change this behavior, and if so, how? Hi, not sure if I've got the question right, and I'm not an expert when it

Re: Cross compilation of QEMU source code for ARM64

2023-03-24 Thread Thomas Huth
On 23/03/2023 19.30, Pedro Miguel Veiga de Almeida e Silva wrote: Hello, I am trying to cross compile the source code to deploy it in a xilinx ZCU106. But every time I execute the ./configure --target-list=aarch64-softmmu --enable-kvm and then make. But the file that compiles is a X86. Can

Re: qemu modifies host audio sample rate with coreaudio backend to 44.1khz on startup

2023-03-24 Thread Christian Schoenebeck
On Friday, March 24, 2023 8:54:35 AM CET Thomas Huth wrote: > On 23/03/2023 21.03, Frank Carmickle wrote: > > Greetings all, > > > > Every time a qemu instance is run, the host systems audio hardware sample > > rate is set to 44.1khz. Is it possible to change this behavior, and if so, > > how?