Archives are refreshed every 15 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: Tue Mar 31 2020 21:27:36 -0400
Threads in reverse chronological order
[
Next Period
]
[PULL 09/10] acpi: add acpi=OnOffAuto machine property to x86 and arm virt
,
Michael S. Tsirkin
,
2020/03/31
[PATCH] target/arm: Remove obsolete TODO note from get_phys_addr_lpae()
,
Peter Maydell
,
2020/03/31
Re: [PATCH] target/arm: Remove obsolete TODO note from get_phys_addr_lpae()
,
Richard Henderson
,
2020/03/31
[PATCH 0/4] arm: Implement ARMv8.2-TTS2UXN
,
Peter Maydell
,
2020/03/30
[PATCH 2/4] target/arm: Use enum constant in get_phys_addr_lpae() call
,
Peter Maydell
,
2020/03/30
[PATCH 3/4] target/arm: Add new 's1_is_el0' argument to get_phys_addr_lpae()
,
Peter Maydell
,
2020/03/30
[PATCH 4/4] target/arm: Implement ARMv8.2-TTS2UXN
,
Peter Maydell
,
2020/03/30
[PATCH 1/4] target/arm: Don't use a TLB for ARMMMUIdx_Stage2
,
Peter Maydell
,
2020/03/30
[PATCH for-5.0] target/arm: PSTATE.PAN should not clear exec bits
,
Peter Maydell
,
2020/03/30
Re: [PATCH for-5.0] target/arm: PSTATE.PAN should not clear exec bits
,
Richard Henderson
,
2020/03/30
[PATCH for-5.0 0/3] acpi: Fixes for inconsistency in ACPI MR size during migration
,
Shameer Kolothum
,
2020/03/30
[PATCH for-5.0 1/3] acpi: Use macro for table-loader file name
,
Shameer Kolothum
,
2020/03/30
[PATCH for-5.0 2/3] fw_cfg: Migrate ACPI table mr sizes separately
,
Shameer Kolothum
,
2020/03/30
Re: [PATCH for-5.0 2/3] fw_cfg: Migrate ACPI table mr sizes separately
,
Dr. David Alan Gilbert
,
2020/03/31
Re: [PATCH for-5.0 2/3] fw_cfg: Migrate ACPI table mr sizes separately
,
Igor Mammedov
,
2020/03/31
Re: [PATCH for-5.0 2/3] fw_cfg: Migrate ACPI table mr sizes separately
,
Michael S. Tsirkin
,
2020/03/31
Re: [PATCH for-5.0 2/3] fw_cfg: Migrate ACPI table mr sizes separately
,
Michael S. Tsirkin
,
2020/03/31
[PATCH for-5.0 3/3] exec: Fix for qemu_ram_resize() callback
,
Shameer Kolothum
,
2020/03/30
Re: [PATCH for-5.0 0/3] acpi: Fixes for inconsistency in ACPI MR size during migration
,
no-reply
,
2020/03/30
[PATCH] target/arm: fix incorrect current EL bug in aarch32 exception emulation
,
Changbin Du
,
2020/03/28
Re: [PATCH] target/arm: fix incorrect current EL bug in aarch32 exception emulation
,
Richard Henderson
,
2020/03/28
Re: [PATCH] target/arm: fix incorrect current EL bug in aarch32 exception emulation
,
Changbin Du
,
2020/03/30
Re: [PATCH] target/arm: fix incorrect current EL bug in aarch32 exception emulation
,
Peter Maydell
,
2020/03/30
[PATCH for-5.1 00/31] target/arm: SVE2, part 1
,
Richard Henderson
,
2020/03/26
[PATCH 01/31] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
,
Richard Henderson
,
2020/03/26
[PATCH 02/31] target/arm: Implement SVE2 Integer Multiply - Unpredicated
,
Richard Henderson
,
2020/03/26
[PATCH 03/31] target/arm: Implement SVE2 integer pairwise add and accumulate long
,
Richard Henderson
,
2020/03/26
[PATCH 04/31] target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32
,
Richard Henderson
,
2020/03/26
[PATCH 05/31] target/arm: Implement SVE2 integer unary operations (predicated)
,
Richard Henderson
,
2020/03/26
[PATCH 07/31] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
,
Richard Henderson
,
2020/03/26
[PATCH 08/31] target/arm: Implement SVE2 integer halving add/subtract (predicated)
,
Richard Henderson
,
2020/03/26
[PATCH 06/31] target/arm: Split out saturating/rounding shifts from neon
,
Richard Henderson
,
2020/03/26
[PATCH 09/31] target/arm: Implement SVE2 integer pairwise arithmetic
,
Richard Henderson
,
2020/03/26
[PATCH 10/31] target/arm: Implement SVE2 saturating add/subtract (predicated)
,
Richard Henderson
,
2020/03/26
[PATCH 12/31] target/arm: Implement SVE2 integer add/subtract interleaved long
,
Richard Henderson
,
2020/03/26
[PATCH 11/31] target/arm: Implement SVE2 integer add/subtract long
,
Richard Henderson
,
2020/03/26
[PATCH 13/31] target/arm: Implement SVE2 integer add/subtract wide
,
Richard Henderson
,
2020/03/26
[PATCH 14/31] target/arm: Implement SVE2 integer multiply long
,
Richard Henderson
,
2020/03/26
[PATCH 15/31] target/arm: Implement PMULLB and PMULLT
,
Richard Henderson
,
2020/03/26
[PATCH 16/31] target/arm: Tidy SVE tszimm shift formats
,
Richard Henderson
,
2020/03/26
[PATCH 17/31] target/arm: Implement SVE2 bitwise shift left long
,
Richard Henderson
,
2020/03/26
[PATCH 18/31] target/arm: Implement SVE2 bitwise exclusive-or interleaved
,
Richard Henderson
,
2020/03/26
[PATCH 19/31] target/arm: Implement SVE2 bitwise permute
,
Richard Henderson
,
2020/03/26
[PATCH 20/31] target/arm: Implement SVE2 complex integer add
,
Richard Henderson
,
2020/03/26
[PATCH 22/31] target/arm: Implement SVE2 integer add/subtract long with carry
,
Richard Henderson
,
2020/03/26
[PATCH 21/31] target/arm: Implement SVE2 integer absolute difference and accumulate long
,
Richard Henderson
,
2020/03/26
[PATCH 25/31] target/arm: Implement SVE2 bitwise shift right and accumulate
,
Richard Henderson
,
2020/03/26
[PATCH 29/31] target/arm: Vectorize SABD/UABD
,
Richard Henderson
,
2020/03/26
[PATCH 23/31] target/arm: Create arm_gen_gvec_[us]sra
,
Richard Henderson
,
2020/03/26
[PATCH 24/31] target/arm: Create arm_gen_gvec_{u,s}{rshr,rsra}
,
Richard Henderson
,
2020/03/26
[PATCH 27/31] target/arm: Tidy handle_vec_simd_shri
,
Richard Henderson
,
2020/03/26
[PATCH 28/31] target/arm: Implement SVE2 bitwise shift and insert
,
Richard Henderson
,
2020/03/26
[PATCH 26/31] target/arm: Create arm_gen_gvec_{sri,sli}
,
Richard Henderson
,
2020/03/26
[PATCH 30/31] target/arm: Vectorize SABA/UABA
,
Richard Henderson
,
2020/03/26
[PATCH 31/31] target/arm: Implement SVE2 integer absolute difference and accumulate
,
Richard Henderson
,
2020/03/26
[PATCH v2] hw/arm/collie: Put StrongARMState* into a CollieMachineState struct
,
Peter Maydell
,
2020/03/26
Re: [PATCH v2] hw/arm/collie: Put StrongARMState* into a CollieMachineState struct
,
Richard Henderson
,
2020/03/26
Re: [PATCH v2] hw/arm/collie: Put StrongARMState* into a CollieMachineState struct
,
Philippe Mathieu-Daudé
,
2020/03/27
[PATCH] hw/arm/collie: Put StrongARMState* into a CollieMachineState struct
,
Peter Maydell
,
2020/03/26
Re: [PATCH] hw/arm/collie: Put StrongARMState* into a CollieMachineState struct
,
Peter Maydell
,
2020/03/26
Re: [PATCH] hw/arm/collie: Put StrongARMState* into a CollieMachineState struct
,
no-reply
,
2020/03/26
Re: [PATCH] hw/arm/collie: Put StrongARMState* into a CollieMachineState struct
,
no-reply
,
2020/03/26
[PATCH v8 39/74] arm: convert to cpu_interrupt_request
,
Robert Foley
,
2020/03/26
[PATCH v8 18/74] arm: convert to cpu_halted
,
Robert Foley
,
2020/03/26
[PATCH-for-5.0 00/12] hw: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/25
[PATCH-for-5.0 01/12] scripts/coccinelle: Add script to catch missing error_propagate() calls
,
Philippe Mathieu-Daudé
,
2020/03/25
Re: [PATCH-for-5.0 01/12] scripts/coccinelle: Add script to catch missing error_propagate() calls
,
Peter Maydell
,
2020/03/26
[PATCH-for-5.0 02/12] hw/arm/bcm2835_peripherals: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/25
Re: [PATCH-for-5.0 02/12] hw/arm/bcm2835_peripherals: Add missing error-propagation code
,
Peter Maydell
,
2020/03/26
[PATCH-for-5.0 05/12] hw/i386/x86: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/25
Re: [PATCH-for-5.0 05/12] hw/i386/x86: Add missing error-propagation code
,
Peter Maydell
,
2020/03/26
[PATCH-for-5.0 04/12] hw/arm/stm32fx05_soc: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/25
Re: [PATCH-for-5.0 04/12] hw/arm/stm32fx05_soc: Add missing error-propagation code
,
Alistair Francis
,
2020/03/25
Re: [PATCH-for-5.0 04/12] hw/arm/stm32fx05_soc: Add missing error-propagation code
,
Peter Maydell
,
2020/03/26
[PATCH-for-5.0 06/12] hw/dma/xilinx_axidma: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/25
Re: [PATCH-for-5.0 06/12] hw/dma/xilinx_axidma: Add missing error-propagation code
,
Alistair Francis
,
2020/03/25
Re: [PATCH-for-5.0 06/12] hw/dma/xilinx_axidma: Add missing error-propagation code
,
Peter Maydell
,
2020/03/26
[PATCH-for-5.0 03/12] hw/arm/fsl-imx: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/25
Re: [PATCH-for-5.0 03/12] hw/arm/fsl-imx: Add missing error-propagation code
,
Peter Maydell
,
2020/03/26
[PATCH-for-5.0 07/12] hw/mips/cps: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/25
Re: [PATCH-for-5.0 07/12] hw/mips/cps: Add missing error-propagation code
,
Peter Maydell
,
2020/03/26
Re: [PATCH-for-5.0 07/12] hw/mips/cps: Add missing error-propagation code
,
Aleksandar Markovic
,
2020/03/26
[PATCH-for-5.0 08/12] hw/mips/boston: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/25
Re: [PATCH-for-5.0 08/12] hw/mips/boston: Add missing error-propagation code
,
Peter Maydell
,
2020/03/26
Re: [PATCH-for-5.0 08/12] hw/mips/boston: Add missing error-propagation code
,
Aleksandar Markovic
,
2020/03/26
[PATCH-for-5.0 09/12] hw/mips/mips_malta: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/25
Re: [PATCH-for-5.0 09/12] hw/mips/mips_malta: Add missing error-propagation code
,
Peter Maydell
,
2020/03/26
Re: [PATCH-for-5.0 09/12] hw/mips/mips_malta: Add missing error-propagation code
,
Aleksandar Markovic
,
2020/03/26
[PATCH-for-5.0 10/12] hw/misc/macio/macio: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/25
Re: [PATCH-for-5.0 10/12] hw/misc/macio/macio: Add missing error-propagation code
,
David Gibson
,
2020/03/25
Re: [PATCH-for-5.0 10/12] hw/misc/macio/macio: Add missing error-propagation code
,
Peter Maydell
,
2020/03/26
[PATCH-for-5.0 11/12] hw/net/xilinx_axienet: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/25
Re: [PATCH-for-5.0 11/12] hw/net/xilinx_axienet: Add missing error-propagation code
,
Alistair Francis
,
2020/03/25
Re: [PATCH-for-5.0 11/12] hw/net/xilinx_axienet: Add missing error-propagation code
,
Peter Maydell
,
2020/03/26
[PATCH-for-5.0 12/12] hw/riscv/sifive_u: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/25
Re: [PATCH-for-5.0 12/12] hw/riscv/sifive_u: Add missing error-propagation code
,
Alistair Francis
,
2020/03/25
Re: [PATCH-for-5.0 12/12] hw/riscv/sifive_u: Add missing error-propagation code
,
Peter Maydell
,
2020/03/26
Re: [PATCH-for-5.0 12/12] hw/riscv/sifive_u: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/31
Re: [PATCH-for-5.0 12/12] hw/riscv/sifive_u: Add missing error-propagation code
,
Peter Maydell
,
2020/03/31
Re: [PATCH-for-5.0 00/12] hw: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/25
Re: [PATCH-for-5.0 00/12] hw: Add missing error-propagation code
,
Stefan Hajnoczi
,
2020/03/30
Re: [PATCH-for-5.0 00/12] hw: Add missing error-propagation code
,
Markus Armbruster
,
2020/03/31
[PATCH] hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads
,
Peter Maydell
,
2020/03/24
Re: [PATCH] hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads
,
Richard Henderson
,
2020/03/25
Re: [PATCH] hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads
,
Niek Linnenbank
,
2020/03/25
Re: [PATCH] hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads
,
Peter Maydell
,
2020/03/25
Re: [PATCH] hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads
,
Jason Wang
,
2020/03/26
[PATCH 0/2] hw/arm/xlnx-zynqmp.c: fix some error-handling code
,
Peter Maydell
,
2020/03/24
[PATCH 1/2] hw/arm/xlnx-zynqmp.c: Avoid memory leak in error-return path
,
Peter Maydell
,
2020/03/24
Re: [PATCH 1/2] hw/arm/xlnx-zynqmp.c: Avoid memory leak in error-return path
,
Philippe Mathieu-Daudé
,
2020/03/24
Re: [PATCH 1/2] hw/arm/xlnx-zynqmp.c: Avoid memory leak in error-return path
,
Alistair Francis
,
2020/03/24
[PATCH 2/2] hw/arm/xlnx-zynqmp.c: Add missing error-propagation code
,
Peter Maydell
,
2020/03/24
Re: [PATCH 2/2] hw/arm/xlnx-zynqmp.c: Add missing error-propagation code
,
Philippe Mathieu-Daudé
,
2020/03/24
Re: [PATCH 2/2] hw/arm/xlnx-zynqmp.c: Add missing error-propagation code
,
Alistair Francis
,
2020/03/24
Re: [PATCH 0/2] hw/arm/xlnx-zynqmp.c: fix some error-handling code
,
Edgar E. Iglesias
,
2020/03/24
[PATCH v2] hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirror address
,
Niek Linnenbank
,
2020/03/23
Re: [PATCH v2] hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirror address
,
Peter Maydell
,
2020/03/26
[PATCH v4 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
,
Beata Michalska
,
2020/03/23
[PATCH v4 1/2] target/arm: kvm: Handle DABT with no valid ISS
,
Beata Michalska
,
2020/03/23
Re: [PATCH v4 1/2] target/arm: kvm: Handle DABT with no valid ISS
,
Andrew Jones
,
2020/03/23
Re: [PATCH v4 1/2] target/arm: kvm: Handle DABT with no valid ISS
,
Beata Michalska
,
2020/03/25
[PATCH v4 2/2] target/arm: kvm: Handle potential issue with dabt injection
,
Beata Michalska
,
2020/03/23
Re: [PATCH v4 2/2] target/arm: kvm: Handle potential issue with dabt injection
,
Richard Henderson
,
2020/03/23
Re: [PATCH v4 2/2] target/arm: kvm: Handle potential issue with dabt injection
,
Beata Michalska
,
2020/03/25
[PATCH v9 0/9] virtio-iommu: VFIO integration
,
Bharat Bhushan
,
2020/03/23
[PATCH v9 1/9] hw/vfio/common: Remove error print on mmio region translation by viommu
,
Bharat Bhushan
,
2020/03/23
Re: [PATCH v9 1/9] hw/vfio/common: Remove error print on mmio region translation by viommu
,
Alex Williamson
,
2020/03/23
Re: [PATCH v9 1/9] hw/vfio/common: Remove error print on mmio region translation by viommu
,
Auger Eric
,
2020/03/26
Re: [PATCH v9 1/9] hw/vfio/common: Remove error print on mmio region translation by viommu
,
Alex Williamson
,
2020/03/26
RE: [EXT] Re: [PATCH v9 1/9] hw/vfio/common: Remove error print on mmio region translation by viommu
,
Bharat Bhushan
,
2020/03/27
[PATCH v9 2/9] memory: Add interface to set iommu page size mask
,
Bharat Bhushan
,
2020/03/23
Re: [PATCH v9 2/9] memory: Add interface to set iommu page size mask
,
Auger Eric
,
2020/03/26
RE: [EXT] Re: [PATCH v9 2/9] memory: Add interface to set iommu page size mask
,
Bharat Bhushan
,
2020/03/27
Re: [EXT] Re: [PATCH v9 2/9] memory: Add interface to set iommu page size mask
,
Auger Eric
,
2020/03/27
[PATCH v9 3/9] vfio: set iommu page size as per host supported page size
,
Bharat Bhushan
,
2020/03/23
[PATCH v9 4/9] virtio-iommu: set supported page size mask
,
Bharat Bhushan
,
2020/03/23
Re: [PATCH v9 4/9] virtio-iommu: set supported page size mask
,
Auger Eric
,
2020/03/26
RE: [EXT] Re: [PATCH v9 4/9] virtio-iommu: set supported page size mask
,
Bharat Bhushan
,
2020/03/27
Re: [EXT] Re: [PATCH v9 4/9] virtio-iommu: set supported page size mask
,
Auger Eric
,
2020/03/27
[PATCH v9 6/9] virtio-iommu: Call iommu notifier for attach/detach
,
Bharat Bhushan
,
2020/03/23
[PATCH v9 5/9] virtio-iommu: Add iommu notifier for map/unmap
,
Bharat Bhushan
,
2020/03/23
[PATCH v9 7/9] virtio-iommu: add iommu replay
,
Bharat Bhushan
,
2020/03/23
[PATCH v9 9/9] virtio-iommu: add iommu notifier memory-region
,
Bharat Bhushan
,
2020/03/23
[PATCH v9 8/9] virtio-iommu: Implement probe request
,
Bharat Bhushan
,
2020/03/23
Re: [PATCH v9 8/9] virtio-iommu: Implement probe request
,
Auger Eric
,
2020/03/26
RE: [EXT] Re: [PATCH v9 8/9] virtio-iommu: Implement probe request
,
Bharat Bhushan
,
2020/03/27
Re: [EXT] Re: [PATCH v9 8/9] virtio-iommu: Implement probe request
,
Auger Eric
,
2020/03/27
Re: [PATCH v9 0/9] virtio-iommu: VFIO integration
,
no-reply
,
2020/03/23
Re: [PATCH v9 0/9] virtio-iommu: VFIO integration
,
no-reply
,
2020/03/23
[PATCH v2 0/8] hw/arm: Implement i.MX watchdog support
,
Guenter Roeck
,
2020/03/22
[PATCH v2 1/8] hw: Move i.MX watchdog driver to hw/watchdog
,
Guenter Roeck
,
2020/03/22
[PATCH v2 5/8] hw/arm/fsl-imx6: Connect watchdog interrupts
,
Guenter Roeck
,
2020/03/22
Re: [PATCH v2 5/8] hw/arm/fsl-imx6: Connect watchdog interrupts
,
Philippe Mathieu-Daudé
,
2020/03/24
[PATCH v2 4/8] hw/arm/fsl-imx31: Wire up watchdog
,
Guenter Roeck
,
2020/03/22
[PATCH v2 2/8] hw/watchdog: Implement full i.MX watchdog support
,
Guenter Roeck
,
2020/03/22
[PATCH v2 8/8] hw/arm/fsl-imx7: Connect watchdog interrupts
,
Guenter Roeck
,
2020/03/22
[PATCH v2 7/8] hw/arm/fsl-imx7: Instantiate various unimplemented devices
,
Guenter Roeck
,
2020/03/22
[PATCH v2 6/8] hw/arm/fsl-imx6ul: Connect watchdog interrupts
,
Guenter Roeck
,
2020/03/22
Re: [PATCH v2 6/8] hw/arm/fsl-imx6ul: Connect watchdog interrupts
,
Philippe Mathieu-Daudé
,
2020/03/24
[PATCH v2 3/8] hw/arm/fsl-imx25: Wire up watchdog
,
Guenter Roeck
,
2020/03/22
[PATCH 1/2] hw/arm/orangepi: check for potential NULL pointer when calling blk_is_available
,
Niek Linnenbank
,
2020/03/22
[PATCH 2/2] hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirror address
,
Niek Linnenbank
,
2020/03/22
Re: [PATCH 2/2] hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirror address
,
Peter Maydell
,
2020/03/22
Re: [PATCH 2/2] hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirror address
,
Niek Linnenbank
,
2020/03/23
Re: [PATCH 1/2] hw/arm/orangepi: check for potential NULL pointer when calling blk_is_available
,
Peter Maydell
,
2020/03/26
[PATCH-for-5.0 v2 00/11] misc: Trivial static code analyzer fixes
,
Philippe Mathieu-Daudé
,
2020/03/21
[PATCH-for-5.0 v2 01/11] block: Avoid dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 v2 01/11] block: Avoid dead assignment
,
Alistair Francis
,
2020/03/23
[PATCH-for-5.0 v2 02/11] blockdev: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
[PATCH-for-5.0 v2 03/11] hw/i2c/pm_smbus: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 v2 03/11] hw/i2c/pm_smbus: Remove dead assignment
,
Alistair Francis
,
2020/03/23
[PATCH-for-5.0 v2 04/11] hw/input/adb-kbd: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 v2 04/11] hw/input/adb-kbd: Remove dead assignment
,
David Gibson
,
2020/03/22
[PATCH-for-5.0 v2 05/11] hw/ide/sii3112: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 v2 05/11] hw/ide/sii3112: Remove dead assignment
,
John Snow
,
2020/03/23
[PATCH-for-5.0 v2 06/11] hw/isa/i82378: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 v2 06/11] hw/isa/i82378: Remove dead assignment
,
Alistair Francis
,
2020/03/23
[PATCH-for-5.0 v2 07/11] hw/gpio/aspeed_gpio: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 v2 07/11] hw/gpio/aspeed_gpio: Remove dead assignment
,
Cédric Le Goater
,
2020/03/22
[PATCH-for-5.0 v2 08/11] hw/timer/exynos4210_mct: Remove dead assignments
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 v2 08/11] hw/timer/exynos4210_mct: Remove dead assignments
,
Alistair Francis
,
2020/03/23
[PATCH-for-5.0 v2 09/11] hw/timer/stm32f2xx_timer: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 v2 09/11] hw/timer/stm32f2xx_timer: Remove dead assignment
,
Alistair Francis
,
2020/03/23
[PATCH-for-5.0 v2 10/11] hw/timer/pxa2xx_timer: Add assertion to silent static analyzer warning
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 v2 10/11] hw/timer/pxa2xx_timer: Add assertion to silent static analyzer warning
,
Alistair Francis
,
2020/03/23
[PATCH-for-5.0 v2 11/11] hw/scsi/esp-pci: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 v2 11/11] hw/scsi/esp-pci: Remove dead assignment
,
Laurent Vivier
,
2020/03/23
Re: [PATCH-for-5.0 v2 00/11] misc: Trivial static code analyzer fixes
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 v2 00/11] misc: Trivial static code analyzer fixes
,
Laurent Vivier
,
2020/03/23
Re: [PATCH-for-5.0 v2 00/11] misc: Trivial static code analyzer fixes
,
Philippe Mathieu-Daudé
,
2020/03/23
Re: [PATCH-for-5.0 v2 00/11] misc: Trivial static code analyzer fixes
,
Laurent Vivier
,
2020/03/23
Re: [PATCH-for-5.0 v2 00/11] misc: Trivial static code analyzer fixes
,
Philippe Mathieu-Daudé
,
2020/03/23
RE: [PATCH-for-5.0 v2 00/11] misc: Trivial static code analyzer fixes
,
Chenqun (kuhn)
,
2020/03/24
[PATCH-for-5.0 00/11] misc: Trivial static code analyzer fixes
,
Philippe Mathieu-Daudé
,
2020/03/21
[PATCH-for-5.0 01/11] block: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 01/11] block: Remove dead assignment
,
Aleksandar Markovic
,
2020/03/21
Re: [PATCH-for-5.0 01/11] block: Remove dead assignment
,
BALATON Zoltan
,
2020/03/21
Re: [PATCH-for-5.0 01/11] block: Remove dead assignment
,
Laurent Vivier
,
2020/03/21
Re: [PATCH-for-5.0 01/11] block: Remove dead assignment
,
Markus Armbruster
,
2020/03/21
[PATCH-for-5.0 02/11] blockdev: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
[PATCH-for-5.0 03/11] hw/i2c/pm_smbus: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
[PATCH-for-5.0 04/11] hw/input/adb-kbd: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 04/11] hw/input/adb-kbd: Remove dead assignment
,
BALATON Zoltan
,
2020/03/21
[PATCH-for-5.0 05/11] hw/ide/sii3112: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 05/11] hw/ide/sii3112: Remove dead assignment
,
BALATON Zoltan
,
2020/03/21
Re: [PATCH-for-5.0 05/11] hw/ide/sii3112: Remove dead assignment
,
Aleksandar Markovic
,
2020/03/21
Re: [PATCH-for-5.0 05/11] hw/ide/sii3112: Remove dead assignment
,
BALATON Zoltan
,
2020/03/21
Re: [PATCH-for-5.0 05/11] hw/ide/sii3112: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 05/11] hw/ide/sii3112: Remove dead assignment
,
BALATON Zoltan
,
2020/03/21
Re: [PATCH-for-5.0 05/11] hw/ide/sii3112: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 05/11] hw/ide/sii3112: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
[PATCH-for-5.0 06/11] hw/isa/i82378: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
[PATCH-for-5.0 07/11] hw/gpio/aspeed_gpio: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 07/11] hw/gpio/aspeed_gpio: Remove dead assignment
,
BALATON Zoltan
,
2020/03/21
Re: [PATCH-for-5.0 07/11] hw/gpio/aspeed_gpio: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
[PATCH-for-5.0 08/11] hw/timer/exynos4210_mct: Remove dead assignments
,
Philippe Mathieu-Daudé
,
2020/03/21
[PATCH-for-5.0 09/11] hw/timer/stm32f2xx_timer: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
[PATCH-for-5.0 10/11] hw/timer/pxa2xx_timer: Add assertion to silent static analyzer warning
,
Philippe Mathieu-Daudé
,
2020/03/21
[PATCH-for-5.0 11/11] hw/scsi/esp-pci: Remove dead assignment
,
Philippe Mathieu-Daudé
,
2020/03/21
Re: [PATCH-for-5.0 00/11] misc: Trivial static code analyzer fixes
,
Aleksandar Markovic
,
2020/03/21
Re: [PATCH-for-5.0 00/11] misc: Trivial static code analyzer fixes
,
Philippe Mathieu-Daudé
,
2020/03/21
[RFC v6 00/24] vSMMUv3/pSMMUv3 2 stage VFIO integration
,
Eric Auger
,
2020/03/20
[RFC v6 01/24] update-linux-headers: Import iommu.h
,
Eric Auger
,
2020/03/20
RE: [RFC v6 01/24] update-linux-headers: Import iommu.h
,
Liu, Yi L
,
2020/03/26
Re: [RFC v6 01/24] update-linux-headers: Import iommu.h
,
Auger Eric
,
2020/03/26
[RFC v6 02/24] header update against 5.6.0-rc3 and IOMMU/VFIO nested stage APIs
,
Eric Auger
,
2020/03/20
[RFC v6 03/24] memory: Add IOMMU_ATTR_VFIO_NESTED IOMMU memory region attribute
,
Eric Auger
,
2020/03/20
[RFC v6 04/24] memory: Add IOMMU_ATTR_MSI_TRANSLATE IOMMU memory region attribute
,
Eric Auger
,
2020/03/20
[RFC v6 05/24] memory: Introduce IOMMU Memory Region inject_faults API
,
Eric Auger
,
2020/03/20
RE: [RFC v6 05/24] memory: Introduce IOMMU Memory Region inject_faults API
,
Liu, Yi L
,
2020/03/26
[RFC v6 06/24] memory: Add arch_id and leaf fields in IOTLBEntry
,
Eric Auger
,
2020/03/20
[RFC v6 07/24] iommu: Introduce generic header
,
Eric Auger
,
2020/03/20
[RFC v6 08/24] pci: introduce PCIPASIDOps to PCIDevice
,
Eric Auger
,
2020/03/20
RE: [RFC v6 08/24] pci: introduce PCIPASIDOps to PCIDevice
,
Liu, Yi L
,
2020/03/26
[RFC v6 09/24] vfio: Force nested if iommu requires it
,
Eric Auger
,
2020/03/20
RE: [RFC v6 09/24] vfio: Force nested if iommu requires it
,
Liu, Yi L
,
2020/03/31
Re: [RFC v6 09/24] vfio: Force nested if iommu requires it
,
Auger Eric
,
2020/03/31
RE: [RFC v6 09/24] vfio: Force nested if iommu requires it
,
Liu, Yi L
,
2020/03/31
[RFC v6 10/24] vfio: Introduce hostwin_from_range helper
,
Eric Auger
,
2020/03/20
[RFC v6 11/24] vfio: Introduce helpers to DMA map/unmap a RAM section
,
Eric Auger
,
2020/03/20
[RFC v6 12/24] vfio: Set up nested stage mappings
,
Eric Auger
,
2020/03/20
[RFC v6 13/24] vfio: Pass stage 1 MSI bindings to the host
,
Eric Auger
,
2020/03/20
[RFC v6 14/24] vfio: Helper to get IRQ info including capabilities
,
Eric Auger
,
2020/03/20
[RFC v6 15/24] vfio/pci: Register handler for iommu fault
,
Eric Auger
,
2020/03/20
[RFC v6 17/24] vfio/pci: Implement the DMA fault handler
,
Eric Auger
,
2020/03/20
[RFC v6 16/24] vfio/pci: Set up the DMA FAULT region
,
Eric Auger
,
2020/03/20
[RFC v6 18/24] hw/arm/smmuv3: Advertise MSI_TRANSLATE attribute
,
Eric Auger
,
2020/03/20
[RFC v6 19/24] hw/arm/smmuv3: Store the PASID table GPA in the translation config
,
Eric Auger
,
2020/03/20
[RFC v6 20/24] hw/arm/smmuv3: Fill the IOTLBEntry arch_id on NH_VA invalidation
,
Eric Auger
,
2020/03/20
[RFC v6 21/24] hw/arm/smmuv3: Fill the IOTLBEntry leaf field on NH_VA invalidation
,
Eric Auger
,
2020/03/20
[RFC v6 22/24] hw/arm/smmuv3: Pass stage 1 configurations to the host
,
Eric Auger
,
2020/03/20
[RFC v6 23/24] hw/arm/smmuv3: Implement fault injection
,
Eric Auger
,
2020/03/20
[RFC v6 24/24] hw/arm/smmuv3: Allow MAP notifiers
,
Eric Auger
,
2020/03/20
RE: [RFC v6 00/24] vSMMUv3/pSMMUv3 2 stage VFIO integration
,
Shameerali Kolothum Thodi
,
2020/03/25
Re: [RFC v6 00/24] vSMMUv3/pSMMUv3 2 stage VFIO integration
,
Auger Eric
,
2020/03/25
Re: [RFC v6 00/24] vSMMUv3/pSMMUv3 2 stage VFIO integration
,
Zhangfei Gao
,
2020/03/31
Re: [RFC v6 00/24] vSMMUv3/pSMMUv3 2 stage VFIO integration
,
Auger Eric
,
2020/03/31
Re: [RFC v6 00/24] vSMMUv3/pSMMUv3 2 stage VFIO integration
,
Zhangfei Gao
,
2020/03/31
[PATCH 0/3] target/arm: Coverity tweaks
,
Richard Henderson
,
2020/03/20
[PATCH 1/3] target/arm: Rearrange disabled check for watchpoints
,
Richard Henderson
,
2020/03/20
[PATCH 2/3] target/arm: Assert immh != 0 in disas_simd_shift_imm
,
Richard Henderson
,
2020/03/20
[PATCH 3/3] target/arm: Move computation of index in handle_simd_dupe
,
Richard Henderson
,
2020/03/20
Re: [PATCH 0/3] target/arm: Coverity tweaks
,
Philippe Mathieu-Daudé
,
2020/03/22
Re: [PATCH 0/3] target/arm: Coverity tweaks
,
Peter Maydell
,
2020/03/23
[PATCH] acpi: add acpi=OnOffAuto machine property to x86 and arm virt
,
Gerd Hoffmann
,
2020/03/20
Re: [PATCH] acpi: add acpi=OnOffAuto machine property to x86 and arm virt
,
Philippe Mathieu-Daudé
,
2020/03/20
Re: [PATCH] acpi: add acpi=OnOffAuto machine property to x86 and arm virt
,
Paolo Bonzini
,
2020/03/20
[kvm-unit-tests PATCH v7 00/13] arm/arm64: Add ITS tests
,
Eric Auger
,
2020/03/20
[kvm-unit-tests PATCH v7 01/13] libcflat: Add other size defines
,
Eric Auger
,
2020/03/20
[kvm-unit-tests PATCH v7 02/13] page_alloc: Introduce get_order()
,
Eric Auger
,
2020/03/20
[kvm-unit-tests PATCH v7 03/13] arm/arm64: gic: Introduce setup_irq() helper
,
Eric Auger
,
2020/03/20
[kvm-unit-tests PATCH v7 04/13] arm/arm64: gicv3: Add some re-distributor defines
,
Eric Auger
,
2020/03/20
[kvm-unit-tests PATCH v7 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
,
Eric Auger
,
2020/03/20
[kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests
,
Eric Auger
,
2020/03/20
Re: [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests
,
Zenghui Yu
,
2020/03/30
Re: [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests
,
Auger Eric
,
2020/03/30
Re: [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests
,
Andrew Jones
,
2020/03/30
Re: [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests
,
Auger Eric
,
2020/03/30
Re: [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests
,
Andrew Jones
,
2020/03/30
Re: [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests
,
Auger Eric
,
2020/03/30
Re: [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests
,
Zenghui Yu
,
2020/03/30
[kvm-unit-tests PATCH v7 07/13] arm/arm64: ITS: its_enable_defaults
,
Eric Auger
,
2020/03/20
[kvm-unit-tests PATCH v7 08/13] arm/arm64: ITS: Device and collection Initialization
,
Eric Auger
,
2020/03/20
Re: [kvm-unit-tests PATCH v7 08/13] arm/arm64: ITS: Device and collection Initialization
,
Zenghui Yu
,
2020/03/25
Re: [kvm-unit-tests PATCH v7 08/13] arm/arm64: ITS: Device and collection Initialization
,
Auger Eric
,
2020/03/25
Re: [kvm-unit-tests PATCH v7 08/13] arm/arm64: ITS: Device and collection Initialization
,
Andrew Jones
,
2020/03/30
[kvm-unit-tests PATCH v7 09/13] arm/arm64: ITS: Commands
,
Eric Auger
,
2020/03/20
Re: [kvm-unit-tests PATCH v7 09/13] arm/arm64: ITS: Commands
,
Zenghui Yu
,
2020/03/30
Re: [kvm-unit-tests PATCH v7 09/13] arm/arm64: ITS: Commands
,
Auger Eric
,
2020/03/30
[kvm-unit-tests PATCH v7 10/13] arm/arm64: ITS: INT functional tests
,
Eric Auger
,
2020/03/20
Re: [kvm-unit-tests PATCH v7 10/13] arm/arm64: ITS: INT functional tests
,
Zenghui Yu
,
2020/03/30
[kvm-unit-tests PATCH v7 11/13] arm/run: Allow Migration tests
,
Eric Auger
,
2020/03/20
[kvm-unit-tests PATCH v7 12/13] arm/arm64: ITS: migration tests
,
Eric Auger
,
2020/03/20
Re: [kvm-unit-tests PATCH v7 12/13] arm/arm64: ITS: migration tests
,
Zenghui Yu
,
2020/03/30
[kvm-unit-tests PATCH v7 13/13] arm/arm64: ITS: pending table migration test
,
Eric Auger
,
2020/03/20
Re: [kvm-unit-tests PATCH v7 13/13] arm/arm64: ITS: pending table migration test
,
Zenghui Yu
,
2020/03/30
Re: [kvm-unit-tests PATCH v7 13/13] arm/arm64: ITS: pending table migration test
,
Auger Eric
,
2020/03/30
Re: [kvm-unit-tests PATCH v7 13/13] arm/arm64: ITS: pending table migration test
,
Zenghui Yu
,
2020/03/30
[PATCH] aspeed/smc: Fix DMA support for AST2600
,
Cédric Le Goater
,
2020/03/20
Re: [PATCH] aspeed/smc: Fix DMA support for AST2600
,
Joel Stanley
,
2020/03/20
Re: [PATCH] aspeed/smc: Fix DMA support for AST2600
,
Peter Maydell
,
2020/03/23
[RFC v1] arm/virt: Add memory hot remove support
,
Shameer Kolothum
,
2020/03/18
Re: [RFC v1] arm/virt: Add memory hot remove support
,
Igor Mammedov
,
2020/03/24
Re: [RFC v1] arm/virt: Add memory hot remove support
,
Auger Eric
,
2020/03/26
RE: [RFC v1] arm/virt: Add memory hot remove support
,
Shameerali Kolothum Thodi
,
2020/03/26
Re: [RFC v1] arm/virt: Add memory hot remove support
,
Auger Eric
,
2020/03/26
[PATCH v8 0/8] virtio-iommu: VFIO integration
,
Bharat Bhushan
,
2020/03/18
[PATCH v8 1/8] hw/vfio/common: Remove error print on mmio region translation by viommu
,
Bharat Bhushan
,
2020/03/18
[PATCH v8 2/8] memory: Add interface to set iommu page size mask
,
Bharat Bhushan
,
2020/03/18
[PATCH v8 3/8] vfio: set iommu page size as per host supported page size
,
Bharat Bhushan
,
2020/03/18
[PATCH v8 4/8] virtio-iommu: set supported page size mask
,
Bharat Bhushan
,
2020/03/18
Re: [PATCH v8 4/8] virtio-iommu: set supported page size mask
,
Auger Eric
,
2020/03/18
Re: [PATCH v8 4/8] virtio-iommu: set supported page size mask
,
Bharat Bhushan
,
2020/03/18
Re: [PATCH v8 4/8] virtio-iommu: set supported page size mask
,
Bharat Bhushan
,
2020/03/23
[PATCH v8 5/8] virtio-iommu: Add iommu notifier for map/unmap
,
Bharat Bhushan
,
2020/03/18
[PATCH v8 6/8] virtio-iommu: Call iommu notifier for attach/detach
,
Bharat Bhushan
,
2020/03/18
[PATCH v8 7/8] virtio-iommu: add iommu replay
,
Bharat Bhushan
,
2020/03/18
[PATCH v8 8/8] virtio-iommu: add iommu notifier memory-region
,
Bharat Bhushan
,
2020/03/18
Re: [PATCH v8 0/8] virtio-iommu: VFIO integration
,
Auger Eric
,
2020/03/18
[PULL 24/28] tests/tcg/aarch64: add SVE iotcl test
,
Alex Bennée
,
2020/03/17
[PULL 17/28] target/arm: default SVE length to 64 bytes for linux-user
,
Alex Bennée
,
2020/03/17
[PULL 18/28] target/arm: generate xml description of our SVE registers
,
Alex Bennée
,
2020/03/17
[PULL 20/28] tests/tcg/aarch64: userspace system register test
,
Alex Bennée
,
2020/03/17
[PULL 19/28] target/arm: don't bother with id_aa64pfr0_read for USER_ONLY
,
Alex Bennée
,
2020/03/17
[PULL 23/28] tests/tcg/aarch64: add a gdbstub testcase for SVE registers
,
Alex Bennée
,
2020/03/17
[PULL 14/28] gdbstub: extend GByteArray to read register helpers
,
Alex Bennée
,
2020/03/17
[PULL 16/28] target/arm: explicitly encode regnum in our XML
,
Alex Bennée
,
2020/03/17
[PULL 25/28] tests/tcg/aarch64: add test-sve-ioctl guest-debug test
,
Alex Bennée
,
2020/03/17
[PULL 15/28] target/arm: prepare for multiple dynamic XMLs
,
Alex Bennée
,
2020/03/17
[PULL 11/28] target/arm: use gdb_get_reg helpers
,
Alex Bennée
,
2020/03/17
[PATCH v3 25/25] hw/arm: Let devices own the MemoryRegion they create
,
Philippe Mathieu-Daudé
,
2020/03/16
[PATCH v3 22/25] hw/arm/stm32: Use memory_region_init_rom() with read-only regions
,
Philippe Mathieu-Daudé
,
2020/03/16
[PATCH v3 24/25] hw/arm: Remove unnecessary memory_region_set_readonly() on ROM alias
,
Philippe Mathieu-Daudé
,
2020/03/16
[PATCH v3 05/25] hw/arm: Use memory_region_init_rom() with read-only regions
,
Philippe Mathieu-Daudé
,
2020/03/16
[PATCH v1 00/28 for 5.0] testing and gdbstub
,
Alex Bennée
,
2020/03/16
[PATCH v1 04/28] tests/docker: Update VirGL to v0.8.0
,
Alex Bennée
,
2020/03/16
[PATCH v1 03/28] tests/docker: Remove obsolete VirGL --with-glx configure option
,
Alex Bennée
,
2020/03/16
[PATCH v1 01/28] tests/docker: Install tools to cross-debug and build Linux kernels
,
Alex Bennée
,
2020/03/16
[PATCH v1 06/28] gdbstub: make GDBState static and have common init function
,
Alex Bennée
,
2020/03/16
[PATCH v1 02/28] tests/docker: Update VirGL git repository URL
,
Alex Bennée
,
2020/03/16
[PATCH v1 10/28] gdbstub: add helper for 128 bit registers
,
Alex Bennée
,
2020/03/16
[PATCH v1 08/28] gdbstub: move str_buf to GDBState and use GString
,
Alex Bennée
,
2020/03/16
[PATCH v1 05/28] travis.yml: Set G_MESSAGES_DEBUG do report GLib errors
,
Alex Bennée
,
2020/03/16
[PATCH v1 27/28] gdbstub: do not split gdb_monitor_write payload
,
Alex Bennée
,
2020/03/16
[PATCH v1 11/28] target/arm: use gdb_get_reg helpers
,
Alex Bennée
,
2020/03/16
[PATCH v1 09/28] gdbstub: move mem_buf to GDBState and use GByteArray
,
Alex Bennée
,
2020/03/16
[PATCH v1 12/28] target/m68k: use gdb_get_reg helpers
,
Alex Bennée
,
2020/03/16
Re: [PATCH v1 12/28] target/m68k: use gdb_get_reg helpers
,
Philippe Mathieu-Daudé
,
2020/03/17
[PATCH v1 07/28] gdbstub: stop passing GDBState * around and use global
,
Alex Bennée
,
2020/03/16
[PATCH v1 13/28] target/i386: use gdb_get_reg helpers
,
Alex Bennée
,
2020/03/16
Re: [PATCH v1 13/28] target/i386: use gdb_get_reg helpers
,
Philippe Mathieu-Daudé
,
2020/03/17
Re: [PATCH v1 13/28] target/i386: use gdb_get_reg helpers
,
Philippe Mathieu-Daudé
,
2020/03/17
[PATCH v1 15/28] target/arm: prepare for multiple dynamic XMLs
,
Alex Bennée
,
2020/03/16
[PATCH v1 28/28] gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb
,
Alex Bennée
,
2020/03/16
[PATCH v1 14/28] gdbstub: extend GByteArray to read register helpers
,
Alex Bennée
,
2020/03/16
[PATCH v1 24/28] tests/tcg/aarch64: add SVE iotcl test
,
Alex Bennée
,
2020/03/16
Re: [PATCH v1 24/28] tests/tcg/aarch64: add SVE iotcl test
,
Philippe Mathieu-Daudé
,
2020/03/17
Re: [PATCH v1 24/28] tests/tcg/aarch64: add SVE iotcl test
,
Aleksandar Markovic
,
2020/03/17
Re: [PATCH v1 24/28] tests/tcg/aarch64: add SVE iotcl test
,
Peter Maydell
,
2020/03/17
Re: [PATCH v1 24/28] tests/tcg/aarch64: add SVE iotcl test
,
Alex Bennée
,
2020/03/17
Re: [PATCH v1 24/28] tests/tcg/aarch64: add SVE iotcl test
,
Aleksandar Markovic
,
2020/03/17
[PATCH v1 17/28] target/arm: default SVE length to 64 bytes for linux-user
,
Alex Bennée
,
2020/03/16
[PATCH v1 22/28] tests/guest-debug: add a simple test runner
,
Alex Bennée
,
2020/03/16
Re: [PATCH v1 22/28] tests/guest-debug: add a simple test runner
,
Philippe Mathieu-Daudé
,
2020/03/17
[PATCH v1 18/28] target/arm: generate xml description of our SVE registers
,
Alex Bennée
,
2020/03/16
[PATCH v1 21/28] configure: allow user to specify what gdb to use
,
Alex Bennée
,
2020/03/16
Re: [PATCH v1 21/28] configure: allow user to specify what gdb to use
,
Peter Maydell
,
2020/03/16
Re: [PATCH v1 21/28] configure: allow user to specify what gdb to use
,
Alex Bennée
,
2020/03/17
[PATCH v1 20/28] tests/tcg/aarch64: userspace system register test
,
Alex Bennée
,
2020/03/16
Re: [PATCH v1 20/28] tests/tcg/aarch64: userspace system register test
,
Philippe Mathieu-Daudé
,
2020/03/17
Re: [PATCH v1 20/28] tests/tcg/aarch64: userspace system register test
,
Alex Bennée
,
2020/03/17
Re: [PATCH v1 20/28] tests/tcg/aarch64: userspace system register test
,
Philippe Mathieu-Daudé
,
2020/03/17
[PATCH v1 25/28] tests/tcg/aarch64: add test-sve-ioctl guest-debug test
,
Alex Bennée
,
2020/03/16
[PATCH v1 26/28] gdbstub: change GDBState.last_packet to GByteArray
,
Alex Bennée
,
2020/03/16
[PATCH v1 23/28] tests/tcg/aarch64: add a gdbstub testcase for SVE registers
,
Alex Bennée
,
2020/03/16
Re: [PATCH v1 23/28] tests/tcg/aarch64: add a gdbstub testcase for SVE registers
,
Philippe Mathieu-Daudé
,
2020/03/17
[PATCH v1 19/28] target/arm: don't bother with id_aa64pfr0_read for USER_ONLY
,
Alex Bennée
,
2020/03/16
Re: [PATCH v1 19/28] target/arm: don't bother with id_aa64pfr0_read for USER_ONLY
,
Philippe Mathieu-Daudé
,
2020/03/17
[PATCH v1 16/28] target/arm: explicitly encode regnum in our XML
,
Alex Bennée
,
2020/03/16
Re: [PATCH v1 00/28 for 5.0] testing and gdbstub
,
no-reply
,
2020/03/16
[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
,
Philippe Mathieu-Daudé
,
2020/03/16
[PATCH v3 01/19] target/arm: Rename KVM set_feature() as kvm_set_feature()
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 01/19] target/arm: Rename KVM set_feature() as kvm_set_feature()
,
Richard Henderson
,
2020/03/16
Re: [PATCH v3 01/19] target/arm: Rename KVM set_feature() as kvm_set_feature()
,
Philippe Mathieu-Daudé
,
2020/03/17
[PATCH v3 02/19] target/arm: Make set_feature() available for other files
,
Philippe Mathieu-Daudé
,
2020/03/16
[PATCH v3 03/19] target/arm: Restrict DC-CVAP instruction to TCG accel
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 03/19] target/arm: Restrict DC-CVAP instruction to TCG accel
,
Richard Henderson
,
2020/03/16
Re: [PATCH v3 03/19] target/arm: Restrict DC-CVAP instruction to TCG accel
,
Peter Maydell
,
2020/03/16
[PATCH v3 04/19] target/arm: Restric the Address Translate operations to TCG accel
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 04/19] target/arm: Restric the Address Translate operations to TCG accel
,
Richard Henderson
,
2020/03/16
[PATCH v3 05/19] target/arm: Restrict Virtualization Host Extensions instructions to TCG
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 05/19] target/arm: Restrict Virtualization Host Extensions instructions to TCG
,
Richard Henderson
,
2020/03/16
[PATCH v3 06/19] target/arm: Move Makefile variable restricted to CONFIG_TCG
,
Philippe Mathieu-Daudé
,
2020/03/16
[PATCH v3 08/19] target/arm: Add semihosting stub to allow building without TCG
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 08/19] target/arm: Add semihosting stub to allow building without TCG
,
Richard Henderson
,
2020/03/16
[PATCH v3 07/19] target/arm: Make cpu_register() available for other files
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 07/19] target/arm: Make cpu_register() available for other files
,
Richard Henderson
,
2020/03/16
[PATCH v3 09/19] target/arm: Move ARM_V7M Kconfig from hw/ to target/
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 09/19] target/arm: Move ARM_V7M Kconfig from hw/ to target/
,
Richard Henderson
,
2020/03/16
[PATCH v3 11/19] target/arm: Restrict ARMv5 cpus to TCG accel
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 11/19] target/arm: Restrict ARMv5 cpus to TCG accel
,
Richard Henderson
,
2020/03/16
[PATCH v3 10/19] target/arm: Restrict ARMv4 cpus to TCG accel
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 10/19] target/arm: Restrict ARMv4 cpus to TCG accel
,
Richard Henderson
,
2020/03/16
Re: [PATCH v3 10/19] target/arm: Restrict ARMv4 cpus to TCG accel
,
Richard Henderson
,
2020/03/16
[PATCH v3 12/19] target/arm: Restrict ARMv6 cpus to TCG accel
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 12/19] target/arm: Restrict ARMv6 cpus to TCG accel
,
Richard Henderson
,
2020/03/16
[PATCH v3 13/19] target/arm: Restrict ARMv7 R-profile cpus to TCG accel
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 13/19] target/arm: Restrict ARMv7 R-profile cpus to TCG accel
,
Richard Henderson
,
2020/03/16
[PATCH v3 14/19] target/arm: Restrict ARMv7 M-profile cpus to TCG accel
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 14/19] target/arm: Restrict ARMv7 M-profile cpus to TCG accel
,
Richard Henderson
,
2020/03/16
[PATCH v3 15/19] target/arm: Make m_helper.c optional via CONFIG_ARM_V7M
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 15/19] target/arm: Make m_helper.c optional via CONFIG_ARM_V7M
,
Richard Henderson
,
2020/03/16
[PATCH v3 16/19] target/arm: Do not build TCG objects when TCG is off
,
Philippe Mathieu-Daudé
,
2020/03/16
[PATCH v3 17/19] hw/arm: Automatically select the 'virt' machine on KVM
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 17/19] hw/arm: Automatically select the 'virt' machine on KVM
,
Richard Henderson
,
2020/03/16
[PATCH v3 18/19] hw/arm: Do not build to 'virt' machine on Xen
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 18/19] hw/arm: Do not build to 'virt' machine on Xen
,
Stefano Stabellini
,
2020/03/16
Re: [PATCH v3 18/19] hw/arm: Do not build to 'virt' machine on Xen
,
Peter Maydell
,
2020/03/16
Re: [PATCH v3 18/19] hw/arm: Do not build to 'virt' machine on Xen
,
Philippe Mathieu-Daudé
,
2020/03/16
[PATCH v3 19/19] .travis.yml: Add a KVM-only Aarch64 job
,
Philippe Mathieu-Daudé
,
2020/03/16
Re: [PATCH v3 00/19] Support disabling TCG on ARM (part 2)
,
no-reply
,
2020/03/16
Re: [PATCH v3 00/19] Support disabling TCG on ARM (part 2)
,
no-reply
,
2020/03/16
Re: [PATCH v2 1/4] m25p80: Convert to support tracing
,
Cédric Le Goater
,
2020/03/16
Re: [PATCH v2 1/4] m25p80: Convert to support tracing
,
Peter Maydell
,
2020/03/16
Re: [PATCH v2 1/4] m25p80: Convert to support tracing
,
Cédric Le Goater
,
2020/03/16
Re: [PATCH v2 1/4] m25p80: Convert to support tracing
,
Peter Maydell
,
2020/03/16
Re: [PATCH v8 0/9] Clock framework API
,
Edgar E. Iglesias
,
2020/03/16
[PATCH v2] migration/throttle: Add cpu-throttle-tailslow migration parameter
,
Keqian Zhu
,
2020/03/16
Re: [PATCH v2] migration/throttle: Add cpu-throttle-tailslow migration parameter
,
zhukeqian
,
2020/03/31
Re: [PATCH v2] migration/throttle: Add cpu-throttle-tailslow migration parameter
,
Eric Blake
,
2020/03/31
Re: [PATCH v2] migration/throttle: Add cpu-throttle-tailslow migration parameter
,
zhukeqian
,
2020/03/31
[PATCH v2] target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA
,
Richard Henderson
,
2020/03/15
[PATCH 0/8] hw/arm: Implement i.MX watchdog support
,
Guenter Roeck
,
2020/03/14
[PATCH 1/8] hw: Move i.MX watchdog driver to hw/watchdog
,
Guenter Roeck
,
2020/03/14
Re: [PATCH 1/8] hw: Move i.MX watchdog driver to hw/watchdog
,
Philippe Mathieu-Daudé
,
2020/03/14
Re: [PATCH 1/8] hw: Move i.MX watchdog driver to hw/watchdog
,
Philippe Mathieu-Daudé
,
2020/03/14
Re: [PATCH 1/8] hw: Move i.MX watchdog driver to hw/watchdog
,
Guenter Roeck
,
2020/03/14
[PATCH 3/8] hw/arm/fsl-imx25: Wire up watchdog
,
Guenter Roeck
,
2020/03/14
Re: [PATCH 3/8] hw/arm/fsl-imx25: Wire up watchdog
,
Philippe Mathieu-Daudé
,
2020/03/14
Re: [PATCH 3/8] hw/arm/fsl-imx25: Wire up watchdog
,
Guenter Roeck
,
2020/03/14
[PATCH 2/8] hw/watchdog: Implement full i.MX watchdog support
,
Guenter Roeck
,
2020/03/14
[PATCH 4/8] hw/arm/fsl-imx31: Wire up watchdog
,
Guenter Roeck
,
2020/03/14
Re: [PATCH 4/8] hw/arm/fsl-imx31: Wire up watchdog
,
Philippe Mathieu-Daudé
,
2020/03/14
Re: [PATCH 4/8] hw/arm/fsl-imx31: Wire up watchdog
,
Guenter Roeck
,
2020/03/14
[PATCH 5/8] hw/arm/fsl-imx6: Connect watchdog interrupts
,
Guenter Roeck
,
2020/03/14
[PATCH 6/8] hw/arm/fsl-imx6ul: Connect watchdog interrupts
,
Guenter Roeck
,
2020/03/14
[PATCH 7/8] hw/arm/fsl-imx7: Instantiate various unimplemented devices
,
Guenter Roeck
,
2020/03/14
[PATCH 8/8] hw/arm/fsl-imx7: Connect watchdog interrupts
,
Guenter Roeck
,
2020/03/14
[PATCH 00/14] user-mode: Prune build dependencies (part 1)
,
Philippe Mathieu-Daudé
,
2020/03/13
[PATCH 01/14] Makefile: Only build virtiofsd if system-mode is enabled
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 01/14] Makefile: Only build virtiofsd if system-mode is enabled
,
Laurent Vivier
,
2020/03/13
Re: [PATCH 01/14] Makefile: Only build virtiofsd if system-mode is enabled
,
Richard Henderson
,
2020/03/15
Re: [PATCH 01/14] Makefile: Only build virtiofsd if system-mode is enabled
,
Philippe Mathieu-Daudé
,
2020/03/15
Re: [PATCH 01/14] Makefile: Only build virtiofsd if system-mode is enabled
,
Richard Henderson
,
2020/03/15
[PATCH 02/14] configure: Avoid building TCG when not needed
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 02/14] configure: Avoid building TCG when not needed
,
Richard Henderson
,
2020/03/15
[PATCH 03/14] tests/Makefile: Only display TCG-related tests when TCG is available
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 03/14] tests/Makefile: Only display TCG-related tests when TCG is available
,
Alistair Francis
,
2020/03/13
Re: [PATCH 03/14] tests/Makefile: Only display TCG-related tests when TCG is available
,
Richard Henderson
,
2020/03/15
[PATCH 04/14] tests/Makefile: Restrict some softmmu-only tests
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 04/14] tests/Makefile: Restrict some softmmu-only tests
,
Richard Henderson
,
2020/03/15
Re: [PATCH 04/14] tests/Makefile: Restrict some softmmu-only tests
,
Richard Henderson
,
2020/03/15
[PATCH 05/14] stubs/Makefile: Reduce the user-mode object list
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 05/14] stubs/Makefile: Reduce the user-mode object list
,
Richard Henderson
,
2020/03/15
[PATCH 06/14] util/Makefile: Reduce the user-mode object list
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 06/14] util/Makefile: Reduce the user-mode object list
,
Richard Henderson
,
2020/03/15
[PATCH 07/14] target/riscv/cpu: Restrict CPU migration to system-mode
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 07/14] target/riscv/cpu: Restrict CPU migration to system-mode
,
Alistair Francis
,
2020/03/13
Re: [PATCH 07/14] target/riscv/cpu: Restrict CPU migration to system-mode
,
Richard Henderson
,
2020/03/15
[PATCH 08/14] exec: Assert CPU migration is not used on user-only build
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 08/14] exec: Assert CPU migration is not used on user-only build
,
Richard Henderson
,
2020/03/15
[PATCH 09/14] exec: Drop redundant #ifdeffery
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 09/14] exec: Drop redundant #ifdeffery
,
Alistair Francis
,
2020/03/13
Re: [PATCH 09/14] exec: Drop redundant #ifdeffery
,
Richard Henderson
,
2020/03/15
Re: [PATCH 09/14] exec: Drop redundant #ifdeffery
,
Philippe Mathieu-Daudé
,
2020/03/15
[PATCH 10/14] arch_init: Remove unused 'qapi-commands-misc.h' include
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 10/14] arch_init: Remove unused 'qapi-commands-misc.h' include
,
Alistair Francis
,
2020/03/13
Re: [PATCH 10/14] arch_init: Remove unused 'qapi-commands-misc.h' include
,
Richard Henderson
,
2020/03/15
[PATCH 11/14] target: Restrict write_elfXX_note() handlers to system-mode
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 11/14] target: Restrict write_elfXX_note() handlers to system-mode
,
Richard Henderson
,
2020/03/15
[PATCH 12/14] target/i386: Restrict CpuClass::get_crash_info() to system-mode
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 12/14] target/i386: Restrict CpuClass::get_crash_info() to system-mode
,
Richard Henderson
,
2020/03/15
[PATCH 13/14] target/s390x: Restrict CpuClass::get_crash_info() to system-mode
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 13/14] target/s390x: Restrict CpuClass::get_crash_info() to system-mode
,
Richard Henderson
,
2020/03/15
[PATCH 14/14] hw/core: Restrict CpuClass::get_crash_info() to system-mode
,
Philippe Mathieu-Daudé
,
2020/03/13
Re: [PATCH 14/14] hw/core: Restrict CpuClass::get_crash_info() to system-mode
,
Richard Henderson
,
2020/03/15
[PATCH] hw/arm/fsl-imx7: Instantiate apbh_dma and ocotp as unimplemented devices
,
Guenter Roeck
,
2020/03/13
Re: [PATCH] hw/arm/fsl-imx7: Instantiate apbh_dma and ocotp as unimplemented devices
,
Peter Maydell
,
2020/03/16
Re: [PATCH] hw/arm/fsl-imx7: Instantiate apbh_dma and ocotp as unimplemented devices
,
Guenter Roeck
,
2020/03/16
[PATCH] hw/arm/pxa2xx: Do not wire up OHCI for PXA255
,
Guenter Roeck
,
2020/03/13
Re: [PATCH] hw/arm/pxa2xx: Do not wire up OHCI for PXA255
,
Peter Maydell
,
2020/03/16
Re: [PATCH] hw/arm/pxa2xx: Do not wire up OHCI for PXA255
,
Guenter Roeck
,
2020/03/16
Re: [PATCH] hw/arm/pxa2xx: Do not wire up OHCI for PXA255
,
Peter Maydell
,
2020/03/17
[PATCH V6 0/5] virtio-iommu: VFIO integration
,
Bharat Bhushan
,
2020/03/13
[PATCH v7 0/5] virtio-iommu: VFIO integration
,
Bharat Bhushan
,
2020/03/13
[PATCH v7 2/5] virtio-iommu: Add iommu notifier for map/unmap
,
Bharat Bhushan
,
2020/03/13
Re: [PATCH v7 2/5] virtio-iommu: Add iommu notifier for map/unmap
,
Auger Eric
,
2020/03/13
Re: [PATCH v7 2/5] virtio-iommu: Add iommu notifier for map/unmap
,
Bharat Bhushan
,
2020/03/16
Re: [PATCH v7 2/5] virtio-iommu: Add iommu notifier for map/unmap
,
Auger Eric
,
2020/03/16
[PATCH v7 5/5] virtio-iommu: add iommu notifier memory-region
,
Bharat Bhushan
,
2020/03/13
[PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Bharat Bhushan
,
2020/03/13
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Auger Eric
,
2020/03/13
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Bharat Bhushan
,
2020/03/16
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Auger Eric
,
2020/03/16
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Bharat Bhushan
,
2020/03/16
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Bharat Bhushan
,
2020/03/16
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Auger Eric
,
2020/03/16
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Bharat Bhushan
,
2020/03/16
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Jean-Philippe Brucker
,
2020/03/16
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Bharat Bhushan
,
2020/03/17
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Auger Eric
,
2020/03/17
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Jean-Philippe Brucker
,
2020/03/17
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Bharat Bhushan
,
2020/03/17
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Jean-Philippe Brucker
,
2020/03/17
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Bharat Bhushan
,
2020/03/18
Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Jean-Philippe Brucker
,
2020/03/18
RE: [EXT] Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Bharat Bhushan
,
2020/03/18
Re: [EXT] Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Auger Eric
,
2020/03/18
Re: [EXT] Re: [PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Jean-Philippe Brucker
,
2020/03/18
[PATCH v7 1/5] hw/vfio/common: Remove error print on mmio region translation by viommu
,
Bharat Bhushan
,
2020/03/13
[PATCH v7 4/5] virtio-iommu: add iommu replay
,
Bharat Bhushan
,
2020/03/13
[PATCH v6 1/5] hw/vfio/common: Remove error print on mmio region translation by viommu
,
Bharat Bhushan
,
2020/03/13
[PATCH v6 4/5] virtio-iommu: add iommu replay
,
Bharat Bhushan
,
2020/03/13
[PATCH v6 3/5] virtio-iommu: Call iommu notifier for attach/detach
,
Bharat Bhushan
,
2020/03/13
[PATCH v6 2/5] virtio-iommu: Add iommu notifier for map/unmap
,
Bharat Bhushan
,
2020/03/13
[PATCH v6 5/5] virtio-iommu: add iommu notifier memory-region
,
Bharat Bhushan
,
2020/03/13
[PATCH 5/5] target/arm: MTE tag check stubs
,
Rémi Denis-Courmont
,
2020/03/13
[PATCH 2/5] target/arm: MTE user mode disassembly
,
Rémi Denis-Courmont
,
2020/03/13
Re: [PATCH 2/5] target/arm: MTE user mode disassembly
,
Richard Henderson
,
2020/03/13
[PATCH 4/5] target/arm: MTE privileged system mode assembly
,
Rémi Denis-Courmont
,
2020/03/13
[PATCH 1/5] target/arm: MTE processor state
,
Rémi Denis-Courmont
,
2020/03/13
[PATCH 3/5] target/arm: MTE unprivileged system mode disassembly
,
Rémi Denis-Courmont
,
2020/03/13
[RFC] [PATCH 0/5] ARMv8.5-MemTag disassembly
,
Rémi Denis-Courmont
,
2020/03/13
Re: [RFC] [PATCH 0/5] ARMv8.5-MemTag disassembly
,
Rémi Denis-Courmont
,
2020/03/13
Re: [RFC] [PATCH 0/5] ARMv8.5-MemTag disassembly
,
Peter Maydell
,
2020/03/13
Re: [RFC] [PATCH 0/5] ARMv8.5-MemTag disassembly
,
Rémi Denis-Courmont
,
2020/03/13
Re: [RFC] [PATCH 0/5] ARMv8.5-MemTag disassembly
,
Peter Maydell
,
2020/03/13
Re: [RFC] [PATCH 0/5] ARMv8.5-MemTag disassembly
,
Richard Henderson
,
2020/03/13
Re: [RFC] [PATCH 0/5] ARMv8.5-MemTag disassembly
,
Rémi Denis-Courmont
,
2020/03/13
[PATCH v3 0/5] Wire up USB controllers in i.MX6 emulations
,
Guenter Roeck
,
2020/03/12
[PATCH v3 2/5] hw/arm/fsl-imx6ul: Fix USB interrupt numbers
,
Guenter Roeck
,
2020/03/12
[PATCH v3 3/5] hw/arm/fsl-imx6ul: Instantiate unimplemented pwm and can devices
,
Guenter Roeck
,
2020/03/12
[PATCH v3 1/5] hw/usb: Add basic i.MX USB Phy support
,
Guenter Roeck
,
2020/03/12
[PATCH v3 4/5] hw/arm/fsl-imx6ul: Wire up USB controllers
,
Guenter Roeck
,
2020/03/12
[PATCH v3 5/5] hw/arm/fsl-imx6: Wire up USB controllers
,
Guenter Roeck
,
2020/03/12
Re: [PATCH v3 0/5] Wire up USB controllers in i.MX6 emulations
,
Peter Maydell
,
2020/03/13
[PATCH] hw/arm/bcm283x: Correct the license text
,
Philippe Mathieu-Daudé
,
2020/03/12
Re: [PATCH] hw/arm/bcm283x: Correct the license text
,
Peter Maydell
,
2020/03/23
[PATCH v6 00/42] target/arm: Implement ARMv8.5-MemTag, system mode
,
Richard Henderson
,
2020/03/12
[PATCH v6 01/42] target/arm: Add isar tests for mte
,
Richard Henderson
,
2020/03/12
[PATCH v6 02/42] target/arm: Improve masking of SCR RES0 bits
,
Richard Henderson
,
2020/03/12
[PATCH v6 03/42] target/arm: Add support for MTE to SCTLR_ELx
,
Richard Henderson
,
2020/03/12
[PATCH v6 04/42] target/arm: Add support for MTE to HCR_EL2 and SCR_EL3
,
Richard Henderson
,
2020/03/12
[PATCH v6 05/42] target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXIT
,
Richard Henderson
,
2020/03/12
[PATCH v6 06/42] target/arm: Add DISAS_UPDATE_NOCHAIN
,
Richard Henderson
,
2020/03/12
[PATCH v6 07/42] target/arm: Add MTE system registers
,
Richard Henderson
,
2020/03/12
[PATCH v6 09/42] target/arm: Implement the IRG instruction
,
Richard Henderson
,
2020/03/12
[PATCH v6 11/42] target/arm: Implement the GMI instruction
,
Richard Henderson
,
2020/03/12
[PATCH v6 12/42] target/arm: Implement the SUBP instruction
,
Richard Henderson
,
2020/03/12
[PATCH v6 08/42] target/arm: Add MTE bits to tb_flags
,
Richard Henderson
,
2020/03/12
[PATCH v6 10/42] target/arm: Implement the ADDG, SUBG instructions
,
Richard Henderson
,
2020/03/12
[PATCH v6 14/42] target/arm: Add helper_probe_access
,
Richard Henderson
,
2020/03/12
[PATCH v6 13/42] target/arm: Define arm_cpu_do_unaligned_access for user-only
,
Richard Henderson
,
2020/03/12
[PATCH v6 16/42] target/arm: Implement the STGP instruction
,
Richard Henderson
,
2020/03/12
[PATCH v6 15/42] target/arm: Implement LDG, STG, ST2G instructions
,
Richard Henderson
,
2020/03/12
[PATCH v6 17/42] target/arm: Restrict the values of DCZID.BS under TCG
,
Richard Henderson
,
2020/03/12
[PATCH v6 20/42] target/arm: Implement the access tag cache flushes
,
Richard Henderson
,
2020/03/12
[PATCH v6 21/42] target/arm: Move regime_el to internals.h
,
Richard Henderson
,
2020/03/12
[PATCH v6 18/42] target/arm: Simplify DC_ZVA
,
Richard Henderson
,
2020/03/12
[PATCH v6 22/42] target/arm: Move regime_tcr to internals.h
,
Richard Henderson
,
2020/03/12
[PATCH v6 19/42] target/arm: Implement the LDGM, STGM, STZGM instructions
,
Richard Henderson
,
2020/03/12
[PATCH v6 23/42] target/arm: Add gen_mte_check1
,
Richard Henderson
,
2020/03/12
[PATCH v6 24/42] target/arm: Add gen_mte_checkN
,
Richard Henderson
,
2020/03/12
[PATCH v6 25/42] target/arm: Implement helper_mte_check1
,
Richard Henderson
,
2020/03/12
[PATCH v6 26/42] target/arm: Implement helper_mte_checkN
,
Richard Henderson
,
2020/03/12
[PATCH v6 27/42] target/arm: Add helper_mte_check_zva
,
Richard Henderson
,
2020/03/12
[PATCH v6 28/42] target/arm: Use mte_checkN for sve unpredicated loads
,
Richard Henderson
,
2020/03/12
[PATCH v6 29/42] target/arm: Use mte_checkN for sve unpredicated stores
,
Richard Henderson
,
2020/03/12
[PATCH v6 30/42] target/arm: Use mte_check1 for sve LD1R
,
Richard Henderson
,
2020/03/12
[PATCH v6 32/42] target/arm: Add mte helpers for sve scalar + int stores
,
Richard Henderson
,
2020/03/12
[PATCH v6 34/42] target/arm: Handle TBI for sve scalar + int memory ops
,
Richard Henderson
,
2020/03/12
[PATCH v6 31/42] target/arm: Add mte helpers for sve scalar + int loads
,
Richard Henderson
,
2020/03/12
[PATCH v6 33/42] target/arm: Add mte helpers for sve scalar + int ff/nf loads
,
Richard Henderson
,
2020/03/12
[PATCH v6 36/42] target/arm: Complete TBI clearing for user-only for SVE
,
Richard Henderson
,
2020/03/12
[PATCH v6 38/42] target/arm: Set PSTATE.TCO on exception entry
,
Richard Henderson
,
2020/03/12
[PATCH v6 37/42] target/arm: Implement data cache set allocation tags
,
Richard Henderson
,
2020/03/12
[PATCH v6 39/42] target/arm: Enable MTE
,
Richard Henderson
,
2020/03/12
[PATCH v6 40/42] target/arm: Cache the Tagged bit for a page in MemTxAttrs
,
Richard Henderson
,
2020/03/12
[PATCH v6 41/42] target/arm: Create tagged ram when MTE is enabled
,
Richard Henderson
,
2020/03/12
[PATCH v6 42/42] target/arm: Add allocation tag storage for system mode
,
Richard Henderson
,
2020/03/12
[PATCH v6 35/42] target/arm: Add mte helpers for sve scatter/gather memory ops
,
Richard Henderson
,
2020/03/12
Re: [PATCH] migration/throttle: Add throttle-trig-thres migration parameter
,
Dr. David Alan Gilbert
,
2020/03/12
Re: [PATCH] migration/throttle: Add throttle-trig-thres migration parameter
,
Dr. David Alan Gilbert
,
2020/03/12
Re: [PATCH] migration/throttle: Add throttle-trig-thres migration parameter
,
zhukeqian
,
2020/03/12
[kvm-unit-tests PATCH v3 00/12] KVM: arm64: PMUv3 Event Counter Tests
,
Eric Auger
,
2020/03/12
[kvm-unit-tests PATCH v3 01/12] arm64: Provide read/write_sysreg_s
,
Eric Auger
,
2020/03/12
[kvm-unit-tests PATCH v3 02/12] arm: pmu: Let pmu tests take a sub-test parameter
,
Eric Auger
,
2020/03/12
[kvm-unit-tests PATCH v3 03/12] arm: pmu: Don't check PMCR.IMP anymore
,
Eric Auger
,
2020/03/12
[kvm-unit-tests PATCH v3 04/12] arm: pmu: Add a pmu struct
,
Eric Auger
,
2020/03/12
[kvm-unit-tests PATCH v3 05/12] arm: pmu: Introduce defines for PMU versions
,
Eric Auger
,
2020/03/12
[kvm-unit-tests PATCH v3 06/12] arm: pmu: Check Required Event Support
,
Eric Auger
,
2020/03/12
[kvm-unit-tests PATCH v3 07/12] arm: pmu: Basic event counter Tests
,
Eric Auger
,
2020/03/12
[kvm-unit-tests PATCH v3 08/12] arm: pmu: Test SW_INCR event count
,
Eric Auger
,
2020/03/12
[kvm-unit-tests PATCH v3 09/12] arm: pmu: Test chained counters
,
Eric Auger
,
2020/03/12
[kvm-unit-tests PATCH v3 10/12] arm: pmu: test 32-bit <-> 64-bit transitions
,
Eric Auger
,
2020/03/12
[kvm-unit-tests PATCH v3 11/12] arm: gic: Introduce gic_irq_set_clr_enable() helper
,
Eric Auger
,
2020/03/12
[kvm-unit-tests PATCH v3 12/12] arm: pmu: Test overflow interrupts
,
Eric Auger
,
2020/03/12
[PATCH v3 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
,
Beata Michalska
,
2020/03/11
[PATCH v3 1/2] target/arm: kvm: Inject events at the last stage of sync
,
Beata Michalska
,
2020/03/11
Re: [PATCH v3 1/2] target/arm: kvm: Inject events at the last stage of sync
,
Andrew Jones
,
2020/03/12
Re: [PATCH v3 1/2] target/arm: kvm: Inject events at the last stage of sync
,
Peter Maydell
,
2020/03/12
Re: [PATCH v3 1/2] target/arm: kvm: Inject events at the last stage of sync
,
Beata Michalska
,
2020/03/15
[PATCH v3 2/2] target/arm: kvm: Handle DABT with no valid ISS
,
Beata Michalska
,
2020/03/11
Re: [PATCH v3 2/2] target/arm: kvm: Handle DABT with no valid ISS
,
Andrew Jones
,
2020/03/12
Re: [PATCH v3 2/2] target/arm: kvm: Handle DABT with no valid ISS
,
Beata Michalska
,
2020/03/15
[PATCH v8 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 04/18] hw/arm/allwinner-h3: add USB host controller
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 02/18] hw/arm: add Xunlong Orange Pi PC machine
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 03/18] hw/arm/allwinner-h3: add Clock Control Unit
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 01/18] hw/arm: add Allwinner H3 System-on-Chip
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 05/18] hw/arm/allwinner-h3: add System Control module
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 10/18] hw/arm/allwinner-h3: add Boot ROM support
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 13/18] tests/boot_linux_console: Add a quick test for the OrangePi PC board
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 07/18] hw/arm/allwinner: add Security Identifier device
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 06/18] hw/arm/allwinner: add CPU Configuration module
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 17/18] tests/boot_linux_console: Test booting NetBSD via U-Boot on OrangePi PC
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 16/18] tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 12/18] hw/arm/allwinner: add RTC device support
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 14/18] tests/boot_linux_console: Add initrd test for the Orange Pi PC board
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 15/18] tests/boot_linux_console: Add a SD card test for the OrangePi PC board
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 18/18] docs: add Orange Pi PC document
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 11/18] hw/arm/allwinner-h3: add SDRAM controller device
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 09/18] hw/arm/allwinner-h3: add EMAC ethernet device
,
Niek Linnenbank
,
2020/03/11
[PATCH v8 08/18] hw/arm/allwinner: add SD/MMC host controller
,
Niek Linnenbank
,
2020/03/11
Re: [PATCH v8 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
,
no-reply
,
2020/03/11
Re: [PATCH v8 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
,
Peter Maydell
,
2020/03/12
Re: [PATCH v8 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
,
Niek Linnenbank
,
2020/03/12
RE: [PATCH v2 1/7] exec: Fix for qemu_ram_resize() callback
,
Shameerali Kolothum Thodi
,
2020/03/11
[PATCH v3 00/10] ARM virt: Add NVDIMM support
,
Shameer Kolothum
,
2020/03/11
[PATCH v3 02/10] fw_cfg: Migrate ACPI table mr sizes separately
,
Shameer Kolothum
,
2020/03/11
Re: [PATCH v3 02/10] fw_cfg: Migrate ACPI table mr sizes separately
,
David Hildenbrand
,
2020/03/11
Re: [PATCH v3 02/10] fw_cfg: Migrate ACPI table mr sizes separately
,
Michael S. Tsirkin
,
2020/03/11
Re: [PATCH v3 02/10] fw_cfg: Migrate ACPI table mr sizes separately
,
Michael S. Tsirkin
,
2020/03/11
RE: [PATCH v3 02/10] fw_cfg: Migrate ACPI table mr sizes separately
,
Shameerali Kolothum Thodi
,
2020/03/12
Re: [PATCH v3 02/10] fw_cfg: Migrate ACPI table mr sizes separately
,
Michael S. Tsirkin
,
2020/03/19
RE: [PATCH v3 02/10] fw_cfg: Migrate ACPI table mr sizes separately
,
Shameerali Kolothum Thodi
,
2020/03/20
Re: [PATCH v3 02/10] fw_cfg: Migrate ACPI table mr sizes separately
,
Igor Mammedov
,
2020/03/23
RE: [PATCH v3 02/10] fw_cfg: Migrate ACPI table mr sizes separately
,
Shameerali Kolothum Thodi
,
2020/03/23
[PATCH v3 01/10] acpi: Use macro for table-loader file name
,
Shameer Kolothum
,
2020/03/11
Re: [PATCH v3 01/10] acpi: Use macro for table-loader file name
,
Igor Mammedov
,
2020/03/23
[PATCH v3 04/10] hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer length
,
Shameer Kolothum
,
2020/03/11
Re: [PATCH v3 04/10] hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer length
,
Igor Mammedov
,
2020/03/23
[PATCH v3 03/10] exec: Fix for qemu_ram_resize() callback
,
Shameer Kolothum
,
2020/03/11
Re: [PATCH v3 03/10] exec: Fix for qemu_ram_resize() callback
,
David Hildenbrand
,
2020/03/11
Re: [PATCH v3 03/10] exec: Fix for qemu_ram_resize() callback
,
Igor Mammedov
,
2020/03/23
[PATCH v3 05/10] nvdimm: Use configurable ACPI IO base and size
,
Shameer Kolothum
,
2020/03/11
Re: [PATCH v3 05/10] nvdimm: Use configurable ACPI IO base and size
,
Igor Mammedov
,
2020/03/23
[PATCH v3 06/10] hw/arm/virt: Add nvdimm hot-plug infrastructure
,
Shameer Kolothum
,
2020/03/11
Re: [PATCH v3 06/10] hw/arm/virt: Add nvdimm hot-plug infrastructure
,
Igor Mammedov
,
2020/03/23
[PATCH v3 08/10] tests: Update ACPI tables list for upcoming arm/virt test changes
,
Shameer Kolothum
,
2020/03/11
[PATCH v3 07/10] hw/arm/virt: Add nvdimm hotplug support
,
Shameer Kolothum
,
2020/03/11
Re: [PATCH v3 07/10] hw/arm/virt: Add nvdimm hotplug support
,
Shannon Zhao
,
2020/03/24
[PATCH v3 09/10] tests/bios-tables-test: Update arm/virt memhp test
,
Shameer Kolothum
,
2020/03/11
Re: [PATCH v3 09/10] tests/bios-tables-test: Update arm/virt memhp test
,
Igor Mammedov
,
2020/03/23
[PATCH v3 10/10] tests/acpi: add expected tables for bios-tables-test
,
Shameer Kolothum
,
2020/03/11
Re: [PATCH v3 00/10] ARM virt: Add NVDIMM support
,
no-reply
,
2020/03/11
Re: [PATCH v3 00/10] ARM virt: Add NVDIMM support
,
no-reply
,
2020/03/11
Re: [PATCH v3 00/10] ARM virt: Add NVDIMM support
,
Michael S. Tsirkin
,
2020/03/29
RE: [PATCH v3 00/10] ARM virt: Add NVDIMM support
,
Shameerali Kolothum Thodi
,
2020/03/30
Re: [PATCH v3 00/10] ARM virt: Add NVDIMM support
,
David Hildenbrand
,
2020/03/30
[kvm-unit-tests PATCH v6 00/13] arm/arm64: Add ITS tests
,
Eric Auger
,
2020/03/11
[kvm-unit-tests PATCH v6 01/13] libcflat: Add other size defines
,
Eric Auger
,
2020/03/11
[kvm-unit-tests PATCH v6 02/13] page_alloc: Introduce get_order()
,
Eric Auger
,
2020/03/11
[kvm-unit-tests PATCH v6 03/13] arm/arm64: gic: Introduce setup_irq() helper
,
Eric Auger
,
2020/03/11
[kvm-unit-tests PATCH v6 04/13] arm/arm64: gicv3: Add some re-distributor defines
,
Eric Auger
,
2020/03/11
[kvm-unit-tests PATCH v6 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
,
Eric Auger
,
2020/03/11
[kvm-unit-tests PATCH v6 06/13] arm/arm64: ITS: Introspection tests
,
Eric Auger
,
2020/03/11
Re: [kvm-unit-tests PATCH v6 06/13] arm/arm64: ITS: Introspection tests
,
Andrew Jones
,
2020/03/11
Re: [kvm-unit-tests PATCH v6 06/13] arm/arm64: ITS: Introspection tests
,
Auger Eric
,
2020/03/11
[kvm-unit-tests PATCH v6 08/13] arm/arm64: ITS: Device and collection Initialization
,
Eric Auger
,
2020/03/11
[kvm-unit-tests PATCH v6 07/13] arm/arm64: ITS: its_enable_defaults
,
Eric Auger
,
2020/03/11
Re: [kvm-unit-tests PATCH v6 07/13] arm/arm64: ITS: its_enable_defaults
,
Andrew Jones
,
2020/03/11
Re: [kvm-unit-tests PATCH v6 07/13] arm/arm64: ITS: its_enable_defaults
,
Auger Eric
,
2020/03/11
[kvm-unit-tests PATCH v6 09/13] arm/arm64: ITS: Commands
,
Eric Auger
,
2020/03/11
[kvm-unit-tests PATCH v6 10/13] arm/arm64: ITS: INT functional tests
,
Eric Auger
,
2020/03/11
Re: [kvm-unit-tests PATCH v6 10/13] arm/arm64: ITS: INT functional tests
,
Zenghui Yu
,
2020/03/12
Re: [kvm-unit-tests PATCH v6 10/13] arm/arm64: ITS: INT functional tests
,
Auger Eric
,
2020/03/13
[kvm-unit-tests PATCH v6 11/13] arm/run: Allow Migration tests
,
Eric Auger
,
2020/03/11
[kvm-unit-tests PATCH v6 12/13] arm/arm64: ITS: migration tests
,
Eric Auger
,
2020/03/11
[kvm-unit-tests PATCH v6 13/13] arm/arm64: ITS: pending table migration test
,
Eric Auger
,
2020/03/11
Re: [kvm-unit-tests PATCH v6 00/13] arm/arm64: Add ITS tests
,
Andrew Jones
,
2020/03/11
[PATCH v5 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
,
Eric Auger
,
2020/03/11
[PATCH v5 1/6] hw/arm/virt: Document 'max' value in gic-version property description
,
Eric Auger
,
2020/03/11
[PATCH v5 2/6] hw/arm/virt: Introduce VirtGICType enum type
,
Eric Auger
,
2020/03/11
[PATCH v5 3/6] hw/arm/virt: Introduce finalize_gic_version()
,
Eric Auger
,
2020/03/11
[PATCH v5 4/6] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
,
Eric Auger
,
2020/03/11
[PATCH v5 5/6] hw/arm/virt: kvm: Restructure finalize_gic_version()
,
Eric Auger
,
2020/03/11
[PATCH v5 6/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
,
Eric Auger
,
2020/03/11
Re: [PATCH v5 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
,
Peter Maydell
,
2020/03/12
[PATCH v4 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
,
Eric Auger
,
2020/03/11
[PATCH v4 1/6] hw/arm/virt: Document 'max' value in gic-version property description
,
Eric Auger
,
2020/03/11
[PATCH v4 2/6] hw/arm/virt: Introduce VirtGICType enum type
,
Eric Auger
,
2020/03/11
[PATCH v4 3/6] hw/arm/virt: Introduce finalize_gic_version()
,
Eric Auger
,
2020/03/11
Re: [PATCH v4 3/6] hw/arm/virt: Introduce finalize_gic_version()
,
Andrew Jones
,
2020/03/11
[PATCH v4 5/6] hw/arm/virt: kvm: Restructure finalize_gic_version()
,
Eric Auger
,
2020/03/11
Re: [PATCH v4 5/6] hw/arm/virt: kvm: Restructure finalize_gic_version()
,
Andrew Jones
,
2020/03/11
[PATCH v4 4/6] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
,
Eric Auger
,
2020/03/11
[PATCH v4 6/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
,
Eric Auger
,
2020/03/11
Re: [PATCH v4 6/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
,
Andrew Jones
,
2020/03/11
[PATCH 00/16] target/arm: sve load/store improvements
,
Richard Henderson
,
2020/03/11
[PATCH 01/16] accel/tcg: Add block comment for probe_access
,
Richard Henderson
,
2020/03/11
[PATCH 03/16] exec: Add cpu_probe_watchpoint
,
Richard Henderson
,
2020/03/11
[PATCH 02/16] accel/tcg: Add probe_access_flags
,
Richard Henderson
,
2020/03/11
Re: [PATCH 02/16] accel/tcg: Add probe_access_flags
,
Richard Henderson
,
2020/03/12
[PATCH 05/16] target/arm: Drop manual handling of set/clear_helper_retaddr
,
Richard Henderson
,
2020/03/11
[PATCH 04/16] target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn
,
Richard Henderson
,
2020/03/11
[PATCH 06/16] target/arm: Add sve infrastructure for page lookup
,
Richard Henderson
,
2020/03/11
[PATCH 07/16] target/arm: Adjust interface of sve_ld1_host_fn
,
Richard Henderson
,
2020/03/11
[PATCH 09/16] target/arm: Handle watchpoints in sve_ld1_r
,
Richard Henderson
,
2020/03/11
[PATCH 08/16] target/arm: Use SVEContLdSt in sve_ld1_r
,
Richard Henderson
,
2020/03/11
[PATCH 12/16] target/arm: Use SVEContLdSt for contiguous stores
,
Richard Henderson
,
2020/03/11
[PATCH 10/16] target/arm: Use SVEContLdSt for multi-register contiguous loads
,
Richard Henderson
,
2020/03/11
[PATCH 14/16] target/arm: Reuse sve_probe_page for scatter stores
,
Richard Henderson
,
2020/03/11
[PATCH 11/16] target/arm: Update contiguous first-fault and no-fault loads
,
Richard Henderson
,
2020/03/11
[PATCH 13/16] target/arm: Reuse sve_probe_page for gather first-fault loads
,
Richard Henderson
,
2020/03/11
[PATCH 15/16] target/arm: Reuse sve_probe_page for gather loads
,
Richard Henderson
,
2020/03/11
[PATCH 16/16] target/arm: Remove sve_memopidx
,
Richard Henderson
,
2020/03/11
Re: [PATCH 00/16] target/arm: sve load/store improvements
,
no-reply
,
2020/03/11
[PATCH v3] hw/char/pl011: Enable TxFIFO and async transmission
,
Gavin Shan
,
2020/03/11
Re: [PATCH v3] hw/char/pl011: Enable TxFIFO and async transmission
,
no-reply
,
2020/03/11
Re: [PATCH v3] hw/char/pl011: Enable TxFIFO and async transmission
,
Gavin Shan
,
2020/03/11
Re: [PATCH v3] hw/char/pl011: Enable TxFIFO and async transmission
,
Gavin Shan
,
2020/03/24
Re: [PATCH v3] hw/char/pl011: Enable TxFIFO and async transmission
,
Paolo Bonzini
,
2020/03/25
Re: [PATCH v3] hw/char/pl011: Enable TxFIFO and async transmission
,
Peter Maydell
,
2020/03/25
[PATCH 0/2] hw/arm: fsl-imx25: Connect eSDHC and USB controllers
,
Guenter Roeck
,
2020/03/10
[PATCH 1/2] hw/arm: fsl-imx25: Wire up eSDHC controllers
,
Guenter Roeck
,
2020/03/10
[PATCH 2/2] hw/arm/fsl-imx25: Wire up USB controllers
,
Guenter Roeck
,
2020/03/10
Re: [PATCH 0/2] hw/arm: fsl-imx25: Connect eSDHC and USB controllers
,
Peter Maydell
,
2020/03/12
[PATCH v7 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
,
Niek Linnenbank
,
2020/03/10
[PATCH v7 02/18] hw/arm: add Xunlong Orange Pi PC machine
,
Niek Linnenbank
,
2020/03/10
[PATCH v7 04/18] hw/arm/allwinner-h3: add USB host controller
,
Niek Linnenbank
,
2020/03/10
[PATCH v7 05/18] hw/arm/allwinner-h3: add System Control module
,
Niek Linnenbank
,
2020/03/10
[PATCH v7 03/18] hw/arm/allwinner-h3: add Clock Control Unit
,
Niek Linnenbank
,
2020/03/10
[PATCH v7 01/18] hw/arm: add Allwinner H3 System-on-Chip
,
Niek Linnenbank
,
2020/03/10
[PATCH v7 10/18] hw/arm/allwinner-h3: add Boot ROM support
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v7 10/18] hw/arm/allwinner-h3: add Boot ROM support
,
Alex Bennée
,
2020/03/11
Re: [PATCH v7 10/18] hw/arm/allwinner-h3: add Boot ROM support
,
Niek Linnenbank
,
2020/03/11
[PATCH v7 07/18] hw/arm/allwinner: add Security Identifier device
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v7 07/18] hw/arm/allwinner: add Security Identifier device
,
Alex Bennée
,
2020/03/11
Re: [PATCH v7 07/18] hw/arm/allwinner: add Security Identifier device
,
Niek Linnenbank
,
2020/03/11
Re: [PATCH v7 07/18] hw/arm/allwinner: add Security Identifier device
,
Alex Bennée
,
2020/03/11
Re: [PATCH v7 07/18] hw/arm/allwinner: add Security Identifier device
,
Niek Linnenbank
,
2020/03/11
[PATCH v7 06/18] hw/arm/allwinner: add CPU Configuration module
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v7 06/18] hw/arm/allwinner: add CPU Configuration module
,
Alex Bennée
,
2020/03/11
[PATCH v7 13/18] tests/boot_linux_console: Add a quick test for the OrangePi PC board
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v7 13/18] tests/boot_linux_console: Add a quick test for the OrangePi PC board
,
Alex Bennée
,
2020/03/11
[PATCH v7 14/18] tests/boot_linux_console: Add initrd test for the Orange Pi PC board
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v7 14/18] tests/boot_linux_console: Add initrd test for the Orange Pi PC board
,
Alex Bennée
,
2020/03/11
[PATCH v7 11/18] hw/arm/allwinner-h3: add SDRAM controller device
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v7 11/18] hw/arm/allwinner-h3: add SDRAM controller device
,
Alex Bennée
,
2020/03/11
[PATCH v7 15/18] tests/boot_linux_console: Add a SD card test for the OrangePi PC board
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v7 15/18] tests/boot_linux_console: Add a SD card test for the OrangePi PC board
,
Alex Bennée
,
2020/03/11
[PATCH v7 16/18] tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v7 16/18] tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC
,
Alex Bennée
,
2020/03/11
[PATCH v7 17/18] tests/boot_linux_console: Test booting NetBSD via U-Boot on OrangePi PC
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v7 17/18] tests/boot_linux_console: Test booting NetBSD via U-Boot on OrangePi PC
,
Alex Bennée
,
2020/03/11
[PATCH v7 12/18] hw/arm/allwinner: add RTC device support
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v7 12/18] hw/arm/allwinner: add RTC device support
,
Alex Bennée
,
2020/03/11
[PATCH v7 18/18] docs: add Orange Pi PC document
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v7 18/18] docs: add Orange Pi PC document
,
Alex Bennée
,
2020/03/11
Re: [PATCH v7 18/18] docs: add Orange Pi PC document
,
Niek Linnenbank
,
2020/03/11
[PATCH v7 09/18] hw/arm/allwinner-h3: add EMAC ethernet device
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v7 09/18] hw/arm/allwinner-h3: add EMAC ethernet device
,
Alex Bennée
,
2020/03/11
[PATCH v7 08/18] hw/arm/allwinner: add SD/MMC host controller
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v7 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
,
no-reply
,
2020/03/10
Re: [PATCH v7 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
,
Alex Bennée
,
2020/03/11
Re: [PATCH v7 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
,
Niek Linnenbank
,
2020/03/11
[PATCH v2 0/3] Wire up USB controllers in i.MX6 emulations
,
Guenter Roeck
,
2020/03/10
[PATCH v2 1/3] hw/usb: Add basic i.MX USB Phy support
,
Guenter Roeck
,
2020/03/10
Re: [PATCH v2 1/3] hw/usb: Add basic i.MX USB Phy support
,
Peter Maydell
,
2020/03/12
[PATCH v2 2/3] hw/arm/fsl-imx6ul: Wire up USB controllers
,
Guenter Roeck
,
2020/03/10
Re: [PATCH v2 2/3] hw/arm/fsl-imx6ul: Wire up USB controllers
,
Peter Maydell
,
2020/03/12
Re: [PATCH v2 2/3] hw/arm/fsl-imx6ul: Wire up USB controllers
,
Guenter Roeck
,
2020/03/12
Re: [PATCH v2 2/3] hw/arm/fsl-imx6ul: Wire up USB controllers
,
Peter Maydell
,
2020/03/12
Re: [PATCH v2 2/3] hw/arm/fsl-imx6ul: Wire up USB controllers
,
Guenter Roeck
,
2020/03/12
[PATCH v2 3/3] hw/arm/fsl-imx6: Wire up USB controllers
,
Guenter Roeck
,
2020/03/10
Re: [PATCH v2 3/3] hw/arm/fsl-imx6: Wire up USB controllers
,
Peter Maydell
,
2020/03/12
Re: [PATCH v2 3/3] hw/arm/fsl-imx6: Wire up USB controllers
,
Guenter Roeck
,
2020/03/12
Re: [PATCH v2 0/3] Wire up USB controllers in i.MX6 emulations
,
no-reply
,
2020/03/10
Re: [PATCH v2 0/3] Wire up USB controllers in i.MX6 emulations
,
Guenter Roeck
,
2020/03/10
Re: [PATCH v2 0/3] Wire up USB controllers in i.MX6 emulations
,
Peter Maydell
,
2020/03/12
[kvm-unit-tests PATCH v5 00/13] arm/arm64: Add ITS tests
,
Eric Auger
,
2020/03/10
[kvm-unit-tests PATCH v5 01/13] libcflat: Add other size defines
,
Eric Auger
,
2020/03/10
[kvm-unit-tests PATCH v5 02/13] page_alloc: Introduce get_order()
,
Eric Auger
,
2020/03/10
[kvm-unit-tests PATCH v5 03/13] arm/arm64: gic: Introduce setup_irq() helper
,
Eric Auger
,
2020/03/10
[kvm-unit-tests PATCH v5 04/13] arm/arm64: gicv3: Add some re-distributor defines
,
Eric Auger
,
2020/03/10
[kvm-unit-tests PATCH v5 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
,
Eric Auger
,
2020/03/10
Re: [kvm-unit-tests PATCH v5 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
,
Zenghui Yu
,
2020/03/11
Re: [kvm-unit-tests PATCH v5 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
,
Auger Eric
,
2020/03/11
[kvm-unit-tests PATCH v5 06/13] arm/arm64: ITS: Introspection tests
,
Eric Auger
,
2020/03/10
Re: [kvm-unit-tests PATCH v5 06/13] arm/arm64: ITS: Introspection tests
,
Zenghui Yu
,
2020/03/11
Re: [kvm-unit-tests PATCH v5 06/13] arm/arm64: ITS: Introspection tests
,
Auger Eric
,
2020/03/11
[kvm-unit-tests PATCH v5 07/13] arm/arm64: ITS: its_enable_defaults
,
Eric Auger
,
2020/03/10
Re: [kvm-unit-tests PATCH v5 07/13] arm/arm64: ITS: its_enable_defaults
,
Zenghui Yu
,
2020/03/11
[kvm-unit-tests PATCH v5 08/13] arm/arm64: ITS: Device and collection Initialization
,
Eric Auger
,
2020/03/10
[kvm-unit-tests PATCH v5 09/13] arm/arm64: ITS: Commands
,
Eric Auger
,
2020/03/10
Re: [kvm-unit-tests PATCH v5 09/13] arm/arm64: ITS: Commands
,
Zenghui Yu
,
2020/03/11
[kvm-unit-tests PATCH v5 10/13] arm/arm64: ITS: INT functional tests
,
Eric Auger
,
2020/03/10
Re: [kvm-unit-tests PATCH v5 10/13] arm/arm64: ITS: INT functional tests
,
Zenghui Yu
,
2020/03/11
Re: [kvm-unit-tests PATCH v5 10/13] arm/arm64: ITS: INT functional tests
,
Auger Eric
,
2020/03/11
Re: [kvm-unit-tests PATCH v5 10/13] arm/arm64: ITS: INT functional tests
,
Marc Zyngier
,
2020/03/11
Re: [kvm-unit-tests PATCH v5 10/13] arm/arm64: ITS: INT functional tests
,
Zenghui Yu
,
2020/03/12
Re: [kvm-unit-tests PATCH v5 10/13] arm/arm64: ITS: INT functional tests
,
Auger Eric
,
2020/03/12
Re: [kvm-unit-tests PATCH v5 10/13] arm/arm64: ITS: INT functional tests
,
Zenghui Yu
,
2020/03/12
[kvm-unit-tests PATCH v5 11/13] arm/run: Allow Migration tests
,
Eric Auger
,
2020/03/10
[kvm-unit-tests PATCH v5 12/13] arm/arm64: ITS: migration tests
,
Eric Auger
,
2020/03/10
[kvm-unit-tests PATCH v5 13/13] arm/arm64: ITS: pending table migration test
,
Eric Auger
,
2020/03/10
Re: [kvm-unit-tests PATCH v5 13/13] arm/arm64: ITS: pending table migration test
,
Zenghui Yu
,
2020/03/11
Re: [kvm-unit-tests PATCH v5 13/13] arm/arm64: ITS: pending table migration test
,
Auger Eric
,
2020/03/11
[PATCH] docs/system: add a little more detail to ARM machines
,
Alex Bennée
,
2020/03/10
Re: [PATCH] docs/system: add a little more detail to ARM machines
,
Peter Maydell
,
2020/03/10
Re: [PATCH] docs/system: add a little more detail to ARM machines
,
Alex Bennée
,
2020/03/10
RE: [PATCH v2 2/7] hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer length
,
Shameerali Kolothum Thodi
,
2020/03/10
Re: [PATCH v2 2/7] hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer length
,
Michael S. Tsirkin
,
2020/03/10
RE: [PATCH v2 2/7] hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer length
,
Shameerali Kolothum Thodi
,
2020/03/10
SO3 operating system running on Qemu/ARM
,
Rossier Daniel
,
2020/03/10
[PATCH v2 0/2] Some optimization in dirty bitmap sync
,
Keqian Zhu
,
2020/03/10
[PATCH v2 2/2] migration: not require length align when choose fast dirty sync path
,
Keqian Zhu
,
2020/03/10
[PATCH v2 1/2] memory: Introduce start_global variable in dirty bitmap sync
,
Keqian Zhu
,
2020/03/10
[PATCH 0/5] docs/system: Split target-arm.rst
,
Peter Maydell
,
2020/03/09
[PATCH 1/5] Makefile: Allow for subdirectories in Sphinx manual dependencies
,
Peter Maydell
,
2020/03/09
Re: [PATCH 1/5] Makefile: Allow for subdirectories in Sphinx manual dependencies
,
Alex Bennée
,
2020/03/10
Re: [PATCH 1/5] Makefile: Allow for subdirectories in Sphinx manual dependencies
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH 1/5] Makefile: Allow for subdirectories in Sphinx manual dependencies
,
Richard Henderson
,
2020/03/11
[PATCH 3/5] docs/system/target-arm.rst: Add some introductory text
,
Peter Maydell
,
2020/03/09
Re: [PATCH 3/5] docs/system/target-arm.rst: Add some introductory text
,
Alex Bennée
,
2020/03/10
Re: [PATCH 3/5] docs/system/target-arm.rst: Add some introductory text
,
Niek Linnenbank
,
2020/03/10
[PATCH 4/5] docs: Move arm-cpu-features.rst into the system manual
,
Peter Maydell
,
2020/03/09
Re: [PATCH 4/5] docs: Move arm-cpu-features.rst into the system manual
,
Alex Bennée
,
2020/03/10
Re: [PATCH 4/5] docs: Move arm-cpu-features.rst into the system manual
,
Niek Linnenbank
,
2020/03/10
[PATCH 2/5] docs/system: Split target-arm.rst into sub-documents
,
Peter Maydell
,
2020/03/09
Re: [PATCH 2/5] docs/system: Split target-arm.rst into sub-documents
,
Alex Bennée
,
2020/03/10
Re: [PATCH 2/5] docs/system: Split target-arm.rst into sub-documents
,
Niek Linnenbank
,
2020/03/10
[PATCH 5/5] docs: Be consistent about capitalization of 'Arm'
,
Peter Maydell
,
2020/03/09
Re: [PATCH 5/5] docs: Be consistent about capitalization of 'Arm'
,
Alex Bennée
,
2020/03/10
Re: [PATCH 5/5] docs: Be consistent about capitalization of 'Arm'
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH 0/5] docs/system: Split target-arm.rst
,
no-reply
,
2020/03/09
Re: [PATCH 0/2] aspeed/smc: fix data corruption on witherspoon machines
,
Cédric Le Goater
,
2020/03/09
Re: [PATCH 0/2] aspeed/smc: fix data corruption on witherspoon machines
,
Peter Maydell
,
2020/03/09
[PULL 00/33] Trivial branch patches
,
Laurent Vivier
,
2020/03/09
[PULL 05/33] hw/net/e1000: Add readops/writeops typedefs
,
Laurent Vivier
,
2020/03/09
[PULL 06/33] hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .data
,
Laurent Vivier
,
2020/03/09
[PULL 03/33] build-sys: Move the print-variable rule to rules.mak
,
Laurent Vivier
,
2020/03/09
[PULL 08/33] vl: Add missing "hw/boards.h" include
,
Laurent Vivier
,
2020/03/09
[PULL 04/33] hw/audio/fmopl: Fix a typo twice
,
Laurent Vivier
,
2020/03/09
[PULL 02/33] maint: Include top-level *.rst files early in git diff
,
Laurent Vivier
,
2020/03/09
[PULL 11/33] hw/timer: Remove unused "ui/console.h" header
,
Laurent Vivier
,
2020/03/09
[PULL 01/33] dp8393x: Mask EOL bit from descriptor addresses, take 2
,
Laurent Vivier
,
2020/03/09
[PULL 09/33] hw/southbridge/ich9: Removed unused headers
,
Laurent Vivier
,
2020/03/09
[PULL 12/33] hw/usb/dev-storage: Remove unused "ui/console.h" header
,
Laurent Vivier
,
2020/03/09
[PULL 19/33] hw/pci-host/q35: Include "qemu/range.h"
,
Laurent Vivier
,
2020/03/09
[PULL 15/33] hw/alpha/dp264: Include "net/net.h"
,
Laurent Vivier
,
2020/03/09
[PULL 13/33] hw/i386/intel_iommu: Remove unused includes
,
Laurent Vivier
,
2020/03/09
[PULL 14/33] hw/alpha/alpha_sys: Remove unused "hw/ide.h" header
,
Laurent Vivier
,
2020/03/09
[PULL 10/33] hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" header
,
Laurent Vivier
,
2020/03/09
[PULL 17/33] hw/acpi/cpu_hotplug: Include "hw/pci/pci.h"
,
Laurent Vivier
,
2020/03/09
[PULL 25/33] hw/i386/pc: Clean up includes
,
Laurent Vivier
,
2020/03/09
[PULL 26/33] core/qdev: fix memleak in qdev_get_gpio_out_connector()
,
Laurent Vivier
,
2020/03/09
[PULL 18/33] hw/timer/hpet: Include "exec/address-spaces.h"
,
Laurent Vivier
,
2020/03/09
[PULL 07/33] virtfs-proxy-helper: Make the helper_opts[] array const
,
Laurent Vivier
,
2020/03/09
[PULL 16/33] hw/hppa/machine: Include "net/net.h"
,
Laurent Vivier
,
2020/03/09
[PULL 20/33] hw/i2c/smbus_ich9: Include "qemu/range.h"
,
Laurent Vivier
,
2020/03/09
[PULL 24/33] hw/pci-host/q35: Remove unused includes
,
Laurent Vivier
,
2020/03/09
[PULL 22/33] hw/acpi: Include "hw/mem/nvdimm.h"
,
Laurent Vivier
,
2020/03/09
[PULL 28/33] block/file-posix: Remove redundant statement in raw_handle_perm_lock()
,
Laurent Vivier
,
2020/03/09
[PULL 21/33] hw/pci-host/piix: Include "qemu/range.h"
,
Laurent Vivier
,
2020/03/09
[PULL 23/33] hw/i386: Include "hw/mem/nvdimm.h"
,
Laurent Vivier
,
2020/03/09
[PULL 27/33] block/stream: Remove redundant statement in stream_run()
,
Laurent Vivier
,
2020/03/09
[PULL 32/33] display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update()
,
Laurent Vivier
,
2020/03/09
[PULL 30/33] scsi/scsi-disk: Remove redundant statement in scsi_disk_emulate_command()
,
Laurent Vivier
,
2020/03/09
[PULL 31/33] display/pxa2xx_lcd: Remove redundant statement in pxa2xx_palette_parse()
,
Laurent Vivier
,
2020/03/09
[PULL 33/33] monitor/hmp-cmds: Remove redundant statement in hmp_rocker_of_dpa_groups()
,
Laurent Vivier
,
2020/03/09
[PULL 29/33] dma/xlnx-zdma: Remove redundant statement in zdma_write_dst()
,
Laurent Vivier
,
2020/03/09
Re: [PULL 00/33] Trivial branch patches
,
no-reply
,
2020/03/09
Re: [PULL 00/33] Trivial branch patches
,
Peter Maydell
,
2020/03/09
Re: [PULL 00/33] Trivial branch patches
,
Michael S. Tsirkin
,
2020/03/09
Re: [PULL 00/33] Trivial branch patches
,
Philippe Mathieu-Daudé
,
2020/03/09
Re: [PULL 00/33] Trivial branch patches
,
Laurent Vivier
,
2020/03/10
Re: [PULL 00/33] Trivial branch patches
,
Kevin Wolf
,
2020/03/10
Re: [PULL 00/33] Trivial branch patches
,
Philippe Mathieu-Daudé
,
2020/03/10
Re: [PULL 00/33] Trivial branch patches
,
Daniel P . Berrangé
,
2020/03/10
Re: [PULL 00/33] Trivial branch patches
,
Kevin Wolf
,
2020/03/10
Re: [PULL 00/33] Trivial branch patches
,
Philippe Mathieu-Daudé
,
2020/03/10
Re: [PULL 00/33] Trivial branch patches
,
Laurent Vivier
,
2020/03/10
Re: [PATCH 00/20] hw: Clean up hw/i386 headers (and few alpha/hppa)
,
Laurent Vivier
,
2020/03/09
Re: [PATCH 2/2] hw/arm/armv7m: Downgrade CPU reset handler priority
,
Philippe Mathieu-Daudé
,
2020/03/09
[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add ITS tests
,
Eric Auger
,
2020/03/09
[kvm-unit-tests PATCH v4 01/13] libcflat: Add other size defines
,
Eric Auger
,
2020/03/09
[kvm-unit-tests PATCH v4 02/13] page_alloc: Introduce get_order()
,
Eric Auger
,
2020/03/09
[kvm-unit-tests PATCH v4 03/13] arm/arm64: gic: Introduce setup_irq() helper
,
Eric Auger
,
2020/03/09
Re: [kvm-unit-tests PATCH v4 03/13] arm/arm64: gic: Introduce setup_irq() helper
,
Andrew Jones
,
2020/03/09
Re: [kvm-unit-tests PATCH v4 03/13] arm/arm64: gic: Introduce setup_irq() helper
,
Auger Eric
,
2020/03/10
Re: [kvm-unit-tests PATCH v4 03/13] arm/arm64: gic: Introduce setup_irq() helper
,
Andrew Jones
,
2020/03/10
[kvm-unit-tests PATCH v4 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
,
Eric Auger
,
2020/03/09
[kvm-unit-tests PATCH v4 04/13] arm/arm64: gicv3: Add some re-distributor defines
,
Eric Auger
,
2020/03/09
[kvm-unit-tests PATCH v4 06/13] arm/arm64: ITS: Introspection tests
,
Eric Auger
,
2020/03/09
Re: [kvm-unit-tests PATCH v4 06/13] arm/arm64: ITS: Introspection tests
,
Andrew Jones
,
2020/03/09
Re: [kvm-unit-tests PATCH v4 06/13] arm/arm64: ITS: Introspection tests
,
Auger Eric
,
2020/03/09
[kvm-unit-tests PATCH v4 07/13] arm/arm64: ITS: its_enable_defaults
,
Eric Auger
,
2020/03/09
Re: [kvm-unit-tests PATCH v4 07/13] arm/arm64: ITS: its_enable_defaults
,
Andrew Jones
,
2020/03/09
Re: [kvm-unit-tests PATCH v4 07/13] arm/arm64: ITS: its_enable_defaults
,
Andrew Jones
,
2020/03/09
Re: [kvm-unit-tests PATCH v4 07/13] arm/arm64: ITS: its_enable_defaults
,
Auger Eric
,
2020/03/09
Re: [kvm-unit-tests PATCH v4 07/13] arm/arm64: ITS: its_enable_defaults
,
Andrew Jones
,
2020/03/09
[kvm-unit-tests PATCH v4 08/13] arm/arm64: ITS: Device and collection Initialization
,
Eric Auger
,
2020/03/09
[kvm-unit-tests PATCH v4 09/13] arm/arm64: ITS: Commands
,
Eric Auger
,
2020/03/09
[kvm-unit-tests PATCH v4 10/13] arm/arm64: ITS: INT functional tests
,
Eric Auger
,
2020/03/09
Re: [kvm-unit-tests PATCH v4 10/13] arm/arm64: ITS: INT functional tests
,
Andrew Jones
,
2020/03/09
[kvm-unit-tests PATCH v4 11/13] arm/run: Allow Migration tests
,
Eric Auger
,
2020/03/09
[kvm-unit-tests PATCH v4 12/13] arm/arm64: ITS: migration tests
,
Eric Auger
,
2020/03/09
[kvm-unit-tests PATCH v4 13/13] arm/arm64: ITS: pending table migration test
,
Eric Auger
,
2020/03/09
Re: [kvm-unit-tests PATCH v4 00/13] arm/arm64: Add ITS tests
,
Andrew Jones
,
2020/03/09
Re: [kvm-unit-tests PATCH v4 00/13] arm/arm64: Add ITS tests
,
Andrew Jones
,
2020/03/09
Re: [kvm-unit-tests PATCH v4 00/13] arm/arm64: Add ITS tests
,
Zenghui Yu
,
2020/03/10
Re: [kvm-unit-tests PATCH v4 00/13] arm/arm64: Add ITS tests
,
Auger Eric
,
2020/03/10
[PATCH v3 0/2] target/arm: Misc cleanups surrounding TBI
,
Richard Henderson
,
2020/03/07
[PATCH v3 1/2] target/arm: Check addresses for disabled regimes
,
Richard Henderson
,
2020/03/07
[PATCH v3 2/2] target/arm: Disable clean_data_tbi for system mode
,
Richard Henderson
,
2020/03/07
Re: [PATCH v3 0/2] target/arm: Misc cleanups surrounding TBI
,
Peter Maydell
,
2020/03/12
Re: [PATCH v3 0/2] target/arm: Misc cleanups surrounding TBI
,
Richard Henderson
,
2020/03/12
Custom ARM Board: Setting BE32 endianness
,
Tanay Gupta
,
2020/03/06
Re: Custom ARM Board: Setting BE32 endianness
,
Peter Maydell
,
2020/03/06
Re: Custom ARM Board: Setting BE32 endianness
,
Tanay Gupta
,
2020/03/13
Re: Custom ARM Board: Setting BE32 endianness
,
Peter Maydell
,
2020/03/13
Re: Custom ARM Board: Setting BE32 endianness
,
Tanay Gupta
,
2020/03/16
Re: Custom ARM Board: Setting BE32 endianness
,
Peter Maydell
,
2020/03/16
Re: [kvm-unit-tests PATCH v3 14/14] arm/arm64: ITS: pending table migration test
,
Auger Eric
,
2020/03/06
Re: [kvm-unit-tests PATCH v3 14/14] arm/arm64: ITS: pending table migration test
,
Andrew Jones
,
2020/03/06
Re: [kvm-unit-tests PATCH v3 14/14] arm/arm64: ITS: pending table migration test
,
Auger Eric
,
2020/03/06
Re: [kvm-unit-tests PATCH v3 13/14] arm/arm64: ITS: migration tests
,
Auger Eric
,
2020/03/06
Re: [kvm-unit-tests PATCH v3 11/14] arm/arm64: ITS: INT functional tests
,
Auger Eric
,
2020/03/06
Re: [kvm-unit-tests PATCH v3 11/14] arm/arm64: ITS: INT functional tests
,
Andrew Jones
,
2020/03/06
Re: [kvm-unit-tests PATCH v3 11/14] arm/arm64: ITS: INT functional tests
,
Auger Eric
,
2020/03/06
Re: [kvm-unit-tests PATCH v3 10/14] arm/arm64: ITS: commands
,
Auger Eric
,
2020/03/06
[PATCH] migration: not require length align when choose fast dirty sync path
,
Keqian Zhu
,
2020/03/05
Re: [kvm-unit-tests PATCH v3 09/14] arm/arm64: ITS: Device and collection Initialization
,
Auger Eric
,
2020/03/05
Re: [kvm-unit-tests PATCH v3 09/14] arm/arm64: ITS: Device and collection Initialization
,
Auger Eric
,
2020/03/06
Re: [kvm-unit-tests PATCH v3 06/14] arm/arm64: gicv3: Set the LPI config and pending tables
,
Auger Eric
,
2020/03/05
Re: [PATCH] hw/arm/stm32f405: Add preliminary RCC emulation support
,
Alistair Francis
,
2020/03/05
Re: [PATCH] hw/arm/stm32f405: Add preliminary RCC emulation support
,
Peter Maydell
,
2020/03/05
Re: [PATCH] hw/arm/stm32f405: Add preliminary RCC emulation support
,
Alistair Francis
,
2020/03/05
RE: [PATCH] hw/arm/stm32f405: Add preliminary RCC emulation support
,
Stephanos Ioannidis
,
2020/03/05
Re: [PATCH] hw/arm/stm32f405: Add preliminary RCC emulation support
,
Alistair Francis
,
2020/03/06
RE: [PATCH] hw/arm/stm32f405: Add preliminary RCC emulation support
,
Stephanos Ioannidis
,
2020/03/05
Re: [PATCH] hw/arm/stm32f405: Add preliminary RCC emulation support
,
Alistair Francis
,
2020/03/05
RE: [PATCH] hw/arm/stm32f405: Add preliminary RCC emulation support
,
Stephanos Ioannidis
,
2020/03/05
Re: [PATCH] hw/arm/stm32f405: Add preliminary RCC emulation support
,
Alistair Francis
,
2020/03/06
[PATCH 0/6] hw/net: Make Net/CanBus can_receive() handlers return a boolean
,
Philippe Mathieu-Daudé
,
2020/03/05
[PATCH 1/6] hw/net/e1000e_core: Let e1000e_can_receive() return a boolean
,
Philippe Mathieu-Daudé
,
2020/03/05
Re: [PATCH 1/6] hw/net/e1000e_core: Let e1000e_can_receive() return a boolean
,
Alistair Francis
,
2020/03/05
Re: [PATCH 1/6] hw/net/e1000e_core: Let e1000e_can_receive() return a boolean
,
Paolo Bonzini
,
2020/03/06
Re: [PATCH 1/6] hw/net/e1000e_core: Let e1000e_can_receive() return a boolean
,
Cédric Le Goater
,
2020/03/06
[PATCH 2/6] hw/net/smc91c111: Let smc91c111_can_receive() return a boolean
,
Philippe Mathieu-Daudé
,
2020/03/05
Re: [PATCH 2/6] hw/net/smc91c111: Let smc91c111_can_receive() return a boolean
,
Alistair Francis
,
2020/03/05
Re: [PATCH 2/6] hw/net/smc91c111: Let smc91c111_can_receive() return a boolean
,
Cédric Le Goater
,
2020/03/06
[PATCH 3/6] hw/net/rtl8139: Simplify if/else statement
,
Philippe Mathieu-Daudé
,
2020/03/05
Re: [PATCH 3/6] hw/net/rtl8139: Simplify if/else statement
,
Alistair Francis
,
2020/03/05
Re: [PATCH 3/6] hw/net/rtl8139: Simplify if/else statement
,
Cédric Le Goater
,
2020/03/06
[PATCH 4/6] hw/net/rtl8139: Update coding style to make checkpatch.pl happy
,
Philippe Mathieu-Daudé
,
2020/03/05
Re: [PATCH 4/6] hw/net/rtl8139: Update coding style to make checkpatch.pl happy
,
Alistair Francis
,
2020/03/05
Re: [PATCH 4/6] hw/net/rtl8139: Update coding style to make checkpatch.pl happy
,
Cédric Le Goater
,
2020/03/06
[PATCH 5/6] hw/net: Make NetCanReceive() return a boolean
,
Philippe Mathieu-Daudé
,
2020/03/05
Re: [PATCH 5/6] hw/net: Make NetCanReceive() return a boolean
,
Alistair Francis
,
2020/03/05
Re: [PATCH 5/6] hw/net: Make NetCanReceive() return a boolean
,
David Gibson
,
2020/03/05
Re: [PATCH 5/6] hw/net: Make NetCanReceive() return a boolean
,
Cédric Le Goater
,
2020/03/06
[PATCH 6/6] hw/net/can: Make CanBusClientInfo::can_receive() return a boolean
,
Philippe Mathieu-Daudé
,
2020/03/05
Re: [PATCH 6/6] hw/net/can: Make CanBusClientInfo::can_receive() return a boolean
,
Alistair Francis
,
2020/03/05
Re: [PATCH 6/6] hw/net/can: Make CanBusClientInfo::can_receive() return a boolean
,
Cédric Le Goater
,
2020/03/06
Re: [PATCH 0/6] hw/net: Make Net/CanBus can_receive() handlers return a boolean
,
Philippe Mathieu-Daudé
,
2020/03/17
Re: [PATCH 0/6] hw/net: Make Net/CanBus can_receive() handlers return a boolean
,
Jason Wang
,
2020/03/17
[PATCH v5 00/10] vTPM for aarch64
,
Eric Auger
,
2020/03/05
[PATCH v5 01/10] tpm: rename TPM_TIS into TPM_TIS_ISA
,
Eric Auger
,
2020/03/05
[PATCH v5 02/10] tpm: Use TPMState as a common struct
,
Eric Auger
,
2020/03/05
[PATCH v5 03/10] tpm: Separate tpm_tis common functions from isa code
,
Eric Auger
,
2020/03/05
[PATCH v5 04/10] tpm: Separate TPM_TIS and TPM_TIS_ISA configs
,
Eric Auger
,
2020/03/05
[PATCH v5 07/10] docs/specs/tpm: Document TPM_TIS sysbus device for ARM
,
Eric Auger
,
2020/03/05
[PATCH v5 05/10] tpm: Add the SysBus TPM TIS device
,
Eric Auger
,
2020/03/05
[PATCH v5 06/10] hw/arm/virt: vTPM support
,
Eric Auger
,
2020/03/05
[PATCH v5 09/10] test: tpm-tis: Get prepared to share tests between ISA and sysbus devices
,
Eric Auger
,
2020/03/05
[PATCH v5 10/10] test: tpm-tis: Add Sysbus TPM-TIS device test
,
Eric Auger
,
2020/03/05
[PATCH v5 08/10] test: tpm: pass optional machine options to swtpm test functions
,
Eric Auger
,
2020/03/05
Re: [PATCH v5 00/10] vTPM for aarch64
,
Stefan Berger
,
2020/03/05
[PATCH v2] hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
,
Chen Qun
,
2020/03/05
RE: [PATCH v2] hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
,
Chenqun (kuhn)
,
2020/03/05
Re: [PATCH v2] hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
,
no-reply
,
2020/03/05
Re: [PATCH v2] hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
,
no-reply
,
2020/03/05
Re: [PATCH v2] hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
,
Peter Maydell
,
2020/03/09
RE: [PATCH v2] hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
,
Chenqun (kuhn)
,
2020/03/10
Re: [PATCH v2] hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
,
Peter Maydell
,
2020/03/12
RE: [PATCH v2] hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
,
Chenqun (kuhn)
,
2020/03/12
Re: [kvm-unit-tests PATCH v2 9/9] arm: pmu: Test overflow interrupts
,
Andrew Jones
,
2020/03/05
Re: [kvm-unit-tests PATCH v2 8/9] arm: gic: Provide per-IRQ helper functions
,
Andrew Jones
,
2020/03/05
Re: [kvm-unit-tests PATCH v2 8/9] arm: gic: Provide per-IRQ helper functions
,
Alexandru Elisei
,
2020/03/05
Re: [kvm-unit-tests PATCH v2 7/9] arm: pmu: test 32-bit <-> 64-bit transitions
,
Andrew Jones
,
2020/03/05
Re: [kvm-unit-tests PATCH v2 6/9] arm: pmu: Test chained counter
,
Andrew Jones
,
2020/03/05
Re: [PATCH v2] hw/char/pl011: Enable TxFIFO and async transmission
,
Gavin Shan
,
2020/03/05
Re: [PATCH v2] hw/char/pl011: Enable TxFIFO and async transmission
,
Marc-André Lureau
,
2020/03/06
Re: [PATCH v2] hw/char/pl011: Enable TxFIFO and async transmission
,
Gavin Shan
,
2020/03/08
Re: [PATCH v3 12/20] hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
,
John Snow
,
2020/03/04
Re: [PATCH v3 11/20] hw/ide/internal: Remove unused DMARestartFunc typedef
,
John Snow
,
2020/03/04
Re: [kvm-unit-tests PATCH v2 5/9] arm: pmu: Basic event counter Tests
,
Andre Przywara
,
2020/03/04
Re: [kvm-unit-tests PATCH v2 5/9] arm: pmu: Basic event counter Tests
,
Andrew Jones
,
2020/03/05
Re: [kvm-unit-tests PATCH v2 5/9] arm: pmu: Basic event counter Tests
,
Auger Eric
,
2020/03/12
Re: [kvm-unit-tests PATCH v2 5/9] arm: pmu: Basic event counter Tests
,
Andrew Jones
,
2020/03/05
Re: [kvm-unit-tests PATCH v2 5/9] arm: pmu: Basic event counter Tests
,
Auger Eric
,
2020/03/12
Re: [kvm-unit-tests PATCH v2 4/9] arm: pmu: Check Required Event Support
,
Andre Przywara
,
2020/03/04
Re: [kvm-unit-tests PATCH v2 4/9] arm: pmu: Check Required Event Support
,
Andrew Jones
,
2020/03/05
Re: [kvm-unit-tests PATCH v2 3/9] arm: pmu: Add a pmu struct
,
Andre Przywara
,
2020/03/04
Re: [kvm-unit-tests PATCH v2 3/9] arm: pmu: Add a pmu struct
,
Auger Eric
,
2020/03/04
Re: [kvm-unit-tests PATCH v2 3/9] arm: pmu: Add a pmu struct
,
Andrew Jones
,
2020/03/05
Re: [kvm-unit-tests PATCH v2 2/9] arm: pmu: Let pmu tests take a sub-test parameter
,
Andre Przywara
,
2020/03/04
Re: [kvm-unit-tests PATCH v2 2/9] arm: pmu: Let pmu tests take a sub-test parameter
,
Andrew Jones
,
2020/03/05
[PATCH v2 0/2] misc: Replace zero-length arrays with flexible array member
,
Philippe Mathieu-Daudé
,
2020/03/04
[PATCH v2 1/2] misc: Replace zero-length arrays with flexible array member (automatic)
,
Philippe Mathieu-Daudé
,
2020/03/04
Re: [PATCH v2 1/2] misc: Replace zero-length arrays with flexible array member (automatic)
,
Michael S. Tsirkin
,
2020/03/08
[PATCH v2 2/2] misc: Replace zero-length arrays with flexible array member (manual)
,
Philippe Mathieu-Daudé
,
2020/03/04
Re: [PATCH v2 2/2] misc: Replace zero-length arrays with flexible array member (manual)
,
Michael S. Tsirkin
,
2020/03/08
Re: [PATCH v2 0/2] misc: Replace zero-length arrays with flexible array member
,
John Snow
,
2020/03/04
[PATCH v2 0/4] Introducing QMP query-netdevs command
,
Alexey Kirillov
,
2020/03/04
[PATCH v2 2/4] tests: Add tests for query-netdevs command
,
Alexey Kirillov
,
2020/03/04
[PATCH v2 3/4] hmp: Use QMP query-netdevs in hmp_info_network
,
Alexey Kirillov
,
2020/03/04
[PATCH v2 1/4] qapi: net: Add query-netdevs command
,
Alexey Kirillov
,
2020/03/04
Re: [PATCH v2 1/4] qapi: net: Add query-netdevs command
,
Laurent Vivier
,
2020/03/04
Re: [PATCH v2 1/4] qapi: net: Add query-netdevs command
,
Alexey Kirillov
,
2020/03/05
Re: [PATCH v2 1/4] qapi: net: Add query-netdevs command
,
Markus Armbruster
,
2020/03/05
Re: [PATCH v2 1/4] qapi: net: Add query-netdevs command
,
Alexey Kirillov
,
2020/03/05
[PATCH v2 4/4] net: Remove field info_str of NetClientState
,
Alexey Kirillov
,
2020/03/04
Re: [PATCH v2 4/4] net: Remove field info_str of NetClientState
,
Laurent Vivier
,
2020/03/04
Re: [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults
,
Auger Eric
,
2020/03/04
Re: [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults
,
Zenghui Yu
,
2020/03/05
Re: [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults
,
Auger Eric
,
2020/03/05
Re: [kvm-unit-tests PATCH v3 05/14] arm/arm64: ITS: Introspection tests
,
Auger Eric
,
2020/03/04
[PATCH 0/2] misc: Replace zero-length arrays with flexible array member
,
Philippe Mathieu-Daudé
,
2020/03/03
[PATCH 1/2] misc: Replace zero-length arrays with flexible array member (automatic)
,
Philippe Mathieu-Daudé
,
2020/03/03
Re: [PATCH 1/2] misc: Replace zero-length arrays with flexible array member (automatic)
,
David Hildenbrand
,
2020/03/04
Re: [PATCH 1/2] misc: Replace zero-length arrays with flexible array member (automatic)
,
Philippe Mathieu-Daudé
,
2020/03/04
Re: [PATCH 1/2] misc: Replace zero-length arrays with flexible array member (automatic)
,
Paolo Bonzini
,
2020/03/04
Re: [PATCH 1/2] misc: Replace zero-length arrays with flexible array member (automatic)
,
Philippe Mathieu-Daudé
,
2020/03/04
Re: [PATCH 1/2] misc: Replace zero-length arrays with flexible array member (automatic)
,
Paolo Bonzini
,
2020/03/04
[PATCH 2/2] misc: Replace zero-length arrays with flexible array member (manual)
,
Philippe Mathieu-Daudé
,
2020/03/03
Re: [PATCH 2/2] misc: Replace zero-length arrays with flexible array member (manual)
,
David Hildenbrand
,
2020/03/04
Re: [PATCH 2/2] misc: Replace zero-length arrays with flexible array member (manual)
,
Philippe Mathieu-Daudé
,
2020/03/04
Re: [PATCH 0/2] misc: Replace zero-length arrays with flexible array member
,
Paolo Bonzini
,
2020/03/04
[PATCH 0/2] misc: Replace zero-length arrays with flexible array member
,
Philippe Mathieu-Daudé
,
2020/03/04
[PATCH 1/2] misc: Replace zero-length arrays with flexible array member (automatic)
,
Philippe Mathieu-Daudé
,
2020/03/04
Re: [PATCH 0/2] misc: Replace zero-length arrays with flexible array member
,
Philippe Mathieu-Daudé
,
2020/03/04
Re: [PATCH 0/2] misc: Replace zero-length arrays with flexible array member
,
Igor Mammedov
,
2020/03/06
[PATCH 0/4] target/arm: Fix hflags mismatches for M-profile
,
Peter Maydell
,
2020/03/03
[PATCH 2/4] target/arm: Update hflags in trans_CPS_v7m()
,
Peter Maydell
,
2020/03/03
Re: [PATCH 2/4] target/arm: Update hflags in trans_CPS_v7m()
,
Richard Henderson
,
2020/03/03
[PATCH 4/4] target/arm: Fix some comment typos
,
Peter Maydell
,
2020/03/03
Re: [PATCH 4/4] target/arm: Fix some comment typos
,
Richard Henderson
,
2020/03/03
[PATCH 1/4] hw/intc/armv7m_nvic: Rebuild hflags on reset
,
Peter Maydell
,
2020/03/03
Re: [PATCH 1/4] hw/intc/armv7m_nvic: Rebuild hflags on reset
,
Richard Henderson
,
2020/03/03
[PATCH 3/4] target/arm: Recalculate hflags correctly after writes to CONTROL
,
Peter Maydell
,
2020/03/03
Re: [PATCH 3/4] target/arm: Recalculate hflags correctly after writes to CONTROL
,
Richard Henderson
,
2020/03/03
[PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
Peter Maydell
,
2020/03/03
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
no-reply
,
2020/03/03
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
no-reply
,
2020/03/03
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
no-reply
,
2020/03/03
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
no-reply
,
2020/03/03
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
Philippe Mathieu-Daudé
,
2020/03/03
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
Philippe Mathieu-Daudé
,
2020/03/03
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
Peter Maydell
,
2020/03/03
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
Philippe Mathieu-Daudé
,
2020/03/03
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
Richard Henderson
,
2020/03/03
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
Eduardo Habkost
,
2020/03/03
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
David Gibson
,
2020/03/03
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
Christian Borntraeger
,
2020/03/09
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
Philippe Mathieu-Daudé
,
2020/03/17
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
Peter Maydell
,
2020/03/17
Re: [PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
,
Eduardo Habkost
,
2020/03/17
[PATCH] hw/arm/cubieboard: make sure SOC object isn't leaked
,
Igor Mammedov
,
2020/03/03
Re: [PATCH] hw/arm/cubieboard: make sure SOC object isn't leaked
,
Niek Linnenbank
,
2020/03/05
Re: [PATCH] hw/arm/cubieboard: make sure SOC object isn't leaked
,
Igor Mammedov
,
2020/03/06
Re: [PATCH] hw/arm/cubieboard: make sure SOC object isn't leaked
,
Philippe Mathieu-Daudé
,
2020/03/06
Re: [PATCH] hw/arm/cubieboard: make sure SOC object isn't leaked
,
Igor Mammedov
,
2020/03/06
Re: [PATCH] hw/arm/cubieboard: make sure SOC object isn't leaked
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH] hw/arm/cubieboard: make sure SOC object isn't leaked
,
Peter Maydell
,
2020/03/12
Re: [PATCH v16 00/10] VIRTIO-IOMMU device
,
Zhangfei Gao
,
2020/03/02
Re: [PATCH v16 00/10] VIRTIO-IOMMU device
,
Auger Eric
,
2020/03/03
Re: [PATCH v16 00/10] VIRTIO-IOMMU device
,
Zhangfei Gao
,
2020/03/04
Re: [PATCH v16 00/10] VIRTIO-IOMMU device
,
Auger Eric
,
2020/03/04
Re: [PATCH v16 00/10] VIRTIO-IOMMU device
,
Jean-Philippe Brucker
,
2020/03/04
RE: [PATCH v16 00/10] VIRTIO-IOMMU device
,
Tian, Kevin
,
2020/03/04
Re: [PATCH v16 00/10] VIRTIO-IOMMU device
,
Jean-Philippe Brucker
,
2020/03/05
RE: [PATCH v16 00/10] VIRTIO-IOMMU device
,
Tian, Kevin
,
2020/03/05
[PATCH v2 0/9] target/arm: Misc cleanups surrounding TBI
,
Richard Henderson
,
2020/03/02
[PATCH v2 1/9] target/arm: Replicate TBI/TBID bits for single range regimes
,
Richard Henderson
,
2020/03/02
Re: [PATCH v2 1/9] target/arm: Replicate TBI/TBID bits for single range regimes
,
Philippe Mathieu-Daudé
,
2020/03/02
[PATCH v2 2/9] target/arm: Optimize cpu_mmu_index
,
Richard Henderson
,
2020/03/02
Re: [PATCH v2 2/9] target/arm: Optimize cpu_mmu_index
,
Peter Maydell
,
2020/03/05
[PATCH v2 3/9] target/arm: Introduce core_to_aa64_mmu_idx
,
Richard Henderson
,
2020/03/02
Re: [PATCH v2 3/9] target/arm: Introduce core_to_aa64_mmu_idx
,
Philippe Mathieu-Daudé
,
2020/03/02
Re: [PATCH v2 3/9] target/arm: Introduce core_to_aa64_mmu_idx
,
Peter Maydell
,
2020/03/05
[PATCH v2 4/9] target/arm: Apply TBI to ESR_ELx in helper_exception_return
,
Richard Henderson
,
2020/03/02
Re: [PATCH v2 4/9] target/arm: Apply TBI to ESR_ELx in helper_exception_return
,
Peter Maydell
,
2020/03/05
[PATCH v2 8/9] target/arm: Check addresses for disabled regimes
,
Richard Henderson
,
2020/03/02
Re: [PATCH v2 8/9] target/arm: Check addresses for disabled regimes
,
Peter Maydell
,
2020/03/05
Re: [PATCH v2 8/9] target/arm: Check addresses for disabled regimes
,
Richard Henderson
,
2020/03/05
[PATCH v2 6/9] target/arm: Use DEF_HELPER_FLAGS for helper_dc_zva
,
Richard Henderson
,
2020/03/02
Re: [PATCH v2 6/9] target/arm: Use DEF_HELPER_FLAGS for helper_dc_zva
,
Philippe Mathieu-Daudé
,
2020/03/02
[PATCH v2 5/9] target/arm: Move helper_dc_zva to helper-a64.c
,
Richard Henderson
,
2020/03/02
Re: [PATCH v2 5/9] target/arm: Move helper_dc_zva to helper-a64.c
,
Philippe Mathieu-Daudé
,
2020/03/02
[PATCH v2 7/9] target/arm: Clean address for DC ZVA
,
Richard Henderson
,
2020/03/02
[PATCH v2 9/9] target/arm: Disable clean_data_tbi for system mode
,
Richard Henderson
,
2020/03/02
Re: [PATCH v2 0/9] target/arm: Misc cleanups surrounding TBI
,
Peter Maydell
,
2020/03/05
Re: [PATCH v1 0/4] hw/arm/cubieboard: correct CPU type and add machine argument checks
,
Peter Maydell
,
2020/03/02
Re: [PATCH v1 0/4] hw/arm/cubieboard: correct CPU type and add machine argument checks
,
Niek Linnenbank
,
2020/03/02
Re: [PATCH v1 0/4] hw/arm/cubieboard: correct CPU type and add machine argument checks
,
Philippe Mathieu-Daudé
,
2020/03/02
Re: [PATCH v1 4/4] hw/arm/cubieboard: report error when using unsupported -bios argument
,
Peter Maydell
,
2020/03/02
Re: [PATCH v1 4/4] hw/arm/cubieboard: report error when using unsupported -bios argument
,
Philippe Mathieu-Daudé
,
2020/03/02
Re: [PATCH v1 4/4] hw/arm/cubieboard: report error when using unsupported -bios argument
,
Niek Linnenbank
,
2020/03/02
Re: [PATCH v1 3/4] hw/arm/cubieboard: restrict allowed RAM size to 512MiB and 1GiB
,
Peter Maydell
,
2020/03/02
Re: [PATCH v1 2/4] hw/arm/cubieboard: restrict allowed CPU type to ARM Cortex-A8
,
Peter Maydell
,
2020/03/02
Re: [PATCH v1 1/4] hw/arm/cubieboard: use ARM Cortex-A8 as the default CPU in machine definition
,
Peter Maydell
,
2020/03/02
Re: [PATCH v1 1/4] hw/arm/cubieboard: use ARM Cortex-A8 as the default CPU in machine definition
,
Philippe Mathieu-Daudé
,
2020/03/02
Re: [PATCH v5 00/12] target/arm: Honor more HCR_EL2 traps
,
Peter Maydell
,
2020/03/02
Re: [PATCH v3 1/6] s390x: fix memleaks in cpu_finalize
,
Stefan Hajnoczi
,
2020/03/02
Re: [PATCH v3 1/6] s390x: fix memleaks in cpu_finalize
,
Pan Nengyuan
,
2020/03/02
Re: [Qemu-devel] [PATCH RFC v5 0/5] virtio-iommu: VFIO integration
,
Bharat Bhushan
,
2020/03/02
Re: [Qemu-devel] [PATCH RFC v5 0/5] virtio-iommu: VFIO integration
,
Auger Eric
,
2020/03/02
Re: [PATCH v3 0/6] delay timer_new from init to realize to fix memleaks.
,
Peter Maydell
,
2020/03/02
Re: [PATCH v3 0/6] delay timer_new from init to realize to fix memleaks.
,
Pan Nengyuan
,
2020/03/02
Re: [PATCH v3 5/6] hw/misc/mos6522: move timer_new from init() into realize() to avoid memleaks
,
Peter Maydell
,
2020/03/02
Re: [PATCH v3 5/6] hw/misc/mos6522: move timer_new from init() into realize() to avoid memleaks
,
Mark Cave-Ayland
,
2020/03/02
Re: [PATCH v3 5/6] hw/misc/mos6522: move timer_new from init() into realize() to avoid memleaks
,
Pan Nengyuan
,
2020/03/02
Re: [PATCH v3 5/6] hw/misc/mos6522: move timer_new from init() into realize() to avoid memleaks
,
Mark Cave-Ayland
,
2020/03/04
Re: [PATCH 5/8] target/arm: Use DEF_HELPER_FLAGS for helper_dc_zva
,
Peter Maydell
,
2020/03/02
Re: [PATCH 4/8] target/arm: Move helper_dc_zva to helper-a64.c
,
Peter Maydell
,
2020/03/02
Re: [PATCH 3/8] target/arm: Apply TBI to ESR_ELx in helper_exception_return
,
Peter Maydell
,
2020/03/02
Re: [PATCH 2/8] target/arm: Optimize cpu_mmu_index
,
Peter Maydell
,
2020/03/02
Re: [PATCH 2/8] target/arm: Optimize cpu_mmu_index
,
Richard Henderson
,
2020/03/02
Re: [PATCH 1/8] target/arm: Replicate TBI/TBID bits for single range regimes
,
Peter Maydell
,
2020/03/02
Re: [PATCH 0/8] target/arm: Misc cleanups surrounding TBI
,
Peter Maydell
,
2020/03/02
Re: [PATCH 0/5] hw/arm: Remove big-endian checks on machine code
,
Peter Maydell
,
2020/03/02
Re: [PATCH v3 0/2] hw/arm/smmu-common: Avoid smmu_find_smmu_pcibus return dangling pointer
,
Peter Maydell
,
2020/03/02
Re: [PATCH v1 2/2] hw/arm: versal: Generate xlnx-versal-virt zdma FDT nodes
,
Luc Michel
,
2020/03/02
Re: [PATCH v1 1/2] hw/arm: versal: Add support for the LPD ADMAs
,
Luc Michel
,
2020/03/02
Re: [PATCH v1 1/2] hw/arm: versal: Add support for the LPD ADMAs
,
Peter Maydell
,
2020/03/02
Re: [PATCH] hw/arm/smmu-common: a fix to smmu_find_smmu_pcibus
,
Peter Maydell
,
2020/03/02
Re: [PATCH] hw/arm/smmu-common: a fix to smmu_find_smmu_pcibus
,
Peter Maydell
,
2020/03/02
[PATCH v3 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
,
Eric Auger
,
2020/03/02
[PATCH v3 1/6] hw/arm/virt: Document 'max' value in gic-version property description
,
Eric Auger
,
2020/03/02
[PATCH v3 4/6] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
,
Eric Auger
,
2020/03/02
[PATCH v3 2/6] hw/arm/virt: Introduce VirtGICType enum type
,
Eric Auger
,
2020/03/02
Re: [PATCH v3 2/6] hw/arm/virt: Introduce VirtGICType enum type
,
Philippe Mathieu-Daudé
,
2020/03/02
Re: [PATCH v3 2/6] hw/arm/virt: Introduce VirtGICType enum type
,
Auger Eric
,
2020/03/02
Re: [PATCH v3 2/6] hw/arm/virt: Introduce VirtGICType enum type
,
Andrew Jones
,
2020/03/02
Re: [PATCH v3 2/6] hw/arm/virt: Introduce VirtGICType enum type
,
Richard Henderson
,
2020/03/02
[PATCH v3 3/6] hw/arm/virt: Introduce finalize_gic_version()
,
Eric Auger
,
2020/03/02
[PATCH v3 5/6] hw/arm/virt: kvm: Check the chosen gic version is supported by the host
,
Eric Auger
,
2020/03/02
Re: [PATCH v3 5/6] hw/arm/virt: kvm: Check the chosen gic version is supported by the host
,
Peter Maydell
,
2020/03/09
Re: [PATCH v3 5/6] hw/arm/virt: kvm: Check the chosen gic version is supported by the host
,
Auger Eric
,
2020/03/09
Re: [PATCH v3 5/6] hw/arm/virt: kvm: Check the chosen gic version is supported by the host
,
Auger Eric
,
2020/03/10
Re: [PATCH v3 5/6] hw/arm/virt: kvm: Check the chosen gic version is supported by the host
,
Peter Maydell
,
2020/03/10
[PATCH v3 6/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
,
Eric Auger
,
2020/03/02
[PATCH v6 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
,
Niek Linnenbank
,
2020/03/01
[PATCH v6 04/18] hw/arm/allwinner-h3: add USB host controller
,
Niek Linnenbank
,
2020/03/01
Re: [PATCH v6 04/18] hw/arm/allwinner-h3: add USB host controller
,
Alex Bennée
,
2020/03/03
[PATCH v6 05/18] hw/arm/allwinner-h3: add System Control module
,
Niek Linnenbank
,
2020/03/01
Re: [PATCH v6 05/18] hw/arm/allwinner-h3: add System Control module
,
Alex Bennée
,
2020/03/03
[PATCH v6 10/18] hw/arm/allwinner-h3: add Boot ROM support
,
Niek Linnenbank
,
2020/03/01
[PATCH v6 07/18] hw/arm/allwinner: add Security Identifier device
,
Niek Linnenbank
,
2020/03/01
[PATCH v6 06/18] hw/arm/allwinner: add CPU Configuration module
,
Niek Linnenbank
,
2020/03/01
Re: [PATCH v6 06/18] hw/arm/allwinner: add CPU Configuration module
,
Alex Bennée
,
2020/03/03
Re: [PATCH v6 06/18] hw/arm/allwinner: add CPU Configuration module
,
Niek Linnenbank
,
2020/03/03
Re: [PATCH v6 06/18] hw/arm/allwinner: add CPU Configuration module
,
Peter Maydell
,
2020/03/09
Re: [PATCH v6 06/18] hw/arm/allwinner: add CPU Configuration module
,
Niek Linnenbank
,
2020/03/10
[PATCH v6 15/18] tests/boot_linux_console: Add a SD card test for the OrangePi PC board
,
Niek Linnenbank
,
2020/03/01
[PATCH v6 02/18] hw/arm: add Xunlong Orange Pi PC machine
,
Niek Linnenbank
,
2020/03/01
Re: [PATCH v6 02/18] hw/arm: add Xunlong Orange Pi PC machine
,
Alex Bennée
,
2020/03/03
[PATCH v6 17/18] tests/boot_linux_console: Test booting NetBSD via U-Boot on OrangePi PC
,
Niek Linnenbank
,
2020/03/01
[PATCH v6 12/18] hw/arm/allwinner: add RTC device support
,
Niek Linnenbank
,
2020/03/01
[PATCH v6 18/18] docs: add Orange Pi PC document
,
Niek Linnenbank
,
2020/03/01
Re: [PATCH v6 18/18] docs: add Orange Pi PC document
,
Alex Bennée
,
2020/03/04
Re: [PATCH v6 18/18] docs: add Orange Pi PC document
,
Niek Linnenbank
,
2020/03/04
Re: [PATCH v6 18/18] docs: add Orange Pi PC document
,
Peter Maydell
,
2020/03/09
Re: [PATCH v6 18/18] docs: add Orange Pi PC document
,
Niek Linnenbank
,
2020/03/09
Re: [PATCH v6 18/18] docs: add Orange Pi PC document
,
Peter Maydell
,
2020/03/09
Re: [PATCH v6 18/18] docs: add Orange Pi PC document
,
Niek Linnenbank
,
2020/03/09
Re: [PATCH v6 18/18] docs: add Orange Pi PC document
,
Peter Maydell
,
2020/03/09
Re: [PATCH v6 18/18] docs: add Orange Pi PC document
,
Niek Linnenbank
,
2020/03/09
Re: [PATCH v6 18/18] docs: add Orange Pi PC document
,
Peter Maydell
,
2020/03/09
Re: [PATCH v6 18/18] docs: add Orange Pi PC document
,
Niek Linnenbank
,
2020/03/10
Re: [PATCH v6 18/18] docs: add Orange Pi PC document
,
Niek Linnenbank
,
2020/03/09
Re: [PATCH v6 18/18] docs: add Orange Pi PC document
,
Alex Bennée
,
2020/03/10
Re: [PATCH v6 18/18] docs: add Orange Pi PC document
,
Niek Linnenbank
,
2020/03/10
[PATCH v6 09/18] hw/arm/allwinner-h3: add EMAC ethernet device
,
Niek Linnenbank
,
2020/03/01
[PATCH v6 01/18] hw/arm: add Allwinner H3 System-on-Chip
,
Niek Linnenbank
,
2020/03/01
Re: [PATCH v6 01/18] hw/arm: add Allwinner H3 System-on-Chip
,
Alex Bennée
,
2020/03/03
[PATCH v6 03/18] hw/arm/allwinner-h3: add Clock Control Unit
,
Niek Linnenbank
,
2020/03/01
Re: [PATCH v6 03/18] hw/arm/allwinner-h3: add Clock Control Unit
,
Alex Bennée
,
2020/03/03
[PATCH v6 13/18] tests/boot_linux_console: Add a quick test for the OrangePi PC board
,
Niek Linnenbank
,
2020/03/01
[PATCH v6 14/18] tests/boot_linux_console: Add initrd test for the Orange Pi PC board
,
Niek Linnenbank
,
2020/03/01
[PATCH v6 16/18] tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC
,
Niek Linnenbank
,
2020/03/01
[PATCH v6 11/18] hw/arm/allwinner-h3: add SDRAM controller device
,
Niek Linnenbank
,
2020/03/01
[PATCH v6 08/18] hw/arm/allwinner: add SD/MMC host controller
,
Niek Linnenbank
,
2020/03/01
Re: [PATCH v6 08/18] hw/arm/allwinner: add SD/MMC host controller
,
Alex Bennée
,
2020/03/03
[PATCH 0/3] Wire up USB controllers on fsl-imx6 and fsl-imx6ul
,
Guenter Roeck
,
2020/03/01
[PATCH 2/3] arm: fsl-imx6ul: Wire up USB controllers
,
Guenter Roeck
,
2020/03/01
[PATCH 1/3] Add dummy i.MXS STMP register support
,
Guenter Roeck
,
2020/03/01
[PATCH 3/3] hw/arm/fsl-imx6: Wire up USB controllers
,
Guenter Roeck
,
2020/03/01
Re: [PATCH 0/3] Wire up USB controllers on fsl-imx6 and fsl-imx6ul
,
Peter Maydell
,
2020/03/09
Re: [PATCH 0/3] Wire up USB controllers on fsl-imx6 and fsl-imx6ul
,
Guenter Roeck
,
2020/03/09
Re: [PATCH 0/3] Wire up USB controllers on fsl-imx6 and fsl-imx6ul
,
Peter Maydell
,
2020/03/09
[PATCH v2 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
,
Eric Auger
,
2020/03/01
[PATCH v2 1/6] hw/arm/virt: Document 'max' value in gic-version property description
,
Eric Auger
,
2020/03/01
Re: [PATCH v2 1/6] hw/arm/virt: Document 'max' value in gic-version property description
,
Richard Henderson
,
2020/03/01
[PATCH v2 2/6] hw/arm/virt: Use VIRT_GIC_VERSION defines
,
Eric Auger
,
2020/03/01
Re: [PATCH v2 2/6] hw/arm/virt: Use VIRT_GIC_VERSION defines
,
Richard Henderson
,
2020/03/01
[PATCH v2 3/6] hw/arm/virt: Introduce finalize_gic_version()
,
Eric Auger
,
2020/03/01
Re: [PATCH v2 3/6] hw/arm/virt: Introduce finalize_gic_version()
,
Richard Henderson
,
2020/03/01
[PATCH v2 4/6] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
,
Eric Auger
,
2020/03/01
Re: [PATCH v2 4/6] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
,
Richard Henderson
,
2020/03/01
[PATCH v2 5/6] hw/arm/virt: kvm: Check the chosen gic version is supported by the host
,
Eric Auger
,
2020/03/01
Re: [PATCH v2 5/6] hw/arm/virt: kvm: Check the chosen gic version is supported by the host
,
Richard Henderson
,
2020/03/01
Re: [PATCH v2 5/6] hw/arm/virt: kvm: Check the chosen gic version is supported by the host
,
Auger Eric
,
2020/03/01
[PATCH v2 6/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
,
Eric Auger
,
2020/03/01
Re: [PATCH v2 6/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
,
Richard Henderson
,
2020/03/01
Re: [PATCH v2 6/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
,
Andrew Jones
,
2020/03/02
Re: [PATCH v2 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
,
Andrew Jones
,
2020/03/02
[PATCH] hw/arm/stm32f405: Add preliminary flash interface emulation support
,
Stephanos Ioannidis
,
2020/03/01
Re: [PATCH] hw/arm/stm32f405: Add preliminary flash interface emulation support
,
Alistair Francis
,
2020/03/05
RE: [PATCH] hw/arm/stm32f405: Add preliminary flash interface emulation support
,
Stephanos Ioannidis
,
2020/03/05
Re: [PATCH] hw/arm/stm32f405: Add preliminary flash interface emulation support
,
Philippe Mathieu-Daudé
,
2020/03/06
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc