Re: Audio playback speed issue on sam460ex and pegasos2

2023-03-11 Thread BALATON Zoltan
Hello, I've noticed before that since commit a806f95904cdb audio plays slower (like half speed) under AmigaOS on sam460ex with ES1370 but I did not have any other guests to reproduce it and verify this with so I did not report that yet. Now that we can also test with pegasos2 and via-ac97 it

Re: [PATCH v2 0/6] Resolve TYPE_PIIX3_XEN_DEVICE

2023-03-11 Thread Chuck Zmudzinski
On 2/9/2023 4:53 PM, Bernhard Beschow wrote: > Am 1. Februar 2023 08:11:10 UTC schrieb Bernhard Beschow : > > > > > >Am 24. Januar 2023 17:07:30 UTC schrieb Bernhard Beschow : > >> > >> > >>Am 24. Januar 2023 16:11:47 UTC schrieb Anthony PERARD > >>: > >>>On Wed, Jan 18, 2023 at 05:13:03AM -0500,

Re: Audio playback speed issue on sam460ex and pegasos2

2023-03-11 Thread BALATON Zoltan
Sorry, sent this without body accidentally, full message will be sent after some more testing.

Audio playback speed issue on sam460ex and pegasos2

2023-03-11 Thread BALATON Zoltan

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

2023-03-11 Thread Michael S. Tsirkin
On Tue, Feb 21, 2023 at 09:30:34AM +0100, Paolo Bonzini wrote: > The case of impl.min_access_size < valid.min_access_size is not > supported in the memory core. Did you mean > here? -- MST

Resizable BAR in Kernel 6.1

2023-03-11 Thread Chris Smith
Hi, I was wondering if Resizable BAR support is planned to come to QEMU soon as it does now have a sysfs interface (commit 041bc24d867a2a577a06534d6d25e500b24a01ef) meaning that a protocol could be implemented for virtualizing it to the VM. I am wondering if this is a feature being developed or

Re: [PATCH v8 08/11] tests/qtest: Fix tests when no KVM or TCG are present

2023-03-11 Thread Michael S. Tsirkin
On Fri, Mar 10, 2023 at 10:23:33AM -0300, Fabiano Rosas wrote: > > How about a special make check target that will just test > > xen things? > > > > Probably overkill for this particular issue. I don't see any > Xen-specific tests yet. It would run almost the same set of tests. Well, a subset

Re: [PULL 00/73] virtio,pc,pci: features, fixes

2023-03-11 Thread Michael S. Tsirkin
On Fri, Mar 10, 2023 at 11:20:36PM +0100, Philippe Mathieu-Daudé wrote: > Hi, > > On 10/3/23 18:32, Peter Maydell wrote: > > On Thu, 9 Mar 2023 at 14:47, Michael S. Tsirkin wrote: > > > > I moved it one commit back, now at (96cb085897) > > > Cornelia posted some concerns about the last commit.

Re: [PULL v2 00/91] tcg patch queue

2023-03-11 Thread Peter Maydell
On Thu, 9 Mar 2023 at 20:05, Richard Henderson wrote: > > The following changes since commit 66a6aa8f9a56a6317e074b1f5e269fecdf4ad782: > > Merge tag 'vfio-updates-20230307.1' of > https://gitlab.com/alex.williamson/qemu into staging (2023-03-09 15:19:44 > +) > > are available in the Git

Re: [PATCH v2] virtio: fix reachable assertion due to stale value of cached region sizey

2023-03-11 Thread Alexander Bulekov
On 230302 1103, Carlos López wrote: > In virtqueue_{split,packed}_get_avail_bytes() descriptors are read > in a loop via MemoryRegionCache regions and calls to > vring_{split,packed}_desc_read() - these take a region cache and the > index of the descriptor to be read. > > For direct descriptors

Re: [PATCH] DO-NOT-MERGE: pipewire sample code

2023-03-11 Thread Volker Rümelin
Based-on:<20230306171020.381116-1-dbas...@redhat.com> ([PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU) This is sample code for the review of the pipewire backed. The code actually works. An email with explanations for the changes will follow. Signed-off-by: Volker Rümelin ---

[PATCH 4/4] tests/avocado: Add reboot tests to Cubieboard

2023-03-11 Thread Strahinja Jankovic
Cubieboard tests end with comment "reboot not functioning; omit test". Fix this so reboot is done at the end of each test. Signed-off-by: Strahinja Jankovic --- tests/avocado/boot_linux_console.py | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git

[PATCH 2/4] hw/arm: Add WDT to Allwinner-A10 and Cubieboard

2023-03-11 Thread Strahinja Jankovic
This patch adds WDT to Allwinner-A10 and Cubieboard. WDT is added as an overlay to the Timer module memory map. Signed-off-by: Strahinja Jankovic --- docs/system/arm/cubieboard.rst | 1 + hw/arm/Kconfig | 1 + hw/arm/allwinner-a10.c | 7 +++

[PATCH 1/4] hw/watchdog: Allwinner WDT emulation for system reset

2023-03-11 Thread Strahinja Jankovic
This patch adds basic support for Allwinner WDT. Both sun4i and sun6i variants are supported. However, interrupt generation is not supported, so WDT can be used only to trigger system reset. Signed-off-by: Strahinja Jankovic --- hw/watchdog/Kconfig | 4 +

[PATCH 3/4] hw/arm: Add WDT to Allwinner-H3 and Orangepi-PC

2023-03-11 Thread Strahinja Jankovic
This patch adds WDT to Allwinner-H3 and Orangepi-PC. WDT is added as an overlay to the Timer module memory area. Signed-off-by: Strahinja Jankovic --- docs/system/arm/orangepi.rst | 1 + hw/arm/Kconfig| 1 + hw/arm/allwinner-h3.c | 8

[PATCH 0/4] Basic Allwinner WDT emulation

2023-03-11 Thread Strahinja Jankovic
This patch set introduces basic emulation of Allwinner WDT. Since WDT in both A10 and H3 is part of Timer module, the WDT functionality is added as an overlay in the memory map. The focus was to enable reboot functionality, so WDT interrupt handling is not covered in this patch set. With these

Re: [RFC PATCH v1 08/12] hw/misc: AXP221 PMU Emulation

2023-03-11 Thread Strahinja Jankovic
Hi, Thank you for submitting the patch set for R40. I think Niek and Peter covered the most important comments in the cover e-mail that you sent. On Thu, Mar 2, 2023 at 12:41 PM wrote: > > From: qianfan Zhao > > This patch adds minimal support for AXP-221 PMU and connect it to > bananapi M2U

Re: [PATCH] linux-user/mips: Low down switchable NaN2008 requirement

2023-03-11 Thread Jiaxun Yang
> 2023年3月9日 12:32,Philippe Mathieu-Daudé 写道: > > Hi Jiaxun, > > On 11/2/23 18:34, Jiaxun Yang wrote: >> Previously switchable NaN2008 requires fcsr31.nan2008 to be writable >> for guest. However as per MIPS arch spec this bit can never be writable. >> This cause NaN2008 ELF to be rejected by

[PATCH] DO-NOT-MERGE: pipewire sample code

2023-03-11 Thread Volker Rümelin
Based-on: <20230306171020.381116-1-dbas...@redhat.com> ([PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU) This is sample code for the review of the pipewire backed. The code actually works. An email with explanations for the changes will follow. Signed-off-by: Volker Rümelin ---

Re: [PATCH] hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE update

2023-03-11 Thread David Woodhouse
On Fri, 2023-03-10 at 15:13 -0500, Peter Xu wrote: > > > > > It'll *broadly* look like the existing kvm_irqchip_* functions but be a > > lot simpler to use. > > IIUC what's missing is the reverse chain of notifications from e.g. IRTE to > the device, either via MSIs or via some pins of IOAPIC.

Re: [RFC PATCH] intel-iommu: Report interrupt remapping faults

2023-03-11 Thread David Woodhouse
On Fri, 2023-03-10 at 15:57 -0500, Peter Xu wrote: > On Fri, Mar 10, 2023 at 05:49:38PM +, David Woodhouse wrote: > > From: David Woodhouse > > > > +} > > + > > +#define log_irte_fault(f, sid, i) vtd_report_ir_fault(iommu, sid, f, i) > > This one seems not used. Oops yes, that was supposed