QEMU-Arm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-14 11:47:09 to 2020-02-17 13:11:33 UTC [more...]

[PATCH v24 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-02-17 13:12 UTC  (11+ messages)
` [PATCH v24 01/10] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro
` [PATCH v24 02/10] hw/arm/virt: Introduce a RAS machine option
` [PATCH v24 03/10] docs: APEI GHES generation and CPER record description
` [PATCH v24 04/10] ACPI: Build related register address fields via hardware error fw_cfg blob
` [PATCH v24 05/10] ACPI: Build Hardware Error Source Table
` [PATCH v24 06/10] ACPI: Record the Generic Error Status Block address
` [PATCH v24 07/10] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH v24 08/10] ACPI: Record Generic Error Status Block(GESB) table
` [PATCH v24 09/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [PATCH v24 10/10] MAINTAINERS: Add ACPI/HEST/GHES entries

[PATCH v2 00/13] hw/arm: Add raspi0 and raspi1 machines
 2020-02-17 11:45 UTC  (14+ messages)
` [PATCH v2 01/13] hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2
` [PATCH v2 02/13] hw/arm/raspi: Avoid using TypeInfo::class_data pointer
` [PATCH v2 03/13] hw/arm/raspi: Use more specific machine names
` [PATCH v2 04/13] hw/arm/raspi: Introduce RaspiProcessorId enum
` [PATCH v2 05/13] hw/arm/raspi: Remove use of the 'version' value in the board code
` [PATCH v2 06/13] hw/arm/bcm2836: Restrict BCM283XClass declaration to C source
` [PATCH v2 07/13] hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC type
` [PATCH v2 08/13] hw/arm/bcm2836: Introduce BCM283XClass::core_count
` [PATCH v2 09/13] hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCs
` [PATCH v2 10/13] hw/arm/bcm2836: Split out common realize() code
` [PATCH v2 11/13] hw/arm/bcm2836: Introduce the BCM2835 SoC
` [PATCH v2 12/13] hw/arm/raspi: Add the Raspberry Pi B+ machine
` [PATCH v2 13/13] hw/arm/raspi: Add the Raspberry Pi Zero machine

[PATCH v2] hw/misc/iotkit-secctl: Fix writing to 'PPC Interrupt Clear' register
 2020-02-17 11:27 UTC  (2+ messages)

[PATCH] hw/misc/iotkit-secctl: Fix writing to 'PPC Interrupt Clear' register
 2020-02-17 10:57 UTC  (3+ messages)

[PATCH v2] tests/boot_linux_console: Boot Trusted Firmware-A on the Raspberry Pi 3
 2020-02-17 10:34 UTC 

[PATCH 0/2] aspeed/scu: Implement chip id register
 2020-02-17 10:24 UTC  (3+ messages)

[PATCH v2 0/3] arm: allwinner: Wire up USB ports
 2020-02-17 10:13 UTC  (6+ messages)
` [PATCH v2 1/3] hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include file
` [PATCH v2 2/3] hcd-ehci: Introduce "companion-enable" sysbus property
` [PATCH v2 3/3] arm: allwinner: Wire up USB ports

[PATCH RFC 00/16] Implement Microvm for aarch64 architecture
 2020-02-17  9:56 UTC  (19+ messages)
` [PATCH RFC 01/16] hw/arm/arm: Introduce ArmMachineState and ArmMachineClass
` [PATCH RFC 02/16] hw/arm: move shared fdt member to ArmMachine
` [PATCH RFC 03/16] hw/arm: move shared memmap "
` [PATCH RFC 04/16] hw/arm: move shared irqmap "
` [PATCH RFC 05/16] hw/arm: move shared smp_cpus "
` [PATCH RFC 06/16] hw/arm/virt: split MSI related codes from create_gic
` [PATCH RFC 07/16] hw/arm/virt: split virt extension "
` [PATCH RFC 08/16] hw/arm/virt: split secure "
` [PATCH RFC 09/16] hw/arm: move shared gic member to ArmMachine
` [PATCH RFC 10/16] hw/arm: split create_gic function
` [PATCH RFC 11/16] hw/arm: move shared psci_enable and claim_edge_triggered_timers member to ArmMachine
` [PATCH RFC 12/16] hw/arm: move shared devices related functions to arm.c and export them
` [PATCH RFC 13/16] hw/arm: move shared fdt "
` [PATCH RFC 14/16] hw/arm: move shared bootinfo member to ArmMachine
` [PATCH RFC 15/16] hw/arm: move shared cpu related functions to arm.c and export them
` [PATCH RFC 16/16] hw/arm: Introduce the microvm machine type

[PATCH v2 0/2] delay timer_new from init to realize to fix memleaks
 2020-02-17  9:45 UTC  (4+ messages)
` [PATCH v2 1/2] s390x: fix memleaks in cpu_finalize
` [PATCH v2 2/2] hw: move timer_new from init() into realize() to avoid memleaks

[RFC v2 0/6] vTPM for aarch64
 2020-02-17  9:21 UTC  (17+ messages)
` [RFC v2 1/6] tpm: rename TPM_TIS into TPM_TIS_ISA
` [RFC v2 2/6] tpm: Use TPMState as a common struct
` [RFC v2 3/6] tpm: Separate tpm_tis common functions from isa code
` [RFC v2 4/6] tpm: Separate TPM_TIS and TPM_TIS_ISA configs
` [RFC v2 5/6] tpm: Add the SysBus TPM TIS device
` [RFC v2 6/6] hw/arm/virt: vTPM support

[PATCH v2 0/2] hw/arm/xilinx_zynq: Fix USB port instantiation
 2020-02-17  8:21 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx, ps7-usb class

[PATCH v3 0/2] hw/arm/virt: Simulate NMI Injection
 2020-02-17  2:59 UTC  (6+ messages)
` [PATCH v3 1/2] target/arm: Support SError injection

[PATCH RESEND v23 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-02-17  1:58 UTC  (12+ messages)
` [PATCH RESEND v23 01/10] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro
` [PATCH RESEND v23 02/10] hw/arm/virt: Introduce a RAS machine option
` [PATCH RESEND v23 03/10] docs: APEI GHES generation and CPER record description
` [PATCH RESEND v23 04/10] ACPI: Build related register address fields via hardware error fw_cfg blob
` [PATCH RESEND v23 05/10] ACPI: Build Hardware Error Source Table
` [PATCH RESEND v23 06/10] ACPI: Record the Generic Error Status Block address
` [PATCH RESEND v23 07/10] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH RESEND v23 08/10] ACPI: Record Generic Error Status Block(GESB) table
` [PATCH RESEND v23 09/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [PATCH RESEND v23 10/10] MAINTAINERS: Add ACPI/HEST/GHES entries

[PATCH v2 0/4] target/arm vector improvements
 2020-02-16 22:20 UTC  (6+ messages)
` [PATCH v2 1/4] target/arm: Vectorize USHL and SSHL
` [PATCH v2 2/4] target/arm: Convert PMUL.8 to gvec
` [PATCH v2 3/4] target/arm: Convert PMULL.64 "
` [PATCH v2 4/4] target/arm: Convert PMULL.8 "

[PATCH v3 0/4] target/arm: Reduce aa64_va_parameter overhead
 2020-02-16 20:49 UTC  (6+ messages)
` [PATCH v3 1/4] target/arm: Use bit 55 explicitly for pauth
` [PATCH v3 2/4] target/arm: Fix select for aa64_va_parameters_both
` [PATCH v3 3/4] target/arm: Remove ttbr1_valid check from get_phys_addr_lpae
` [PATCH v3 4/4] target/arm: Split out aa64_va_parameter_tbi, aa64_va_parameter_tbid

[PATCH] tests/boot_linux_console: Boot Trusted Firmware-A on the Raspberry Pi 3
 2020-02-16 17:30 UTC 

[PATCH v1] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro
 2020-02-16 10:24 UTC  (11+ messages)
` [PATCH v23 0/9] Add ARMv8 RAS virtualization support in QEMU
` [PATCH v23 1/9] hw/arm/virt: Introduce a RAS machine option
` [PATCH v23 2/9] docs: APEI GHES generation and CPER record description
` [PATCH v23 3/9] ACPI: Build related register address fields via hardware error fw_cfg blob
` [PATCH v23 4/9] ACPI: Build Hardware Error Source Table
` [PATCH v23 5/9] ACPI: Record the Generic Error Status Block address
` [PATCH v23 6/9] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH v23 7/9] ACPI: Record Generic Error Status Block(GESB) table
` [PATCH v23 8/9] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [PATCH v23 9/9] MAINTAINERS: Add ACPI/HEST/GHES entries

[PATCH v2 01/19] tests/tcg: include a skip runner for pauth3 with plugins
 2020-02-16  9:30 UTC  (5+ messages)
` [PATCH v2 19/19] tests/tcg: take into account expected clashes pauth-4

[PATCH 00/12] hw/arm: Add raspi0 and raspi1 machines
 2020-02-16  2:19 UTC  (15+ messages)
` [PATCH 01/12] hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2
` [PATCH 02/12] hw/arm/raspi: Avoid using TypeInfo::class_data pointer
` [PATCH 03/12] hw/arm/raspi: Introduce RaspiProcessorId enum
` [PATCH 04/12] hw/arm/raspi: Remove use of the 'version' value in the board code
` [PATCH 05/12] hw/arm/bcm2836: Restrict BCM283XClass declaration to C source
` [PATCH 06/12] hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC type
` [PATCH 07/12] hw/arm/bcm2836: Introduce BCM283XClass::core_count
` [PATCH 08/12] hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCs
` [PATCH 09/12] hw/arm/bcm2836: Split out common realize() code
` [PATCH 10/12] hw/arm/bcm2836: Introduce the BCM2835 SoC
` [PATCH 11/12] hw/arm/raspi: Add the Raspberry Pi B+ machine
` [PATCH 12/12] hw/arm/raspi: Add the Raspberry Pi Zero machine

[PATCH v3 00/13] hw/arm/raspi: Dynamically create machines based on the board revision
 2020-02-15 17:45 UTC  (5+ messages)
` [PATCH v3 12/13] hw/arm/raspi: Use a unique raspi_machine_class_init() method

[PATCH 2/2] hw: move timer_new from init() into realize() to avoid memleaks
 2020-02-15 10:40 UTC  (3+ messages)

[PATCH v2 00/21] arm: ARMv8.1- and v8.4-PMU, ID reg cleanup, [H]ACTLR2
 2020-02-14 20:42 UTC  (30+ messages)
` [PATCH v2 01/21] target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registers
` [PATCH v2 02/21] target/arm: Check aa32_pan in take_aarch32_exception(), not aa64_pan
` [PATCH v2 03/21] target/arm: Add isar_feature_any_fp16 and document naming/usage conventions
` [PATCH v2 04/21] target/arm: Define and use any_predinv isar_feature test
` [PATCH v2 05/21] target/arm: Factor out PMU register definitions
` [PATCH v2 06/21] target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1
` [PATCH v2 07/21] target/arm: Use FIELD macros for clearing ID_DFR0 PERFMON field
` [PATCH v2 08/21] target/arm: Define an aa32_pmu_8_1 isar feature test function
` [PATCH v2 09/21] target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checks
` [PATCH v2 10/21] target/arm: Stop assuming DBGDIDR always exists
` [PATCH v2 11/21] target/arm: Move DBGDIDR into ARMISARegisters
` [PATCH v2 12/21] target/arm: Read debug-related ID registers from KVM
` [PATCH v2 13/21] target/arm: Implement ARMv8.1-PMU extension
` [PATCH v2 14/21] target/arm: Implement ARMv8.4-PMU extension
` [PATCH v2 15/21] target/arm: Provide ARMv8.4-PMU in '-cpu max'
` [PATCH v2 16/21] target/arm: Correct definition of PMCRDP
` [PATCH v2 17/21] target/arm: Correct handling of PMCR_EL0.LC bit
` [PATCH v2 18/21] target/arm: Test correct register in aa32_pan and aa32_ats1e1 checks
` [PATCH v2 19/21] target/arm: Use isar_feature function for testing AA32HPD feature
` [PATCH v2 20/21] target/arm: Use FIELD_EX32 for testing 32-bit fields
` [PATCH v2 21/21] target/arm: Correctly implement ACTLR2, HACTLR2

[PATCH 0/4] target/arm: fix some simd writes vs sve
 2020-02-14 19:46 UTC  (5+ messages)
` [PATCH 1/4] target/arm: Flush high bits of sve register after AdvSIMD EXT
` [PATCH 2/4] target/arm: Flush high bits of sve register after AdvSIMD TBL/TBX
` [PATCH 3/4] target/arm: Flush high bits of sve register after AdvSIMD ZIP/UZP/TRN
` [PATCH 4/4] target/arm: Flush high bits of sve register after AdvSIMD INS

[PATCH 1/2] hw/arm/xilinx_zynq: Fix USB port instantiation
 2020-02-14 15:02 UTC  (3+ messages)

[PATCH 1/3] hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include file
 2020-02-14 14:26 UTC  (4+ messages)
` [PATCH 3/3] arm: allwinner: Wire up USB EHCI

[PATCH v16 00/10] VIRTIO-IOMMU device
 2020-02-14 13:27 UTC  (11+ messages)
` [PATCH v16 01/10] virtio-iommu: Add skeleton
` [PATCH v16 02/10] virtio-iommu: Decode the command payload
` [PATCH v16 03/10] virtio-iommu: Implement attach/detach command
` [PATCH v16 04/10] virtio-iommu: Implement map/unmap
` [PATCH v16 05/10] virtio-iommu: Implement translate
` [PATCH v16 06/10] virtio-iommu: Implement fault reporting
` [PATCH v16 07/10] virtio-iommu: Support migration
` [PATCH v16 08/10] virtio-iommu-pci: Add virtio iommu pci support
` [PATCH v16 09/10] hw/arm/virt: Add the virtio-iommu device tree mappings
` [PATCH v16 10/10] MAINTAINERS: add virtio-iommu related files

[PATCH 0/3] Fix number of priority bits in zynq gic
 2020-02-14 13:16 UTC  (4+ messages)
` [PATCH 1/3] arm_gic: Mask the un-supported priority bits
` [PATCH 2/3] cpu/a9mpcore: Add num priority bits property
` [PATCH 3/3] arm/xilinx_zynq: Set number of priority bits

[PATCH] migration/throttle: Make throttle slower at tail stage
 2020-02-14 12:37 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox