messages from 2025-02-26 06:54:29 to 2025-02-26 17:20:13 UTC [more...]
[PATCH 00/25] maintainer updates for 10.0 softfreeze (gpu/tcg tests, plugins, MAINTAINERS)
2025-02-26 17:19 UTC (37+ messages)
` [PATCH 01/25] tests/functional: move aarch64 GPU test into own file
` [PATCH 02/25] tests/functional: factor out common code in gpu test
` [PATCH 03/25] tests/functional: ensure we have a GPU device for tests
` [PATCH 04/25] tests/functional: expand tests to cover virgl
` [PATCH 05/25] plugins: add explicit dependency in functional tests
` [PATCH 06/25] tests/functional: Introduce the dso_suffix() helper
` [PATCH 07/25] tests/functional: Allow running TCG plugins tests on non-Linux/BSD hosts
` [PATCH 08/25] tests/functional: skip vulkan tests with nVidia
` [PATCH 09/25] libvirt-ci: bump to latest for vulkan-tools (libvirt MR 525)
` [PATCH 10/25] tests/vm: bump timeout for shutdown
` [PATCH 11/25] tests/tcg: mark test-vma as a linux-only test
` [PATCH 12/25] tests/tcg: add message to _Static_assert in test-avx
` [PATCH 13/25] tests/tcg: fix constraints in test-i386-adcox
` [PATCH 14/25] tests/tcg: enable -fwrapv for test-i386-bmi
` [PATCH 15/25] plugins/api: use qemu_target_page_mask() to get value
` [PATCH 16/25] plugins/loader: populate target_name with target_name()
` [PATCH 17/25] include/qemu: plugin-memory.h doesn't need cpu-defs.h
` [PATCH 18/25] plugins/api: clean-up the includes
` [PATCH 19/25] plugins/plugin.h: include queue.h
` [PATCH 20/25] plugins/loader: compile loader only once
` [PATCH 21/25] plugins/api: split out binary path/start/end/entry code
` [PATCH 22/25] plugins/api: split out the vaddr/hwaddr helpers
` [PATCH 23/25] plugins/api: split out time control helpers
` [PATCH 24/25] plugins/api: build only once
` [PATCH 25/25] MAINTAINERS: remove widely sanctioned entities
[PATCH v5 0/3] Improve Mips target
2025-02-26 17:16 UTC (6+ messages)
` [PATCH v5 2/3] Skip NaN mode check for soft-float
` [PATCH v5 1/3] Add support for emulation of CRC32 instructions
` [PATCH v5 3/3] target/mips: Enable MSA ASE using a CLI flag
[PATCH v5 00/36] Multifd 🔀 device state transfer support with VFIO consumer
2025-02-26 16:43 UTC (30+ messages)
` [PATCH v5 17/36] migration: Add save_live_complete_precopy_thread handler
` [PATCH v5 19/36] vfio/migration: Convert bytes_transferred counter to atomic
` [PATCH v5 20/36] vfio/migration: Add vfio_add_bytes_transferred()
` [PATCH v5 21/36] vfio/migration: Move migration channel flags to vfio-common.h header file
` [PATCH v5 22/36] vfio/migration: Multifd device state transfer support - basic types
` [PATCH v5 23/36] vfio/migration: Multifd device state transfer support - VFIOStateBuffer(s)
` [PATCH v5 24/36] vfio/migration: Multifd device state transfer - add support checking function
` [PATCH v5 25/36] vfio/migration: Multifd device state transfer support - receive init/cleanup
` [PATCH v5 26/36] vfio/migration: Multifd device state transfer support - received buffers queuing
` [PATCH v5 27/36] vfio/migration: Multifd device state transfer support - load thread
` [PATCH v5 28/36] vfio/migration: Multifd device state transfer support - config loading support
` [PATCH v5 30/36] vfio/migration: Multifd device state transfer support - send side
[PATCH] tests/functional: Update the ppc64 pseries and pnv tests
2025-02-26 16:34 UTC (7+ messages)
[PATCH 0/2] vfio: Restrict to 64-bit host platforms
2025-02-26 16:26 UTC (7+ messages)
` [PATCH 1/2] vfio: Make vfio-pci available on 64-bit host platforms only
` [PATCH 2/2] vfio: Make vfio-platform available on Aarch64 "
[PATCH] hw/gpio: npcm7xx: fixup out-of-bounds access
2025-02-26 16:16 UTC (3+ messages)
[PATCH v3 00/14] Change ghes to use HEST-based offsets and add support for error inject
2025-02-26 16:14 UTC (15+ messages)
` [PATCH v3 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records
[Bug 2072564] Re: qemu-aarch64-static segfaults running ldconfig.real (amd64 host)
2025-02-26 15:52 UTC (6+ messages)
[PATCH v4 00/14] Change ghes to use HEST-based offsets and add support for error inject
2025-02-26 16:00 UTC (21+ messages)
` [PATCH v4 01/14] acpi/ghes: prepare to change the way HEST offsets are calculated
` [PATCH v4 02/14] acpi/ghes: add a firmware file with HEST address
` [PATCH v4 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH v4 04/14] acpi/ghes: don't hard-code the number of sources for HEST table
` [PATCH v4 06/14] acpi/ghes: create an ancillary acpi_ghes_get_state() function
` [PATCH v4 08/14] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH v4 10/14] tests/acpi: virt: allow acpi table changes for a new table: HEST
` [PATCH v4 11/14] arm/virt: Wire up a GED error device for ACPI / GHES
[PATCH v4 0/6] migration/rdma: fixes, refactor and cleanup
2025-02-26 15:51 UTC (7+ messages)
` [PATCH v4 2/6] migration: check RDMA and capabilities are compatible on both sides
` [PATCH v4 4/6] migration/rdma: Remove redundant migration_in_postcopy checks
` [PATCH v4 5/6] migration: Unfold control_save_page()
[PATCH 00/10] qapi: misc testing and doc patches
2025-02-26 15:28 UTC (20+ messages)
` [PATCH 01/10] qapi: update pylintrc config
` [PATCH 02/10] python: add qapi static analysis tests
` [PATCH 03/10] qapi: delete un-needed python static analysis configs
` [PATCH 04/10] docs/qapidoc: support header-less freeform sections
` [PATCH 06/10] docs/qapidoc: remove example section support
[PATCH v2 0/2] Emulated AMD IOMMU cleanup and fixes
2025-02-26 15:22 UTC (4+ messages)
[PATCH 0/2] target/riscv: Support scontext-based trigger matching
2025-02-26 14:39 UTC (3+ messages)
` [PATCH 1/2] target/riscv: Add scontext CSR handling
` [PATCH 2/2] target/riscv: Support matching scontext in Sdtrig's textra CSRs
[PATCH] Fix data race with the state Field of ThreadPoolElement
2025-02-26 14:35 UTC (3+ messages)
[PATCH 0/4] cputlb: add tlb_flush_other_cpu
2025-02-26 14:29 UTC (9+ messages)
` [PATCH 3/4] cputlb: introduce tlb_flush_other_cpu for reset use
` [PATCH 4/4] tcg:tlb: use tcg_debug_assert() in assert_cpu_is_self()
[PATCH V4] migration: ram block cpr blockers
2025-02-26 13:29 UTC (3+ messages)
[RFC 0/2] arm: Add DMA remapping for CCA
2025-02-26 12:43 UTC (9+ messages)
` [RFC 1/2] system/memory: Allow creating IOMMU mappings from RAM discard populate notifiers
[PULL 0/3] Misc QGA patches for 2025-02-26
2025-02-26 12:21 UTC (4+ messages)
` [PULL 1/3] qga: Add log to guest-fsfreeze-thaw command
` [PULL 2/3] qga: Invert logic on return value in main()
` [PULL 3/3] qga: Don't daemonize before channel is initialized
[PATCH v2 00/18] Add i.MX 8M Plus EVK machine
2025-02-26 11:53 UTC (7+ messages)
` [PATCH v2 04/18] hw/arm: Add i.MX 8M Plus EVK board
[PATCH] hw/misc/npcm_clk: fix buffer-overflow
2025-02-26 11:50 UTC (4+ messages)
[PATCH v2 0/3] riscv: AIA: refinement for KVM acceleration
2025-02-26 11:48 UTC (7+ messages)
` [PATCH v2 1/3] hw/intc/imsic: refine the IMSIC realize
` [PATCH v2 2/3] hw/intc/aplic: refine the APLIC realize
` [PATCH v2 3/3] hw/intc/aplic: refine kvm_msicfgaddr
[PATCH v4 0/4] Support HACE to AST2700 (resend)
2025-02-26 11:10 UTC (3+ messages)
` [PATCH v4 4/4] hw/misc/aspeed_hace: Fix boot issue in the Crypto Manager Self Test
[PATCH] tests/functional/test_arm_sx1: Check whether the serial console is working
2025-02-26 10:48 UTC
[PULL 0/6] QAPI patches patches for 2025-02-26
2025-02-26 10:28 UTC (7+ messages)
` [PULL 1/6] qapi/char.json: minor doc rewording for `hub` device
` [PULL 2/6] qapi: update pylintrc config
` [PULL 3/6] python: add qapi static analysis tests
` [PULL 4/6] docs/qapidoc: support header-less freeform sections
` [PULL 5/6] docs/qapidoc: remove example section support
` [PULL 6/6] qapi: pluggable backend code generators
[PATCH v2 0/5] ui/console-vc: various fixes and improvements
2025-02-26 10:06 UTC (7+ messages)
` [PATCH v2 1/5] ui/console-vc: introduce parsing of the 'ESC ( <ch>' sequence
` [PATCH v2 2/5] ui/console-vc: report to the application instead of screen rendering
` [PATCH v2 3/5] ui/console-vc: report cursor position in the screen not in the scroll buffer
` [PATCH v2 4/5] ui/console-vc: add support for cursor DECSC and DECRC commands
` [PATCH v2 5/5] ui/console-vc: implement DCH (delete) and ICH (insert) commands
[PULL 00/18] Functional and other test improvements
2025-02-26 9:57 UTC (19+ messages)
` [PULL 01/18] tests/functional: Have microblaze tests inherit common parent class
` [PULL 02/18] tests/qtest/qom-test: Test retrieval of machine class properties
` [PULL 03/18] tests/functional: Provide a proper name for the VMs in the replay tests
` [PULL 04/18] tests/functional: Convert the xtensa replay test to the functional framework
` [PULL 05/18] tests/functional: Convert the sparc replay avocado test
` [PULL 06/18] tests/functional: Convert the 32-bit ppc replay avocado tests
` [PULL 07/18] tests/functional: Convert the or1k "
` [PULL 08/18] tests/functional: Convert the ppc64 "
` [PULL 09/18] tests/functional: Convert the microblaze "
` [PULL 10/18] tests/functional: Convert the m68k "
` [PULL 11/18] tests/functional: Convert the arm "
` [PULL 12/18] tests/functional: Convert the alpha "
` [PULL 13/18] tests/functional: Convert the s390x "
` [PULL 14/18] tests/functional: Convert the aarch64 "
` [PULL 15/18] tests/functional: Convert the x86_64 "
` [PULL 16/18] tests/functional: Bump some arm test timeouts
` [PULL 17/18] gitlab: use --refetch in check-patch/check-dco jobs
` [PULL 18/18] tests/functional: Replace the ppc64 e500 advent calendar test
[PATCH] trace/simple: Fix hang when using simpletrace with fork()
2025-02-26 9:53 UTC (6+ messages)
[PATCH v4 0/9] vhost-user: Add SHMEM_MAP/UNMAP requests
2025-02-26 9:53 UTC (10+ messages)
[PATCH v5 00/24] hw/uefi: add uefi variable service
2025-02-26 9:49 UTC (7+ messages)
` [PATCH v5 14/24] hw/uefi: add var-service-json.c + qapi for NV vars
[PATCH v3 0/2] qga: Open channel before going daemon
2025-02-26 9:26 UTC (5+ messages)
` [PATCH v3 1/2] qga: Invert logic on return value in main()
` [PATCH v3 2/2] qga: Don't daemonize before channel is initialized
[PATCH v7 00/52] QEMU TDX support
2025-02-26 9:08 UTC (6+ messages)
` [PATCH v7 19/52] i386/tdx: Track mem_ptr for each firmware entry of TDVF
[PATCH v3 0/9] target/arm: Implement SEL2 physical and virtual timers
2025-02-26 9:07 UTC (9+ messages)
` [PATCH v3 1/9] target/arm: Apply correct timer offset when calculating deadlines
` [PATCH v3 2/9] target/arm: Don't apply CNTVOFF_EL2 for EL2_VIRT timer
` [PATCH v3 4/9] target/arm: Always apply CNTVOFF_EL2 for CNTV_TVAL_EL02 accesses
` [PATCH v3 5/9] target/arm: Refactor handling of timer offset for direct register accesses
[PATCH v4] target/loongarch: fix 'make check-functional failed'
2025-02-26 8:40 UTC
Problem with iotest 233
2025-02-26 8:55 UTC (9+ messages)
[PATCH v5 0/4] Add support for Zhaoxin YongFeng CPU model and other
2025-02-26 8:54 UTC (2+ messages)
[PATCH 1/1] qapi/char.json: minor doc rewording for `hub` device
2025-02-26 8:49 UTC (4+ messages)
[PATCH v2] qapi: pluggable backend code generators
2025-02-26 7:46 UTC (4+ messages)
[PATCH v3 000/162] tcg: Convert to TCGOutOp structures
2025-02-26 7:43 UTC (5+ messages)
` [PATCH v3 012/162] tcg: Convert or to TCGOutOpBinary
` [PATCH v3 017/162] tcg: Convert xor "
[PATCH v2 00/10] accel: Only include qdev-realized vCPUs in global &cpus_queue
2025-02-26 7:16 UTC (7+ messages)
` [PATCH v2 02/10] loongarch: reset vcpu after it's created
` [PATCH v2 03/10] m68k: "
` [PATCH v2 08/10] cpus: expose only realized vCPUs to global &cpus_queue
[PATCH] tests/functional: Replace the ppc64 e500 advent calendar test
2025-02-26 7:04 UTC (2+ messages)
[PATCH 0/4] target/arm: Improvement on memory error handling
2025-02-26 6:56 UTC (6+ messages)
` [PATCH 4/4] target/arm: Retry pushing CPER error if necessary
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).