Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-arm (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Sat Jun 30 2018 16:26:30 -0400
Threads in reverse chronological order
[
Next Period
]
[Qemu-arm] [PATCH v2 0/3] arm: add skeleton Cortex M0 CPU model
,
Stefan Hajnoczi
,
2018/06/30
[Qemu-arm] [PATCH v2 2/3] hw/arm: add ARMv6M object
,
Stefan Hajnoczi
,
2018/06/30
[Qemu-arm] [PATCH v2 3/3] target/arm: add "cortex-m0" CPU model
,
Stefan Hajnoczi
,
2018/06/30
[Qemu-arm] [PATCH v2 1/3] hw/arm: extract ARM M Profile base class from ARMv7-M
,
Stefan Hajnoczi
,
2018/06/30
[Qemu-arm] [PATCH for-3.0] accel/tcg: Don't treat invalid TLB entries as needing recheck
,
Peter Maydell
,
2018/06/29
Re: [Qemu-arm] [PATCH for-3.0] accel/tcg: Don't treat invalid TLB entries as needing recheck
,
Laurent Vivier
,
2018/06/29
Re: [Qemu-arm] [PATCH for-3.0] accel/tcg: Don't treat invalid TLB entries as needing recheck
,
Richard Henderson
,
2018/06/29
[Qemu-arm] [PATCH v3 00/20] arm_gic: add virtualization extensions support
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 04/20] vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAY
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 01/20] intc/arm_gic: Implement write to GICD_ISACTIVERn and GICD_ICACTIVERn registers
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 03/20] intc/arm_gic: Remove some dead code and put some functions static
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 06/20] intc/arm_gic: Add virtual interface register definitions
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 07/20] intc/arm_gic: Add virtualization extensions helper macros and functions
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 10/20] intc/arm_gic: Implement virtualization extensions in gic_(activate_irq|drop_prio)
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 09/20] intc/arm_gic: Add virtualization enabled IRQ helper functions
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 14/20] intc/arm_gic: Wire the vCPU interface
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 16/20] intc/arm_gic: Implement gic_update_virt() function
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 13/20] intc/arm_gic: Implement virtualization extensions in gic_cpu_(read|write)
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 11/20] intc/arm_gic: Implement virtualization extensions in gic_acknowledge_irq
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 17/20] intc/arm_gic: Implement maintenance interrupt generation
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 12/20] intc/arm_gic: Implement virtualization extensions in gic_complete_irq
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 18/20] intc/arm_gic: Improve traces
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 19/20] xlnx-zynqmp: Improve GIC wiring and MMIO mapping
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 15/20] intc/arm_gic: Implement the virtual interface registers
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 08/20] intc/arm_gic: Refactor secure/ns access check in the CPU interface
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 20/20] arm/virt: Add support for GICv2 virtualization extensions
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 02/20] intc/arm_gic: Refactor operations on the distributor
,
Luc Michel
,
2018/06/29
[Qemu-arm] [PATCH v3 05/20] intc/arm_gic: Add the virtualization extensions to the GIC state
,
Luc Michel
,
2018/06/29
Re: [Qemu-arm] [PATCH v2 01/14] sdcard: Use the ldst API
,
Peter Maydell
,
2018/06/28
[Qemu-arm] [PATCH v4 RFC 0/2] add support for VCPU event states
,
Dongjiu Geng
,
2018/06/28
[Qemu-arm] [PATCH v4 RFC 2/2] target: arm: Add support for VCPU event states
,
Dongjiu Geng
,
2018/06/28
[Qemu-arm] [PATCH v4 RFC 1/2] linux-headers: sync linux header
,
Dongjiu Geng
,
2018/06/28
[Qemu-arm] [PATCH v2 0/3] [PATCH 0/2] arm: Add nRF51 SoC and micro:bit machine
,
Joel Stanley
,
2018/06/27
[Qemu-arm] [PATCH v2 1/3] arm: Add Nordic Semiconductor nRF51 SoC
,
Joel Stanley
,
2018/06/27
[Qemu-arm] [PATCH v2 2/3] arm: Add BBC micro:bit machine
,
Joel Stanley
,
2018/06/27
[Qemu-arm] [PATCH v2 3/3] MAINTAINERS: Add NRF51 entry
,
Joel Stanley
,
2018/06/27
Re: [Qemu-arm] [PATCH 0/2] arm: Add nRF51 SoC and micro:bit machine
,
Joel Stanley
,
2018/06/27
[Qemu-arm] [PATCH] hw/arm: Add SBSA machine type
,
Hongbo Zhang
,
2018/06/27
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Dr. David Alan Gilbert
,
2018/06/27
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Hongbo Zhang
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Dr. David Alan Gilbert
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Hongbo Zhang
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Alex Bennée
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Hongbo Zhang
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Daniel P . Berrangé
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Hongbo Zhang
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Igor Mammedov
,
2018/06/27
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Hongbo Zhang
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Andrew Jones
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Hongbo Zhang
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Andrew Jones
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Hongbo Zhang
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Laszlo Ersek
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type
,
Hongbo Zhang
,
2018/06/28
[Qemu-arm] [RFC 8/8] arm: Instantiate NVMC in NRF51.
,
Steffen Görtz
,
2018/06/27
[Qemu-arm] [RFC 6/8] arm: Add UICR/FICR handling to NRF51 SOC
,
Steffen Görtz
,
2018/06/27
Re: [Qemu-arm] [RFC 6/8] arm: Add UICR/FICR handling to NRF51 SOC
,
Stefan Hajnoczi
,
2018/06/27
[Qemu-arm] [RFC 3/8] arm: NRF51 create UART in-place, error handling
,
Steffen Görtz
,
2018/06/27
[Qemu-arm] [RFC 4/8] arm: NRF51 Calculate peripheral id from base address
,
Steffen Görtz
,
2018/06/27
[Qemu-arm] [RFC 1/8] arm: NRF51/Microbit Memory container and SOC variants
,
Steffen Görtz
,
2018/06/27
Re: [Qemu-arm] [RFC 1/8] arm: NRF51/Microbit Memory container and SOC variants
,
Stefan Hajnoczi
,
2018/06/27
[Qemu-arm] [RFC 2/8] arm: NRF51 Add unimplemented device for MMIO
,
Steffen Görtz
,
2018/06/27
[Qemu-arm] [PATCH v6 00/35] target/arm SVE patches
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 04/35] target/arm: Implement SVE load and broadcast quadword
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 02/35] target/arm: Implement SVE Contiguous Load, first-fault and no-fault
,
Richard Henderson
,
2018/06/27
Re: [Qemu-arm] [PATCH v6 02/35] target/arm: Implement SVE Contiguous Load, first-fault and no-fault
,
Alex Bennée
,
2018/06/27
[Qemu-arm] [PATCH v6 01/35] target/arm: Implement SVE Memory Contiguous Load Group
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 05/35] target/arm: Implement SVE integer convert to floating-point
,
Richard Henderson
,
2018/06/27
Re: [Qemu-arm] [PATCH v6 05/35] target/arm: Implement SVE integer convert to floating-point
,
Peter Maydell
,
2018/06/28
[Qemu-arm] [PATCH v6 03/35] target/arm: Implement SVE Memory Contiguous Store Group
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 06/35] target/arm: Implement SVE floating-point arithmetic (predicated)
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 08/35] target/arm: Implement SVE Floating Point Accumulating Reduction Group
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 07/35] target/arm: Implement SVE FP Multiply-Add Group
,
Richard Henderson
,
2018/06/27
Re: [Qemu-arm] [PATCH v6 07/35] target/arm: Implement SVE FP Multiply-Add Group
,
Peter Maydell
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH v6 07/35] target/arm: Implement SVE FP Multiply-Add Group
,
Alex Bennée
,
2018/06/28
[Qemu-arm] [PATCH v6 09/35] target/arm: Implement SVE load and broadcast element
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 10/35] target/arm: Implement SVE store vector/predicate register
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 12/35] target/arm: Implement SVE prefetches
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 15/35] target/arm: Implement SVE scatter store vector immediate
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 16/35] target/arm: Implement SVE floating-point compare vectors
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 11/35] target/arm: Implement SVE scatter stores
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 13/35] target/arm: Implement SVE gather loads
,
Richard Henderson
,
2018/06/27
Re: [Qemu-arm] [PATCH v6 13/35] target/arm: Implement SVE gather loads
,
Peter Maydell
,
2018/06/28
Re: [Qemu-arm] [PATCH v6 13/35] target/arm: Implement SVE gather loads
,
Alex Bennée
,
2018/06/28
[Qemu-arm] [PATCH v6 14/35] target/arm: Implement SVE first-fault gather loads
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 18/35] target/arm: Implement SVE Floating Point Multiply Indexed Group
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 19/35] target/arm: Implement SVE FP Fast Reduction Group
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 17/35] target/arm: Implement SVE floating-point arithmetic with immediate
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 20/35] target/arm: Implement SVE Floating Point Unary Operations - Unpredicated Group
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 22/35] target/arm: Implement SVE floating-point trig multiply-add coefficient
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 21/35] target/arm: Implement SVE FP Compare with Zero Group
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 24/35] target/arm: Implement SVE floating-point convert to integer
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 25/35] target/arm: Implement SVE floating-point round to integral value
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 26/35] target/arm: Implement SVE floating-point unary operations
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 27/35] target/arm: Implement SVE MOVPRFX
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 23/35] target/arm: Implement SVE floating-point convert precision
,
Richard Henderson
,
2018/06/27
Re: [Qemu-arm] [PATCH v6 23/35] target/arm: Implement SVE floating-point convert precision
,
Peter Maydell
,
2018/06/28
[Qemu-arm] [PATCH v6 28/35] target/arm: Implement SVE floating-point complex add
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 30/35] target/arm: Pass index to AdvSIMD FCMLA (indexed)
,
Richard Henderson
,
2018/06/27
Re: [Qemu-arm] [PATCH v6 30/35] target/arm: Pass index to AdvSIMD FCMLA (indexed)
,
Peter Maydell
,
2018/06/28
Re: [Qemu-arm] [PATCH v6 30/35] target/arm: Pass index to AdvSIMD FCMLA (indexed)
,
Alex Bennée
,
2018/06/28
[Qemu-arm] [PATCH v6 29/35] target/arm: Implement SVE fp complex multiply add
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 32/35] target/arm: Implement SVE dot product (vectors)
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 31/35] target/arm: Implement SVE fp complex multiply add (indexed)
,
Richard Henderson
,
2018/06/27
Re: [Qemu-arm] [PATCH v6 31/35] target/arm: Implement SVE fp complex multiply add (indexed)
,
Peter Maydell
,
2018/06/28
Re: [Qemu-arm] [Qemu-devel] [PATCH v6 31/35] target/arm: Implement SVE fp complex multiply add (indexed)
,
Alex Bennée
,
2018/06/28
[Qemu-arm] [PATCH v6 33/35] target/arm: Implement SVE dot product (indexed)
,
Richard Henderson
,
2018/06/27
Re: [Qemu-arm] [PATCH v6 33/35] target/arm: Implement SVE dot product (indexed)
,
Peter Maydell
,
2018/06/28
Re: [Qemu-arm] [PATCH v6 33/35] target/arm: Implement SVE dot product (indexed)
,
Richard Henderson
,
2018/06/28
Re: [Qemu-arm] [PATCH v6 33/35] target/arm: Implement SVE dot product (indexed)
,
Peter Maydell
,
2018/06/28
Re: [Qemu-arm] [PATCH v6 33/35] target/arm: Implement SVE dot product (indexed)
,
Alex Bennée
,
2018/06/28
Re: [Qemu-arm] [PATCH v6 33/35] target/arm: Implement SVE dot product (indexed)
,
Richard Henderson
,
2018/06/28
[Qemu-arm] [PATCH v6 34/35] target/arm: Enable SVE for aarch64-linux-user
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v6 35/35] target/arm: Implement ARMv8.2-DotProd
,
Richard Henderson
,
2018/06/27
Re: [Qemu-arm] [PATCH v6 00/35] target/arm SVE patches
,
Alex Bennée
,
2018/06/28
Re: [Qemu-arm] [PATCH v6 00/35] target/arm SVE patches
,
Peter Maydell
,
2018/06/28
Re: [Qemu-arm] [PATCH v6 00/35] target/arm SVE patches
,
Peter Maydell
,
2018/06/28
Re: [Qemu-arm] [PATCH v6 00/35] target/arm SVE patches
,
Alex Bennée
,
2018/06/28
Re: [Qemu-arm] [PATCH v6 00/35] target/arm SVE patches
,
Alex Bennée
,
2018/06/28
[Qemu-arm] [PATCH v4 0/3] ARM virt: Silence dtc warnings
,
Eric Auger
,
2018/06/26
[Qemu-arm] [PATCH v4 1/3] device_tree: Add qemu_fdt_node_unit_path
,
Eric Auger
,
2018/06/26
[Qemu-arm] [PATCH v4 2/3] hw/arm/virt: Silence dtc /intc warnings
,
Eric Auger
,
2018/06/26
[Qemu-arm] [PATCH v4 3/3] hw/arm/virt: Silence dtc /memory warning
,
Eric Auger
,
2018/06/26
Re: [Qemu-arm] [PATCH v4 0/3] ARM virt: Silence dtc warnings
,
Peter Maydell
,
2018/06/28
[Qemu-arm] [PATCH v4] loader: Check access size when calling rom_ptr() to avoid crashes
,
Thomas Huth
,
2018/06/26
Re: [Qemu-arm] [PATCH v4] loader: Check access size when calling rom_ptr() to avoid crashes
,
Cornelia Huck
,
2018/06/26
[Qemu-arm] [PATCH v4 2/3] hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()
,
Philippe Mathieu-Daudé
,
2018/06/25
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 2/3] hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()
,
Auger Eric
,
2018/06/26
[Qemu-arm] [PATCH v3 0/5] support reading some CPUID/CNT registers from user-space
,
Alex Bennée
,
2018/06/25
[Qemu-arm] [PATCH v3 1/5] target/arm: support reading of CNT[VCT|FRQ]_EL0 from user-space
,
Alex Bennée
,
2018/06/25
Re: [Qemu-arm] [Qemu-devel] [PATCH v3 1/5] target/arm: support reading of CNT[VCT|FRQ]_EL0 from user-space
,
Richard Henderson
,
2018/06/27
Re: [Qemu-arm] [Qemu-devel] [PATCH v3 1/5] target/arm: support reading of CNT[VCT|FRQ]_EL0 from user-space
,
Emilio G. Cota
,
2018/06/27
[Qemu-arm] [PATCH v3 4/5] linux-user/elfload: enable HWCAP_CPUID for AArch64
,
Alex Bennée
,
2018/06/25
Re: [Qemu-arm] [Qemu-devel] [PATCH v3 4/5] linux-user/elfload: enable HWCAP_CPUID for AArch64
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v3 3/5] target/arm: expose CPUID registers to userspace
,
Alex Bennée
,
2018/06/25
Re: [Qemu-arm] [PATCH v3 3/5] target/arm: expose CPUID registers to userspace
,
Peter Maydell
,
2018/06/28
[Qemu-arm] [PATCH v3 5/5] tests/tcg/aarch64: userspace system register test
,
Alex Bennée
,
2018/06/25
Re: [Qemu-arm] [PATCH v3 5/5] tests/tcg/aarch64: userspace system register test
,
Alex Bennée
,
2018/06/25
Re: [Qemu-arm] [Qemu-devel] [PATCH v3 5/5] tests/tcg/aarch64: userspace system register test
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v3 2/5] target/arm: relax permission checks for HWCAP_CPUID registers
,
Alex Bennée
,
2018/06/25
Re: [Qemu-arm] [Qemu-devel] [PATCH v3 2/5] target/arm: relax permission checks for HWCAP_CPUID registers
,
Richard Henderson
,
2018/06/27
Re: [Qemu-arm] [PATCH v3 2/5] target/arm: relax permission checks for HWCAP_CPUID registers
,
Peter Maydell
,
2018/06/28
Re: [Qemu-arm] [PATCH v3 2/5] target/arm: relax permission checks for HWCAP_CPUID registers
,
Alex Bennée
,
2018/06/28
Re: [Qemu-arm] [PATCH v3 0/5] support reading some CPUID/CNT registers from user-space
,
Peter Maydell
,
2018/06/28
[Qemu-arm] [PATCH v2] MAINTAINERS: Add ASPEED BMCs
,
Joel Stanley
,
2018/06/25
Re: [Qemu-arm] [PATCH v2] MAINTAINERS: Add ASPEED BMCs
,
Peter Maydell
,
2018/06/25
[Qemu-arm] [PATCH v5 00/46] Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2018/06/25
[Qemu-arm] [PATCH v5 06/46] hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"
,
Philippe Mathieu-Daudé
,
2018/06/25
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 06/46] hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v5 05/46] hw: Use IEC binary prefix definitions from "qemu/units.h"
,
Philippe Mathieu-Daudé
,
2018/06/25
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 05/46] hw: Use IEC binary prefix definitions from "qemu/units.h"
,
Richard Henderson
,
2018/06/27
[Qemu-arm] [PATCH v5 14/46] hw/display: Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2018/06/25
[Qemu-arm] [PATCH v5 34/46] hw/net: Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2018/06/25
Re: [Qemu-arm] [PATCH v5 00/46] Use the IEC binary prefix definitions
,
Michael S. Tsirkin
,
2018/06/25
Re: [Qemu-arm] [Qemu-block] [PATCH v5 00/46] Use the IEC binary prefix definitions
,
Paolo Bonzini
,
2018/06/29
[Qemu-arm] [PATCH] MAINTAINERS: Add ASPEED BMCs
,
Joel Stanley
,
2018/06/25
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Add ASPEED BMCs
,
Philippe Mathieu-Daudé
,
2018/06/25
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Add ASPEED BMCs
,
Andrew Jeffery
,
2018/06/25
Re: [Qemu-arm] [PATCH] MAINTAINERS: Add ASPEED BMCs
,
Cédric Le Goater
,
2018/06/25
[Qemu-arm] [PATCH v3 00/16] hw/arm: use qemu_log_mask instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 01/16] hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/24
Re: [Qemu-arm] [PATCH v3 01/16] hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Thomas Huth
,
2018/06/25
[Qemu-arm] [PATCH v3 02/16] hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 03/16] hw/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printf
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 05/16] hw/ssi/omap_spi: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 06/16] hw/sd/omap_mmc: Use qemu_log_mask(UNIMP) instead of printf
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 07/16] hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 04/16] hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 09/16] hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/24
Re: [Qemu-arm] [PATCH v3 09/16] hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Thomas Huth
,
2018/06/25
[Qemu-arm] [PATCH v3 10/16] hw/arm/stellaris: Use qemu_log_mask(UNIMP) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 11/16] hw/net/stellaris_enet: Fix a typo
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 08/16] hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 12/16] hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 13/16] hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 14/16] hw/net/smc91c111: Use qemu_log_mask(UNIMP) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 15/16] hw/arm/stellaris: Fix gptm_write() error message
,
Philippe Mathieu-Daudé
,
2018/06/24
[Qemu-arm] [PATCH v3 16/16] hw/arm/stellaris: Use HWADDR_PRIx to display register address
,
Philippe Mathieu-Daudé
,
2018/06/24
Re: [Qemu-arm] [PATCH v3 00/16] hw/arm: use qemu_log_mask instead of fprintf
,
Peter Maydell
,
2018/06/26
[Qemu-arm] [PATCH v5 00/13] More fully implement ARM PMUv3
,
Aaron Lindsay
,
2018/06/22
[Qemu-arm] [PATCH v5 01/13] target/arm: Reorganize PMCCNTR accesses
,
Aaron Lindsay
,
2018/06/22
Re: [Qemu-arm] [PATCH v5 01/13] target/arm: Reorganize PMCCNTR accesses
,
Peter Maydell
,
2018/06/28
[Qemu-arm] [PATCH v5 03/13] target/arm: Allow AArch32 access for PMCCFILTR
,
Aaron Lindsay
,
2018/06/22
Re: [Qemu-arm] [PATCH v5 03/13] target/arm: Allow AArch32 access for PMCCFILTR
,
Peter Maydell
,
2018/06/28
[Qemu-arm] [PATCH v5 02/13] target/arm: Filter cycle counter based on PMCCFILTR_EL0
,
Aaron Lindsay
,
2018/06/22
[Qemu-arm] [PATCH v5 04/13] target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization Extensions
,
Aaron Lindsay
,
2018/06/22
Re: [Qemu-arm] [PATCH v5 04/13] target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization Extensions
,
Peter Maydell
,
2018/06/28
[Qemu-arm] [PATCH v5 05/13] target/arm: Remove redundant DIV detection for KVM
,
Aaron Lindsay
,
2018/06/22
Re: [Qemu-arm] [PATCH v5 05/13] target/arm: Remove redundant DIV detection for KVM
,
Peter Maydell
,
2018/06/28
[Qemu-arm] [PATCH v5 06/13] target/arm: Implement PMOVSSET
,
Aaron Lindsay
,
2018/06/22
Re: [Qemu-arm] [PATCH v5 06/13] target/arm: Implement PMOVSSET
,
Peter Maydell
,
2018/06/28
[Qemu-arm] [PATCH v5 07/13] target/arm: Add array for supported PMU events, generate PMCEID[01]
,
Aaron Lindsay
,
2018/06/22
[Qemu-arm] [PATCH v5 08/13] target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPER
,
Aaron Lindsay
,
2018/06/22
[Qemu-arm] [PATCH v5 09/13] target/arm: PMU: Add instruction and cycle events
,
Aaron Lindsay
,
2018/06/22
[Qemu-arm] [PATCH v5 10/13] target/arm: PMU: Set PMCR.N to 4
,
Aaron Lindsay
,
2018/06/22
[Qemu-arm] [PATCH v5 11/13] target/arm: Implement PMSWINC
,
Aaron Lindsay
,
2018/06/22
[Qemu-arm] [PATCH v5 13/13] target/arm: Send interrupts on PMU counter overflow
,
Aaron Lindsay
,
2018/06/22
[Qemu-arm] [PATCH v5 12/13] target/arm: Mark PMINTENSET accesses as possibly doing IO
,
Aaron Lindsay
,
2018/06/22
Re: [Qemu-arm] [PATCH v5 12/13] target/arm: Mark PMINTENSET accesses as possibly doing IO
,
Peter Maydell
,
2018/06/28
Re: [Qemu-arm] [PATCH v5 00/13] More fully implement ARM PMUv3
,
Peter Maydell
,
2018/06/28
[Qemu-arm] [RISU PATCH v4 00/22] ARM SVE support for RISU
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 01/22] risu_reginfo_aarch64: include signal.h for FPSIMD_MAGIC
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 02/22] comms: include header for writev
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 05/22] risu: add zlib indication to help text
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 03/22] build-all-arches: expand the range of docker images
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 04/22] build-all-arches: do a distclean $(SRC) configured
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 06/22] Makefile: include risu_reginfo_$(ARCH) in HDRS
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 08/22] risugen: Initialize sve predicates with random data
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 07/22] risugen: add --sve support
,
Alex Bennée
,
2018/06/22
Re: [Qemu-arm] [RISU PATCH v4 07/22] risugen: add --sve support
,
Richard Henderson
,
2018/06/24
[Qemu-arm] [RISU PATCH v4 09/22] risugen: use fewer insns for aarch64 immediate load
,
Alex Bennée
,
2018/06/22
Re: [Qemu-arm] [RISU PATCH v4 09/22] risugen: use fewer insns for aarch64 immediate load
,
Richard Henderson
,
2018/06/24
[Qemu-arm] [RISU PATCH v4 10/22] risugen: add reg_plus_imm_pl and reg_plus_imm_vl address helpers
,
Alex Bennée
,
2018/06/22
Re: [Qemu-arm] [RISU PATCH v4 10/22] risugen: add reg_plus_imm_pl and reg_plus_imm_vl address helpers
,
Richard Henderson
,
2018/06/24
[Qemu-arm] [RISU PATCH v4 11/22] risugen: add dtype_msz address helper
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 16/22] risu_reginfo_aarch64: unionify VFP regs
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 22/22] risu_reginfo_aarch64: handle variable VQ
,
Alex Bennée
,
2018/06/22
Re: [Qemu-arm] [RISU PATCH v4 22/22] risu_reginfo_aarch64: handle variable VQ
,
Richard Henderson
,
2018/06/24
[Qemu-arm] [RISU PATCH v4 14/22] risu: add process_arch_opt
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 15/22] risu_reginfo_aarch64: drop stray ;
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 21/22] risu_reginfo_aarch64: limit SVE_VQ_MAX to current architecture
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 19/22] risu_reginfo_aarch64: add support for copying SVE register state
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 20/22] risu_reginfo_aarch64: add SVE support to reginfo_dump_mismatch
,
Alex Bennée
,
2018/06/22
Re: [Qemu-arm] [RISU PATCH v4 20/22] risu_reginfo_aarch64: add SVE support to reginfo_dump_mismatch
,
Richard Henderson
,
2018/06/24
[Qemu-arm] [RISU PATCH v4 17/22] risu_reginfo: introduce reginfo_size()
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 12/22] contrib/generate_all.sh: allow passing of arguments to risugen
,
Alex Bennée
,
2018/06/22
Re: [Qemu-arm] [RISU PATCH v4 12/22] contrib/generate_all.sh: allow passing of arguments to risugen
,
Richard Henderson
,
2018/06/24
[Qemu-arm] [RISU PATCH v4 18/22] risu_reginfo_aarch64: left justify regnums and drop masks
,
Alex Bennée
,
2018/06/22
[Qemu-arm] [RISU PATCH v4 13/22] risu: move optional args to each architecture
,
Alex Bennée
,
2018/06/22
Re: [Qemu-arm] [PATCH v4 03/21] target/arm: Reorganize PMCCNTR accesses
,
Aaron Lindsay
,
2018/06/22
Re: [Qemu-arm] [PATCH v4 03/21] target/arm: Reorganize PMCCNTR accesses
,
Peter Maydell
,
2018/06/22
Re: [Qemu-arm] [PATCH v4 03/21] target/arm: Reorganize PMCCNTR accesses
,
Aaron Lindsay
,
2018/06/22
[Qemu-arm] [PATCH v2 00/14] hw/arm: use qemu_log_mask instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
[Qemu-arm] [PATCH v2 01/14] hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 01/14] hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Thomas Huth
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 01/14] hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/23
[Qemu-arm] [PATCH v2 03/14] hw/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printf
,
Philippe Mathieu-Daudé
,
2018/06/22
[Qemu-arm] [PATCH v2 04/14] hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 04/14] hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Thomas Huth
,
2018/06/22
[Qemu-arm] [PATCH v2 05/14] hw/ssi/omap_spi: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
[Qemu-arm] [PATCH v2 06/14] hw/sd/omap_mmc: Use qemu_log_mask(UNIMP) instead of printf
,
Philippe Mathieu-Daudé
,
2018/06/22
[Qemu-arm] [PATCH v2 07/14] hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 07/14] hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
,
Thomas Huth
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 07/14] hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 07/14] hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
,
Thomas Huth
,
2018/06/25
Re: [Qemu-arm] [PATCH v2 07/14] hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/25
Re: [Qemu-arm] [PATCH v2 07/14] hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
,
Thomas Huth
,
2018/06/25
Re: [Qemu-arm] [PATCH v2 07/14] hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/25
Re: [Qemu-arm] [PATCH v2 07/14] hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
,
Thomas Huth
,
2018/06/25
[Qemu-arm] [PATCH v2 08/14] hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 08/14] hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 08/14] hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Thomas Huth
,
2018/06/22
[Qemu-arm] [PATCH v2 10/14] hw/arm/stellaris: Use qemu_log_mask(UNIMP) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
[Qemu-arm] [PATCH v2 09/14] hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 09/14] hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Thomas Huth
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 09/14] hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 09/14] hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Thomas Huth
,
2018/06/25
[Qemu-arm] [PATCH v2 12/14] hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
,
Philippe Mathieu-Daudé
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 12/14] hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
,
Thomas Huth
,
2018/06/22
[Qemu-arm] [PATCH v2 11/14] hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
,
Philippe Mathieu-Daudé
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 11/14] hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
,
Thomas Huth
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 11/14] hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
,
Philippe Mathieu-Daudé
,
2018/06/22
[Qemu-arm] [PATCH v2 13/14] hw/net/smc91c111: Use qemu_log_mask(UNIMP) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 13/14] hw/net/smc91c111: Use qemu_log_mask(UNIMP) instead of fprintf
,
Thomas Huth
,
2018/06/22
[Qemu-arm] [PATCH v2 14/14] hw/arm/stellaris: Fix gptm_write() error message
,
Philippe Mathieu-Daudé
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 14/14] hw/arm/stellaris: Fix gptm_write() error message
,
Thomas Huth
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 14/14] hw/arm/stellaris: Fix gptm_write() error message
,
Philippe Mathieu-Daudé
,
2018/06/22
Message not available
Re: [Qemu-arm] [PATCH v2 02/14] hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Thomas Huth
,
2018/06/22
[Qemu-arm] [PATCH v3 0/3] ARM virt: Silence dtc warnings
,
Eric Auger
,
2018/06/22
[Qemu-arm] [PATCH v3 1/3] device_tree: Add qemu_fdt_node_unit_path
,
Eric Auger
,
2018/06/22
[Qemu-arm] [PATCH v3 2/3] hw/arm/virt: Silence dtc /intc warnings
,
Eric Auger
,
2018/06/22
[Qemu-arm] [PATCH v3 3/3] hw/arm/virt: Silence dtc /memory warning
,
Eric Auger
,
2018/06/22
Re: [Qemu-arm] [PATCH v3 0/3] ARM virt: Silence dtc warnings
,
Peter Maydell
,
2018/06/26
Re: [Qemu-arm] [PATCH v3 0/3] ARM virt: Silence dtc warnings
,
Auger Eric
,
2018/06/26
Re: [Qemu-arm] [PATCH v3 0/3] ARM virt: Silence dtc warnings
,
Peter Maydell
,
2018/06/26
Re: [Qemu-arm] [PATCH v2 3/3] hw/arm/virt: Silence dtc /memory warning
,
Peter Maydell
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 3/3] hw/arm/virt: Silence dtc /memory warning
,
Auger Eric
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 3/3] hw/arm/virt: Silence dtc /memory warning
,
Peter Maydell
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 3/3] hw/arm/virt: Silence dtc /memory warning
,
Auger Eric
,
2018/06/22
[Qemu-arm] [PATCH] hw/arm/virt: fix psci conduit in acpi when el3 enabled
,
Hongbo Zhang
,
2018/06/22
Re: [Qemu-arm] [PATCH] hw/arm/virt: fix psci conduit in acpi when el3 enabled
,
Peter Maydell
,
2018/06/22
Re: [Qemu-arm] [PATCH] hw/arm/virt: fix psci conduit in acpi when el3 enabled
,
Hongbo Zhang
,
2018/06/25
Re: [Qemu-arm] [PATCH] hw/arm/virt: fix psci conduit in acpi when el3 enabled
,
Peter Maydell
,
2018/06/25
Re: [Qemu-arm] [PATCH] hw/arm/virt: fix psci conduit in acpi when el3 enabled
,
Hongbo Zhang
,
2018/06/25
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm/virt: fix psci conduit in acpi when el3 enabled
,
no-reply
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm/virt: fix psci conduit in acpi when el3 enabled
,
no-reply
,
2018/06/22
[Qemu-arm] [RFC 0/5] ARM virt: Support PC-DIMM at 2TB
,
Eric Auger
,
2018/06/22
[Qemu-arm] [RFC 3/5] hw/arm/boot: introduce fdt_add_memory_node helper
,
Eric Auger
,
2018/06/22
[Qemu-arm] [RFC 5/5] hw/arm/virt-acpi-build: Add PC-DIMM in SRAT
,
Eric Auger
,
2018/06/22
[Qemu-arm] [RFC 4/5] hw/arm/boot: Expose the PC-DIMM nodes in the DT
,
Eric Auger
,
2018/06/22
[Qemu-arm] [RFC 1/5] hw/arm/virt: Allocate device_memory
,
Eric Auger
,
2018/06/22
[Qemu-arm] [RFC 2/5] hw/arm/virt: Add pc-dimm mem hotplug framework
,
Eric Auger
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [RFC 0/5] ARM virt: Support PC-DIMM at 2TB
,
no-reply
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [RFC 0/5] ARM virt: Support PC-DIMM at 2TB
,
Auger Eric
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [RFC 0/5] ARM virt: Support PC-DIMM at 2TB
,
no-reply
,
2018/06/22
[Qemu-arm] [PATCH v2 0/3] aspeed: introduce the APB clock settings
,
Cédric Le Goater
,
2018/06/22
[Qemu-arm] [PATCH v2 1/3] aspeed/scu: introduce clock frequencies
,
Cédric Le Goater
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 1/3] aspeed/scu: introduce clock frequencies
,
Andrew Jeffery
,
2018/06/24
[Qemu-arm] [PATCH v2 2/3] aspeed: initialize the SCU controller first
,
Cédric Le Goater
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 2/3] aspeed: initialize the SCU controller first
,
Andrew Jeffery
,
2018/06/24
[Qemu-arm] [PATCH v2 3/3] aspeed/timer: use the APB frequency from the SCU
,
Cédric Le Goater
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 3/3] aspeed/timer: use the APB frequency from the SCU
,
Andrew Jeffery
,
2018/06/24
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 0/3] aspeed: introduce the APB clock settings
,
no-reply
,
2018/06/22
Re: [Qemu-arm] [PATCH v2 0/3] aspeed: introduce the APB clock settings
,
Peter Maydell
,
2018/06/26
[Qemu-arm] [PATCH v4 0/4] ARM SMMUv3: IOTLB Emulation and VHOST Support
,
Eric Auger
,
2018/06/22
[Qemu-arm] [PATCH v4 1/4] hw/arm/smmuv3: Fix translate error handling
,
Eric Auger
,
2018/06/22
[Qemu-arm] [PATCH v4 2/4] hw/arm/smmuv3: Cache/invalidate config data
,
Eric Auger
,
2018/06/22
[Qemu-arm] [PATCH v4 4/4] hw/arm/smmuv3: Add notifications on invalidation
,
Eric Auger
,
2018/06/22
[Qemu-arm] [PATCH v4 3/4] hw/arm/smmuv3: IOTLB emulation
,
Eric Auger
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 0/4] ARM SMMUv3: IOTLB Emulation and VHOST Support
,
no-reply
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 0/4] ARM SMMUv3: IOTLB Emulation and VHOST Support
,
Auger Eric
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 0/4] ARM SMMUv3: IOTLB Emulation and VHOST Support
,
Peter Maydell
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 0/4] ARM SMMUv3: IOTLB Emulation and VHOST Support
,
Auger Eric
,
2018/06/22
Re: [Qemu-arm] [PATCH v4 0/4] ARM SMMUv3: IOTLB Emulation and VHOST Support
,
Peter Maydell
,
2018/06/26
[Qemu-arm] [Questio] What the proper vfio NIC for emulation smmu?
,
Jia He
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [Questio] What the proper vfio NIC for emulation smmu?
,
Auger Eric
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [Questio] What the proper vfio NIC for emulation smmu?
,
Jia He
,
2018/06/22
[Qemu-arm] [PATCH 0/3] aspeed: introduce the APB clock settings
,
Cédric Le Goater
,
2018/06/21
[Qemu-arm] [PATCH 1/3] aspeed/scu: introduce clock frequencies
,
Cédric Le Goater
,
2018/06/21
Re: [Qemu-arm] [PATCH 1/3] aspeed/scu: introduce clock frequencies
,
Joel Stanley
,
2018/06/21
Re: [Qemu-arm] [PATCH 1/3] aspeed/scu: introduce clock frequencies
,
Cédric Le Goater
,
2018/06/22
[Qemu-arm] [PATCH 2/3] aspeed: initialize the SCU controller first
,
Cédric Le Goater
,
2018/06/21
Re: [Qemu-arm] [PATCH 2/3] aspeed: initialize the SCU controller first
,
Joel Stanley
,
2018/06/21
[Qemu-arm] [PATCH 3/3] aspeed/timer: use the APB frequency from the SCU
,
Cédric Le Goater
,
2018/06/21
Re: [Qemu-arm] [PATCH 3/3] aspeed/timer: use the APB frequency from the SCU
,
Joel Stanley
,
2018/06/21
Re: [Qemu-arm] [PATCH 3/3] aspeed/timer: use the APB frequency from the SCU
,
Cédric Le Goater
,
2018/06/22
[Qemu-arm] [PATCH 00/11] hw/arm: use qemu_log_mask instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/21
[Qemu-arm] [PATCH 01/11] hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [PATCH 01/11] hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Thomas Huth
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH 01/11] hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
[Qemu-arm] [PATCH 03/11] hw/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printf
,
Philippe Mathieu-Daudé
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [PATCH 03/11] hw/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printf
,
Thomas Huth
,
2018/06/22
[Qemu-arm] [PATCH 04/11] hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [PATCH 04/11] hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Thomas Huth
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH 04/11] hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
[Qemu-arm] [PATCH 05/11] hw/ssi/omap_spi: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [PATCH 05/11] hw/ssi/omap_spi: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Alistair Francis
,
2018/06/21
[Qemu-arm] [PATCH 06/11] hw/sd/omap_mmc: Use qemu_log_mask(UNIMP) instead of printf
,
Philippe Mathieu-Daudé
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [PATCH 06/11] hw/sd/omap_mmc: Use qemu_log_mask(UNIMP) instead of printf
,
Thomas Huth
,
2018/06/22
[Qemu-arm] [PATCH 07/11] hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [PATCH 07/11] hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
,
Thomas Huth
,
2018/06/22
[Qemu-arm] [PATCH 10/11] hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
,
Philippe Mathieu-Daudé
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [PATCH 10/11] hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
,
Thomas Huth
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH 10/11] hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
,
Philippe Mathieu-Daudé
,
2018/06/22
[Qemu-arm] [PATCH 09/11] hw/arm/stellaris: Use qemu_log_mask(UNIMP) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [PATCH 09/11] hw/arm/stellaris: Use qemu_log_mask(UNIMP) instead of fprintf
,
Thomas Huth
,
2018/06/22
[Qemu-arm] [PATCH 08/11] hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [PATCH 08/11] hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Thomas Huth
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH 08/11] hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
,
Philippe Mathieu-Daudé
,
2018/06/22
[Qemu-arm] [PATCH 11/11] hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
,
Philippe Mathieu-Daudé
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [PATCH 11/11] hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
,
Thomas Huth
,
2018/06/22
[Qemu-arm] [PATCH 0/2] linux-user: Change mmap_lock to rwlock
,
Richard Henderson
,
2018/06/21
[Qemu-arm] [PATCH 2/2] linux-user: Use pthread_rwlock_t for mmap_rd/wrlock
,
Richard Henderson
,
2018/06/21
Re: [Qemu-arm] [PATCH 2/2] linux-user: Use pthread_rwlock_t for mmap_rd/wrlock
,
Emilio G. Cota
,
2018/06/22
[Qemu-arm] [PATCH 1/2] exec: Split mmap_lock to mmap_rdlock/mmap_wrlock
,
Richard Henderson
,
2018/06/21
Re: [Qemu-arm] [PATCH 0/2] linux-user: Change mmap_lock to rwlock
,
Emilio G. Cota
,
2018/06/22
Re: [Qemu-arm] [PATCH 0/2] linux-user: Change mmap_lock to rwlock
,
Richard Henderson
,
2018/06/23
Re: [Qemu-arm] [PATCH 0/2] linux-user: Change mmap_lock to rwlock
,
Emilio G. Cota
,
2018/06/23
[Qemu-arm] [PATCH v3 2/3] hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()
,
Philippe Mathieu-Daudé
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v3 2/3] hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()
,
Auger Eric
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v3 2/3] hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()
,
Philippe Mathieu-Daudé
,
2018/06/25
[Qemu-arm] [PATCH v3 0/4] ARM SMMUv3: IOTLB Emulation and VHOST Support
,
Eric Auger
,
2018/06/21
[Qemu-arm] [PATCH v3 4/4] hw/arm/smmuv3: Add notifications on invalidation
,
Eric Auger
,
2018/06/21
Re: [Qemu-arm] [PATCH v3 4/4] hw/arm/smmuv3: Add notifications on invalidation
,
Jia He
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH v3 4/4] hw/arm/smmuv3: Add notifications on invalidation
,
Auger Eric
,
2018/06/22
[Qemu-arm] [PATCH v3 3/4] hw/arm/smmuv3: IOTLB emulation
,
Eric Auger
,
2018/06/21
[Qemu-arm] [PATCH v3 1/4] hw/arm/smmuv3: Fix translate error handling
,
Eric Auger
,
2018/06/21
[Qemu-arm] [PATCH v3 2/4] hw/arm/smmuv3: Cache/invalidate config data
,
Eric Auger
,
2018/06/21
[Qemu-arm] [PULL v2 24/57] tests/tcg: enable building for ARM
,
Alex Bennée
,
2018/06/21
[Qemu-arm] [PULL v2 26/57] tests/tcg: enable building for AArch64
,
Alex Bennée
,
2018/06/21
[Qemu-arm] [PULL v2 23/57] tests/tcg: move ARM specific tests into subdir
,
Alex Bennée
,
2018/06/21
[Qemu-arm] [PULL v2 27/57] tests/tcg/arm: add fcvt test cases for AArch32/64
,
Alex Bennée
,
2018/06/21
[Qemu-arm] [PULL v2 47/57] tests/tcg: add run, diff, and skip helper macros
,
Alex Bennée
,
2018/06/21
[Qemu-arm] [PULL v2 25/57] tests/tcg/arm: fix up test-arm-iwmmxt test
,
Alex Bennée
,
2018/06/21
[Qemu-arm] [PATCH v3 0/8] arm: implement TZ MPC
,
Peter Maydell
,
2018/06/20
[Qemu-arm] [PATCH v3 3/8] hw/misc/tz-mpc.c: Implement correct blocked-access behaviour
,
Peter Maydell
,
2018/06/20
[Qemu-arm] [PATCH v3 2/8] hw/misc/tz-mpc.c: Implement registers
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [PATCH v3 2/8] hw/misc/tz-mpc.c: Implement registers
,
Auger Eric
,
2018/06/20
Re: [Qemu-arm] [PATCH v3 2/8] hw/misc/tz-mpc.c: Implement registers
,
Peter Maydell
,
2018/06/20
[Qemu-arm] [PATCH v3 7/8] hw/arm/iotkit: Wire up MPC interrupt lines
,
Peter Maydell
,
2018/06/20
[Qemu-arm] [PATCH v3 1/8] hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection Controller
,
Peter Maydell
,
2018/06/20
[Qemu-arm] [PATCH v3 6/8] hw/arm/iotkit: Instantiate MPC
,
Peter Maydell
,
2018/06/20
[Qemu-arm] [PATCH v3 5/8] hw/misc/iotkit-secctl.c: Implement SECMPCINTSTATUS
,
Peter Maydell
,
2018/06/20
[Qemu-arm] [PATCH v3 4/8] hw/misc/tz_mpc.c: Honour the BLK_LUT settings in translate
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [PATCH v3 4/8] hw/misc/tz_mpc.c: Honour the BLK_LUT settings in translate
,
Auger Eric
,
2018/06/20
[Qemu-arm] [PATCH v3 8/8] hw/arm/mps2-tz.c: Instantiate MPCs
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v3 0/8] arm: implement TZ MPC
,
no-reply
,
2018/06/20
Re: [Qemu-arm] [PATCH v3 0/8] arm: implement TZ MPC
,
Peter Maydell
,
2018/06/22
[Qemu-arm] [RFC 0/6] KVM/ARM: Dynamic and larger GPA size
,
Eric Auger
,
2018/06/20
[Qemu-arm] [RFC 1/6] linux-headers: Partial update for KVM/ARM KVM_ARM_GET_MAX_VM_PHYS_SHIFT
,
Eric Auger
,
2018/06/20
[Qemu-arm] [RFC 3/6] kvm: add kvm_get_max_vm_phys_shift
,
Eric Auger
,
2018/06/20
Re: [Qemu-arm] [RFC 3/6] kvm: add kvm_get_max_vm_phys_shift
,
David Gibson
,
2018/06/20
Re: [Qemu-arm] [RFC 3/6] kvm: add kvm_get_max_vm_phys_shift
,
Auger Eric
,
2018/06/21
[Qemu-arm] [RFC 4/6] hw/arm/virt: Add virt-3.0 machine type
,
Eric Auger
,
2018/06/20
[Qemu-arm] [RFC 2/6] hw/boards: Add a MachineState parameter to kvm_type callback
,
Eric Auger
,
2018/06/20
Re: [Qemu-arm] [RFC 2/6] hw/boards: Add a MachineState parameter to kvm_type callback
,
David Gibson
,
2018/06/20
[Qemu-arm] [RFC 5/6] hw/arm/virt: support kvm_type property
,
Eric Auger
,
2018/06/20
Re: [Qemu-arm] [RFC 5/6] hw/arm/virt: support kvm_type property
,
Dr. David Alan Gilbert
,
2018/06/20
Re: [Qemu-arm] [Qemu-devel] [RFC 5/6] hw/arm/virt: support kvm_type property
,
Auger Eric
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [RFC 5/6] hw/arm/virt: support kvm_type property
,
Dr. David Alan Gilbert
,
2018/06/27
[Qemu-arm] [RFC 6/6] hw/arm/virt: handle max_vm_phys_shift conflicts on migration
,
Eric Auger
,
2018/06/20
[Qemu-arm] [PATCH 0/3] Support M-profile MPU regions smaller than 1K
,
Peter Maydell
,
2018/06/20
[Qemu-arm] [PATCH 1/3] tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [Qemu-devel] [PATCH 1/3] tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE
,
Mark Cave-Ayland
,
2018/06/20
Re: [Qemu-arm] [Qemu-devel] [PATCH 1/3] tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [Qemu-devel] [PATCH 1/3] tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE
,
Max Filippov
,
2018/06/30
Re: [Qemu-arm] [Qemu-devel] [PATCH 1/3] tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE
,
Max Filippov
,
2018/06/30
Re: [Qemu-arm] [Qemu-devel] [PATCH 1/3] tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE
,
Max Filippov
,
2018/06/30
Re: [Qemu-arm] [Qemu-devel] [PATCH 1/3] tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE
,
Peter Maydell
,
2018/06/30
Re: [Qemu-arm] [Qemu-devel] [PATCH 1/3] tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE
,
Peter Maydell
,
2018/06/30
Re: [Qemu-arm] [Qemu-devel] [PATCH 1/3] tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE
,
Max Filippov
,
2018/06/30
[Qemu-arm] [PATCH 3/3] target/arm: Handle small regions in get_phys_addr_pmsav8()
,
Peter Maydell
,
2018/06/20
[Qemu-arm] [PATCH 2/3] target/arm: Set page (region) size in get_phys_addr_pmsav7()
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [PATCH 0/3] Support M-profile MPU regions smaller than 1K
,
Richard Henderson
,
2018/06/20
Re: [Qemu-arm] [PATCH v2 0/2] xlnx-zynqmp: Change the Cortex-R5 for Cortex-R5F
,
Edgar E. Iglesias
,
2018/06/20
Re: [Qemu-arm] [PATCH v2 0/2] xlnx-zynqmp: Change the Cortex-R5 for Cortex-R5F
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [PATCH v2 0/2] xlnx-zynqmp: Change the Cortex-R5 for Cortex-R5F
,
Peter Maydell
,
2018/06/20
[Qemu-arm] [PULL 25/56] tests/tcg: enable building for AArch64
,
Alex Bennée
,
2018/06/19
[Qemu-arm] [PULL 23/56] tests/tcg: enable building for ARM
,
Alex Bennée
,
2018/06/19
[Qemu-arm] [PULL 46/56] tests/tcg: add run, diff, and skip helper macros
,
Alex Bennée
,
2018/06/19
[Qemu-arm] [PULL 24/56] tests/tcg/arm: fix up test-arm-iwmmxt test
,
Alex Bennée
,
2018/06/19
[Qemu-arm] [PULL 26/56] tests/tcg/arm: add fcvt test cases for AArch32/64
,
Alex Bennée
,
2018/06/19
[Qemu-arm] [PULL 22/56] tests/tcg: move ARM specific tests into subdir
,
Alex Bennée
,
2018/06/19
[Qemu-arm] [PATCH] target-arm: fix a segmentation fault due to illegal memory access
,
Zheng Xiang
,
2018/06/19
Re: [Qemu-arm] [Qemu-devel] [PATCH] target-arm: fix a segmentation fault due to illegal memory access
,
no-reply
,
2018/06/19
Re: [Qemu-arm] [PATCH] target-arm: fix a segmentation fault due to illegal memory access
,
Peter Maydell
,
2018/06/20
[Qemu-arm] [PATCH v2 0/7] arm_gic: add virtualization extensions support
,
luc . michel
,
2018/06/19
[Qemu-arm] [PATCH v2 3/7] vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAY
,
luc . michel
,
2018/06/19
Re: [Qemu-arm] [PATCH v2 3/7] vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAY
,
Peter Maydell
,
2018/06/25
[Qemu-arm] [PATCH v2 2/7] intc/arm_gic: Remove some dead code and put some functions static
,
luc . michel
,
2018/06/19
[Qemu-arm] [PATCH v2 6/7] intc/arm_gic: Improve traces
,
luc . michel
,
2018/06/19
Re: [Qemu-arm] [PATCH v2 6/7] intc/arm_gic: Improve traces
,
Peter Maydell
,
2018/06/25
[Qemu-arm] [PATCH v2 4/7] intc/arm_gic: Add the virtualization extensions to the GIC state
,
luc . michel
,
2018/06/19
Re: [Qemu-arm] [PATCH v2 4/7] intc/arm_gic: Add the virtualization extensions to the GIC state
,
Peter Maydell
,
2018/06/25
[Qemu-arm] [PATCH v2 7/7] xlnx-zynqmp: Improve GIC wiring and MMIO mapping
,
luc . michel
,
2018/06/19
Re: [Qemu-arm] [PATCH v2 7/7] xlnx-zynqmp: Improve GIC wiring and MMIO mapping
,
Peter Maydell
,
2018/06/25
[Qemu-arm] [PATCH v2 1/7] intc/arm_gic: Refactor operations on the distributor
,
luc . michel
,
2018/06/19
[Qemu-arm] [PATCH v2 5/7] intc/arm_gic: Add virtualization extensions logic
,
luc . michel
,
2018/06/19
Re: [Qemu-arm] [PATCH v2 5/7] intc/arm_gic: Add virtualization extensions logic
,
Peter Maydell
,
2018/06/25
Re: [Qemu-arm] [PATCH v2 5/7] intc/arm_gic: Add virtualization extensions logic
,
Luc Michel
,
2018/06/26
Re: [Qemu-arm] [PATCH v2 0/7] arm_gic: add virtualization extensions support
,
Jan Kiszka
,
2018/06/25
Re: [Qemu-arm] [PATCH v2 0/7] arm_gic: add virtualization extensions support
,
Peter Maydell
,
2018/06/25
Re: [Qemu-arm] [PATCH v2 0/7] arm_gic: add virtualization extensions support
,
Luc Michel
,
2018/06/26
Re: [Qemu-arm] [PATCH v2 0/7] arm_gic: add virtualization extensions support
,
Luc Michel
,
2018/06/26
Re: [Qemu-arm] [PATCH v2 0/7] arm_gic: add virtualization extensions support
,
Jan Kiszka
,
2018/06/26
Re: [Qemu-arm] [PATCH v2 0/7] arm_gic: add virtualization extensions support
,
Jan Kiszka
,
2018/06/26
[Qemu-arm] [PATCH] hw/char/cmsdk-apb-timer: Correctly identify and set one-shot mode
,
Guenter Roeck
,
2018/06/18
Re: [Qemu-arm] [PATCH] hw/char/cmsdk-apb-timer: Correctly identify and set one-shot mode
,
Peter Maydell
,
2018/06/26
Re: [Qemu-arm] [PATCH] hw/char/cmsdk-apb-timer: Correctly identify and set one-shot mode
,
Guenter Roeck
,
2018/06/26
Re: [Qemu-arm] [PATCH] hw/char/cmsdk-apb-timer: Correctly identify and set one-shot mode
,
Peter Maydell
,
2018/06/26
Re: [Qemu-arm] [PATCH] hw/char/cmsdk-apb-timer: Correctly identify and set one-shot mode
,
Guenter Roeck
,
2018/06/26
Re: [Qemu-arm] [PATCH] hw/char/cmsdk-apb-timer: Correctly identify and set one-shot mode
,
Guenter Roeck
,
2018/06/26
Re: [Qemu-arm] [Qemu-devel] [PATCH 6/9] hw/arm/bcm2836: Create proper bcm2837 device
,
Thomas Huth
,
2018/06/18
[Qemu-arm] [PULL 0/4] Vga 20180618 patches
,
Gerd Hoffmann
,
2018/06/18
[Qemu-arm] [PULL 4/4] Add ramfb MAINTAINERS entry
,
Gerd Hoffmann
,
2018/06/18
[Qemu-arm] [PULL 3/4] hw/display: add standalone ramfb device
,
Gerd Hoffmann
,
2018/06/18
[Qemu-arm] [PULL 1/4] configure: print virglrenderer version
,
Gerd Hoffmann
,
2018/06/18
[Qemu-arm] [PULL 2/4] hw/display: add ramfb, a simple boot framebuffer living in guest ram
,
Gerd Hoffmann
,
2018/06/18
Re: [Qemu-arm] [PULL 0/4] Vga 20180618 patches
,
Peter Maydell
,
2018/06/19
[Qemu-arm] [PATCH v7 26/54] tests/tcg/arm: add fcvt test cases for AArch32/64
,
Alex Bennée
,
2018/06/15
[Qemu-arm] [PATCH v7 24/54] tests/tcg/arm: fix up test-arm-iwmmxt test
,
Alex Bennée
,
2018/06/15
[Qemu-arm] [PATCH v7 46/54] tests/tcg: add run, diff, and skip helper macros
,
Alex Bennée
,
2018/06/15
[Qemu-arm] [PATCH v7 25/54] tests/tcg: enable building for AArch64
,
Alex Bennée
,
2018/06/15
[Qemu-arm] [PATCH v7 22/54] tests/tcg: move ARM specific tests into subdir
,
Alex Bennée
,
2018/06/15
[Qemu-arm] [PATCH v7 23/54] tests/tcg: enable building for ARM
,
Alex Bennée
,
2018/06/15
[Qemu-arm] [PATCH] [QEMU][RFC] hw/arm/sysbus-fdt: Enable rcar-gen3-scif dynamic instantiation
,
Kieran Bingham
,
2018/06/15
[Qemu-arm] [PATCH v2 00/11] KVM/ARM: virt-3.0: Multiple redistributor regions and 256MB ECAM region
,
Eric Auger
,
2018/06/15
[Qemu-arm] [PATCH v2 01/11] linux-headers: Update to 4.18-rc0
,
Eric Auger
,
2018/06/15
Re: [Qemu-arm] [PATCH v2 01/11] linux-headers: Update to 4.18-rc0
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 01/11] linux-headers: Update to 4.18-rc0
,
Auger Eric
,
2018/06/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 01/11] linux-headers: Update to 4.18-rc0
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 01/11] linux-headers: Update to 4.18-rc0
,
Auger Eric
,
2018/06/20
[Qemu-arm] [PATCH v2 02/11] target/arm: Allow KVM device address overwriting
,
Eric Auger
,
2018/06/15
[Qemu-arm] [PATCH v2 03/11] hw/intc/arm_gicv3: Introduce redist-region-count array property
,
Eric Auger
,
2018/06/15
Re: [Qemu-arm] [PATCH v2 03/11] hw/intc/arm_gicv3: Introduce redist-region-count array property
,
Andrew Jones
,
2018/06/15
[Qemu-arm] [PATCH v2 04/11] hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regions
,
Eric Auger
,
2018/06/15
Re: [Qemu-arm] [PATCH v2 04/11] hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regions
,
Andrew Jones
,
2018/06/15
[Qemu-arm] [PATCH v2 06/11] hw/arm/virt-acpi-build: Advertise one or two GICR structures
,
Eric Auger
,
2018/06/15
[Qemu-arm] [PATCH v2 05/11] hw/arm/virt: GICv3 DT node with one or two redistributor regions
,
Eric Auger
,
2018/06/15
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 05/11] hw/arm/virt: GICv3 DT node with one or two redistributor regions
,
Laszlo Ersek
,
2018/06/19
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 05/11] hw/arm/virt: GICv3 DT node with one or two redistributor regions
,
Ard Biesheuvel
,
2018/06/19
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 05/11] hw/arm/virt: GICv3 DT node with one or two redistributor regions
,
Auger Eric
,
2018/06/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 05/11] hw/arm/virt: GICv3 DT node with one or two redistributor regions
,
Laszlo Ersek
,
2018/06/20
[Qemu-arm] [PATCH v2 07/11] hw/arm/virt: Register two redistributor regions when necessary
,
Eric Auger
,
2018/06/15
[Qemu-arm] [PATCH v2 08/11] hw/arm/virt: Add a new 256MB ECAM region
,
Eric Auger
,
2018/06/15
[Qemu-arm] [PATCH v2 11/11] hw/arm/virt: Increase max_cpus to 512
,
Eric Auger
,
2018/06/15
[Qemu-arm] [PATCH v2 09/11] hw/arm/virt: Add virt-3.0 machine type
,
Eric Auger
,
2018/06/15
[Qemu-arm] [PATCH v2 10/11] hw/arm/virt: Use 256MB ECAM region by default
,
Eric Auger
,
2018/06/15
Re: [Qemu-arm] [PATCH v2 00/11] KVM/ARM: virt-3.0: Multiple redistributor regions and 256MB ECAM region
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [PATCH 2/2] hw/arm/virt: Add virt-3.0 machine type
,
Peter Maydell
,
2018/06/15
[Qemu-arm] [PATCH v3] loader: Check access size when calling rom_ptr() to avoid crashes
,
Thomas Huth
,
2018/06/15
Re: [Qemu-arm] [PATCH v3] loader: Check access size when calling rom_ptr() to avoid crashes
,
Cornelia Huck
,
2018/06/15
Re: [Qemu-arm] [Qemu-devel] [PATCH v3] loader: Check access size when calling rom_ptr() to avoid crashes
,
Thomas Huth
,
2018/06/25
Re: [Qemu-arm] [Qemu-devel] [PATCH v3] loader: Check access size when calling rom_ptr() to avoid crashes
,
Christian Borntraeger
,
2018/06/25
Re: [Qemu-arm] [Qemu-devel] [PATCH v3] loader: Check access size when calling rom_ptr() to avoid crashes
,
Cornelia Huck
,
2018/06/25
Re: [Qemu-arm] [PATCH v3] loader: Check access size when calling rom_ptr() to avoid crashes
,
Cornelia Huck
,
2018/06/26
Re: [Qemu-arm] [qemu-s390x] [PATCH v3] loader: Check access size when calling rom_ptr() to avoid crashes
,
Thomas Huth
,
2018/06/26
Re: [Qemu-arm] [qemu-s390x] [PATCH v3] loader: Check access size when calling rom_ptr() to avoid crashes
,
Cornelia Huck
,
2018/06/26
[Qemu-arm] [PATCH v2] loader: Check access size when calling rom_ptr() to avoid crashes
,
Thomas Huth
,
2018/06/15
Re: [Qemu-arm] [Qemu-devel] [PATCH v2] loader: Check access size when calling rom_ptr() to avoid crashes
,
Thomas Huth
,
2018/06/15
[Qemu-arm] [PATCH] loader: Check access size when calling rom_ptr() to avoid crashes
,
Thomas Huth
,
2018/06/15
Re: [Qemu-arm] [PATCH] loader: Check access size when calling rom_ptr() to avoid crashes
,
Cornelia Huck
,
2018/06/15
Re: [Qemu-arm] [PATCH] loader: Check access size when calling rom_ptr() to avoid crashes
,
Thomas Huth
,
2018/06/15
Re: [Qemu-arm] [Qemu-devel] [PATCH] loader: Check access size when calling rom_ptr() to avoid crashes
,
Thomas Huth
,
2018/06/15
[Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Guenter Roeck
,
2018/06/14
Re: [Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Peter Maydell
,
2018/06/15
Re: [Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Guenter Roeck
,
2018/06/15
Re: [Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Peter Maydell
,
2018/06/15
Re: [Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Guenter Roeck
,
2018/06/15
Re: [Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Guenter Roeck
,
2018/06/15
Re: [Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Peter Maydell
,
2018/06/16
Re: [Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Guenter Roeck
,
2018/06/16
Re: [Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Peter Maydell
,
2018/06/16
Re: [Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Guenter Roeck
,
2018/06/16
Re: [Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Peter Maydell
,
2018/06/19
Re: [Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Guenter Roeck
,
2018/06/19
Re: [Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] Booting Cortex-M3 Linux kernels in qemu
,
Guenter Roeck
,
2018/06/20
[Qemu-arm] [RISU PATCH v3 00/22] SVE support and various misc fixes
,
Alex Bennée
,
2018/06/13
[Qemu-arm] [RISU PATCH v3 02/22] comms: include header for writev
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 02/22] comms: include header for writev
,
Richard Henderson
,
2018/06/14
[Qemu-arm] [RISU PATCH v3 03/22] build-all-arches: expand the range of docker images
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 03/22] build-all-arches: expand the range of docker images
,
Richard Henderson
,
2018/06/14
[Qemu-arm] [RISU PATCH v3 06/22] Makefile: include risu_reginfo_$(ARCH) in HDRS
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 06/22] Makefile: include risu_reginfo_$(ARCH) in HDRS
,
Richard Henderson
,
2018/06/14
[Qemu-arm] [RISU PATCH v3 08/22] risugen: Initialize sve predicates with random data
,
Alex Bennée
,
2018/06/13
[Qemu-arm] [RISU PATCH v3 01/22] risu_reginfo_aarch64: include signal.h for FPSIMD_MAGIC
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 01/22] risu_reginfo_aarch64: include signal.h for FPSIMD_MAGIC
,
Richard Henderson
,
2018/06/14
[Qemu-arm] [RISU PATCH v3 07/22] risugen: add --sve support
,
Alex Bennée
,
2018/06/13
[Qemu-arm] [RISU PATCH v3 05/22] risu: add zlib indication to help text
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 05/22] risu: add zlib indication to help text
,
Richard Henderson
,
2018/06/14
Re: [Qemu-arm] [RISU PATCH v3 05/22] risu: add zlib indication to help text
,
Alex Bennée
,
2018/06/14
[Qemu-arm] [RISU PATCH v3 04/22] build-all-arches: do a distclean $(SRC) configured
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 04/22] build-all-arches: do a distclean $(SRC) configured
,
Richard Henderson
,
2018/06/14
[Qemu-arm] [RISU PATCH v3 09/22] risugen: use fewer insns for aarch64 immediate load
,
Alex Bennée
,
2018/06/13
[Qemu-arm] [RISU PATCH v3 15/22] risu_reginfo_aarch64: drop stray ;
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 15/22] risu_reginfo_aarch64: drop stray ;
,
Richard Henderson
,
2018/06/14
[Qemu-arm] [RISU PATCH v3 11/22] risugen: add dtype_msz address helper
,
Alex Bennée
,
2018/06/13
[Qemu-arm] [RISU PATCH v3 10/22] risugen: add reg_plus_imm_pl and reg_plus_imm_vl address helpers
,
Alex Bennée
,
2018/06/13
[Qemu-arm] [RISU PATCH v3 17/22] risu_reginfo: introduce reginfo_size()
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 17/22] risu_reginfo: introduce reginfo_size()
,
Richard Henderson
,
2018/06/14
[Qemu-arm] [RISU PATCH v3 18/22] risu_reginfo_aarch64: left justify regnums and drop masks
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 18/22] risu_reginfo_aarch64: left justify regnums and drop masks
,
Richard Henderson
,
2018/06/14
[Qemu-arm] [RISU PATCH v3 19/22] risu_reginfo_aarch64: add support for copying SVE register state
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 19/22] risu_reginfo_aarch64: add support for copying SVE register state
,
Richard Henderson
,
2018/06/14
[Qemu-arm] [RISU PATCH v3 16/22] risu_reginfo_aarch64: unionify VFP regs
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 16/22] risu_reginfo_aarch64: unionify VFP regs
,
Richard Henderson
,
2018/06/14
[Qemu-arm] [RISU PATCH v3 21/22] risu_reginfo_aarch64: limit SVE_VQ_MAX to current architecture
,
Alex Bennée
,
2018/06/13
[Qemu-arm] [RISU PATCH v3 13/22] risu: move optional args to each architecture
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 13/22] risu: move optional args to each architecture
,
Richard Henderson
,
2018/06/14
[Qemu-arm] [RISU PATCH v3 20/22] risu_reginfo_aarch64: add SVE support to reginfo_dump_mismatch
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 20/22] risu_reginfo_aarch64: add SVE support to reginfo_dump_mismatch
,
Richard Henderson
,
2018/06/14
[Qemu-arm] [RISU PATCH v3 14/22] risu: add process_arch_opt
,
Alex Bennée
,
2018/06/13
[Qemu-arm] [RISU PATCH v3 12/22] contrib/generate_all.sh: allow passing of arguments to risugen
,
Alex Bennée
,
2018/06/13
[Qemu-arm] [RISU PATCH v3 22/22] risu_reginfo_aarch64: handle variable VQ
,
Alex Bennée
,
2018/06/13
Re: [Qemu-arm] [RISU PATCH v3 22/22] risu_reginfo_aarch64: handle variable VQ
,
Richard Henderson
,
2018/06/14
[Qemu-arm] [PATCH v5 0/4] ramfb: simple boot framebuffer
,
Gerd Hoffmann
,
2018/06/13
[Qemu-arm] [PATCH v5 3/4] hw/vfio/display: add ramfb support
,
Gerd Hoffmann
,
2018/06/13
[Qemu-arm] [PATCH v5 4/4] Add ramfb MAINTAINERS entry
,
Gerd Hoffmann
,
2018/06/13
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 4/4] Add ramfb MAINTAINERS entry
,
Laszlo Ersek
,
2018/06/15
[Qemu-arm] [PATCH v5 2/4] hw/display: add standalone ramfb device
,
Gerd Hoffmann
,
2018/06/13
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 2/4] hw/display: add standalone ramfb device
,
Laszlo Ersek
,
2018/06/15
[Qemu-arm] [PATCH v5 1/4] hw/display: add ramfb, a simple boot framebuffer living in guest ram
,
Gerd Hoffmann
,
2018/06/13
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 1/4] hw/display: add ramfb, a simple boot framebuffer living in guest ram
,
Laszlo Ersek
,
2018/06/15
[Qemu-arm] [PATCH v4] aspeed_scu: Implement RNG register
,
Joel Stanley
,
2018/06/13
Re: [Qemu-arm] [PATCH v4] aspeed_scu: Implement RNG register
,
Peter Maydell
,
2018/06/15
[Qemu-arm] [PATCH 0/9] KVM/ARM: virt-3.0: Multiple redistributor regions and 256MB ECAM region
,
Eric Auger
,
2018/06/13
[Qemu-arm] [PATCH 1/9] linux-headers: Update to 4.18-rc0
,
Eric Auger
,
2018/06/13
[Qemu-arm] [PATCH 2/9] target/arm: Allow KVM device address overwriting
,
Eric Auger
,
2018/06/13
[Qemu-arm] [PATCH 3/9] hw/intc/arm_gicv3: Introduce redist-region-count array property
,
Eric Auger
,
2018/06/13
Re: [Qemu-arm] [Qemu-devel] [PATCH 3/9] hw/intc/arm_gicv3: Introduce redist-region-count array property
,
Andrew Jones
,
2018/06/14
Re: [Qemu-arm] [Qemu-devel] [PATCH 3/9] hw/intc/arm_gicv3: Introduce redist-region-count array property
,
Auger Eric
,
2018/06/14
Re: [Qemu-arm] [Qemu-devel] [PATCH 3/9] hw/intc/arm_gicv3: Introduce redist-region-count array property
,
Andrew Jones
,
2018/06/14
[Qemu-arm] [PATCH 4/9] hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regions
,
Eric Auger
,
2018/06/13
Re: [Qemu-arm] [Qemu-devel] [PATCH 4/9] hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regions
,
Andrew Jones
,
2018/06/14
Re: [Qemu-arm] [Qemu-devel] [PATCH 4/9] hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regions
,
Auger Eric
,
2018/06/14
Re: [Qemu-arm] [Qemu-devel] [PATCH 4/9] hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regions
,
Andrew Jones
,
2018/06/14
[Qemu-arm] [PATCH 5/9] hw/arm/virt: GICv3 DT node with one or two redistributor regions
,
Eric Auger
,
2018/06/13
Re: [Qemu-arm] [Qemu-devel] [PATCH 5/9] hw/arm/virt: GICv3 DT node with one or two redistributor regions
,
Andrew Jones
,
2018/06/14
[Qemu-arm] [PATCH 6/9] hw/arm/virt-acpi-build: Advertise one or two GICR structures
,
Eric Auger
,
2018/06/13
Re: [Qemu-arm] [Qemu-devel] [PATCH 6/9] hw/arm/virt-acpi-build: Advertise one or two GICR structures
,
Andrew Jones
,
2018/06/14
[Qemu-arm] [PATCH 7/9] hw/arm/virt: Register two redistributor regions when necessary
,
Eric Auger
,
2018/06/13
Re: [Qemu-arm] [Qemu-devel] [PATCH 7/9] hw/arm/virt: Register two redistributor regions when necessary
,
Andrew Jones
,
2018/06/14
[Qemu-arm] [PATCH 8/9] hw/arm/virt: Add a new 256MB ECAM region
,
Eric Auger
,
2018/06/13
Re: [Qemu-arm] [Qemu-devel] [PATCH 8/9] hw/arm/virt: Add a new 256MB ECAM region
,
Andrew Jones
,
2018/06/14
[Qemu-arm] [PATCH 9/9] hw/arm/virt: Add virt-3.0 machine type
,
Eric Auger
,
2018/06/13
Re: [Qemu-arm] [Qemu-devel] [PATCH 9/9] hw/arm/virt: Add virt-3.0 machine type
,
Laszlo Ersek
,
2018/06/13
Re: [Qemu-arm] [Qemu-devel] [PATCH 9/9] hw/arm/virt: Add virt-3.0 machine type
,
Auger Eric
,
2018/06/14
Re: [Qemu-arm] [Qemu-devel] [PATCH 9/9] hw/arm/virt: Add virt-3.0 machine type
,
Laszlo Ersek
,
2018/06/14
Re: [Qemu-arm] [Qemu-devel] [PATCH 9/9] hw/arm/virt: Add virt-3.0 machine type
,
Daniel P . Berrangé
,
2018/06/14
Re: [Qemu-arm] [Qemu-devel] [PATCH 9/9] hw/arm/virt: Add virt-3.0 machine type
,
Auger Eric
,
2018/06/14
Re: [Qemu-arm] [Qemu-devel] [PATCH 9/9] hw/arm/virt: Add virt-3.0 machine type
,
Auger Eric
,
2018/06/14
Re: [Qemu-arm] [Qemu-devel] [PATCH 9/9] hw/arm/virt: Add virt-3.0 machine type
,
Andrew Jones
,
2018/06/14
[Qemu-arm] [PATCH v4 0/3] ramfb: simple boot framebuffer
,
Gerd Hoffmann
,
2018/06/13
[Qemu-arm] [PATCH v4 3/3] hw/vfio/display: add ramfb support
,
Gerd Hoffmann
,
2018/06/13
Re: [Qemu-arm] [PATCH v4 3/3] hw/vfio/display: add ramfb support
,
Alex Williamson
,
2018/06/13
Re: [Qemu-arm] [PATCH v4 3/3] hw/vfio/display: add ramfb support
,
Gerd Hoffmann
,
2018/06/13
Re: [Qemu-arm] [PATCH v4 3/3] hw/vfio/display: add ramfb support
,
Laszlo Ersek
,
2018/06/14
Re: [Qemu-arm] [PATCH v4 3/3] hw/vfio/display: add ramfb support
,
Erik Skultety
,
2018/06/14
Re: [Qemu-arm] [PATCH v4 3/3] hw/vfio/display: add ramfb support
,
Gerd Hoffmann
,
2018/06/15
[Qemu-arm] [PATCH v4 2/3] hw/display: add standalone ramfb device
,
Gerd Hoffmann
,
2018/06/13
[Qemu-arm] [PATCH v4 1/3] hw/display: add ramfb, a simple boot framebuffer living in guest ram
,
Gerd Hoffmann
,
2018/06/13
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 0/3] ramfb: simple boot framebuffer
,
no-reply
,
2018/06/13
[Qemu-arm] [PULL 0/8] Usb 20180612 patches
,
Gerd Hoffmann
,
2018/06/12
[Qemu-arm] [PULL 7/8] usb-hcd-xhci-test: add a test for ccid hotplug
,
Gerd Hoffmann
,
2018/06/12
[Qemu-arm] [PULL 8/8] usb-mtp: Return error on suspicious TYPE_DATA packet from initiator
,
Gerd Hoffmann
,
2018/06/12
[Qemu-arm] [PULL 6/8] usb-ccid: fix bus leak
,
Gerd Hoffmann
,
2018/06/12
Re: [Qemu-arm] [PULL 6/8] usb-ccid: fix bus leak
,
Paolo Bonzini
,
2018/06/13
[Qemu-arm] [PULL 1/8] usb: update docs
,
Gerd Hoffmann
,
2018/06/12
[Qemu-arm] [PULL 2/8] usb: correctly handle Zero Length Packets
,
Gerd Hoffmann
,
2018/06/12
[Qemu-arm] [PULL 3/8] usb/dev-mtp: Fix use of uninitialized values
,
Gerd Hoffmann
,
2018/06/12
[Qemu-arm] [PULL 4/8] bus: do not unref the added child bus on realize
,
Gerd Hoffmann
,
2018/06/12
Re: [Qemu-arm] [PULL 4/8] bus: do not unref the added child bus on realize
,
Paolo Bonzini
,
2018/06/13
Re: [Qemu-arm] [Qemu-devel] [PULL 4/8] bus: do not unref the added child bus on realize
,
Marc-André Lureau
,
2018/06/13
[Qemu-arm] [PULL 5/8] object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
,
Gerd Hoffmann
,
2018/06/12
Re: [Qemu-arm] [PULL 5/8] object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
,
Paolo Bonzini
,
2018/06/13
Re: [Qemu-arm] [PULL 0/8] Usb 20180612 patches
,
Peter Maydell
,
2018/06/12
[Qemu-arm] [PATCH v2 0/4] ARM SMMUv3: IOTLB Emulation and VHOST Support
,
Eric Auger
,
2018/06/12
[Qemu-arm] [PATCH v2 2/4] hw/arm/smmuv3: Cache/invalidate config data
,
Eric Auger
,
2018/06/12
Re: [Qemu-arm] [PATCH v2 2/4] hw/arm/smmuv3: Cache/invalidate config data
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [PATCH v2 2/4] hw/arm/smmuv3: Cache/invalidate config data
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [PATCH v2 2/4] hw/arm/smmuv3: Cache/invalidate config data
,
Auger Eric
,
2018/06/21
Re: [Qemu-arm] [PATCH v2 2/4] hw/arm/smmuv3: Cache/invalidate config data
,
Auger Eric
,
2018/06/21
[Qemu-arm] [PATCH v2 3/4] hw/arm/smmuv3: IOTLB emulation
,
Eric Auger
,
2018/06/12
Re: [Qemu-arm] [PATCH v2 3/4] hw/arm/smmuv3: IOTLB emulation
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [PATCH v2 3/4] hw/arm/smmuv3: IOTLB emulation
,
Auger Eric
,
2018/06/21
[Qemu-arm] [PATCH v2 4/4] hw/arm/smmuv3: Add notifications on invalidation
,
Eric Auger
,
2018/06/12
Re: [Qemu-arm] [PATCH v2 4/4] hw/arm/smmuv3: Add notifications on invalidation
,
Peter Maydell
,
2018/06/20
[Qemu-arm] [PATCH v2 1/4] hw/arm/smmuv3: Fix translate error handling
,
Eric Auger
,
2018/06/12
Re: [Qemu-arm] [PATCH v2 1/4] hw/arm/smmuv3: Fix translate error handling
,
Peter Maydell
,
2018/06/20
[Qemu-arm] [PATCH 0/3] aspeed/smc: small fixes
,
Cédric Le Goater
,
2018/06/12
[Qemu-arm] [PATCH 1/3] aspeed/smc: fix dummy cycles count when in dual IO mode
,
Cédric Le Goater
,
2018/06/12
Re: [Qemu-arm] [PATCH 1/3] aspeed/smc: fix dummy cycles count when in dual IO mode
,
Andrew Jeffery
,
2018/06/25
[Qemu-arm] [PATCH 2/3] aspeed/smc: fix HW strapping
,
Cédric Le Goater
,
2018/06/12
Re: [Qemu-arm] [Qemu-devel] [PATCH 2/3] aspeed/smc: fix HW strapping
,
Andrew Jeffery
,
2018/06/25
[Qemu-arm] [PATCH 3/3] aspeed/smc: rename aspeed_smc_flash_send_addr() to aspeed_smc_flash_setup()
,
Cédric Le Goater
,
2018/06/12
Re: [Qemu-arm] [Qemu-devel] [PATCH 3/3] aspeed/smc: rename aspeed_smc_flash_send_addr() to aspeed_smc_flash_setup()
,
Andrew Jeffery
,
2018/06/25
Re: [Qemu-arm] [PATCH 0/3] aspeed/smc: small fixes
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [PATCH 0/3] aspeed/smc: small fixes
,
Cédric Le Goater
,
2018/06/20
Re: [Qemu-arm] [PATCH 0/3] aspeed/smc: small fixes
,
Peter Maydell
,
2018/06/25
Re: [Qemu-arm] [PATCH] hw/arm/mps2-tz: Put ethernet controller behind PPC
,
Peter Maydell
,
2018/06/11
Re: [Qemu-arm] [PATCH] hw/arm/mps2-tz: Put ethernet controller behind PPC
,
Philippe Mathieu-Daudé
,
2018/06/11
Re: [Qemu-arm] [PATCH v5 1/2] arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_IPRIORITYR
,
Shannon Zhao
,
2018/06/11
Re: [Qemu-arm] [PATCH v5 1/2] arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_IPRIORITYR
,
Peter Maydell
,
2018/06/11
[Qemu-arm] [PATCH v4 00/40] Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2018/06/10
[Qemu-arm] [PATCH v4 06/40] hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"
,
Philippe Mathieu-Daudé
,
2018/06/10
Re: [Qemu-arm] [PATCH v4 06/40] hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"
,
David Gibson
,
2018/06/10
[Qemu-arm] [PATCH v4 05/40] hw: Use IEC binary prefix definitions from "qemu/units.h"
,
Philippe Mathieu-Daudé
,
2018/06/10
Re: [Qemu-arm] [PATCH v4 05/40] hw: Use IEC binary prefix definitions from "qemu/units.h"
,
David Gibson
,
2018/06/10
[Qemu-arm] [PATCH v4 14/40] hw/display: Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2018/06/10
[Qemu-arm] [PATCH v4 34/40] hw/net: Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2018/06/10
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 34/40] hw/net: Use the IEC binary prefix definitions
,
Stefan Weil
,
2018/06/11
Re: [Qemu-arm] [PATCH v4 00/40] Use the IEC binary prefix definitions
,
Michael S. Tsirkin
,
2018/06/10
Re: [Qemu-arm] [PATCH v4 00/40] Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2018/06/10
Re: [Qemu-arm] [PATCH v4 00/40] Use the IEC binary prefix definitions
,
Eric Blake
,
2018/06/11
Re: [Qemu-arm] [PATCH v4 00/40] Use the IEC binary prefix definitions
,
Peter Maydell
,
2018/06/11
Re: [Qemu-arm] [PATCH v4 00/40] Use the IEC binary prefix definitions
,
Michael S. Tsirkin
,
2018/06/11
Re: [Qemu-arm] [PATCH v4 00/40] Use the IEC binary prefix definitions
,
Cornelia Huck
,
2018/06/11
[Qemu-arm] [PATCH 0/2] ARM virt: Silence dtc warnings
,
Eric Auger
,
2018/06/09
[Qemu-arm] [PATCH 2/2] hw/arm/virt: Silence dtc /memory warning
,
Eric Auger
,
2018/06/09
Re: [Qemu-arm] [PATCH 2/2] hw/arm/virt: Silence dtc /memory warning
,
Philippe Mathieu-Daudé
,
2018/06/09
Re: [Qemu-arm] [PATCH 2/2] hw/arm/virt: Silence dtc /memory warning
,
Peter Maydell
,
2018/06/15
Re: [Qemu-arm] [PATCH 2/2] hw/arm/virt: Silence dtc /memory warning
,
Peter Maydell
,
2018/06/15
Re: [Qemu-arm] [PATCH 2/2] hw/arm/virt: Silence dtc /memory warning
,
Auger Eric
,
2018/06/15
Re: [Qemu-arm] [PATCH 2/2] hw/arm/virt: Silence dtc /memory warning
,
Auger Eric
,
2018/06/15
[Qemu-arm] [PATCH 1/2] hw/arm/virt: Silence dtc /intc warnings
,
Eric Auger
,
2018/06/09
Re: [Qemu-arm] [PATCH 1/2] hw/arm/virt: Silence dtc /intc warnings
,
Peter Maydell
,
2018/06/15
Re: [Qemu-arm] [PATCH 0/2] ARM virt: Silence dtc warnings
,
Peter Maydell
,
2018/06/15
[Qemu-arm] [PATCH v6 25/49] tests/tcg/arm: add fcvt test cases for AArch32/64
,
Alex Bennée
,
2018/06/08
[Qemu-arm] [PATCH v6 21/49] tests/tcg: move ARM specific tests into subdir
,
Alex Bennée
,
2018/06/08
[Qemu-arm] [PATCH v6 22/49] tests/tcg: enable building for ARM
,
Alex Bennée
,
2018/06/08
[Qemu-arm] [PATCH v6 24/49] tests/tcg: enable building for AArch64
,
Alex Bennée
,
2018/06/08
[Qemu-arm] [PATCH v6 44/49] tests/tcg: add run, diff, and skip helper macros
,
Alex Bennée
,
2018/06/08
Re: [Qemu-arm] [PATCH v6 44/49] tests/tcg: add run, diff, and skip helper macros
,
Philippe Mathieu-Daudé
,
2018/06/10
[Qemu-arm] [PATCH v6 23/49] tests/tcg/arm: fix up test-arm-iwmmxt test
,
Alex Bennée
,
2018/06/08
[Qemu-arm] [PATCH v3 0/6] ramfb: simple boot framebuffer, no legacy vga
,
Gerd Hoffmann
,
2018/06/08
[Qemu-arm] [PATCH v3 6/6] bochs-display: enable vgabios
,
Gerd Hoffmann
,
2018/06/08
[Qemu-arm] [PATCH v3 5/6] ramfb: enable vgabios
,
Gerd Hoffmann
,
2018/06/08
[Qemu-arm] [PATCH v3 2/6] hw/display: add standalone ramfb device
,
Gerd Hoffmann
,
2018/06/08
[Qemu-arm] [PATCH v3 4/6] hw/vfio/display: add ramfb support
,
Gerd Hoffmann
,
2018/06/08
[Qemu-arm] [PATCH v3 3/6] hw/display: add virtio-ramfb device
,
Gerd Hoffmann
,
2018/06/08
[Qemu-arm] [PATCH v3 1/6] hw/display: add ramfb, a simple boot framebuffer living in guest ram
,
Gerd Hoffmann
,
2018/06/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v3 0/6] ramfb: simple boot framebuffer, no legacy vga
,
no-reply
,
2018/06/08
[Qemu-arm] [PATCH] hw/arm/smmuv3: Fix translate error handling
,
Eric Auger
,
2018/06/08
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm/smmuv3: Fix translate error handling
,
Auger Eric
,
2018/06/12
Re: [Qemu-arm] [PATCH 4/4] hw/sd/omap_mmc: Reset SD card on controller reset
,
Philippe Mathieu-Daudé
,
2018/06/07
Re: [Qemu-arm] [PATCH 4/4] hw/sd/omap_mmc: Reset SD card on controller reset
,
Philippe Mathieu-Daudé
,
2018/06/08
[Qemu-arm] [PATCH v2 0/7] sdcard: cleanup the SD_SPEC version
,
Philippe Mathieu-Daudé
,
2018/06/07
[Qemu-arm] [PATCH v2 1/7] sdcard: Update the Configuration Register (SCR) to Spec Version 1.10
,
Philippe Mathieu-Daudé
,
2018/06/07
[Qemu-arm] [PATCH v2 2/7] sdcard: Allow commands valid in SPI mode
,
Philippe Mathieu-Daudé
,
2018/06/07
[Qemu-arm] [PATCH v2 4/7] sdcard: Disable SEND_IF_COND (CMD8) for Spec v1
,
Philippe Mathieu-Daudé
,
2018/06/07
[Qemu-arm] [PATCH v2 3/7] sdcard: Add a 'spec_version' property, default to Spec v2.00
,
Philippe Mathieu-Daudé
,
2018/06/07
[Qemu-arm] [PATCH v2 5/7] sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)
,
Philippe Mathieu-Daudé
,
2018/06/07
[Qemu-arm] [PATCH v2 6/7] sdcard: Disable CMD19/CMD23 for Spec v2
,
Philippe Mathieu-Daudé
,
2018/06/07
[Qemu-arm] [RFC PATCH v2 7/7] hw/sd/ssi-sd: Force cards connected in SPI mode to use Spec v1.10
,
Philippe Mathieu-Daudé
,
2018/06/07
Re: [Qemu-arm] [RFC PATCH v2 7/7] hw/sd/ssi-sd: Force cards connected in SPI mode to use Spec v1.10
,
Peter Maydell
,
2018/06/08
Re: [Qemu-arm] [PATCH v2 0/7] sdcard: cleanup the SD_SPEC version
,
Philippe Mathieu-Daudé
,
2018/06/07
Re: [Qemu-arm] [PATCH v2 0/7] sdcard: cleanup the SD_SPEC version
,
Peter Maydell
,
2018/06/08
Re: [Qemu-arm] [PATCH v2 0/7] sdcard: cleanup the SD_SPEC version
,
Philippe Mathieu-Daudé
,
2018/06/08
[Qemu-arm] [PATCH v2 0/4] qapi/error: converts error_setg(&error_fatal) to error_report() + exit()
,
Philippe Mathieu-Daudé
,
2018/06/07
[Qemu-arm] [PATCH v2 3/4] hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()
,
Philippe Mathieu-Daudé
,
2018/06/07
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 3/4] hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()
,
Markus Armbruster
,
2018/06/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 3/4] hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()
,
Philippe Mathieu-Daudé
,
2018/06/21
Re: [Qemu-arm] [Qemu-devel] [PATCH 3/4] hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()
,
Markus Armbruster
,
2018/06/07
Re: [Qemu-arm] [Qemu-devel] [PATCH 0/4] qapi/error: converts error_setg(&error_fatal) to error_report() + exit()
,
Markus Armbruster
,
2018/06/07
Re: [Qemu-arm] [Qemu-devel] [PATCH 0/4] qapi/error: converts error_setg(&error_fatal) to error_report() + exit()
,
Philippe Mathieu-Daudé
,
2018/06/07
[Qemu-arm] [PATCH] hw/arm/smmuv3: fix smmu emulation when guest smmu is in passthrough mode
,
Jia He
,
2018/06/07
Re: [Qemu-arm] [PATCH] hw/arm/smmuv3: fix smmu emulation when guest smmu is in passthrough mode
,
Peter Maydell
,
2018/06/07
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm/smmuv3: fix smmu emulation when guest smmu is in passthrough mode
,
Auger Eric
,
2018/06/07
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm/smmuv3: fix smmu emulation when guest smmu is in passthrough mode
,
Jia He
,
2018/06/07
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 2/4] ftgmac100: add IEEE 802.1Q VLAN support
,
Peter Maydell
,
2018/06/07
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 2/4] ftgmac100: add IEEE 802.1Q VLAN support
,
Cédric Le Goater
,
2018/06/07
[Qemu-arm] [PATCH v3 RFC 0/2] add support for VCPU event states
,
Dongjiu Geng
,
2018/06/07
[Qemu-arm] [PATCH v3 RFC 1/2] linux-headers: sync linux headers
,
Dongjiu Geng
,
2018/06/07
[Qemu-arm] [PATCH v3 RFC 2/2] target: arm: Add support for VCPU event states
,
Dongjiu Geng
,
2018/06/07
Re: [Qemu-arm] [PATCH v3 RFC 2/2] target: arm: Add support for VCPU event states
,
Peter Maydell
,
2018/06/20
Re: [Qemu-arm] [PATCH v3 RFC 2/2] target: arm: Add support for VCPU event states
,
gengdongjiu
,
2018/06/21
Re: [Qemu-arm] [PATCH v3b 18/18] target/arm: Implement SVE Floating Point Arithmetic - Unpredicated Group
,
Peter Maydell
,
2018/06/07
Re: [Qemu-arm] [PATCH v3b 18/18] target/arm: Implement SVE Floating Point Arithmetic - Unpredicated Group
,
Richard Henderson
,
2018/06/07
Re: [Qemu-arm] [PATCH v3b 17/18] target/arm: Implement SVE Integer Wide Immediate - Unpredicated Group
,
Peter Maydell
,
2018/06/07
[Qemu-arm] [PATCH 00/11] misc: Add trailing '\n' to qemu_log() calls
,
Philippe Mathieu-Daudé
,
2018/06/06
[Qemu-arm] [PATCH 02/11] hw/digic: Add trailing '\n' to qemu_log() calls
,
Philippe Mathieu-Daudé
,
2018/06/06
[Qemu-arm] [PATCH 03/11] xilinx-dp: Add trailing '\n' to qemu_log() call
,
Philippe Mathieu-Daudé
,
2018/06/06
Re: [Qemu-arm] [Qemu-devel] [PATCH 03/11] xilinx-dp: Add trailing '\n' to qemu_log() call
,
Alistair Francis
,
2018/06/06
[Qemu-arm] [PATCH 08/11] target/arm: Add trailing '\n' to qemu_log() calls
,
Philippe Mathieu-Daudé
,
2018/06/06
[Qemu-arm] [PATCH 07/11] stellaris: Add trailing '\n' to qemu_log() calls
,
Philippe Mathieu-Daudé
,
2018/06/06
Re: [Qemu-arm] [Qemu-devel] [PATCH 00/11] misc: Add trailing '\n' to qemu_log() calls
,
John Snow
,
2018/06/06
Re: [Qemu-arm] [Qemu-devel] [PATCH 00/11] misc: Add trailing '\n' to qemu_log() calls
,
Peter Maydell
,
2018/06/08
Re: [Qemu-arm] [Qemu-devel] [PATCH 00/11] misc: Add trailing '\n' to qemu_log() calls
,
John Snow
,
2018/06/08
Re: [Qemu-arm] [PATCH 00/11] misc: Add trailing '\n' to qemu_log() calls
,
Peter Maydell
,
2018/06/08
[Qemu-arm] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines
,
Philippe Mathieu-Daudé
,
2018/06/06
Re: [Qemu-arm] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines
,
Thomas Huth
,
2018/06/06
Re: [Qemu-arm] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines
,
Philippe Mathieu-Daudé
,
2018/06/06
Re: [Qemu-arm] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines
,
Philippe Mathieu-Daudé
,
2018/06/22
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines
,
Thomas Huth
,
2018/06/25
Re: [Qemu-arm] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines
,
Peter Maydell
,
2018/06/25
Re: [Qemu-arm] [PATCH v2 1/2] kvm: sync linux headers
,
gengdongjiu
,
2018/06/06
[Qemu-arm] [PATCH 0/6] arm_gic: add virtualization extensions support
,
luc . michel
,
2018/06/06
[Qemu-arm] [PATCH 6/6] xlnx-zynqmp: Improve GIC wiring and MMIO mapping
,
luc . michel
,
2018/06/06
[Qemu-arm] [PATCH 2/6] intc/arm_gic: Remove some dead code and put some functions static
,
luc . michel
,
2018/06/06
Re: [Qemu-arm] [PATCH 2/6] intc/arm_gic: Remove some dead code and put some functions static
,
Philippe Mathieu-Daudé
,
2018/06/06
Re: [Qemu-arm] [PATCH 2/6] intc/arm_gic: Remove some dead code and put some functions static
,
Peter Maydell
,
2018/06/11
[Qemu-arm] [PATCH 5/6] intc/arm_gic: Improve traces
,
luc . michel
,
2018/06/06
Re: [Qemu-arm] [PATCH 5/6] intc/arm_gic: Improve traces
,
Philippe Mathieu-Daudé
,
2018/06/06
[Qemu-arm] [PATCH 1/6] intc/arm_gic: Refactor operations on the distributor
,
luc . michel
,
2018/06/06
Re: [Qemu-arm] [PATCH 1/6] intc/arm_gic: Refactor operations on the distributor
,
Philippe Mathieu-Daudé
,
2018/06/06
Re: [Qemu-arm] [PATCH 1/6] intc/arm_gic: Refactor operations on the distributor
,
Sai Pavan Boddu
,
2018/06/07
Re: [Qemu-arm] [PATCH 1/6] intc/arm_gic: Refactor operations on the distributor
,
Peter Maydell
,
2018/06/11
[Qemu-arm] [PATCH 4/6] intc/arm_gic: Add virtualization extensions logic
,
luc . michel
,
2018/06/06
[Qemu-arm] [PATCH 3/6] intc/arm_gic: Add the virtualization extensions to the GIC state
,
luc . michel
,
2018/06/06
Re: [Qemu-arm] [PATCH 3/6] intc/arm_gic: Add the virtualization extensions to the GIC state
,
Peter Maydell
,
2018/06/11
Re: [Qemu-arm] [PATCH 3/6] intc/arm_gic: Add the virtualization extensions to the GIC state
,
Luc Michel
,
2018/06/18
Re: [Qemu-arm] [PATCH 3/6] intc/arm_gic: Add the virtualization extensions to the GIC state
,
Peter Maydell
,
2018/06/18
Re: [Qemu-arm] [PATCH 0/6] arm_gic: add virtualization extensions support
,
Jan Kiszka
,
2018/06/06
[Qemu-arm] [PATCH] hw/arm: Remove the deprecated xlnx-ep108 machine
,
Thomas Huth
,
2018/06/05
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Remove the deprecated xlnx-ep108 machine
,
Alistair Francis
,
2018/06/05
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm: Remove the deprecated xlnx-ep108 machine
,
no-reply
,
2018/06/06
Re: [Qemu-arm] [PATCH] hw/arm: Remove the deprecated xlnx-ep108 machine
,
Peter Maydell
,
2018/06/07
Re: [Qemu-arm] [PATCH v3b 16/18] target/arm: Implement FDUP/DUP
,
Peter Maydell
,
2018/06/05
Re: [Qemu-arm] [PATCH v3b 15/18] target/arm: Implement SVE Integer Compare - Scalars Group
,
Peter Maydell
,
2018/06/05
Re: [Qemu-arm] [PATCH v3b 15/18] target/arm: Implement SVE Integer Compare - Scalars Group
,
Richard Henderson
,
2018/06/12
Re: [Qemu-arm] [PATCH v3b 14/18] target/arm: Implement SVE Predicate Count Group
,
Peter Maydell
,
2018/06/05
Re: [Qemu-arm] [PATCH v3b 13/18] target/arm: Implement SVE Partition Break Group
,
Peter Maydell
,
2018/06/05
Re: [Qemu-arm] [PATCH 0/4] aspeed: add MMIO exec support to the FMC controller
,
Cédric Le Goater
,
2018/06/05
[Qemu-arm] [PATCH v2 0/2] add support for VCPU event states
,
Dongjiu Geng
,
2018/06/05
[Qemu-arm] [PATCH v2 1/2] kvm: sync linux headers
,
Dongjiu Geng
,
2018/06/05
Re: [Qemu-arm] [PATCH v2 1/2] kvm: sync linux headers
,
Peter Maydell
,
2018/06/05
[Qemu-arm] [PATCH v2 2/2] target: arm: Add support for VCPU event states
,
Dongjiu Geng
,
2018/06/05
Re: [Qemu-arm] [RFC v2 6/6] hw/arm: Populate non-contiguous memory regions
,
Shameerali Kolothum Thodi
,
2018/06/05
Re: [Qemu-arm] [Qemu-devel] [RFC v2 6/6] hw/arm: Populate non-contiguous memory regions
,
Andrew Jones
,
2018/06/15
Re: [Qemu-arm] [Qemu-devel] [RFC v2 6/6] hw/arm: Populate non-contiguous memory regions
,
Peter Maydell
,
2018/06/15
Re: [Qemu-arm] [Qemu-devel] [RFC v2 6/6] hw/arm: Populate non-contiguous memory regions
,
Auger Eric
,
2018/06/15
Re: [Qemu-arm] [Qemu-devel] [RFC v2 6/6] hw/arm: Populate non-contiguous memory regions
,
Peter Maydell
,
2018/06/15
Re: [Qemu-arm] [Qemu-devel] [RFC v2 6/6] hw/arm: Populate non-contiguous memory regions
,
Shameerali Kolothum Thodi
,
2018/06/18
Re: [Qemu-arm] [Qemu-devel] [RFC v2 6/6] hw/arm: Populate non-contiguous memory regions
,
Auger Eric
,
2018/06/15
Re: [Qemu-arm] [PATCH v7 0/7] aspeed: add a witherspoon-bmc machine
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v3b 12/18] target/arm: Implement SVE Integer Compare - Immediate Group
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v3b 11/18] target/arm: Implement SVE Integer Compare - Vectors Group
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v3b 10/18] target/arm: Implement SVE Select Vectors Group
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v3b 09/18] target/arm: Implement SVE vector splice (predicated)
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v3b 08/18] target/arm: Implement SVE reverse within elements
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v3b 07/18] target/arm: Implement SVE copy to vector (predicated)
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v3b 01/18] target/arm: Extend vec_reg_offset to larger sizes
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v3b 06/18] target/arm: Implement SVE conditionally broadcast/extract element
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v3b 06/18] target/arm: Implement SVE conditionally broadcast/extract element
,
Richard Henderson
,
2018/06/12
Re: [Qemu-arm] [PATCH v6] arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICR
,
Peter Maydell
,
2018/06/04
[Qemu-arm] [PATCH v2 00/13] iommu: support txattrs, support TCG execution, implement TZ MPC
,
Peter Maydell
,
2018/06/04
[Qemu-arm] [PATCH v2 03/13] iommu: Add IOMMU index argument to translate method
,
Peter Maydell
,
2018/06/04
[Qemu-arm] [PATCH v2 01/13] iommu: Add IOMMU index concept to IOMMU API
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v2 01/13] iommu: Add IOMMU index concept to IOMMU API
,
Alex Bennée
,
2018/06/14
[Qemu-arm] [PATCH v2 07/13] hw/misc/tz-mpc.c: Implement correct blocked-access behaviour
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 07/13] hw/misc/tz-mpc.c: Implement correct blocked-access behaviour
,
Auger Eric
,
2018/06/14
[Qemu-arm] [PATCH v2 08/13] hw/misc/tz_mpc.c: Honour the BLK_LUT settings in translate
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 08/13] hw/misc/tz_mpc.c: Honour the BLK_LUT settings in translate
,
Auger Eric
,
2018/06/15
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 08/13] hw/misc/tz_mpc.c: Honour the BLK_LUT settings in translate
,
Peter Maydell
,
2018/06/15
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 08/13] hw/misc/tz_mpc.c: Honour the BLK_LUT settings in translate
,
Peter Maydell
,
2018/06/15
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 08/13] hw/misc/tz_mpc.c: Honour the BLK_LUT settings in translate
,
Auger Eric
,
2018/06/18
[Qemu-arm] [PATCH v2 02/13] iommu: Add IOMMU index argument to notifier APIs
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v2 02/13] iommu: Add IOMMU index argument to notifier APIs
,
Alex Bennée
,
2018/06/14
[Qemu-arm] [PATCH v2 04/13] exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v2 04/13] exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
,
Alex Bennée
,
2018/06/14
[Qemu-arm] [PATCH v2 06/13] hw/misc/tz-mpc.c: Implement registers
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v2 06/13] hw/misc/tz-mpc.c: Implement registers
,
Auger Eric
,
2018/06/14
Re: [Qemu-arm] [PATCH v2 06/13] hw/misc/tz-mpc.c: Implement registers
,
Peter Maydell
,
2018/06/15
Re: [Qemu-arm] [PATCH v2 06/13] hw/misc/tz-mpc.c: Implement registers
,
Auger Eric
,
2018/06/14
Re: [Qemu-arm] [PATCH v2 06/13] hw/misc/tz-mpc.c: Implement registers
,
Peter Maydell
,
2018/06/15
Re: [Qemu-arm] [PATCH v2 06/13] hw/misc/tz-mpc.c: Implement registers
,
Auger Eric
,
2018/06/15
Re: [Qemu-arm] [PATCH v2 06/13] hw/misc/tz-mpc.c: Implement registers
,
Auger Eric
,
2018/06/15
Re: [Qemu-arm] [PATCH v2 06/13] hw/misc/tz-mpc.c: Implement registers
,
Peter Maydell
,
2018/06/15
[Qemu-arm] [PATCH v2 05/13] hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection Controller
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v2 05/13] hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection Controller
,
Auger Eric
,
2018/06/14
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 05/13] hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection Controller
,
Auger Eric
,
2018/06/15
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 05/13] hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection Controller
,
Peter Maydell
,
2018/06/15
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 05/13] hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection Controller
,
Auger Eric
,
2018/06/15
[Qemu-arm] [PATCH v2 09/13] hw/core/or-irq: Support more than 16 inputs to an OR gate
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH v2 09/13] hw/core/or-irq: Support more than 16 inputs to an OR gate
,
Alex Bennée
,
2018/06/14
[Qemu-arm] [PATCH v2 13/13] hw/arm/mps2-tz.c: Instantiate MPCs
,
Peter Maydell
,
2018/06/04
[Qemu-arm] [PATCH v2 10/13] hw/misc/iotkit-secctl.c: Implement SECMPCINTSTATUS
,
Peter Maydell
,
2018/06/04
[Qemu-arm] [PATCH v2 11/13] hw/arm/iotkit: Instantiate MPC
,
Peter Maydell
,
2018/06/04
[Qemu-arm] [PATCH v2 12/13] hw/arm/iotkit: Wire up MPC interrupt lines
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 00/13] iommu: support txattrs, support TCG execution, implement TZ MPC
,
no-reply
,
2018/06/04
Re: [Qemu-arm] [PATCH v2 00/13] iommu: support txattrs, support TCG execution, implement TZ MPC
,
Peter Xu
,
2018/06/05
Re: [Qemu-arm] [PATCH v2 00/13] iommu: support txattrs, support TCG execution, implement TZ MPC
,
Peter Maydell
,
2018/06/05
Re: [Qemu-arm] [PATCH v2 00/13] iommu: support txattrs, support TCG execution, implement TZ MPC
,
Peter Xu
,
2018/06/05
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 00/13] iommu: support txattrs, support TCG execution, implement TZ MPC
,
Peter Maydell
,
2018/06/14
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 00/13] iommu: support txattrs, support TCG execution, implement TZ MPC
,
Peter Maydell
,
2018/06/15
Re: [Qemu-arm] [PATCH 15/27] iommu: Add IOMMU index argument to notifier APIs
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [PATCH 15/27] iommu: Add IOMMU index argument to notifier APIs
,
Alex Bennée
,
2018/06/04
Re: [Qemu-arm] [PATCH 15/27] iommu: Add IOMMU index argument to notifier APIs
,
Peter Maydell
,
2018/06/04
[Qemu-arm] [RFC v2] qapi: command category to stimulate high-level machine devices
,
Steffen Görtz
,
2018/06/03
Re: [Qemu-arm] [Qemu-devel] [RFC v2] qapi: command category to stimulate high-level machine devices
,
no-reply
,
2018/06/03
Re: [Qemu-arm] [Qemu-devel] [RFC v2] qapi: command category to stimulate high-level machine devices
,
no-reply
,
2018/06/03
[Qemu-arm] [RFC v3] qapi: command category to stimulate high-level machine devices
,
Steffen Görtz
,
2018/06/03
Re: [Qemu-arm] [Qemu-devel] [RFC v3] qapi: command category to stimulate high-level machine devices
,
no-reply
,
2018/06/03
Re: [Qemu-arm] [Qemu-devel] [RFC v3] qapi: command category to stimulate high-level machine devices
,
no-reply
,
2018/06/03
Re: [Qemu-arm] [RFC v3] qapi: command category to stimulate high-level machine devices
,
Stefan Hajnoczi
,
2018/06/04
Re: [Qemu-arm] [RFC v3] qapi: command category to stimulate high-level machine devices
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [RFC v3] qapi: command category to stimulate high-level machine devices
,
Gerd Hoffmann
,
2018/06/04
Re: [Qemu-arm] [RFC v3] qapi: command category to stimulate high-level machine devices
,
Stefan Hajnoczi
,
2018/06/07
Re: [Qemu-arm] [Qemu-devel] [RFC v3] qapi: command category to stimulate high-level machine devices
,
Daniel P . Berrangé
,
2018/06/07
Re: [Qemu-arm] [Qemu-devel] [RFC v3] qapi: command category to stimulate high-level machine devices
,
Stefan Hajnoczi
,
2018/06/08
Re: [Qemu-arm] [RFC v3] qapi: command category to stimulate high-level machine devices
,
Gerd Hoffmann
,
2018/06/07
Re: [Qemu-arm] [RFC v3] qapi: command category to stimulate high-level machine devices
,
Stefan Hajnoczi
,
2018/06/08
Re: [Qemu-arm] [RFC v3] qapi: command category to stimulate high-level machine devices
,
Gerd Hoffmann
,
2018/06/04
[Qemu-arm] [PATCH 0/8] sdcard: cleanup the SD_SPEC version
,
Philippe Mathieu-Daudé
,
2018/06/02
[Qemu-arm] [PATCH 1/8] sdcard: Update the Configuration Register (SCR) to Spec Version 1.10
,
Philippe Mathieu-Daudé
,
2018/06/02
Re: [Qemu-arm] [PATCH 1/8] sdcard: Update the Configuration Register (SCR) to Spec Version 1.10
,
Peter Maydell
,
2018/06/07
Re: [Qemu-arm] [PATCH 1/8] sdcard: Update the Configuration Register (SCR) to Spec Version 1.10
,
Philippe Mathieu-Daudé
,
2018/06/07
Re: [Qemu-arm] [PATCH 1/8] sdcard: Update the Configuration Register (SCR) to Spec Version 1.10
,
Peter Maydell
,
2018/06/07
Re: [Qemu-arm] [PATCH 1/8] sdcard: Update the Configuration Register (SCR) to Spec Version 1.10
,
Philippe Mathieu-Daudé
,
2018/06/07
[Qemu-arm] [PATCH 2/8] sdcard: Allow commands valid in SPI mode
,
Philippe Mathieu-Daudé
,
2018/06/02
Re: [Qemu-arm] [Qemu-devel] [PATCH 2/8] sdcard: Allow commands valid in SPI mode
,
Alistair Francis
,
2018/06/04
[Qemu-arm] [PATCH 3/8] sdcard: Add a 'spec_version' property
,
Philippe Mathieu-Daudé
,
2018/06/02
Re: [Qemu-arm] [Qemu-devel] [PATCH 3/8] sdcard: Add a 'spec_version' property
,
Alistair Francis
,
2018/06/04
[Qemu-arm] [PATCH 4/8] sdcard: Set Spec v2.00 as default
,
Philippe Mathieu-Daudé
,
2018/06/02
Re: [Qemu-arm] [Qemu-devel] [PATCH 4/8] sdcard: Set Spec v2.00 as default
,
Alistair Francis
,
2018/06/04
[Qemu-arm] [PATCH 5/8] hw/sd/ssi-sd: Force cards connected in SPI mode to use Spec v1.10
,
Philippe Mathieu-Daudé
,
2018/06/02
Re: [Qemu-arm] [Qemu-devel] [PATCH 5/8] hw/sd/ssi-sd: Force cards connected in SPI mode to use Spec v1.10
,
Alistair Francis
,
2018/06/04
Re: [Qemu-arm] [Qemu-devel] [PATCH 5/8] hw/sd/ssi-sd: Force cards connected in SPI mode to use Spec v1.10
,
Philippe Mathieu-Daudé
,
2018/06/07
[Qemu-arm] [PATCH 7/8] sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)
,
Philippe Mathieu-Daudé
,
2018/06/02
Re: [Qemu-arm] [Qemu-devel] [PATCH 7/8] sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)
,
Alistair Francis
,
2018/06/04
[Qemu-arm] [PATCH 6/8] sdcard: Disable SEND_IF_COND (CMD8) for Spec v1
,
Philippe Mathieu-Daudé
,
2018/06/02
Re: [Qemu-arm] [PATCH 6/8] sdcard: Disable SEND_IF_COND (CMD8) for Spec v1
,
Paolo Bonzini
,
2018/06/04
[Qemu-arm] [PATCH 8/8] sdcard: Disable CMD19/CMD23 for Spec v2
,
Philippe Mathieu-Daudé
,
2018/06/02
Re: [Qemu-arm] [Qemu-devel] [PATCH 0/8] sdcard: cleanup the SD_SPEC version
,
Alistair Francis
,
2018/06/04
[Qemu-arm] [RFC PATCH] hw/registerfields: Deposit fields "in place"
,
Philippe Mathieu-Daudé
,
2018/06/02
Re: [Qemu-arm] [RFC PATCH] hw/registerfields: Deposit fields "in place"
,
Philippe Mathieu-Daudé
,
2018/06/02
Re: [Qemu-arm] [Qemu-devel] [RFC PATCH] hw/registerfields: Deposit fields "in place"
,
Alistair Francis
,
2018/06/04
Re: [Qemu-arm] [Qemu-devel] [RFC PATCH] hw/registerfields: Deposit fields "in place"
,
Philippe Mathieu-Daudé
,
2018/06/04
[Qemu-arm] [RFC 0/2] arm: add skeleton Cortex M0 CPU model
,
Stefan Hajnoczi
,
2018/06/02
[Qemu-arm] [RFC 1/2] target/arm: add "cortex-m0" CPU model
,
Stefan Hajnoczi
,
2018/06/02
Re: [Qemu-arm] [RFC 1/2] target/arm: add "cortex-m0" CPU model
,
Peter Maydell
,
2018/06/02
[Qemu-arm] [RFC 2/2] arm: add ARMv6-M device container
,
Stefan Hajnoczi
,
2018/06/02
Re: [Qemu-arm] [RFC 2/2] arm: add ARMv6-M device container
,
Peter Maydell
,
2018/06/02
Re: [Qemu-arm] [Qemu-devel] [RFC 2/2] arm: add ARMv6-M device container
,
Stefan Hajnoczi
,
2018/06/04
[Qemu-arm] [PATCH] arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
,
Peter Maydell
,
2018/06/01
Re: [Qemu-arm] [PATCH] arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
,
Peter Maydell
,
2018/06/11
Re: [Qemu-arm] [Qemu-devel] [PATCH] arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
,
Philippe Mathieu-Daudé
,
2018/06/11
Re: [Qemu-arm] [Qemu-devel] [PATCH] arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
,
Igor Mammedov
,
2018/06/11
Re: [Qemu-arm] [Qemu-devel] [PATCH] arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
,
Peter Maydell
,
2018/06/11
[Qemu-arm] [PATCH 0/2] armv7m: Remove armv7m_init() function
,
Peter Maydell
,
2018/06/01
[Qemu-arm] [PATCH 1/2] stellaris: Stop using armv7m_init()
,
Peter Maydell
,
2018/06/01
Re: [Qemu-arm] [PATCH 1/2] stellaris: Stop using armv7m_init()
,
Stefan Hajnoczi
,
2018/06/13
[Qemu-arm] [PATCH 2/2] hw/arm/armv7m: Remove unused armv7m_init() function
,
Peter Maydell
,
2018/06/01
Re: [Qemu-arm] [PATCH 2/2] hw/arm/armv7m: Remove unused armv7m_init() function
,
Joel Stanley
,
2018/06/02
Re: [Qemu-arm] [PATCH 2/2] hw/arm/armv7m: Remove unused armv7m_init() function
,
Peter Maydell
,
2018/06/03
Re: [Qemu-arm] [PATCH 2/2] hw/arm/armv7m: Remove unused armv7m_init() function
,
Stefan Hajnoczi
,
2018/06/13
Re: [Qemu-arm] [PATCH 0/2] armv7m: Remove armv7m_init() function
,
Peter Maydell
,
2018/06/11
Re: [Qemu-arm] [PATCH 0/2] armv7m: Remove armv7m_init() function
,
Philippe Mathieu-Daudé
,
2018/06/11
Re: [Qemu-arm] [Qemu-devel] [PATCH RESEND v1 0/3] add support for VCPU event states
,
gengdongjiu
,
2018/06/01
Re: [Qemu-arm] [Qemu-devel] [PATCH RESEND v1 0/3] add support for VCPU event states
,
Peter Maydell
,
2018/06/01
Re: [Qemu-arm] [Qemu-devel] [PATCH RESEND v1 0/3] add support for VCPU event states
,
gengdongjiu
,
2018/06/01
Re: [Qemu-arm] [Qemu-devel] [PATCH RESEND v1 0/3] add support for VCPU event states
,
Peter Maydell
,
2018/06/04
Re: [Qemu-arm] [Qemu-devel] [PATCH RESEND v1 0/3] add support for VCPU event states
,
gengdongjiu
,
2018/06/04
Re: [Qemu-arm] [Qemu-devel] [RFC v2 5/6] hw/arm: ACPI SRAT changes to accommodate non-contiguous mem
,
Shameerali Kolothum Thodi
,
2018/06/01
Re: [Qemu-arm] [PATCH v3 15/22] target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization Extensions
,
Peter Maydell
,
2018/06/01
Re: [Qemu-arm] [PATCH v3 15/22] target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization Extensions
,
Aaron Lindsay
,
2018/06/01
Re: [Qemu-arm] [PATCH v3 15/22] target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization Extensions
,
Peter Maydell
,
2018/06/01
Re: [Qemu-arm] [PATCH v3 15/22] target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization Extensions
,
Aaron Lindsay
,
2018/06/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc