qemu-arm.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-16 02:46:36 to 2023-01-19 09:29:54 UTC [more...]

[PATCH v4 00/19] Clean up includes
 2023-01-19  9:20 UTC  (22+ messages)
` [PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
` [PATCH v4 02/19] scripts/clean-includes: Don't claim duplicate headers found when not
` [PATCH v4 03/19] scripts/clean-includes: Skip symbolic links
` [PATCH v4 04/19] bsd-user: Clean up includes
` [PATCH v4 05/19] crypto: "
` [PATCH v4 06/19] hw/cxl: "
` [PATCH v4 07/19] hw/input: "
` [PATCH v4 08/19] hw/tricore: "
` [PATCH v4 09/19] qga: "
` [PATCH v4 10/19] migration: "
` [PATCH v4 11/19] net: "
` [PATCH v4 12/19] target/hexagon: "
` [PATCH v4 13/19] riscv: "
` [PATCH v4 14/19] block: "
` [PATCH v4 15/19] accel: "
` [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
` [PATCH v4 17/19] Don't include headers already included by qemu/osdep.h
` [PATCH v4 18/19] 9p: Drop superfluous include of linux/limits.h
` [PATCH v4 19/19] Drop duplicate #include

[PATCH] hw: Use TYPE_PCI_BUS definition where appropriate
 2023-01-19  8:04 UTC  (2+ messages)

[PATCH 00/20] target/arm: CONFIG_TCG=n part 1
 2023-01-19  7:41 UTC  (26+ messages)
` [PATCH 01/20] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [PATCH 02/20] target/arm: wrap psci call with tcg_enabled
` [PATCH 03/20] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [PATCH 04/20] target/arm: Move PC alignment check
` [PATCH 05/20] target/arm: Move cpregs code out of cpu.h
` [PATCH 06/20] target/arm: Move cpregs code into cpregs.c
` [PATCH 07/20] target/arm: Move define_debug_regs() to cpregs.c
` [PATCH 08/20] target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
` [PATCH 09/20] target/arm: move translate modules to tcg/
` [PATCH 10/20] target/arm: move helpers "
` [PATCH 11/20] target/arm: Move psci.c into the tcg directory
` [PATCH 12/20] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
` [PATCH 13/20] target/arm: Move hflags code into the tcg directory
` [PATCH 14/20] target/arm: Move regime_using_lpae_format into internal.h
` [PATCH 15/20] target/arm: Don't access TCG code when debugging with KVM
` [PATCH 16/20] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
` [PATCH 17/20] target/arm: Move cortex sysregs into cpregs.c
` [PATCH 18/20] tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPI
` [PATCH 19/20] tests/avocado: Skip tests that require a missing accelerator
` [PATCH 20/20] tests/avocado: Tag TCG tests with accel:tcg

[PATCH v4 3/3] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
 2023-01-19  7:03 UTC 

[PATCH v4 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
 2023-01-18 18:50 UTC  (10+ messages)
` [PATCH v4 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
` [PATCH v4 2/5] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
` [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
` [PATCH v4 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
` [PATCH v4 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware

[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
 2023-01-18 17:37 UTC  (13+ messages)
` [PATCH v4 1/2] arm/kvm: add support for MTE
` [PATCH v4 2/2] qtests/arm: add some mte tests

[PATCH v2 0/4] bulk: Replace TARGET_FMT_plx by HWADDR_PRIx
 2023-01-18 17:04 UTC  (4+ messages)
` [PATCH v2 2/4] bulk: Coding style fixes

[RFC PATCH v3 00/28] target/arm: Allow CONFIG_TCG=n builds
 2023-01-18 12:46 UTC  (37+ messages)
` [RFC PATCH v3 04/28] target/arm: Move PC alignment check
` [RFC PATCH v3 05/28] target/arm: Move cpregs code out of cpu.h
` [RFC PATCH v3 06/28] target/arm: Move cpregs code into cpregs.c
` [RFC PATCH v3 10/28] target/arm: move helpers to tcg/
` [RFC PATCH v3 12/28] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
` [RFC PATCH v3 16/28] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
` [RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.c
` [RFC PATCH v3 20/28] target/arm: Set cortex-a57 as default cpu for KVM-only build
` [RFC PATCH v3 21/28] tests/qtest: Skip tests that depend on TCG when CONFIG_TCG=n
` [RFC PATCH v3 22/28] tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPI

[PATCH v3 0/3] Add gdbstub support to HVF
 2023-01-18 11:19 UTC  (3+ messages)
` [PATCH v3 2/3] hvf: implement guest debugging on Apple Silicon hosts

[PATCH v2 00/11] hw/arm/aspeed_ast10x0: Map more peripherals & few more fixes
 2023-01-18  8:48 UTC  (14+ messages)
` [PATCH v2 01/11] hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'
` [PATCH v2 02/11] hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registers
` [PATCH v2 04/11] hw/arm/aspeed: Use the IEC binary prefix definitions

[PATCH v3 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
 2023-01-18  2:30 UTC  (12+ messages)
` [PATCH v3 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
` [PATCH v3 2/5] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
` [PATCH v3 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
` [PATCH v3 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
` [PATCH v3 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware

[PATCH qemu v2 0/3] ARM: Add support for V8M special registers in GDB stub
 2023-01-17 22:48 UTC  (8+ messages)
` [PATCH qemu v2 1/3] target/arm: Unify checking for M Main Extension in MRS/MSR
` [PATCH qemu v2 2/3] target/arm/gdbstub: Support reading M system registers from GDB
` [PATCH qemu v2 3/3] target/arm/gdbstub: Support reading M security extension "

[PATCH v2 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
 2023-01-17 22:25 UTC  (19+ messages)
` [PATCH v2 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
` [PATCH v2 2/5] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
` [PATCH v2 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
` [PATCH v2 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
` [PATCH v2 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware

[PATCH v2 0/4] Series of fixes for PL011 char device
 2023-01-17 22:05 UTC  (5+ messages)
` [PATCH v2 1/4] hw/char/pl011: refactor FIFO depth handling code
` [PATCH v2 2/4] hw/char/pl011: implement a reset method
` [PATCH v2 3/4] hw/char/pl011: better handling of FIFO flags on LCR reset
` [PATCH v2 4/4] hw/char/pl011: check if UART is enabled before RX or TX operation

[PATCH 0/2] Series of fixes for PL011 char device
 2023-01-17 22:06 UTC  (8+ messages)
` [PATCH 1/2] hw/char/pl011: better handling of FIFO flags on LCR reset
` [PATCH 2/2] hw/char/pl011: check if UART is enabled before RX or TX operation

[PATCH qemu 1/3] target/arm: Unify checking for M Main Extension in MRS/MSR
 2023-01-17 18:25 UTC  (8+ messages)
` [PATCH qemu 2/3] target/arm/gdbstub: Support reading M system registers from GDB
` [PATCH qemu 3/3] target/arm/gdbstub: Support reading M security extension "

[PATCH 0/6] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
 2023-01-17 17:49 UTC  (22+ messages)
` [PATCH 1/6] hw/nvram/eeprom_at24c: Add header w/ init helper
` [PATCH 2/6] hw/arm/aspeed: Remove local copy of at24c_eeprom_init
` [PATCH 3/6] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
` [PATCH 4/6] hw/arm/npcm7xx: Remove local copy of at24c_eeprom_init
` [PATCH 6/6] hw/arm/aspeed: Init fby35 BMC FRUID EEPROM

[RFC] 2-stage translation emulation support for SMMUv3 on TCG
 2023-01-17 17:00 UTC  (2+ messages)

[PATCH] target/arm: Fix in_debug path in S1_ptw_translate
 2023-01-17 16:35 UTC  (2+ messages)

[PATCH] target/arm: Fix physical address resolution for MTE
 2023-01-17 16:35 UTC  (2+ messages)

[PATCH v2 0/7] target/arm: Introduce aarch64_set_svcr
 2023-01-17 16:33 UTC  (2+ messages)

[PATCH 0/4] hw: QOM housekeeping around IOTHREAD / IRQ types
 2023-01-17 16:15 UTC  (10+ messages)
` [PATCH 1/4] iothread: Remove unused IOThreadClass / IOTHREAD_CLASS
` [PATCH 2/4] hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
` [PATCH 3/4] hw/or-irq: "
` [PATCH 4/4] hw: Replace qemu_or_irq typedef by OrIRQState

[PATCH v2 0/2] various aarch64 fixes for running Hyper-V on TCG
 2023-01-17 15:48 UTC  (4+ messages)
` [PATCH v2 1/2] target/arm: implement DBGCLAIM registers
` [PATCH v2 2/2] target/arm: provide stubs for more external debug registers

[PATCH 0/2] target/arm: Look up ARMCPRegInfo at runtime
 2023-01-17 15:42 UTC  (6+ messages)
` [PATCH 1/2] target/arm: Reorg do_coproc_insn

[PATCH v2 0/5] hw/i2c: Rename TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
 2023-01-17 13:50 UTC  (2+ messages)

[PATCH v3 0/5] hw/i2c/bitbang_i2c: Housekeeping
 2023-01-17 13:49 UTC  (3+ messages)

[PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()
 2023-01-17  7:34 UTC  (4+ messages)
` [PATCH v3 2/2] hw/arm/virt: Make accels in GIC finalize logic explicit

[PATCH 0/7] Trivial: Mark some more files as target-independant
 2023-01-16 16:58 UTC  (2+ messages)

[PATCH 0/3] various aarch64 fixes for running Hyper-V on TCG
 2023-01-16 15:19 UTC  (4+ messages)
` [PATCH 3/3] target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled

[PATCH] target/arm: Widen cnthctl_el2 to uint64_t
 2023-01-16 14:02 UTC  (2+ messages)

[PATCH] accel/kvm: Specify default IPA size for arm64
 2023-01-16 11:18 UTC  (4+ messages)

[PATCH] hw/display/xlnx_dp: fix abort in xlnx_dp_change_graphic_fmt()
 2023-01-16  2:54 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).