Re: [Qemu-devel] [Qemu-ppc] [PATCH RFC] spapr: ignore interrupts during reset state

2017-07-13 Thread Cédric Le Goater
On 07/13/2017 06:38 AM, Nikunj A Dadhania wrote: > David Gibson writes: > >> On Fri, Jun 09, 2017 at 10:32:25AM +0530, Nikunj A Dadhania wrote: >>> David Gibson writes: >>> On Thu, Jun 08, 2017 at 12:06:08PM +0530, Nikunj A Dadhania

[Qemu-devel] [RFC PATCH 1/2] target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_route

2017-07-13 Thread Bharat Bhushan
Fix-up MSI address if it translate via virtual iommu. This code is based on http://patchwork.ozlabs.org/patch/785951/ Signed-off-by: Bharat Bhushan --- target/arm/kvm.c | 21 + 1 file changed, 21 insertions(+) diff --git a/target/arm/kvm.c

[Qemu-devel] [RFC PATCH 2/2] virtio-iommu: vfio integration with virtio-iommu

2017-07-13 Thread Bharat Bhushan
This patch allows virtio-iommu protection for PCI device-passthrough. MSI region is mapped by current version of virtio-iommu driver. This MSI region mapping in not getting pushed on hw iommu vfio_get_vaddr() allows only ram-region. This RFC patch needed to be improved. Signed-off-by: Bharat

[Qemu-devel] [RFC PATCH 0/2] VFIO integration

2017-07-13 Thread Bharat Bhushan
This patch series allows PCI pass-through using virtio-iommu. This series is based on: - virtio-iommu specification written by Jean-Philippe Brucker [RFC 0/3] virtio-iommu: a paravirtualized IOMMU, - virtio-iommu driver by Jean-Philippe Brucker [RFC PATCH linux] iommu: Add virtio-iommu

Re: [Qemu-devel] [RFC v5 0/8] ARM SMMUv3 Emulation Support

2017-07-13 Thread Geetha Akula
Hi Eric > This series implements the emulation code for ARM SMMUv3. > This is the continuation of Prem's work [1]. > > This v5 mainly brings VFIO integration in DT mode. On guest kernel > side, this requires a quirk [1] to force TLB invalidation on map. > > The following changes also are

Re: [Qemu-devel] [PATCH v3 4/8] hw/i386: Improve some of the warning messages

2017-07-13 Thread Markus Armbruster
Eduardo Habkost writes: > On Wed, Jul 12, 2017 at 11:39:59AM +0200, Markus Armbruster wrote: >> Alistair Francis writes: >> >> > Signed-off-by: Alistair Francis >> > Suggested-by: Eduardo Habkost

Re: [Qemu-devel] [Qemu-ppc] [PATCH qemu] ppc/pnv: Remove unused XICSState reference

2017-07-13 Thread Cédric Le Goater
On 07/13/2017 08:21 AM, Alexey Kardashevskiy wrote: > e6f7e110ee70 "ppc/xics: remove the XICSState classes" got rid of > XICSState, this is just an leftover. > > Signed-off-by: Alexey Kardashevskiy Indeed. Reviewed-by: Cédric Le Goater Thanks, C. > --- >

[Qemu-devel] [PATCH qemu] ppc/pnv: Remove unused XICSState reference

2017-07-13 Thread Alexey Kardashevskiy
e6f7e110ee70 "ppc/xics: remove the XICSState classes" got rid of XICSState, this is just an leftover. Signed-off-by: Alexey Kardashevskiy --- include/hw/ppc/pnv_psi.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/hw/ppc/pnv_psi.h b/include/hw/ppc/pnv_psi.h index

Re: [Qemu-devel] [PATCH] Don't enable networking as a side-effect of DEBUG=1

2017-07-13 Thread Fam Zheng
On Wed, 07/12 17:25, Daniel P. Berrange wrote: > When trying to debug problems with tests it is natural to set > DEBUG=1 when starting the docker environment. Unfortunately > this has a side-effect of enabling an eth0 network interface > in the container, which changes the operating environment of

<    1   2   3   4   5   6