[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [Qemu-devel] [PATCH v8 00/14] ARM SMMUv3 Emulation Suppor
From: |
Peter Maydell |
Subject: |
Re: [Qemu-arm] [Qemu-devel] [PATCH v8 00/14] ARM SMMUv3 Emulation Support |
Date: |
Tue, 6 Feb 2018 12:45:51 +0000 |
On 6 February 2018 at 12:22, Auger Eric <address@hidden> wrote:
> I will add
> #include "qemu/log.h" in smmuv3-internal.h in next release, to fix this
> mingw compilation issue.
It's an issue with configs that don't use the 'log' trace
backend, rather than mingw specifically. (It just happens
that patchew's mingw backend is the one that's configured
with a different trace backend.) The default backend means
trace.h includes log.h.
I really ought to write some patches to make this be an
error always rather than only if you configured a different
trace backend...
thanks
-- PMM
- [Qemu-arm] [PATCH v8 07/14] hw/arm/smmuv3: Implement MMIO write operations, (continued)
- [Qemu-arm] [PATCH v8 07/14] hw/arm/smmuv3: Implement MMIO write operations, Eric Auger, 2018/02/05
- [Qemu-arm] [PATCH v8 08/14] hw/arm/smmuv3: Event queue recording helper, Eric Auger, 2018/02/05
- [Qemu-arm] [PATCH v8 09/14] hw/arm/smmuv3: Implement translate callback, Eric Auger, 2018/02/05
- [Qemu-arm] [PATCH v8 10/14] hw/arm/smmuv3: Abort on vfio or vhost case, Eric Auger, 2018/02/05
- [Qemu-arm] [PATCH v8 11/14] target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_route, Eric Auger, 2018/02/05
- [Qemu-arm] [PATCH v8 12/14] hw/arm/virt: Add SMMUv3 to the virt board, Eric Auger, 2018/02/05
- [Qemu-arm] [PATCH v8 13/14] hw/arm/virt-acpi-build: Add smmuv3 node in IORT table, Eric Auger, 2018/02/05
- [Qemu-arm] [PATCH v8 14/14] hw/arm/virt: Handle iommu in 2.12 machine type, Eric Auger, 2018/02/05
- Re: [Qemu-arm] [Qemu-devel] [PATCH v8 00/14] ARM SMMUv3 Emulation Support, no-reply, 2018/02/05