qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-05 03:54:06 to 2025-03-05 16:40:08 UTC [more...]

[PATCH v2 00/14] arm: rework id register storage
 2025-03-05 16:38 UTC  (2+ messages)
` [PATCH v2 01/14] arm/cpu: Add sysreg definitions in cpu-sysregs.h

[PATCH v6 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-03-05 16:39 UTC  (43+ messages)
` [PATCH v6 07/36] migration: postcopy_ram_listen_thread() should take BQL for some calls
` [PATCH v6 15/36] migration/multifd: Make MultiFDSendData a struct
` [PATCH v6 17/36] migration: Add save_live_complete_precopy_thread handler
` [PATCH v6 20/36] vfio/migration: Add vfio_add_bytes_transferred()
` [PATCH v6 22/36] vfio/migration: Multifd device state transfer support - basic types
` [PATCH v6 24/36] vfio/migration: Multifd setup/cleanup functions and associated VFIOMultifd
` [PATCH v6 25/36] vfio/migration: Setup and cleanup multifd transfer in these general methods
` [PATCH v6 26/36] vfio/migration: Multifd device state transfer support - received buffers queuing
` [PATCH v6 27/36] vfio/migration: Multifd device state transfer support - load thread
` [PATCH v6 29/36] vfio/migration: Multifd device state transfer support - config loading support
` [PATCH v6 30/36] vfio/migration: Multifd device state transfer support - send side
` [PATCH v6 31/36] vfio/migration: Add x-migration-multifd-transfer VFIO property
` [PATCH v6 32/36] vfio/migration: Make x-migration-multifd-transfer VFIO property mutable
` [PATCH v6 34/36] vfio/migration: Max in-flight VFIO device state buffer count limit
` [PATCH v6 36/36] vfio/migration: Update VFIO migration documentation

Adding gamma support to QemuMacDrivers
 2025-03-05 16:37 UTC  (7+ messages)

[RFC PATCH 0/4] hw/arm: Register target-specific QOM types at runtime
 2025-03-05 16:33 UTC  (6+ messages)
` [RFC PATCH 1/4] qom: Introduce TypeInfo::registerable() callback
` [RFC PATCH 2/4] hw/arm/raspi: Replace TARGET_AARCH64 by legacy_binary_is_64bit()
` [RFC PATCH 3/4] hw/arm/aspeed: "
` [RFC PATCH 4/4] hw/ppc: Remove TARGET_PPC64 use in ppc_create_page_sizes_prop()

[PATCH qemu v2 1/3] hw/s390x: add CPI identifiers to QOM
 2025-03-05 16:06 UTC  (3+ messages)

[PATCH v7 00/16] Introduce support for IGVM files
 2025-03-05 15:47 UTC  (2+ messages)

[RFC PATCH 00/18] hw/microblaze: Quick single binary proof of concept
 2025-03-05 15:39 UTC  (19+ messages)
` [RFC PATCH 01/18] hw/xen/hvm: Fix Aarch64 typo
` [RFC PATCH 02/18] hw/vfio/common: Get target page size using runtime helpers
` [RFC PATCH 03/18] include: Poison TARGET_PHYS_ADDR_SPACE_BITS definition
` [RFC PATCH 04/18] qemu: Introduce 'qemu/legacy_binary_info.h'
` [RFC PATCH 05/18] qemu: Introduce legacy_binary_is_64bit() helper
` [RFC PATCH 06/18] hw/mips/mipssim: Replace TARGET_MIPS64 by legacy_binary_is_64bit()
` [RFC PATCH 07/18] hw/mips/malta: "
` [RFC PATCH 08/18] hw/i386: Inline TARGET_DEFAULT_CPU_TYPE definition
` [RFC PATCH 09/18] hw/ppc/mac: Replace TARGET_PPC64 by legacy_binary_is_64bit()
` [RFC PATCH 10/18] qemu: Introduce legacy_binary_is_big_endian() helper
` [RFC PATCH 11/18] hw/mips/jazz: Replace TARGET_BIG_ENDIAN by legacy_binary_is_big_endian
` [RFC PATCH 12/18] hw/mips/mipssim: Use legacy_binary_is_big_endian()
` [RFC PATCH 13/18] hw/xtensa/sim: Replace TARGET_BIG_ENDIAN by legacy_binary_is_big_endian
` [RFC PATCH 14/18] hw/xtensa/xtfpga: Check endianness via legacy_binary_is_big_endian()
` [RFC PATCH 15/18] hw/microblaze/petalogix_ml605_mmu: Use legacy_binary_is_big_endian()
` [RFC PATCH 16/18] hw/microblaze/petalogix_s3adsp1800_mmu: Use legacy_binary_is_big_endian
` [RFC PATCH 17/18] meson: Allow symlinking system emulation binaries
` [RFC PATCH 18/18] configs/targets: Merge qemu-system-microblaze{el} binaries

[PATCH 00/57] docs: Add new QAPI transmogrifier
 2025-03-05 15:40 UTC  (17+ messages)
` [PATCH 02/57] qapi: shush pylint up
` [PATCH 06/57] docs/qapi-domain: add QAPI domain object registry
` [PATCH 16/57] docs/qapi-domain: add "Returns:" field lists
` [PATCH 21/57] docs/qapi-domain: add :deprecated: directive option
` [PATCH 30/57] qapi/parser: adjust info location for doc body section
` [PATCH 31/57] qapi: expand tags to all doc sections
` [PATCH 39/57] qapi/source: allow multi-line QAPISourceInfo advancing

[PATCH] tests/tcg: Suppress compiler false-positive warning on sha1.c
 2025-03-05 14:56 UTC  (4+ messages)

QEMU and ia64
 2025-03-05 14:50 UTC  (7+ messages)

[PATCH 0/2] s390x/pci: changes to hotplug error handling
 2025-03-05 14:35 UTC  (3+ messages)
` [PATCH 1/2] s390x/pci: fix cleanup of failed hotplug

[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-03-05 14:46 UTC  (18+ messages)
` [PATCH v2 01/10] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH v2 03/10] [DO NOT MERGE] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v2 04/10] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "-pmu" is configured
` [PATCH v2 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v2 06/10] target/i386/kvm: rename architectural PMU variables
` [PATCH v2 08/10] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v2 10/10] target/i386/kvm: don't stop Intel PMU counters

[PATCH 0/8] hexagon system emu, part 3/3
 2025-03-05 14:35 UTC  (5+ messages)
` [PATCH 8/8] tests/functional: Add a hexagon minivm test

[PATCH v2] microvm: do not use the lastest cpu version
 2025-03-05 14:26 UTC  (6+ messages)

[PATCH v7 0/5] Allow to enable multifd and postcopy migration together
 2025-03-05 13:56 UTC  (16+ messages)
` [PATCH v7 5/5] migration: add MULTIFD_RECV_SYNC migration command

[PATCH 0/2] vfio: Restrict to 64-bit host platforms
 2025-03-05 13:21 UTC  (14+ messages)
` [PATCH 1/2] vfio: Make vfio-pci available on 64-bit host platforms only

[PATCH v2] vfio: Add property documentation
 2025-03-05 13:13 UTC  (5+ messages)

[PATCH v2] vfio-platform: Deprecate all forms of vfio-platform devices
 2025-03-05 12:42 UTC 

[PATCH] vfio-platform: Deprecate all forms of vfio-platform devices
 2025-03-05 12:39 UTC  (4+ messages)

[PATCH] tests/functional: fix race in virtio balloon test
 2025-03-05 12:25 UTC  (3+ messages)

[PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
 2025-03-05 11:59 UTC  (5+ messages)

[PATCH v2 0/7] tests/functional: a few misc cleanups and fixes
 2025-03-05 11:55 UTC  (14+ messages)
` [PATCH v2 3/7] tests/functional: remove all class level fields
` [PATCH v2 4/7] tests/functional: reduce tuxrun maxmem to work on 32-bit hosts
` [PATCH v2 5/7] tests/functional: skip memaddr tests on 32-bit builds
` [PATCH v2 6/7] tests/functional: drop unused 'get_tag' method
` [PATCH v2 7/7] tests/functional: stop output from zstd command when uncompressing

[PULL v5 00/11] xenpvh5-tag
 2025-03-05 11:36 UTC  (3+ messages)
` [PULL v5 09/11] hw/arm: introduce xenpvh machine

[PATCH v3 0/2] Enhanced VSTART and VL checks for vector instructions
 2025-03-05 11:24 UTC  (2+ messages)

QEMU is participating in Google Summer of Code 2025
 2025-03-05 11:11 UTC 

[PATCH] docs/about/emulation: Fix broken link
 2025-03-05 10:48 UTC  (2+ messages)

[PATCH] docs/cxl: Add serial number for persistent-memdev
 2025-03-05 10:35 UTC  (6+ messages)

[PATCH v2 00/11] rust/block: Add minimal block driver bindings
 2025-03-05 10:23 UTC  (6+ messages)
` [PATCH v2 09/11] rust/block: Add read support for block drivers
` [PATCH v2 10/11] bochs-rs: Add bochs block driver reimplementation in Rust

Query on the dirty bitmap
 2025-03-05 10:06 UTC  (3+ messages)

[PATCH qemu 0/8] hw/cxl: new features for 10.0 (possibly)
 2025-03-05  9:24 UTC  (9+ messages)
` [PATCH qemu 1/8] hw/cxl: Support aborting background commands
` [PATCH qemu 2/8] hw/cxl: Support get/set mctp response payload size
` [PATCH qemu 3/8] hw/cxl/cxl-mailbox-utils: Add support for Media operations discovery commands cxl r3.2 (8.2.10.9.5.3)
` [PATCH qemu 4/8] hw/cxl: factor out calculation of sanitize duration from cmd_santize_overwrite
` [PATCH qemu 5/8] hw/cxl/cxl-mailbox-utils: Media operations Sanitize and Write Zeros commands CXL r3.2(8.2.10.9.5.3)
` [PATCH qemu 6/8] hw/cxl/cxl-mailbox-utils: CXL CCI Get/Set alert config commands
` [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)
` [PATCH qemu 8/8] docs/cxl: Add serial number for persistent-memdev

[PATCH qemu 0/8] hw/cxl: new features for 10.0 (possibly)
 2025-03-05  9:22 UTC  (3+ messages)
` [PATCH qemu 1/8] hw/cxl: Support aborting background commands
` [PATCH qemu 2/8] hw/cxl: Support get/set mctp response payload size

[RFC PATCH 00/11] qemu: Remove TARGET_NAME definition
 2025-03-05  9:00 UTC  (6+ messages)
` [RFC PATCH 03/11] system: Introduce QemuArchBit enum
` [RFC PATCH 10/11] qemu: Introduce qemu_arch_name() helper

[PATCH v3 0/3] CXL CCI Media Operations
 2025-03-05  8:49 UTC  (3+ messages)
  ` [PATCH v3 2/3] hw/cxl: factor out calculation of sanitize duration from cmd_santize_overwrite

[PATCH v2 00/32] maintainer updates for 10.0 softfreeze (gpu/tcg tests, plugins, MAINTAINERS) pre-PR
 2025-03-05  8:35 UTC  (12+ messages)
` [PATCH v2 01/32] tests/functional: move aarch64 GPU test into own file
` [PATCH v2 02/32] tests/functional: factor out common code in gpu test
` [PATCH v2 04/32] tests/functional: bail early if vkmark hangs
` [PATCH v2 07/32] tests/functional: update the aarch64_virg_gpu images
` [PATCH v2 21/32] plugins/loader: populate target_name with target_name()

[PATCH] tests/functional: Increase the timeout of the mips64el_replay test
 2025-03-05  8:09 UTC  (2+ messages)

[PATCH v2] tests/avocado: Remove the boot_linux.py tests
 2025-03-05  8:08 UTC  (2+ messages)

[PULL 0/3] Some refactoring/cleanups for cpu versions on microvms
 2025-03-05  7:50 UTC  (4+ messages)
` [PULL 1/3] hw/i386: introduce x86_firmware_reconfigure api
` [PULL 2/3] hw/i386/ovmf: check if ovmf is supported before calling ovmf parsing code
` [PULL 3/3] microvm: do not use the lastest cpu version

[PATCH 0/6] Implement Firmware Assisted Dump for PSeries
 2025-03-05  7:34 UTC  (8+ messages)
` [PATCH 3/6] hw/ppc: Preserve memory regions registered for fadump
` [PATCH 4/6] hw/ppc: Implement saving CPU state in Fadump
` [PATCH 5/6] hw/ppc: Pass device tree properties for Fadump

[PATCH] nbd: Defer trace init until after daemonization
 2025-03-05  6:55 UTC  (2+ messages)

[PATCH v5 0/2] target/loongarch: fix 'make check-functional' failed
 2025-03-05  6:33 UTC  (3+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] target/loongarch: check tlb_ps

[PATCH] pci-ids.rst: Add Red Hat pci-id for AMD IOMMU device
 2025-03-05  6:52 UTC  (2+ messages)

[PATCH v2 00/12] rust: wrap all C types exposed through qemu_api
 2025-03-05  7:09 UTC  (3+ messages)
` [PATCH 10/12] rust: memory: wrap MemoryRegion with Opaque<>

[PATCH] tests/avocado: Remove the boot_linux.py and replay_linux.py tests
 2025-03-05  6:45 UTC  (3+ messages)

[RFC PATCH] target/ppc: Do not set HPTE R/C bits on !guest_visible xlate
 2025-03-05  6:45 UTC  (3+ messages)

[PULL 0/6] Ui patches
 2025-03-05  6:41 UTC  (7+ messages)
` [PULL 1/6] ui/console-vc: introduce parsing of the 'ESC ( <ch>' sequence
` [PULL 2/6] ui/console-vc: report to the application instead of screen rendering
` [PULL 3/6] ui/console-vc: report cursor position in the screen not in the scroll buffer
` [PULL 4/6] ui/console-vc: add support for cursor DECSC and DECRC commands
` [PULL 5/6] ui/console-vc: implement DCH (delete) and ICH (insert) commands
` [PULL 6/6] chardev: use remoteAddr if the chardev is client

[PATCH v5 0/2] target/loongarch: fix 'make check-functional' failed
 2025-03-05  6:16 UTC 

[PATCH v5 0/6] migration/rdma: fixes, refactor and cleanup
 2025-03-05  6:28 UTC  (7+ messages)
` [PATCH v5 1/6] migration: Prioritize RDMA in ram_save_target_page()
` [PATCH v5 2/6] migration: check RDMA and capabilities are compatible on both sides
` [PATCH v5 3/6] migration: disable RDMA + postcopy-ram
` [PATCH v5 4/6] migration/rdma: Remove redundant migration_in_postcopy checks
` [PATCH v5 5/6] migration: Unfold control_save_page()
` [PATCH v5 6/6] migration: Add qtest for migration over RDMA

[PULL 00/15] loongarch-to-apply queue
 2025-03-05  6:12 UTC  (14+ messages)
` [PULL 01/15] hw/intc/loongarch_ipi: Add basic hotplug framework
` [PULL 02/15] hw/intc/loongarch_ipi: Implment cpu hotplug interface
` [PULL 03/15] hw/intc/loongarch_ipi: Notify ipi object when cpu is plugged
` [PULL 04/15] hw/intc/loongarch_extioi: Move gpio irq initial to common code
` [PULL 05/15] hw/intc/loongarch_extioi: Add basic hotplug framework
` [PULL 06/15] hw/intc/loongarch_extioi: Implment cpu hotplug interface
` [PULL 07/15] hw/intc/loongarch_extioi: Use cpu plug notification
` [PULL 08/15] hw/loongarch/virt: Add CPU topology support
` [PULL 09/15] hw/loongarch/virt: Add topo properties on CPU object
` [PULL 10/15] hw/loongarch/virt: Add basic cpu plug interface framework
` [PULL 11/15] hw/loongarch/virt: Implement cpu unplug interface
` [PULL 12/15] hw/loongarch/virt: Implement cpu plug interface
` [PULL 13/15] hw/loongarch/virt: Update the ACPI table for hotplug cpu

[PATCH v6] hw/i386/cpu: remove default_cpu_version and simplify
 2025-03-05  5:40 UTC  (4+ messages)

[PATCH v4 00/23] Support AST2700 A1
 2025-03-05  5:24 UTC  (7+ messages)
` [PATCH v4 03/23] hw/intc/aspeed: Reduce regs array size by adding a register sub-region
` [PATCH v4 12/23] hw/intc/aspeed: Introduce AspeedINTCIRQ structure to save the irq index and register address

[PATCH] trace/control-target: cleanup headers and make compilation unit common
 2025-03-05  5:07 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 NNTP newsgroup(s).