messages from 2023-09-07 00:44:54 to 2023-09-13 11:58:44 UTC [more...]
[PATCH] hw/arm/boot: Set SCR_EL3.FGTEn when booting kernel
2023-09-13 11:57 UTC
[PATCH 0/4] ci: fix hang of FreeBSD CI jobs
2023-09-13 9:53 UTC (14+ messages)
` [PATCH 1/4] microbit: add missing qtest_quit() call
` [PATCH 2/4] qtest: kill orphaned qtest QEMU processes on FreeBSD
` [PATCH 3/4] gitlab: make Cirrus CI timeout explicit
` [PATCH 4/4] gitlab: make Cirrus CI jobs gating
[PATCH v2 00/12] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
2023-09-13 8:01 UTC (13+ messages)
` [PATCH v2 01/12] memory: Let ReservedRegion use Range
` [PATCH v2 02/12] memory: Introduce memory_region_iommu_set_iova_ranges
` [PATCH v2 03/12] vfio: Collect container iova range info
` [PATCH v2 04/12] virtio-iommu: Rename reserved_regions into prop_resv_regions
` [PATCH v2 05/12] virtio-iommu: Introduce per IOMMUDevice reserved regions
` [PATCH v2 06/12] range: Introduce range_inverse_array()
` [PATCH v2 07/12] virtio-iommu: Implement set_iova_ranges() callback
` [PATCH v2 08/12] range: Make range_compare() public
` [PATCH v2 09/12] util/reserved-region: Add new ReservedRegion helpers
` [PATCH v2 10/12] virtio-iommu: Consolidate host reserved regions and property set ones
` [PATCH v2 11/12] test: Add some tests for range and resv-mem helpers
` [PATCH v2 12/12] vfio: Remove 64-bit IOVA address space assumption
[PATCH v3 06/12] target/arm: Move the reference to arm-core.xml
2023-09-12 22:40 UTC (3+ messages)
` [PATCH v3 07/12] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH v3 09/12] target/arm: Remove references to gdb_has_xml
[RFC v6 7/9] target/arm: Add support for native library calls
2023-09-12 21:28 UTC
[PATCH v2 00/12] target/arm: Implement FEAT_MOPS
2023-09-12 18:33 UTC (15+ messages)
` [PATCH v2 01/12] target/arm: Don't skip MTE checks for LDRT/STRT at EL0
` [PATCH v2 02/12] target/arm: Implement FEAT_MOPS enable bits
` [PATCH v2 03/12] target/arm: Pass unpriv bool to get_a64_user_mem_index()
` [PATCH v2 04/12] target/arm: Define syndrome function for MOPS exceptions
` [PATCH v2 05/12] target/arm: New function allocation_tag_mem_probe()
` [PATCH v2 06/12] target/arm: Implement MTE tag-checking functions for FEAT_MOPS
` [PATCH v2 07/12] target/arm: Implement the SET* instructions
` [PATCH v2 08/12] target/arm: Define new TB flag for ATA0
` [PATCH v2 09/12] target/arm: Implement the SETG* instructions
` [PATCH v2 10/12] target/arm: Implement MTE tag-checking functions for FEAT_MOPS copies
` [PATCH v2 11/12] target/arm: Implement the CPY* instructions
` [PATCH v2 12/12] target/arm: Enable FEAT_MOPS for CPU 'max'
[PATCH 0/4] tcg/aarch64: Enable BTI within the JIT
2023-09-12 16:23 UTC (4+ messages)
` [PATCH 3/4] tcg/aarch64: Emit BTI insns at jump landing pads
[PATCH v5 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model
2023-09-12 5:50 UTC (3+ messages)
` [PATCH v5 3/3] hw/nvme: add "
[PATCH 00/14] target/arm: Implement FEAT_MOPS
2023-09-12 12:27 UTC (33+ messages)
` [PATCH 01/14] target/arm: Remove unused allocation_tag_mem() argument
` [PATCH 02/14] target/arm: Don't skip MTE checks for LDRT/STRT at EL0
` [PATCH 03/14] target/arm: Add ID_AA64ISAR2_EL1
` [PATCH 04/14] target/arm: Implement FEAT_MOPS enable bits
` [PATCH 05/14] target/arm: Pass unpriv bool to get_a64_user_mem_index()
` [PATCH 06/14] target/arm: Define syndrome function for MOPS exceptions
` [PATCH 07/14] target/arm: New function allocation_tag_mem_probe()
` [PATCH 08/14] target/arm: Implement MTE tag-checking functions for FEAT_MOPS
` [PATCH 09/14] target/arm: Implement the SET* instructions
` [PATCH 10/14] target/arm: Define new TB flag for ATA0
` [PATCH 11/14] target/arm: Implement the SETG* instructions
` [PATCH 12/14] target/arm: Implement MTE tag-checking functions for FEAT_MOPS copies
` [PATCH 13/14] target/arm: Implement the CPY* instructions
` [PATCH 14/14] target/arm: Enable FEAT_MOPS for CPU 'max'
[PATCH v7 03/18] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
2023-09-12 7:11 UTC (4+ messages)
` [PATCH v7 05/18] target/arm: Use GDBFeature for dynamic XML
` [PATCH v7 08/18] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v7 11/18] hw/core/cpu: Remove gdb_get_dynamic_xml member
[PATCH v2 05/11] target/arm: Move the reference to arm-core.xml
2023-09-12 6:58 UTC (3+ messages)
` [PATCH v2 06/11] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH v2 08/11] target/arm: Remove references to gdb_has_xml
[PATCH 0/7] target/arm: hwcaps updates, FEAT_HBC
2023-09-12 0:44 UTC (14+ messages)
` [PATCH 1/7] target/arm: Add ID_AA64ISAR2_EL1
` [PATCH 2/7] linux-user/elfload.c: Correct SME feature names reported in cpuinfo
` [PATCH 3/7] linux-user/elfload.c: Add missing arm and arm64 hwcap values
` [PATCH 4/7] linux-user/elfload.c: Report previously missing arm32 hwcaps
` [PATCH 5/7] target/arm: Update AArch64 ID register field definitions
` [PATCH 6/7] target/arm: Update user-mode ID reg mask values
` [PATCH 7/7] target/arm: Implement FEAT_HBC
[PATCH 0/4] hw/core/cpu-common: Consolidate cpu_class_by_name()
2023-09-11 22:40 UTC (11+ messages)
` [PATCH 1/4] target/alpha: Tidy up alpha_cpu_class_by_name()
` [PATCH 2/4] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
` [PATCH 3/4] hw/cpu: Introduce CPUClass::cpu_resolving_type field
` [PATCH 4/4] hw/cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
[PATCH 00/13] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
2023-09-11 18:41 UTC (5+ messages)
` [PATCH 01/13] memory: Let ReservedRegion use Range
` [PATCH 02/13] memory: Introduce memory_region_iommu_set_iova_ranges
[PATCH v4 00/10] Introduce model for IBM's FSI
2023-09-11 12:43 UTC (20+ messages)
` [PATCH v4 01/10] hw/fsi: Introduce IBM's Local bus
` [PATCH v4 02/10] hw/fsi: Introduce IBM's scratchpad
` [PATCH v4 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave
` [PATCH v4 04/10] hw/fsi: Introduce IBM's FSI
` [PATCH v4 05/10] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v4 06/10] hw/fsi: Aspeed APB2OPB interface
` [PATCH v4 07/10] hw/arm: Hook up FSI module in AST2600
` [PATCH v4 08/10] hw/fsi: Added qtest
` [PATCH v4 09/10] hw/fsi: Added FSI documentation
` [PATCH v4 10/10] hw/fsi: Update MAINTAINER list
QEMU Virtualization
2023-09-11 8:49 UTC (2+ messages)
[PATCH v3 00/32] Unified CPU type check
2023-09-10 23:52 UTC (30+ messages)
` [PATCH v3 01/32] cpu: Add helper cpu_model_from_type()
` [PATCH v3 12/32] target/ppc: Use generic helper to show CPU model names
` [PATCH v3 15/32] target/s390x: "
` [PATCH v3 17/32] target/tricore: "
` [PATCH v3 24/32] machine: Constify MachineClass::valid_cpu_types[i]
` [PATCH v3 27/32] machine: Print CPU model name instead of CPU type name
` [PATCH v3 28/32] hw/arm/virt: Check CPU type in machine_run_board_init()
` [PATCH v3 29/32] hw/arm/virt: Hide host CPU model for tcg
` [PATCH v3 30/32] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
` [PATCH v3 31/32] hw/arm: "
` [PATCH v3 32/32] hw/riscv/shakti_c: "
[PATCH v2 00/22] (few more) Steps towards enabling -Wshadow
2023-09-10 4:20 UTC (12+ messages)
` [PATCH v2 02/22] target/arm/tcg: Clean up local variable shadowing
` [PATCH v2 03/22] target/arm/hvf: "
` [PATCH v2 07/22] hw/arm/armv7m: "
` [PATCH v2 15/22] net/eth: "
` [PATCH v2 18/22] semihosting/arm-compat: "
[PATCH v3 0/8] Introduce model for IBM's FSI
2023-09-08 22:31 UTC (6+ messages)
` [PATCH v3 8/8] hw/fsi: Documentation and testing
[PATCH 0/3] AMD/Xilinx Versal TRNG support
2023-09-08 18:41 UTC (8+ messages)
` [PATCH 1/3] hw/misc: Introduce AMD/Xilix Versal TRNG device
[RFC Patch 0/5] Allwinner A10 input/output peripherals
2023-09-08 18:36 UTC (4+ messages)
` [RFC Patch 4/5] hw/display: Allwinner A10 LCDC emulation
[PATCH v5 00/12] Implement Most ARMv8.3 Pointer Authentication Features
2023-09-08 15:41 UTC (3+ messages)
[PATCH v4] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
2023-09-08 13:50 UTC (2+ messages)
[PATCH v3 0/5] target/arm: Implement cortex-a710
2023-09-08 13:43 UTC (12+ messages)
` [PATCH v3 1/5] target/arm: Implement RMR_ELx
` [PATCH v3 2/5] target/arm: Implement cortex-a710
` [PATCH v3 3/5] target/arm: Implement HCR_EL2.TIDCP
` [PATCH v3 4/5] target/arm: Implement FEAT_TIDCP1
` [PATCH v3 5/5] target/arm: Enable SCTLR_EL1.TIDCP for user-only
[PATCH] arm64: Restore trapless ptimer access
2023-09-08 13:00 UTC (5+ messages)
[PATCH] hw/intc/arm_gicv3: Simplify gicv3_class_name() logic
2023-09-08 12:16 UTC (2+ messages)
[PATCH v2] target/arm: Do not use gen_mte_checkN in trans_STGP
2023-09-08 12:10 UTC (2+ messages)
[PATCH] hw/intc/arm_gicv3_its: Avoid maybe-uninitialized error in get_vte()
2023-09-08 11:58 UTC (2+ messages)
[PULL 00/26] aspeed queue
2023-09-08 8:25 UTC (4+ messages)
[PATCH v4 03/16] tcg: pass vece to tcg_target_const_match()
2023-09-08 7:36 UTC (2+ messages)
[PATCH] hw/riscv: split RAM into low and high memory
2023-09-07 13:49 UTC (4+ messages)
CXL Namespaces of ACPI disappearing in Qemu demo
2023-09-07 10:58 UTC (3+ messages)
[PATCH v2 00/12] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
2023-09-07 4:51 UTC (5+ messages)
` [PATCH v2 01/12] hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location
` [PATCH v2 02/12] hw/arm/virt-acpi-build.c: Migrate virtio "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).