[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image

2021-11-13 Thread Alexey Kardashevskiy
The following changes since commit d139786e1b3d67991e6cb49a8a59bb2182350285: ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb() (2021-11-11 11:35:13 +0100) are available in the Git repository at: g...@github.com:aik/qemu.git tags/qemu-slof-2022 for you to fetch chan

Re: [PATCH] audio: Add sndio backend

2021-11-13 Thread Brad Smith
On 11/10/2021 1:22 AM, WANG Xuerui wrote: On 2021/11/7 13:19, Brad Smith wrote: audio: Add sndio backend Add a sndio backend. sndio is the native API used by OpenBSD, although it has been ported to other *BSD's and Linux (packages for Ubuntu, Debian, Void, Arch, etc.). The C code is from Ale

Re: [PATCH] audio: Add sndio backend

2021-11-13 Thread Brad Smith
On 11/8/2021 9:58 AM, Paolo Bonzini wrote: On 11/7/21 06:19, Brad Smith wrote:   if not get_option('spice_protocol').auto() or have_system @@ -1301,6 +1306,7 @@ if have_system   'oss': oss.found(),   'pa': pulse.found(),   'sdl': sdl.found(), +    'sndio': sndio.found(),     }     f

Re: [PATCH] audio: Add sndio backend

2021-11-13 Thread Brad Smith
On 11/8/2021 8:03 AM, Christian Schoenebeck wrote: On Sonntag, 7. November 2021 06:19:26 CET Brad Smith wrote: audio: Add sndio backend Add a sndio backend. Hi Brad! sndio is the native API used by OpenBSD, although it has been ported to other *BSD's and Linux (packages for Ubuntu, Debian,

Re: [PATCH v6 01/10] target/ppc: introduce PMUEventType and PMU overflow timers

2021-11-13 Thread Daniel Henrique Barboza
On 11/12/21 00:02, David Gibson wrote: On Mon, Nov 08, 2021 at 07:50:38PM -0300, Daniel Henrique Barboza wrote: This patch starts an IBM Power8+ compatible PMU implementation by adding the representation of PMU events that we are going to sample, PMUEventType. This enum represents a Perf even

Re: [PATCH] hw/acpi: Set memory regions to native endian as a work around

2021-11-13 Thread BALATON Zoltan
On Mon, 8 Nov 2021, BALATON Zoltan wrote: On Mon, 8 Nov 2021, Paolo Bonzini wrote: On 11/8/21 15:30, Paolo Bonzini wrote: On 11/8/21 14:05, BALATON Zoltan wrote: When using ACPI on big endian machine (such as ppc/pegasos2 which has a VT8231 south bridge with ACPI) writes to ACPI registers come

Re: [PATCH] audio: Add sndio backend

2021-11-13 Thread Volker Rümelin
Hi Brad, audio: Add sndio backend Add a sndio backend. sndio is the native API used by OpenBSD, although it has been ported to other *BSD's and Linux (packages for Ubuntu, Debian, Void, Arch, etc.). The C code is from Alexandre Ratchov and the rest of the bits are from me. --- audio/audio.

Re: [PATCH v4 0/1] hw/hyperv/vmbus: Is it maintained?

2021-11-13 Thread Maciej S. Szmigiero
On 08.11.2021 08:30, Philippe Mathieu-Daudé wrote: On 11/6/21 20:28, Maciej S. Szmigiero wrote: On 06.11.2021 14:41, Philippe Mathieu-Daudé wrote: This is the 4th time I send this patch. Is the VMBus infrastructure used / maintained? Should we deprecate & remove?    $ ./scripts/get_maintainer

Re: [PATCH v4 0/1] hw/hyperv/vmbus: Is it maintained?

2021-11-13 Thread Maciej S. Szmigiero
On 12.11.2021 21:39, Roman Kagan wrote: On Fri, Nov 12, 2021 at 09:32:31PM +0300, Vladimir Sementsov-Ogievskiy wrote: Add Den and Roman (his new address) Thanks, I missed it on the list indeed. 06.11.2021 16:41, Philippe Mathieu-Daudé wrote: This is the 4th time I send this patch. Is the VM

Re: [PATCH] audio: Add sndio backend

2021-11-13 Thread Paolo Bonzini
El mar., 9 nov. 2021 22:53, Brad Smith escribió: > On 11/8/2021 9:58 AM, Paolo Bonzini wrote: > > > Maybe you want to add sndio to the audio_drivers_priority array if > > targetos == 'openbsd'? > > That part I was not 100% sure of. > > Am I to understand with the current Meson code it will try to

ppc/fpu_helper.c

2021-11-13 Thread Yonggang Luo
I've seen nothing in fpu_helper.c to update the fpscr to FP_FR, that is there is no code with `fpscr |= FP_FR`, is that valid for PowerPC? or it's just because this is hard to implement and then the FP_FR are always not set for fpscr -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

Idea about float acceleration with tcg

2021-11-13 Thread Yonggang Luo
Mainly talking about x86 target platform, on x86. I write the following code for testing with float exception ```rust #![feature(asm)] use core::arch::x86_64::*; use std::time::Instant; /* 0001 1010 0001 1000 54321098 76543210 */ /* Pnemonic Bit Location Description FZ bit 15 Flu

RE: [PATCH v5 4/6] kvm: irqchip: extract kvm_irqchip_add_deferred_msi_route

2021-11-13 Thread Longpeng (Mike, Cloud Infrastructure Service Product Dept.)
> -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Friday, November 12, 2021 5:32 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > ; alex.william...@redhat.com > Cc: qemu-devel@nongnu.org; k...@vger.kernel.org; Gonglei (Arei) > > Subject

Re: [PATCH] softmmu/qdev-monitor: fix use-after-free in qdev_set_id()

2021-11-13 Thread Markus Armbruster
Nominating for qemu-trivial. Markus Armbruster writes: > Philippe Mathieu-Daudé writes: > >> Cc'ing Markus >> >> On 11/2/21 17:33, Stefan Hajnoczi wrote: >>> Reported by Coverity (CID 1465222). >>> >>> Fixes: 4a1d937796de0fecd8b22d7dbebf87f38e8282fd ("softmmu/qdev-monitor: add >>> error handl