qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-02 13:15:54 to 2025-09-03 08:02:12 UTC [more...]

[PULL 0/5] Trivial patches for 2025-09-03
 2025-09-03  7:59 UTC  (5+ messages)
` [PULL 1/5] chardev/baum: Fix compiler warning for Windows builds
` [PULL 2/5] block/curl: fix curl internal handles handling
` [PULL 4/5] scripts/coverity-scan/COMPONENTS.md: Add a 'plugins' category
` [PULL 5/5] docs: fix typo in xive doc

[PATCH 0/5] block/vvfat: introduce "size" option
 2025-09-03  7:57 UTC  (6+ messages)
` [PATCH 1/5] vvfat: introduce no-mbr option
` [PATCH 2/5] vvfat: move fat_type check prior to size setup
` [PATCH 3/5] vvfat: add a define for SECTOR_SIZE
` [PATCH 4/5] vvfat: move size parameters within driver structure
` [PATCH 5/5] vvfat: add support for "size" options

[PATCH] memory: Fix addr for flatview_access_allowed()
 2025-09-03  7:53 UTC  (2+ messages)

[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-09-03  7:58 UTC  (10+ messages)
` [PATCH v5 10/21] intel_iommu: Introduce two helpers vtd_as_from/to_iommu_pasid_locked
` [PATCH v5 11/21] intel_iommu: Handle PASID entry removal and update

[PATCH v2 00/20] TAP initialization refactoring
 2025-09-03  7:45 UTC  (19+ messages)
` [PATCH v2 01/20] net/tap: net_init_tap_one(): add return value
` [PATCH v2 05/20] net/tap: net_init_tap_one(): move parameter checking earlier
` [PATCH v2 11/20] net/tap: net_init_tap_one(): refactor to use netdev as first arg
` [PATCH v2 12/20] net/tap: net_init_tap_one(): support bridge
` [PATCH v2 14/20] net/tap: refactor net_tap_init() into net_tap_open_one()
` [PATCH v2 16/20] net/tap: introduce net_tap_fd_init_external()

[PATCH] Revert "tests/qtest: use qos_printf instead of g_test_message"
 2025-09-03  7:38 UTC  (2+ messages)

[PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
 2025-09-03  7:37 UTC  (5+ messages)
` [PATCH 1/2] i386/kvm/vmsr_energy: Plug memory leak on failure to connect socket
` [PATCH 2/2] vfio scsi ui: Error-check qio_channel_socket_connect_sync() the same way

[PULL v2 00/38] Misc HW patches for 2025-09-02
 2025-09-03  7:19 UTC  (2+ messages)

[PATCH] qga/installer: Remove QGA VSS if QGA installation failed
 2025-09-03  7:09 UTC  (2+ messages)

[PATCH] qga: Fix truncated output handling in guest-exec status reporting
 2025-09-03  7:08 UTC  (2+ messages)

[PATCH] linux-user: add y2038 safe socket timeout options
 2025-09-03  6:52 UTC 

[PATCH v13 00/27] migration: propagate vTPM errors using Error objects
 2025-09-03  6:47 UTC  (8+ messages)
` [PATCH v13 07/27] migration: push Error **errp into qemu_loadvm_state()

[RFC 0/6] vfio: Implement VFIO_DEVICE_FEATURE_DMA_BUF and use it in virtio-gpu
 2025-09-03  5:42 UTC  (7+ messages)
` [RFC 1/6] linux-headers: Update vfio.h to include VFIO_DEVICE_FEATURE_DMA_BUF
` [RFC 2/6] vfio: Add support for VFIO_DEVICE_FEATURE_DMA_BUF
` [RFC 3/6] virtio-gpu-udmabuf: Create dmabuf for blobs associated with VFIO devices
` [RFC 4/6] virtio-gpu: Don't rely on res->blob to identify blob resources
` [RFC 5/6] virtio-gpu: Recreate the resource's dmabuf if new backing is attached
` [RFC 6/6] virtio-gpu: Find the host addr given gpa associated with a ram device

[PATCH] net/hub: make net_hub_port_cleanup idempotent
 2025-09-03  5:42 UTC  (5+ messages)

[PATCH 0/5] hw/pci-host/bonito: Improve various emulation functions
 2025-09-03  5:34 UTC  (3+ messages)

[PATCH 0/4] linux-user/riscv: add vector state to signal
 2025-09-03  5:31 UTC  (6+ messages)
` [PATCH 1/4] tests/tcg/riscv64: Add a user signal handling test
` [PATCH 2/4] linux-user/riscv: Add extended state to sigcontext
` [PATCH 3/4] linux-user/riscv: Add vector state to signal context
` [PATCH 4/4] tests/tcg/riscv64: Add vector state to signal test

[PATCH v1 00/21] Control coprocessor reset for AST2700
 2025-09-03  5:19 UTC  (19+ messages)
` [PATCH v1 01/21] hw/arm/aspeed_ast27x0-fc: Support VBootRom
  ` [SPAM] "
` [PATCH v1 02/21] hw/arm/ast27x0: Move SSP coprocessor initialization from machine to SoC leve
  ` [SPAM] "
` [PATCH v1 04/21] hw/arm/aspeed_ast27x0-ssp: Switch SSP memory to SDRAM and use dram_container for remap support
  ` [SPAM] "
` [PATCH v1 06/21] hw/arm/ast27x0: Add SRAM alias for SSP and ensure correct device realization order
  ` [SPAM] "
` [PATCH v1 10/21] hw/arm/ast27x0: Move DRAM and SDMC initialization earlier to support memory aliasing
  ` [SPAM] "

[PATCH v2 00/18] python: 3.14 compatibility and python-qemu-qmp synchronization
 2025-09-03  5:11 UTC  (19+ messages)
` [PATCH v2 01/18] python: backport 'Change error classes to have better repr methods'
` [PATCH v2 02/18] python: backport 'EventListener: add __repr__ method'
` [PATCH v2 03/18] python: backport 'kick event queue on legacy event_pull()'
` [PATCH v2 04/18] python: backport 'protocol: adjust logging name when changing client name'
` [PATCH v2 05/18] python: backport 'drop Python3.6 workarounds'
` [PATCH v2 06/18] python: backport 'qmp-shell: add common_parser()'
` [PATCH v2 07/18] python: backport 'feat: allow setting read buffer limit'
` [PATCH v2 08/18] python: backport 'make require() preserve async-ness'
` [PATCH v2 09/18] python: backport 'qmp-shell-wrap: handle missing binary gracefully'
` [PATCH v2 10/18] python: backport 'qmp-tui: Do not crash if optional dependencies are not met'
` [PATCH v2 11/18] python: backport 'Remove deprecated get_event_loop calls'
` [PATCH v2 12/18] python: backport 'avoid creating additional event loops per thread'
` [PATCH v2 13/18] python: synchronize qemu.qmp documentation
` [PATCH v2 14/18] iotests: drop compat for old version context manager
` [PATCH v2 15/18] python: ensure QEMUQtestProtocol closes its socket
` [PATCH v2 16/18] iotests/147: ensure temporary sockets are closed before exiting
` [PATCH v2 17/18] iotests/151: ensure subprocesses are cleaned up
` [PATCH v2 18/18] iotests/check: always enable all python warnings

[PATCH] block/iscsi: fix crashes on session disconnect and I/O hard timeout
 2025-09-03  5:05 UTC  (2+ messages)
` [Withdrawn] "

[RFC PATCH v2 0/9] support unaligned access to xHCI Capability
 2025-09-03  5:03 UTC  (7+ messages)
` [RFC PATCH v2 1/9] doc/devel/memory.rst: additional explanation for unaligned access
` [RFC PATCH v2 3/9] hw: npcm7xx_fiu and mx_pic change .impl.unaligned = true
` [Withdrawn] [RFC PATCH v2 0/9] support unaligned access to xHCI Capability

[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
 2025-09-03  4:48 UTC  (4+ messages)
` [PATCH 14/61] target/arm: Replace cpreg_field_is_64bit with cpreg_field_type

[PATCH 0/4] arm_load_dtb cleanups
 2025-09-03  3:59 UTC  (5+ messages)
` [PATCH 1/4] hw/arm: use g_autofree for filename in arm_load_dtb
` [PATCH 3/4] hw/arm: use g_auto(GStrv) for node_path "

[RFC PATCH 0/3] Support RISC-V Zvqdotq vector dot-product extension
 2025-09-03  3:43 UTC  (5+ messages)
` [RFC PATCH 2/3] target/riscv: rvv: Add Zvqdotq support

[PATCH 0/3] target/riscv: corner case fixes
 2025-09-03  3:01 UTC  (4+ messages)
` [PATCH 1/3] target/riscv: Fix IALIGN check in misa write
` [PATCH 2/3] target/risvc: Fix vector whole ldst vstart check
` [PATCH 3/3] tests/tcg: Add riscv test for interrupted vector ops

[PATCH v5 0/2] target/riscv: Generate strided vector ld/st with tcg
 2025-09-03  2:54 UTC  (3+ messages)

[PATCH v3 0/3] Register reset interface with hot-add CPUs
 2025-09-03  2:35 UTC  (4+ messages)
` [PATCH v3 1/3] hw/loongarch/virt: Add BSP support with aux boot code
` [PATCH v3 2/3] hw/loongarch/virt: Remove unnecessay pre-boot setting with BSP
` [PATCH v3 3/3] hw/loongarch/virt: Register reset interface with CPU object

[PATCH v1 00/11] Support PCIe RC to AST2600 and AST2700
 2025-09-03  2:15 UTC  (5+ messages)
` [PATCH v1 01/11] hw/pci/pci_ids Add PCI vendor ID for ASPEED
  ` [SPAM] "
` [SPAM] [PATCH v1 00/11] Support PCIe RC to AST2600 and AST2700

[PATCH v2] hw/sensor: added MAX16600 device model
 2025-09-02 22:03 UTC 

[PATCH] hw/sensor: added MAX16600 device model
 2025-09-02 21:55 UTC  (2+ messages)

[PATCH] hw/arm/raspi4b: remove redundant check in raspi_add_memory_node
 2025-09-02 21:08 UTC  (2+ messages)

[PATCH] hw/arm/raspi4b: replace fprintf with error_report
 2025-09-02 20:12 UTC  (3+ messages)

[PATCH 00/19] python: 3.14 compatibility and python-qemu-qmp synchronization
 2025-09-02 19:34 UTC  (4+ messages)

[PATCH 0/4] virtio document cleanups (esp vhost-user)
 2025-09-02 18:35 UTC  (11+ messages)
` [PATCH 1/4] docs/system: split VirtIO devices from the rest
` [PATCH 2/4] docs/system: unify the naming style for VirtIO devices
` [PATCH 3/4] docs/system: drop vhost-user-rng docs
` [PATCH 4/4] docs/system: merge vhost-user-input into vhost-user-contrib

[PATCH] hw/sd/sdcard: Fix size check for backing block image, part II
 2025-09-02 18:21 UTC  (3+ messages)

[PATCH v2 0/8] sd: Add RPMB emulation to eMMC model
 2025-09-02 18:07 UTC  (35+ messages)
` [PATCH v2 1/8] hw/sd/sdcard: Fix size check for backing block image

[PATCH] hw/sd/sdcard: Fix size check for backing block image, part II
 2025-09-02 18:07 UTC 

[PATCH v5 00/29] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-09-02 17:55 UTC  (6+ messages)
` [PATCH v5 04/29] hw/s390x/ipl: Create certificate store

[PATCH v6 2/3] target/arm: Added support for SME register exposure to GDB
 2025-09-02 17:52 UTC  (3+ messages)

[RFC V2 0/8] Live update: tap and vhost
 2025-09-02 17:09 UTC  (7+ messages)

[PATCH v2 0/4] Add IBM PPE42 CPU support
 2025-09-02 16:59 UTC  (7+ messages)
` [PATCH v2 1/4] target/ppc: Add IBM PPE42 family of processors
` [PATCH v2 3/4] hw/ppc: Add a test machine for the IBM PPE42 CPU

[RFC 0/4] util: qmessage_context followup
 2025-09-02 16:47 UTC  (2+ messages)

[PATCH] block: honor $TMPDIR in create_tmp_file()
 2025-09-02 16:16 UTC  (5+ messages)

[PATCH v8 00/14] Enabling DCD emulation support in Qemu
 2025-09-02 15:59 UTC  (4+ messages)
` [PATCH v8 11/14] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

[PATCH v2] arm/kvm: report registers we failed to set
 2025-09-02 15:49 UTC  (2+ messages)

[PATCH] vfio/pci: Recover sub-page BAR size when base address is not aligned
 2025-09-02 15:40 UTC  (2+ messages)

[PATCH v3 0/1] Support per-head resolutions with virtio-gpu
 2025-09-02 14:13 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v2 0/3] system: Forbid alloca()
 2025-09-02 14:05 UTC  (5+ messages)
` [PATCH v2 1/3] target/ppc/kvm: Avoid using alloca()
` [PATCH v2 3/3] docs/devel/style: Mention alloca() family API is forbidden

[PATCH v1] hw/arm/aspeed Move ast2700-evb alias to ast2700a1-evb
 2025-09-02 14:02 UTC  (2+ messages)
` [SPAM] "

[RFC PATCH RESEND 00/42] accel/split/arm: Run EL2 using TCG and EL1/EL0 in hardware with HVF
 2025-09-02 13:49 UTC  (2+ messages)

[PULL 0/5] Testing patches for 2025-09-01
 2025-09-02 13:47 UTC  (2+ messages)

[PULL 0/3] Error reporting patches for 2025-09-01
 2025-09-02 13:47 UTC  (2+ messages)

[PULL v2 0/9] Misc QGA fixes for 2025-08-29
 2025-09-02 13:47 UTC  (2+ messages)

[PATCH 0/7] target/arm/hvf cleanups
 2025-09-02 13:40 UTC  (8+ messages)
` [PATCH 4/7] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID

[PATCH v2 0/5] tcg/i386: Improve vector shifts
 2025-09-02 13:28 UTC  (4+ messages)
` [PATCH v2 3/5] tcg/i386: Use canonical operand ordering in expand_vec_sari

[PATCH RFC V5 00/30] Support of Virtual CPU Hotplug for ARMv8 Arch
 2025-09-02 13:26 UTC  (3+ messages)
` [PATCH RFC V5 11/30] arm/virt: Init PMU at host for all possible vCPUs

[RFC PATCH 0/7] accel: Add per-accelerator vCPUs queue
 2025-09-02 13:25 UTC  (2+ messages)

[PULL 00/39] Misc HW patches for 2025-09-02
 2025-09-02 13:10 UTC  (19+ messages)
` [PULL 06/39] migration/vfio: compile only once
` [PULL 08/39] include/exec/target_page.h: move page-target.c to header
` [PULL 12/39] scripts/coverity-scan/COMPONENTS.md: Add a 'plugins' category
` [PULL 13/39] hw/scsi/mptsas: Avoid silent integer truncation in MPI_FUNC_IOC_INIT
` [PULL 16/39] linux-user/mips: Select 74Kf CPU to run MIPS16e binaries
` [PULL 19/39] hw/ppc: Fix build error with CONFIG_POWERNV disabled
` [PULL 23/39] hw/gpio/pca9554: Avoid leak in pca9554_set_pin()
` [PULL 27/39] hw/mips: Remove mipssim machine
` [PULL 28/39] hw/net: Remove mipsnet device model
` [PULL 30/39] hw/sd/sdcard: Add validation for boot-partition-size
` [PULL 31/39] hw/sd/sdcard: Refactor sd_bootpart_offset
` [PULL 32/39] crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] calls
` [PULL 33/39] hw/arm/virt: Include 'system/system.h'
` [PULL 34/39] hw/isa/superio: "
` [PULL 35/39] hw/mips/loongson3_virt: "
` [PULL 37/39] docs/about/removed-features: Clarify 'device_add' is removed
` [PULL 38/39] hw/arm/boot: Correctly free the MemoryDeviceInfoList
` [PULL 39/39] hw/i386/pc_piix.c: remove unnecessary if() from pc_init1()


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