qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-03 03:38:55 to 2025-11-03 13:40:02 UTC [more...]

[PULL 00/32] Next pr patches
 2025-11-03 13:37 UTC  (7+ messages)
` [PULL 01/32] Implement -run-with exit-with-parent=on
` [PULL 02/32] tests/qtest: Use exit-with-parent=on in qtest invocations
` [PULL 03/32] crypto/hash: Have hashing functions take void * buffer argument
` [PULL 04/32] io/channel: Have read/write "
` [PULL 05/32] io: add a "blocking" field to QIOChannelSocket
` [PULL 12/32] crypto: remove redundant parameter checking CA certs

[PATCH v2 0/7] ati-vga: Implement HOST_DATA transfers to enable X.org text rendering
 2025-11-03 13:33 UTC  (7+ messages)
` [PATCH v2 1/7] ati-vga: Add scissor clipping register support
` [PATCH v2 2/7] ati-vga: Implement scissor rectangle clipping for 2D operations
` [PATCH v2 3/7] ati-vga: Implement foreground and background color register writes

[RESEND PATCH v5 00/13] aio: add the aio_add_sqe() io_uring API
 2025-11-03 13:30 UTC  (4+ messages)

[PATCH v5 00/32] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-11-03 13:30 UTC  (9+ messages)
` [PATCH v5 06/32] hw/arm/smmuv3-accel: Initialize shared system address space
` [PATCH v5 07/32] hw/pci/pci: Move pci_init_bus_master() after adding device to bus
` [PATCH v5 08/32] hw/pci/pci: Add optional supports_address_space() callback
` [PATCH v5 09/32] hw/pci-bridge/pci_expander_bridge: Move TYPE_PXB_PCIE_DEV to header

[PATCH v7 00/23] intel_iommu: Enable first stage translation for passthrough device
 2025-11-03 13:23 UTC  (25+ messages)
` [PATCH v7 12/23] intel_iommu: Add some macros and inline functions
` [PATCH v7 13/23] intel_iommu: Bind/unbind guest page table to host
` [PATCH v7 14/23] intel_iommu: Propagate PASID-based iotlb invalidation "
` [PATCH v7 16/23] intel_iommu: Replay pasid bindings after context cache invalidation
` [PATCH v7 17/23] iommufd: Introduce a helper function to extract vendor capabilities
` [PATCH v7 18/23] vfio: Add a new element bypass_ro in VFIOContainer
` [PATCH v7 19/23] Workaround for ERRATA_772415_SPR17
` [PATCH v7 20/23] vfio: Bypass readonly region for dirty tracking
` [PATCH v7 21/23] intel_iommu: Add migration support with x-flts=on
` [PATCH v7 23/23] docs/devel: Add IOMMUFD nesting documentation

[PULL v3 0/7] Accelerators & CPU patches for 2025-11-02
 2025-11-03 13:22 UTC 

[PULL 0/3] I82596 fixes patches
 2025-11-03 13:20 UTC  (4+ messages)
` [PULL 1/3] hw/hppa: Enable LASI i82596 network on 715 machine
` [PULL 2/3] i82596: Added core infrastructure and helper functions
` [PULL 3/3] i82596: Implement enhanced TX/RX with packet queuing and filtering

[PULL v2 0/8] Accelerators & CPU patches for 2025-11-02
 2025-11-03 13:19 UTC  (3+ messages)

[PATCH v5 0/6] sd: Add RPMB emulation to eMMC model
 2025-11-03 13:15 UTC  (5+ messages)
` [PATCH v5 5/6] scripts: Add helper script to generate eMMC block device images
` [PATCH v5 6/6] docs: Add eMMC device model description

[PULL 0/7] nvme queue
 2025-11-03 12:50 UTC  (4+ messages)
` [PULL 6/7] hw/nvme: enable ns atomic writes

[PATCH] net: pad packets to minimum length in qemu_receive_packet()
 2025-11-03 12:49 UTC  (6+ messages)

[PATCH] ati-vga: Implement HOST_DATA transfers to enable X.org text rendering
 2025-11-03 12:47 UTC  (5+ messages)

[PATCH v4 00/23] target/arm/hvf: Consolidate
 2025-11-03 12:45 UTC  (27+ messages)
` [PATCH v4 01/23] accel/hvf: Create hvf_protect_clean_range, hvf_unprotect_dirty_range
` [PATCH v4 02/23] target/i386/hvf: Use host page alignment in ept_emulation_fault()
` [PATCH v4 03/23] accel/hvf: Enforce host alignment in hv_vm_protect()
` [PATCH v4 04/23] target/i386/hvf: Use hvf_unprotect_dirty_range
` [PATCH v4 05/23] target/i386/hvf: Use address_space_translate in ept_emulation_fault
` [PATCH v4 06/23] accel/hvf: Simplify hvf_log_*
` [PATCH v4 07/23] accel/hvf: Move hvf_log_sync to hvf_log_clear
` [PATCH v4 08/23] accel/hvf: Simplify hvf_set_phys_mem
` [PATCH v4 09/23] accel/hvf: Drop hvf_slot and hvf_find_overlap_slot
` [PATCH v4 10/23] accel/hvf: Remove mac_slots
` [PATCH v4 11/23] target/arm/hvf: Implement dirty page tracking
` [PATCH v4 12/23] accel/hvf: Skip WFI if CPU has work to do
` [PATCH v4 13/23] accel/hvf: Implement WFI without using pselect()
` [PATCH v4 14/23] accel/hvf: Have PSCI CPU_SUSPEND halt the vCPU
` [PATCH v4 15/23] accel: Introduce AccelOpsClass::cpu_target_realize() hook
` [PATCH v4 16/23] accel/hvf: Add hvf_arch_cpu_realize() stubs
` [PATCH v4 17/23] target/arm: Create GTimers *after* features finalized / accel realized
` [PATCH v4 18/23] target/arm/hvf: Really set Generic Timer counter frequency
` [PATCH v4 19/23] target/arm: Only allow disabling NEON when using TCG
` [PATCH v4 20/23] accel/hvf: Introduce hvf_arch_cpu_synchronize_[pre/post]exec() hooks
` [PATCH v4 21/23] target/i386/hvf: Flush vCPU registers once before vcpu_exec() loop
` [PATCH v4 22/23] target/arm/hvf: "
` [PATCH v4 23/23] accel/hvf: Sync CNTV_CTL_EL0 & CNTV_CVAL_EL0

[PATCH] ati-vga: Separate default control bit for source
 2025-11-03 12:40 UTC  (3+ messages)

[RFC v1 0/1] add virtio bus for rvsp-ref board
 2025-11-03 12:39 UTC  (2+ messages)
` [RFC v1 1/1] hw/riscv/server_platform_ref.c: add virtio bus

[PATCH] hw/ppc/pegasos: Fix memory leak
 2025-11-03 12:33 UTC  (5+ messages)

[PATCH v2] numa: add 'spm' option for Specific Purpose Memory
 2025-11-03 12:32 UTC  (3+ messages)

[PATCH RFC 00/10] RFC: Drop qemu.qmp from qemu.git
 2025-11-03 12:21 UTC  (5+ messages)
` [PATCH RFC 06/10] python/mkvenv: add "tests" dependency group

[PATCH v3 00/18] Implements RISC-V WorldGuard extension v0.4
 2025-11-03 12:20 UTC  (5+ messages)
` [PATCH v3 01/18] accel/tcg: Store section pointer in CPUTLBEntryFull
` [PATCH v3 02/18] system/physmem: Remove the assertion of page-aligned section number

[PULL 00/25] vfio queue
 2025-11-03 12:05 UTC  (7+ messages)
` [PULL 09/25] vfio-user: implement message receive infrastructure

[PATCH 0/8] single-binary: Make riscv cpu.h target partially independent
 2025-11-03 11:39 UTC  (9+ messages)
` [PATCH 2/8] target/riscv: Fix size of mhartid
` [PATCH 3/8] target/riscv: Bugfix make bit 62 read-only 0 for sireg* cfg CSR read
` [PATCH 5/8] target/riscv: Combine mcyclecfg and mcyclecfgh
` [PATCH 6/8] target/riscv: Combine minstretcfg and minstretcfgh
` [PATCH 7/8] target/riscv: Combine mhpmcounter and mhpmcounterh
` [PATCH 8/8] target/riscv: Remove upper_half from riscv_pmu_ctr_get_fixed_counters_val

[PATCH v3 0/3] HP-PARISC 82596 Network Interface Card
 2025-11-03 11:27 UTC  (4+ messages)
` [PATCH v3 1/3] hw/hppa: Enable LASI i82596 network on 715 machine
` [PATCH v3 2/3] i82596: Added core infrastructure and helper functions
` [PATCH v3 3/3] i82596: Implement enhanced TX/RX with packet queuing and filtering

[PATCH] memory: Make FlatView root references weak
 2025-11-03 11:18 UTC  (5+ messages)

[PULL 00/22] Functional tests and s390x patches for the softfreeze
 2025-11-03 10:58 UTC  (23+ messages)
` [PULL 01/22] scripts/device-crash-test: fix spurious EOFError messages
` [PULL 02/22] tests/functional: Fix problems in asset.py reported by pylint
` [PULL 03/22] tests/functional: Fix problems in decorators.py "
` [PULL 04/22] tests/functional: Fix problems in linuxkernel.py "
` [PULL 05/22] tests/functional: Fix problems in uncompress.py "
` [PULL 06/22] tests/functional: Fix problems in utils.py "
` [PULL 07/22] tests/functional/arm/test_aspeed_ast1030: Remove unused import
` [PULL 08/22] tests/functional/.../testcase.py: better socketdir cleanup
` [PULL 09/22] MAINTAINERS: fix functional tests section
` [PULL 10/22] tests/functional/migration: Fix bad indentation
` [PULL 11/22] tests/functional/ppc64/test_mac99: Fix style issues reported by pylint
` [PULL 12/22] tests/functional/rx/test_gdbsim: Remove unused variables
` [PULL 13/22] tests/functional/x86_64/test_acpi_bits: Silence warnings reported by pylint
` [PULL 14/22] tests/functional/x86_64/test_virtio_balloon: Fix cosmetic issues from pylint
` [PULL 15/22] tests/functional/ppc64: Fix class names to silence pylint warnings
` [PULL 16/22] tests/functional: include logger name and function in messages
` [PULL 17/22] tests/functional: include the lower level QMP log messages
` [PULL 18/22] hw/s390x: Use memory_region_size()
` [PULL 19/22] target/s390x: Fix missing interrupts for small CKC values
` [PULL 20/22] target/s390x: Fix missing clock-comparator interrupts after reset
` [PULL 21/22] target/s390x: Use address generation for register branch targets
` [PULL 22/22] tests/tcg/s390x: Test SET CLOCK COMPARATOR

[PATCH v2 0/9] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-11-03 10:55 UTC  (8+ messages)
` [PATCH v2 8/9] target/i386: SEV: Add support for setting TSC frequency for Secure TSC

[PATCH 0/2] osdep: Cache getpagesize() call in qemu_real_host_page_size()
 2025-11-03 10:51 UTC  (3+ messages)
` [PATCH 1/2] osdep: Un-inline qemu_real_host_page_size()
` [PATCH 2/2] osdep: Cache getpagesize() call in qemu_real_host_page_size()

[PATCH] migration: Remove unused VMSTATE_UINTTL_EQUAL[_V]() macros
 2025-11-03 10:27 UTC  (3+ messages)

[PATCH v3 00/30] Split AST2400, AST2500, AST2600, AST2700 and AST1030 SoC machines into separate source files for maintainability
 2025-11-03 10:23 UTC  (36+ messages)
` [PATCH v3 01/30] hw/arm/aspeed: Move AspeedMachineState definition to common header for reuse
` [PATCH v3 02/30] hw/arm/aspeed: Make aspeed_machine_class_init_cpus_defaults() globally accessible
  ` [SPAM] "
` [PATCH v3 03/30] hw/arm/aspeed: Export and rename create_pca9552() for reuse
  ` [SPAM] "
` [PATCH v3 04/30] hw/arm/aspeed: Rename and export create_pca9554() as aspeed_create_pca9554()
  ` [SPAM] "
` [PATCH v3 05/30] hw/arm/aspeed: Split FP5280G2 machine into a separate source file for maintenance
` [PATCH v3 06/30] hw/arm/aspeed: Split G220A machine into a separate source file for better maintenance
` [PATCH v3 07/30] hw/arm/aspeed: Split Tiogapass machine into a separate source file for cleanup
` [PATCH v3 08/30] hw/arm/aspeed: Split YosemiteV2 machine into a separate source file for maintainability
` [PATCH v3 09/30] hw/arm/aspeed: Split Witherspoon "
` [PATCH v3 10/30] hw/arm/aspeed: Split Sonorapass "
` [PATCH v3 11/30] hw/arm/aspeed: Split Romulus "
` [PATCH v3 12/30] hw/arm/aspeed: Split Supermicro X11SPI machine into a separate "
` [PATCH v3 13/30] hw/arm/aspeed: Split AST2500 EVB machine into a separate source "
` [PATCH v3 14/30] hw/arm/aspeed: Split Quanta-Q71L "
` [PATCH v3 15/30] hw/arm/aspeed: Split Supermicro X11 "
` [PATCH v3 16/30] hw/arm/aspeed: Split Palmetto "
` [PATCH v3 17/30] hw/arm/aspeed: Move ASPEED_RAM_SIZE() macro to common header for reuse
` [PATCH v3 18/30] hw/arm/aspeed: Split Bletchley machine into a separate source file for maintainability
` [PATCH v3 19/30] hw/arm/aspeed: Split FBY35 BMC "
` [PATCH v3 20/30] hw/arm/aspeed: Split Fuji "
` [PATCH v3 21/30] hw/arm/aspeed: Split QCOM Firework "
` [PATCH v3 22/30] hw/arm/aspeed: Split QCOM DC-SCM V1 "
` [PATCH v3 23/30] hw/arm/aspeed: Make aspeed_machine_ast2600_class_emmc_init() a common API for eMMC boot setup
` [PATCH v3 24/30] hw/arm/aspeed: Split GB200NVL machine into a separate source file for maintainability
` [PATCH v3 25/30] hw/arm/aspeed: Split Rainier "
` [PATCH v3 26/30] hw/arm/aspeed: Split Catalina "
` [PATCH v3 27/30] hw/arm/aspeed: Split AST2600 EVB "
` [PATCH v3 28/30] hw/arm/aspeed: Split AST2700 "
` [PATCH v3 29/30] hw/arm/aspeed: Rename and export connect_serial_hds_to_uarts() as aspeed_connect_serial_hds_to_uarts()
` [PATCH v3 30/30] hw/arm/aspeed: Split AST1030 EVB machine into a separate source file for maintainability
` [SPAM] [PATCH v3 00/30] Split AST2400, AST2500, AST2600, AST2700 and AST1030 SoC machines into separate source files "

[PATCH v4 1/1] Add RISCV ZALASR extension
 2025-11-03 10:17 UTC 

[PULL 0/5] Igvm 20251103 patches
 2025-11-03 10:14 UTC  (7+ messages)
` [PULL 1/5] igvm: move igvm.h file to include/system
` [PULL 2/5] igvm: fix off by one bug in memmap entry count checking
` [PULL 3/5] igvm: add support for igvm memory map parameter in native mode
` [PULL 4/5] igvm: add support for initial register state load "
` [PULL 5/5] igvm: add MAINTAINERS entry

[PATCH v2 00/37] target/arm: Implement FEAT_SYSREG128
 2025-11-03 10:13 UTC  (3+ messages)
` [PATCH v2 14/37] target/arm/hvf: Assert no 128-bit sysregs in hvf_arch_init_vcpu

[PATCH] audio/dbus: make "dbus" the default backend when using -display dbus
 2025-11-03 10:04 UTC  (2+ messages)

[PATCH 00/11] rust: migration: add high-level migration wrappers
 2025-11-03 10:25 UTC  (3+ messages)
` [PATCH 08/11] rust: qemu-macros: add ToMigrationState derive macro

[PATCH v3 00/59] target/arm/hvf: Consolidate
 2025-11-03 10:01 UTC  (7+ messages)
` [PATCH v3 33/59] target/i386/hvf: Use host page alignment in ept_emulation_fault()
` [PATCH v3 43/59] accel/hvf: Implement WFI without using pselect()

[PATCH RESEND v2 0/3] target/arm/kvm: Improve memory error handling
 2025-11-03  9:52 UTC  (11+ messages)
` [PATCH RESEND v2 2/3] kvm/arm/kvm: Introduce helper push_ghes_memory_errors()
` [PATCH RESEND v2 3/3] target/arm/kvm: Support multiple memory CPERs injection

[PATCH v2 0/9] A QAPI schema doc markup fix, and style cleanup
 2025-11-03  9:47 UTC  (11+ messages)
` [PATCH v2 1/9] qapi/audio: Fix description markup of AudiodevDBusOptions @nsamples
` [PATCH v2 2/9] qapi: Refill doc comments to conform to conventions
` [PATCH v2 3/9] qapi: Clean up whitespace between definitions
` [PATCH v2 4/9] qga/qapi-schema: Refill doc comments to conform to conventions
` [PATCH v2 5/9] qga/qapi-schema: Clean up whitespace between definitions
` [PATCH v2 6/9] docs/interop: Refill QAPI doc comments to conform to conventions
` [PATCH v2 7/9] docs/interop/firmware: Belatedly convert "Example" section
` [PATCH v2 8/9] docs/interop/firmware: Literal block markup
` [PATCH v2 9/9] docs/interop: Add test to keep vhost-user.json sane

[PATCH 0/5] virtio-gpu: Force RCU when unmapping blob
 2025-11-03  9:45 UTC  (4+ messages)
` [PATCH 4/5] rcu: Wake the RCU thread when draining

[PATCH v4 02/27] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
 2025-11-03  9:42 UTC  (4+ messages)
` [PATCH v5] "

[PATCH v3 0/2] KVM Support for imx8mp-evk Machine
 2025-11-03  8:55 UTC  (2+ messages)

[PATCH RFC V6 00/24] Support of Virtual CPU Hotplug-like Feature for ARMv8+ Arch
 2025-11-03  8:27 UTC  (10+ messages)
` [PATCH RFC V6 22/24] monitor, qdev: Introduce 'device_set' to change admin state of existing devices
  ` [PATCH RFC V6 22/24] monitor,qdev: "

[PATCH] meson: Add missing backends.py to qapi_gen_depends
 2025-11-03  8:27 UTC  (2+ messages)

[PATCH trivial] qga: use access(2) to check for command existance instead of questionable stat(2)
 2025-11-03  7:59 UTC  (2+ messages)

[PATCH trivial v3] qga: use access(2) to check for command existance instead of questionable stat(2)
 2025-11-03  8:00 UTC  (4+ messages)

[PATCH 00/13] migration: Threadify loadvm process
 2025-11-03  7:32 UTC  (5+ messages)
` [PATCH 04/13] migration/rdma: Allow qemu_rdma_wait_comp_channel work with thread
` [PATCH 05/13] migration/rdma: Change io_create_watch() to return immediately

[PATCH] qga/vss-win32/install: Remove _com_util::ConvertStringToBSTR()
 2025-11-03  7:31 UTC  (4+ messages)

[PATCH] hw/audio: Remove dead code from ac97_realize
 2025-11-03  6:07 UTC  (2+ messages)


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