Re: [PATCH v7 00/22] tcg/ppc: Add vector opcodes

2019-09-30 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190930202125.21064-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20190930202125.21064-1-richard.hender...@linaro.org Subject: [PATCH v7 00/22] tc

Re: [PATCH v5 00/10] Audio: Mixeng-free 5.1/7.1 audio support

2019-09-30 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1569874641.git.dirty.ice...@gmail.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash ex

Re: Is kexec supported in QEMU for ARM64 (qemu-system-aarch64) with arm-trusted-firmware, optee, and u-boot.

2019-09-30 Thread Lakshmi Ramasubramanian
On 9/27/19 2:15 AM, Philippe Mathieu-Daudé wrote: Cc'ing Ard too https://salsa.debian.org/debian/atf-allwinner/commit/b6b671c4ac4bd5595306863225bb3bece1e6135c Current limitations: * Only cold boot is supported * No build instructions for QEMU_EFI.fd and rootfs-arm64.cpio.gz * No instructions

Re: [PATCH 0/1] RFC: implement reopen for nbd driver

2019-09-30 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190930213820.29777-1-mlevi...@redhat.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash exp

bitmap migration bug with -drive while block mirror runs

2019-09-30 Thread John Snow
Hi folks, I identified a problem with the migration code that Red Hat QE found and thought you'd like to see it: https://bugzilla.redhat.com/show_bug.cgi?id=1652424#c20 Very, very briefly: drive-mirror inserts a filter node that changes what bdrv_get_device_or_node_name() returns, which causes a

Re: Minor regression with ramfb+gvt-g+edk2 with qemu 4.1

2019-09-30 Thread Maxim Levitsky
On Thu, 2019-09-26 at 13:51 +0300, Maxim Levitsky wrote: > Hi! > > I noticed that with qemu 4.1, when I try to open the > UEFI bios screen, the screen output is garbaged. > > Basicaly what happens is this: > > ramfb driver inside the uefi bios is hardcoded to initialize > the resolution to 800x6

Re: Qemu Dirty Bitmap backup to encrypted target

2019-09-30 Thread John Snow
On 9/30/19 3:26 PM, Craig Mull wrote: > How can have QEMU backup write the output to an encrypted target? >   > Blocks in the dirty bitmap are unencrypted, and as such when I write > them with QEMU backup they are written to the target unencrypted. >   > I've experimented with providing a json s

Re: [PATCH] x86: Add CPUID KVM support for new instruction WBNOINVD

2019-09-30 Thread Huang, Kai
On Mon, 2019-09-30 at 12:23 -0700, Jim Mattson wrote: > On Mon, Sep 30, 2019 at 10:54 AM Eduardo Habkost wrote: > > CCing qemu-devel. > > > > On Tue, Sep 24, 2019 at 01:30:04PM -0700, Jim Mattson wrote: > > > On Wed, Dec 19, 2018 at 1:02 PM Paolo Bonzini wrote: > > > > On 19/12/18 18:39, Jim Mat

Re: [RFC] cpu_map: Remove pconfig from Icelake-Server CPU model

2019-09-30 Thread Huang, Kai
On Mon, 2019-09-30 at 17:16 +0200, Paolo Bonzini wrote: > On 30/09/19 16:31, Hu, Robert wrote: > > > This might be a problem if there are plans to eventually make KVM support > > > pconfig, though. Paolo, Robert, are there plans to support pconfig in KVM > > > in the > > > future? > > [Robert Hoo]

About the idle driver for calling MWAIT in QEMU/KVM Guest without VM exits.

2019-09-30 Thread Weiwei Jia
Hi Michael and Paolo, I read your patch[1] about better MWAIT emulation in the QEMU/KVM Guest. As shown in [1], you mentioned that you were testing and would post the idle driver calling MWAIT in the QEMU/KVM Guest to avoid VM exits. However, I could not find that idle driver. I appreciate if you

Re: [PATCH 06/20] xics: Create sPAPR specific ICS subtype

2019-09-30 Thread David Gibson
On Mon, Sep 30, 2019 at 07:00:43PM +0200, Greg Kurz wrote: > On Mon, 30 Sep 2019 18:45:30 +1000 > David Gibson wrote: > > > On Fri, Sep 27, 2019 at 06:05:56PM +0200, Greg Kurz wrote: > > > On Thu, 26 Sep 2019 10:56:46 +1000 > > > David Gibson wrote: > > > > > > > On Wed, Sep 25, 2019 at 10:55:3

[Bug 1845580] Re: issue with QEMU on Raspberry Pi failing to access CDROM

2019-09-30 Thread Chris Schneider
Thank you for the info. I installed the gtk2 and sdl2 development libraries recompiled and 4.1.0 now runs successfully and that also fixed the original issue I was seeing. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.

Re: [PATCH v2 21/33] spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptController

2019-09-30 Thread David Gibson
On Mon, Sep 30, 2019 at 12:13:14PM +0200, Cédric Le Goater wrote: > On 30/09/2019 08:14, David Gibson wrote: > > On Mon, Sep 30, 2019 at 07:28:45AM +0200, Cédric Le Goater wrote: > >> On 30/09/2019 03:49, David Gibson wrote: > >>> On Fri, Sep 27, 2019 at 12:16:49PM +0200, Greg Kurz wrote: > On

Re: [PATCH v2 29/33] spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate

2019-09-30 Thread David Gibson
On Mon, Sep 30, 2019 at 09:29:14PM +0200, Cédric Le Goater wrote: > On 30/09/2019 10:25, David Gibson wrote: > > On Mon, Sep 30, 2019 at 08:11:56AM +0200, Cédric Le Goater wrote: > >> On 27/09/2019 07:50, David Gibson wrote: > >>> It turns out that all the logic in the SpaprIrq::reset hooks (and so

[Bug 1845580] Re: issue with QEMU on Raspberry Pi failing to access CDROM

2019-09-30 Thread Thomas Huth
All right, so this was the known issue. Let's close this bug :-) ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1845580 Title: issue with QEMU

[Bug 1623998] Re: pulseaudio Invalid argument error

2019-09-30 Thread Thomas Huth
Triaging old bug tickets ... Can you still reproduce this issue with the latest version of QEMU (currently 4.1)? Or could we close this ticket nowadays? ** Changed in: qemu Status: New => Incomplete -- You received this bug notification because you are a member of qemu- devel-ml, which is

[Bug 1618265] Re: Loading virtio-input-host-pci drivers before boot? To allow using passthrough devices in grub and other preboot menus?

2019-09-30 Thread Thomas Huth
This can not be fixed on the QEMU side. If you want to have virtio-input support in seabios or grub for example, you've got to ask the seabios or grub project to add it. ** Changed in: qemu Status: New => Invalid -- You received this bug notification because you are a member of qemu- deve

Re: bitmap migration bug with -drive while block mirror runs

2019-09-30 Thread Peter Krempa
On Mon, Sep 30, 2019 at 20:09:28 -0400, John Snow wrote: > Hi folks, I identified a problem with the migration code that Red Hat QE > found and thought you'd like to see it: > > https://bugzilla.redhat.com/show_bug.cgi?id=1652424#c20 > > Very, very briefly: drive-mirror inserts a filter node that

Re: [PATCH v3 6/7] s390x/mmu: DAT table definition overhaul

2019-09-30 Thread Thomas Huth
On 27/09/2019 11.58, David Hildenbrand wrote: > Let's use consitent names for the region/section/page table entries and > for the macros to extract relevant parts from virtual address. Make them > match the definitions in the PoP - e.g., how the relevant bits are actually > called. > > Introduce d

Re: [PATCH v2 21/33] spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptController

2019-09-30 Thread Cédric Le Goater
On 01/10/2019 04:31, David Gibson wrote: > On Mon, Sep 30, 2019 at 12:13:14PM +0200, Cédric Le Goater wrote: >> On 30/09/2019 08:14, David Gibson wrote: >>> On Mon, Sep 30, 2019 at 07:28:45AM +0200, Cédric Le Goater wrote: On 30/09/2019 03:49, David Gibson wrote: > On Fri, Sep 27, 2019 at

Re: [PATCH v4 15/24] audio: add mixing-engine option (documentation)

2019-09-30 Thread Markus Armbruster
"Zoltán Kővágó" writes: > On 2019-09-25 11:49, Markus Armbruster wrote: >> "Zoltán Kővágó" writes: >> >>> On 2019-09-23 15:08, Markus Armbruster wrote: "Kővágó, Zoltán" writes: > This will allow us to disable mixeng when we use a decent backend. > > Disabling mixeng have a

Re: [PATCH v2 1/2] qapi: Add feature flags to commands in qapi introspection

2019-09-30 Thread Markus Armbruster
Peter Krempa writes: > Similarly to features for struct types introduce the feature flags also > for commands. This will allow notifying management layers of fixes and > compatible changes in the behaviour of a command which may not be > detectable any other way. > > The changes were heavily insp

Re: [PATCH v2 21/33] spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptController

2019-09-30 Thread David Gibson
On Tue, Oct 01, 2019 at 07:43:51AM +0200, Cédric Le Goater wrote: > On 01/10/2019 04:31, David Gibson wrote: > > On Mon, Sep 30, 2019 at 12:13:14PM +0200, Cédric Le Goater wrote: > >> On 30/09/2019 08:14, David Gibson wrote: > >>> On Mon, Sep 30, 2019 at 07:28:45AM +0200, Cédric Le Goater wrote: >

Re: [PATCH v4 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve

2019-09-30 Thread Andrew Jones
On Tue, Sep 24, 2019 at 01:31:01PM +0200, Andrew Jones wrote: > These are the SVE equivalents to kvm_arch_get/put_fpsimd. Note, the > swabbing is different than it is for fpsmid because the vector format > is a little-endian stream of words. > > Signed-off-by: Andrew Jones > Reviewed-by: Richard

<    1   2   3