qemu-arm.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-04 08:49:46 to 2021-03-09 10:35:01 UTC [more...]

[PATCH v3 0/7] Some vIOMMU fixes
 2021-03-09 10:27 UTC  (6+ messages)
` [PATCH v3 1/7] intel_iommu: Fix mask may be uninitialized in vtd_context_device_invalidate
` [PATCH v3 2/7] dma: Introduce dma_aligned_pow2_mask()
` [PATCH v3 3/7] virtio-iommu: Handle non power of 2 range invalidations
` [PATCH v3 5/7] hw/arm/smmuv3: Enforce invalidation on a power of two range
` [PATCH v3 6/7] hw/arm/smmuv3: Fix SMMU_CMD_CFGI_STE_RANGE handling

[PATCH v2 0/2] bugfix: Decrease dirty bitmap blocks after we remove ramblock
 2021-03-08 10:52 UTC  (6+ messages)
` [PATCH v2 1/2] ramlist: Make dirty bitmap blocks of ramlist resizable

[PATCH v2 0/2] tests/acceptance: Test Aspeed ARM machines
 2021-03-09  9:43 UTC  (10+ messages)
` [PATCH v2 1/2] tests/acceptance: Test ast2400 and ast2500 machines
` [PATCH v2 2/2] tests/acceptance: Test ast2600 machine

[PATCH 0/2] hw/misc: Model ASPEED hash and crpyto engine
 2021-03-09  9:40 UTC  (6+ messages)
` [PATCH 1/2] hw: Model ASPEED's Hash and Crypto Engine
` [PATCH 2/2] aspeed: Integrate HACE

[PATCH v2 0/7] Some vIOMMU fixes
 2021-03-09  8:37 UTC  (10+ messages)
` [PATCH v2 2/7] dma: Introduce dma_aligned_pow2_mask()
` [PATCH v2 4/7] hw/arm/smmu-common: Fix smmu_iotlb_inv_iova when asid is not set
` [PATCH v2 5/7] hw/arm/smmuv3: Enforce invalidation on a power of two range
` [PATCH v2 6/7] hw/arm/smmuv3: Fix SMMU_CMD_CFGI_STE_RANGE handling

[PATCH v3 0/3] vfio: Some fixes and optimizations for VFIO migration
 2021-03-09  7:25 UTC  (4+ messages)
` [PATCH v3 3/3] vfio: Avoid disabling and enabling vectors repeatedly in "

[PATCH v2] vfio/migrate: Move switch of dirty tracking into vfio_memory_listener
 2021-03-09  3:19 UTC 

[PATCH v2 0/3] target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANGE
 2021-03-08 23:11 UTC  (4+ messages)
` [PATCH v2 1/3] target/arm: Add support for FEAT_TLBIRANGE
` [PATCH v2 2/3] target/arm: Add support for FEAT_TLBIOS
` [PATCH v2 3/3] target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type

[PATCH v2 0/2] hw/arm: versal: Add support for the XRAMs
 2021-03-08 22:46 UTC  (3+ messages)
` [PATCH v2 1/2] hw/misc: versal: Add a model of the XRAM controller
` [PATCH v2 2/2] hw/arm: versal: Add support for the XRAMs

[PATCH v1 0/2] hw/arm: versal: Add support for the XRAMs
 2021-03-08 22:29 UTC  (6+ messages)
` [PATCH v1 1/2] hw/misc: versal: Add a model of the XRAM controller
` [PATCH v1 2/2] hw/arm: versal: Add support for the XRAMs

[PATCH v3 0/5] Allwinner H3 fixes for EMAC and acceptance tests
 2021-03-08 20:44 UTC  (17+ messages)
` [PATCH v3 1/5] hw/net/allwinner-sun8i-emac: traverse transmit queue using TX_CUR_DESC register value
` [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine
` [PATCH v3 3/5] tests/acceptance/boot_linux_console: change URL for test_arm_orangepi_bionic_20_08
` [PATCH v3 4/5] tests/acceptance: update sunxi kernel from armbian to 5.10.16
` [PATCH v3 5/5] tests/acceptance: drop ARMBIAN_ARTIFACTS_CACHED condition for orangepi-pc, cubieboard tests

[PATCH 00/44] hw/arm: New board model mps3-an547
 2021-03-08 17:35 UTC  (94+ messages)
` [PATCH 05/44] hw/arm/armsse: Introduce SSE subsystem version property
` [PATCH 06/44] hw/misc/iotkit-sysctl: Remove is_sse200 flag
` [PATCH 07/44] hw/misc/iotkit-secctl.c: Implement SSE-300 PID register values
` [PATCH 08/44] hw/misc/iotkit-sysinfo.c: "
` [PATCH 09/44] hw/arm/armsse.c: Use correct SYS_CONFIG0 register value for SSE-300
` [PATCH 10/44] hw/misc/iotkit-sysinfo.c: Implement SYS_CONFIG1 and IIDR
` [PATCH 11/44] hw/timer/sse-counter: Model the SSE Subsystem System Counter
` [PATCH 12/44] hw/timer/sse-timer: Model the SSE Subsystem System Timer
` [PATCH 13/44] hw/misc/iotkit-sysctl: Add SSE-300 cases which match SSE-200 behaviour
` [PATCH 14/44] hw/misc/iotkit-sysctl: Handle CPU_WAIT, NMI_ENABLE for SSE-300
` [PATCH 15/44] hw/misc/iotkit-sysctl: Handle INITSVTOR* "
` [PATCH 16/44] hw/misc/iotkit-sysctl: Implement dummy version of SSE-300 PWRCTRL register
` [PATCH 17/44] hw/misc/iotkit-sysctl: Handle SSE-300 changes to PDCM_PD_*_SENSE registers
` [PATCH 18/44] hw/misc/iotkit-sysctl: Implement SSE-200 and SSE-300 PID register values
` [PATCH 19/44] hw/arm/Kconfig: Move ARMSSE_CPUID and ARMSSE_MHU stanzas to hw/misc
` [PATCH 20/44] hw/misc/sse-cpu-pwrctrl: Implement SSE-300 CPU<N>_PWRCTRL register block
` [PATCH 21/44] hw/arm/armsse: Use an array for apb_ppc fields in the state structure
` [PATCH 22/44] hw/arm/armsse: Add a define for number of IRQs used by the SSE itself
` [PATCH 23/44] hw/arm/armsse: Add framework for data-driven device placement
` [PATCH 24/44] hw/arm/armsse: Move dual-timer device into data-driven framework
` [PATCH 25/44] hw/arm/armsse: Move watchdogs "
` [PATCH 26/44] hw/arm/armsse: Move s32ktimer "
` [PATCH 27/44] hw/arm/armsse: Move sysinfo register block "
` [PATCH 28/44] hw/arm/armsse: Move sysctl "
` [PATCH 29/44] hw/arm/armsse: Move PPUs "
` [PATCH 30/44] hw/arm/armsse: Add missing SSE-200 SYS_PPU
` [PATCH 31/44] hw/arm/armsse: Indirect irq_is_common[] through ARMSSEInfo
` [PATCH 32/44] hw/arm/armsse: Add support for SSE variants with a system counter
` [PATCH 33/44] hw/arm/armsse: Add support for TYPE_SSE_TIMER in ARMSSEDeviceInfo
` [PATCH 34/44] hw/arm/armsse: Support variants with ARMSSE_CPU_PWRCTRL block
` [PATCH 35/44] hw/arm/armsse: Add SSE-300 support
` [PATCH 36/44] hw/arm/mps2-tz: Make UART overflow IRQ board-specific
` [PATCH 37/44] hw/misc/mps2-fpgaio: Fold counters subsection into main vmstate
` [PATCH 38/44] hw/misc/mps2-fpgaio: Support AN547 DBGCTRL register
` [PATCH 39/44] hw/misc/mps2-scc: Implement changes for AN547
` [PATCH 40/44] hw/arm/mps2-tz: Support running APB peripherals on different clock
` [PATCH 41/44] hw/arm/mps2-tz: Make initsvtor0 setting board-specific
` [PATCH 42/44] hw/arm/mps2-tz: Add new mps3-an547 board
` [PATCH 43/44] docs/system/arm/mps2.rst: Document the "
` [PATCH 44/44] tests/qtest/sse-timer-test: Add simple tests of the SSE timer and counter

[PATCH v7 0/5] hw/arm: zynqmp: Implement a CSU DMA model and connect it with GQSPI
 2021-03-08 17:15 UTC  (2+ messages)

[PATCH v1 1/3] semihosting: Move include/hw/semihosting/ -> include/semihosting/
 2021-03-08 17:28 UTC  (13+ messages)
` [PATCH v1 3/3] semihosting/arg-compat: fix up handling of SYS_HEAPINFO

[PATCH v3] target/arm: Restrict v7A TCG cpus to TCG accel
 2021-03-08 16:56 UTC  (2+ messages)

[RFC PATCH v2 0/8] cpu: Move CPUClass::has_work() to TCGCPUOps
 2021-03-08 14:53 UTC  (18+ messages)
` [RFC PATCH v2 1/8] sysemu/tcg: Restrict tcg_exec_init() to CONFIG_TCG
` [RFC PATCH v2 2/8] sysemu/tcg: Restrict qemu_tcg_mttcg_enabled() to TCG
` [RFC PATCH v2 3/8] target/arm: Directly use arm_cpu_has_work instead of CPUClass::has_work
` [RFC PATCH v2 4/8] target/s390x: Move s390_cpu_has_work to excp_helper.c
` [RFC PATCH v2 5/8] target/ppc: Duplicate the TCGCPUOps structure for POWER CPUs
` [RFC PATCH v2 6/8] cpu: Declare cpu_has_work() in 'sysemu/tcg.h'
` [RFC PATCH v2 7/8] cpu: Move CPUClass::has_work() to TCGCPUOps
` [RFC PATCH v2 8/8] target/arm: Restrict arm_cpu_has_work() to TCG

[PULL 10/18] hw/board: promote fdt from ARM VirtMachineState to MachineState
 2021-03-08 13:51 UTC  (2+ messages)
` [PULL 17/18] semihosting: Move include/hw/semihosting/ -> include/semihosting/

[PATCH v2 0/3] target/arm: Restrict v7A TCG cpus to TCG accel
 2021-03-06 15:13 UTC  (3+ messages)

[PATCH] arm: xlnx-versal: fix virtio-mmio base address assignment
 2021-03-06  2:28 UTC  (4+ messages)
` [PATCH v4] virtio-mmio: improve virtio-mmio get_dev_path alog

[PATCH 0/4] hw/misc: Add NPCM7XX Tachometer Device
 2021-03-05 19:00 UTC  (6+ messages)
` [PATCH 1/4] hw/misc: Add GPIOs for duty in NPCM7xx PWM
` [PATCH 2/4] hw/misc: Add NPCM7XX MFT Module
` [PATCH 3/4] hw/arm: Connect PWM fans in NPCM7XX boards
` [PATCH 4/4] tests/qtest: Test PWM fan RPM using MFT in PWM test

[PATCH v2 0/3] target/arm: Add support for FEAT_SSBS
 2021-03-05 15:23 UTC  (5+ messages)
` [PATCH v2 3/3] target/arm: Set ID_PFR2.SSBS to 1 for "max" 32-bit CPU

[PATCH 0/9] hw/display/pl110, pxa2xx_lcd: Tidy up template headers
 2021-03-05 14:48 UTC  (2+ messages)

[PATCH v2 00/24] hw/arm: New board model mps3-an524
 2021-03-05 11:55 UTC  (8+ messages)
` [PATCH v2 14/24] hw/arm/mps2-tz: Size the uart-irq-orgate based on the number of UARTs
` [PATCH v2 18/24] hw/arm/mps2-tz: Support ROMs as well as RAMs
` [PATCH v2 24/24] hw/arm/mps2: Update old infocenter.arm.com URLs

[PATCH] hw/i2c/npcm7xx_smbus: Simplify npcm7xx_smbus_init()
 2021-03-05 11:33 UTC  (2+ messages)

[PATCH v2] target/arm: Speed up aarch64 TBL/TBX
 2021-03-05 11:32 UTC  (3+ messages)

[PATCH v2] hw/arm/xlnx-zynqmp: Remove obsolete 'has_rpu' property
 2021-03-05 11:25 UTC  (2+ messages)

[PATCH v3 0/2] sbsa-ref: update list of supported cpus
 2021-03-05 11:21 UTC  (2+ messages)

[PATCH 0/2] semihosting: Move it out of hw/
 2021-03-05 10:13 UTC  (2+ messages)

[PATCH v2 0/2] QOM type names and QAPI
 2021-03-05  9:48 UTC  (7+ messages)
` [PATCH v2 1/2] hw: Replace anti-social QOM type names
` [PATCH v2 2/2] memory: Drop "qemu:" prefix from QOM memory region "

[RFC PATCH 0/5] hw/arm/virt: Introduce cpu topology support
 2021-03-05  6:14 UTC  (5+ messages)

[PATCH v3 0/4] acpi: Set proper maximum size for "etc/table-loader" blob
 2021-03-04 20:22 UTC  (6+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] microvm: Don't open-code "etc/table-loader"
` [PATCH v3 3/4] acpi: Move maximum size logic into acpi_add_rom_blob()
` [PATCH v3 4/4] acpi: Set proper maximum size for "etc/acpi/rsdp" blob

[RFC PATCH 0/7] cpu: Move CPUClass::has_work() to TCGCPUOps
 2021-03-04 19:46 UTC  (4+ messages)
` [RFC PATCH 6/7] "

[PATCH v6 00/11] Support disabling TCG on ARM (part 2)
 2021-03-04 19:25 UTC  (4+ messages)
` [PATCH v6 03/11] target/arm: Restrict ARMv4 cpus to TCG accel

[RFC PATCH 00/19] accel: Introduce AccelvCPUState opaque structure
 2021-03-04 16:42 UTC  (9+ messages)
` [PATCH 02/19] target/s390x/kvm: Simplify debug code
` [PATCH 04/19] cpu: Croup accelerator-specific fields altogether

[PATCH] arm: bump amount of PMU counters to pass SBSA ACS
 2021-03-04 15:25 UTC  (6+ messages)

[PATCH] aspeed: Emulate the AST2600A3
 2021-03-04 13:32 UTC  (2+ messages)

[PATCH 0/2] tests/acceptance: Test Aspeed ARM machines
 2021-03-04 13:29 UTC  (5+ messages)
` [PATCH 1/2] tests/acceptance: Test ast2400 and ast2500 machines

[PATCH 0/9] hw/arm/virt: Improve CPU help and fix testing under KVM
 2021-03-04 11:40 UTC  (6+ messages)
` [PATCH 8/9] hw/arm/virt: Restrict 32-bit CPUs to TCG

[PATCH v1] acpi: increase maximum size for "etc/table-loader" blob
 2021-03-04  9:47 UTC  (7+ messages)

[RFC v8 00/28] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2021-03-04  9:18 UTC  (3+ messages)
` [RFC v8 03/28] header update against 5.11-rc2 and IOMMU/VFIO nested stage APIs


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).