qemu-arm.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-17 19:01:30 to 2023-01-19 14:18:32 UTC [more...]

[PATCH v4 00/19] Clean up includes
 2023-01-19 14:17 UTC  (41+ 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

[RFC PATCH v4 00/15] target/arm: Allow CONFIG_TCG=n builds
 2023-01-19 14:06 UTC  (17+ messages)
` [RFC PATCH v4 01/15] target/arm: Move 64-bit TCG CPUs into tcg/
` [RFC PATCH v4 02/15] target/arm: move cpu_tcg to tcg/cpu32.c
` [RFC PATCH v4 03/15] target/arm: Remove default cpu for KVM-only builds
` [RFC PATCH v4 04/15] tests/qtest: arm-cpu-features: Match tests to required accelerators
` [RFC PATCH v4 05/15] tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCG
` [RFC PATCH v4 06/15] tests/qtest: Add qtest_get_machine_args
` [RFC PATCH v4 07/15] tests/qtest: Adjust qom-test to always set a -cpu option
` [RFC PATCH v4 08/15] tests/qtest: Adjust test-hmp to always pass "
` [RFC PATCH v4 09/15] tests/qtest: Adjust device-introspect-test to always set a "
` [RFC PATCH v4 10/15] tests/qtest: aarch64: Set -cpu for numa-test
` [RFC PATCH v4 11/15] tests/qemu-iotests: Allow passing a -cpu option in the QEMU cmdline
` [RFC PATCH v4 12/15] tests/tcg: Do not build/run TCG tests if TCG is disabled
` [RFC PATCH v4 13/15] target/avocado: Pass parameters to migration test on aarch64
` [RFC PATCH v4 14/15] arm/Kconfig: Always select SEMIHOSTING when TCG is present
` [RFC PATCH v4 15/15] arm/Kconfig: Do not build TCG-only boards on a KVM-only build

[PATCH qemu v2 0/3] ARM: Add support for V8M special registers in GDB stub
 2023-01-19 13:58 UTC  (9+ 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 00/20] target/arm: CONFIG_TCG=n part 1
 2023-01-19 13:46 UTC  (32+ 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 v2 0/4] Series of fixes for PL011 char device
 2023-01-19 13:45 UTC  (9+ 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] hw/misc: Add basic Aspeed GFX model
 2023-01-19 12:44 UTC 

[PATCH 00/25] aspeed: Various extensions, fixes and cleanups
 2023-01-19 12:34 UTC  (26+ messages)
` [PATCH 01/25] m25p80: Improve error when the backend file size does not match the device
` [PATCH 02/25] aspeed: Add Supermicro X11 SPI machine type
` [PATCH 03/25] hw/net: Fix read of uninitialized memory in ftgmac100
` [PATCH 04/25] avocado/boot_linux_console.py: Update ast2600 test
` [PATCH 05/25] m25p80: Add the is25wp256 SFPD table
` [PATCH 06/25] tests/avocado/machine_aspeed.py: update buildroot tests
` [PATCH 07/25] tests/avocado/machine_aspeed.py: Mask systemd services to speed up SDK boot
` [PATCH 08/25] hw/arm/boot: Export write_bootloader for Aspeed machines
` [PATCH 09/25] hw/core/loader: Remove declarations of option_rom_has_mr/rom_file_has_mr
` [PATCH 10/25] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
` [PATCH 11/25] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
` [PATCH 12/25] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
` [PATCH 13/25] hw/arm/aspeed: Add aspeed_eeprom.c
` [PATCH 14/25] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
` [PATCH 15/25] target/arm: Allow users to set the number of VFP registers
` [PATCH 16/25] hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'
` [PATCH 17/25] hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registers
` [PATCH 18/25] hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP level
` [PATCH 19/25] hw/misc/aspeed_hace: Do not crash if address_space_map() failed
` [PATCH 20/25] hw/arm/aspeed_ast10x0: Add various unimplemented peripherals
` [PATCH 21/25] hw/arm/aspeed_ast10x0: Map I3C peripheral
` [PATCH 22/25] hw/arm/aspeed_ast10x0: Map the secure SRAM
` [PATCH 23/25] hw/arm/aspeed_ast10x0: Map HACE peripheral
` [PATCH 24/25] hw/arm/aspeed_ast10x0: Add TODO comment to use Cortex-M4F
` [PATCH 25/25] tests/avocado: Test Aspeed Zephyr SDK v00.01.08 on AST1030 board

[PATCH 0/8] tests/qtest: Allow running boot-serial / migration with TCG disabled
 2023-01-19 12:05 UTC  (17+ messages)
` [PATCH 1/8] tests/qtest/boot-serial-test: Constify tests[] array
` [PATCH 2/8] tests/qtest/boot-serial-test: Build command line using GString API
` [PATCH 3/8] tests/qtest/boot-serial-test: Only use available accelerators
` [PATCH 4/8] tests/qtest/migration-test: Build command line using GString API
` [PATCH 5/8] tests/qtest/migration-test: Only use available accelerators
` [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator
` [PATCH 7/8] tests/qtest/boot-serial-test: Allow running with HVF
` [PATCH 8/8] tests/qtest/migration-test: "

[PATCH] target/arm: Allow users to set the number of VFP registers
 2023-01-19  8:44 UTC  (3+ messages)

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

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

[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  (4+ messages)
` [PATCH v4 1/2] arm/kvm: add support for MTE

[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  (13+ messages)
` [RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.c
` [RFC PATCH v3 21/28] tests/qtest: Skip tests that depend on TCG when CONFIG_TCG=n

[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 v2 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
 2023-01-17 22:25 UTC  (5+ messages)
` [PATCH v2 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards

[PATCH 0/2] Series of fixes for PL011 char device
 2023-01-17 22:06 UTC  (6+ messages)
` [PATCH 1/2] hw/char/pl011: better handling of FIFO flags on LCR reset

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


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