QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-19 02:19:04 to 2023-01-19 13:28:47 UTC [more...]

[PULL 00/17] Monitor patches for 2023-01-19
 2023-01-19 13:27 UTC  (3+ messages)
` [PULL 01/17] ui: Check numeric part of expire_password argument @time properly
` [PULL 16/17] ui: Split hmp_mouse_set() and move the HMP part to ui/

[PATCH 0/3] block: remove separate bdrv_file_open callback
 2023-01-19 13:17 UTC  (3+ messages)
` [PATCH 2/3] block: do not check bdrv_file_open

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-19 13:12 UTC  (12+ messages)
` [PATCH v14 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v14 04/11] s390x/sclp: reporting the maximum nested topology entries

Display update issue on M1 Macs
 2023-01-19 13:10 UTC  (5+ messages)

[PATCH v7 00/51] Xen support under KVM
 2023-01-19 13:02 UTC  (6+ messages)
` [PATCH v7 01/51] include: import Xen public headers to include/standard-headers/
` [PATCH v7 38/51] i386/xen: add monitor commands to test event injection

[PATCH] MAINTAINERS: Fix the entry for tests/tcg/nios2
 2023-01-19 13:03 UTC 

[PATCH v5 0/2] riscv: Allow user to set the satp mode
 2023-01-19 13:00 UTC  (7+ messages)
` [PATCH v5 2/2] "

[PATCH-for-8.0] block/nbd: Add missing <qemu/bswap.h> include
 2023-01-19 13:00 UTC  (2+ messages)

[PATCH v2 0/6] riscv: fdt related cleanups
 2023-01-19 13:00 UTC  (8+ messages)
` [PATCH v2 3/6] hw/riscv: simplify riscv_compute_fdt_addr()
` [PATCH v2 5/6] hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
` [PATCH v2 6/6] hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'

[PATCH] configs/targets/nios2-softmmu: Add TARGET_NEED_FDT=y to the nios2 config
 2023-01-19 12:57 UTC 

[PATCH] vhost-user-fs: add capability to allow migration
 2023-01-19 12:51 UTC  (4+ messages)

[PATCH] hw/misc: Add basic Aspeed GFX model
 2023-01-19 12:44 UTC 

[PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
 2023-01-19 12:42 UTC  (15+ messages)

Announcement of aborting HAXM maintenance
 2023-01-19 12:40 UTC  (5+ messages)

[PATCH v4 00/19] Clean up includes
 2023-01-19 12:40 UTC  (40+ 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 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 00/20] target/arm: CONFIG_TCG=n part 1
 2023-01-19 12:35 UTC  (11+ messages)

[PATCH v4 0/8] Fix win32/msys2 shader compilation & update lcitool deps
 2023-01-19 12:29 UTC  (3+ messages)
` [PATCH v4 6/8] Update lcitool and fedora to 37

[PATCH 0/3] tests/qtest/vnc-display-test: Silent warnings & explicit machine
 2023-01-19 12:31 UTC  (6+ messages)
` [PATCH 1/3] tests/qtest/vnc-display-test: Suppress build warnings on Windows
` [PATCH 2/3] tests/qtest/vnc-display-test: Use the 'none' machine
` [RFC PATCH 3/3] tests/qtest/vnc-display-test: Disable on Darwin

MSYS2 and libfdt
 2023-01-19 12:30 UTC  (4+ messages)

[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: "

tests/qtest: Is vnc-display-test supposed to work on Darwin?
 2023-01-19 12:00 UTC  (9+ messages)

[PULL 0/9] Testing, s390x and misc patches
 2023-01-19 11:56 UTC  (2+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-19 11:13 UTC  (3+ messages)

[PATCH] tests/qtest/bios-tables-test: Make the test less verbose by default
 2023-01-19 10:48 UTC  (2+ messages)

completion timeouts with pin-based interrupts in QEMU hw/nvme
 2023-01-19 10:35 UTC  (18+ messages)

[PATCH 0/2] MAINTAINERS: Small potatos
 2023-01-19 10:32 UTC  (7+ messages)
` [PATCH 1/2] MAINTAINERS: Cover userfaultfd
` [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h

[PATCH] MAINTAINERS: Cover RCU documentation
 2023-01-19 10:26 UTC 

[PATCH v2 0/5] AVR target fixes
 2023-01-19 10:09 UTC  (8+ messages)
` [PATCH v2 1/5] target/avr: fix long address calculation
` [PATCH v2 2/5] target/avr: implement small RAM/large RAM feature
` [PATCH v2 3/5] target/avr: fix avr features processing
` [PATCH v2 4/5] target/avr: fix interrupt processing
` [PATCH v2 5/5] target/avr: enable icount mode

[PATCH v4] net: stream: add a new option to automatically reconnect
 2023-01-19 10:16 UTC 

[PATCH 0/3] Remove C virtiofsd
 2023-01-19 10:14 UTC  (3+ messages)

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

Who maintains util/userfaultfd.c?
 2023-01-19  8:48 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 v2 0/2] hw/pci-host/gt64120: Fix regression on big-endian targets
 2023-01-19  9:39 UTC  (3+ messages)
` [PATCH v2 2/2] tests/avocado: Add test accessing NVMe on big-endian MIPS target

reverse-{debugging,continue} not working on v7.2.0, i386 guest
 2023-01-19  9:28 UTC  (6+ messages)

[PATCH] hw/net/can/xlnx-zynqmp-can: fix assertion failures in transfer_fifo()
 2023-01-19  8:23 UTC  (2+ messages)

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

[PATCH v2] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
 2023-01-19  8:03 UTC  (3+ messages)

[PATCH v2] target/tricore: Remove unused fields from CPUTriCoreState
 2023-01-19  7:20 UTC  (3+ messages)

[PATCH v3 00/12] Refactor cryptodev
 2023-01-19  7:14 UTC  (13+ messages)
` [PATCH v3 01/12] cryptodev: Introduce cryptodev.json
` [PATCH v3 02/12] cryptodev: Remove 'name' & 'model' fields
` [PATCH v3 03/12] cryptodev: Introduce cryptodev alg type in QAPI
` [PATCH v3 04/12] cryptodev: Introduce server "
` [PATCH v3 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
` [PATCH v3 06/12] cryptodev-builtin: Detect akcipher capability
` [PATCH v3 07/12] hmp: add cryptodev info command
` [PATCH v3 08/12] cryptodev: Use CryptoDevBackendOpInfo for operation
` [PATCH v3 09/12] cryptodev: Account statistics
` [PATCH v3 10/12] cryptodev: support QoS
` [PATCH v3 11/12] cryptodev: Support query-stats QMP command
` [PATCH v3 12/12] MAINTAINERS: add myself as the maintainer for cryptodev

[PATCH v4 0/3] memory: prevent dma-reentracy issues
 2023-01-19  7:01 UTC 

[PATCH v4 0/3] memory: prevent dma-reentracy issues
 2023-01-19  7:03 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] async: Add an optional reentrancy guard to the BH API
` [PATCH v4 3/3] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded

[PATCH v4 0/3] memory: prevent dma-reentracy issues
 2023-01-19  7:00 UTC  (2+ messages)
` [PATCH v4 1/3] "

Recall: Announcement of aboring HAXM maintenance
 2023-01-19  3:55 UTC 

Recall: Announcement of aboring HAXM maintenance
 2023-01-19  3:51 UTC 

Announcement of aboring HAXM maintenance
 2023-01-19  3:50 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).