qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-23 16:31:55 to 2025-05-25 15:20:22 UTC [more...]

[PATCH v3 00/20] Maintainer updates for May (testing, plugins, virtio-gpu) - pre-PR
 2025-05-25 15:19 UTC  (14+ messages)
` [PATCH v3 04/20] tests/qtest: fix igb test failure under --enable-ubsan
` [PATCH v3 05/20] tests/Makefile: include test-plugins in per-arch build deps
` [PATCH v3 07/20] contrib/plugins: add a scaling factor to the ips arg
` [PATCH v3 10/20] MAINTAINERS: add Akihiko and Dmitry as reviewers

[PULL 0/9] Audio patches
 2025-05-25 13:27 UTC  (10+ messages)
` [PULL 1/9] tests/functional: use 'none' audio driver for q800 tests
` [PULL 2/9] audio: fix SIGSEGV in AUD_get_buffer_size_out()
` [PULL 3/9] audio: fix size calculation "
` [PULL 4/9] hw/audio/asc: fix SIGSEGV in asc_realize()
` [PULL 5/9] hw/audio/asc: replace g_malloc0() with g_malloc()
` [PULL 6/9] audio/mixeng: remove unnecessary pointer type casts
` [PULL 7/9] audio: add float sample endianness converters
` [PULL 8/9] alsaaudio: Set try-poll to false by default
` [PULL 9/9] audio: Reset rate control when adding bytes

[Stable-10.0.1 v2 00/59] Patch Round-up for stable 10.0.1, freeze on 2025-05-24 (frozen)
 2025-05-25 12:08 UTC  (37+ messages)
` [Stable-10.0.1 24/59] s390x: Fix leak in machine_set_loadparm
` [Stable-10.0.1 25/59] virtio: Call set_features during reset
` [Stable-10.0.1 26/59] hw/nvme: fix nvme hotplugging
` [Stable-10.0.1 27/59] target/riscv: pmp: don't allow RLB to bypass rule privileges
` [Stable-10.0.1 28/59] target/riscv: pmp: move Smepmp operation conversion into a function
` [Stable-10.0.1 29/59] target/riscv: pmp: fix checks on writes to pmpcfg in Smepmp MML mode
` [Stable-10.0.1 30/59] hw/riscv: Fix type conflict of GLib function pointers
` [Stable-10.0.1 31/59] target/riscv: fix endless translation loop on big endian systems
` [Stable-10.0.1 32/59] common-user/host/riscv: use tail pseudoinstruction for calling tail
` [Stable-10.0.1 33/59] target/riscv: rvv: Source vector registers cannot overlap mask register
` [Stable-10.0.1 34/59] target/riscv: rvv: Add CHECK arg to GEN_OPFVF_WIDEN_TRANS
` [Stable-10.0.1 35/59] target/riscv: rvv: Apply vext_check_input_eew to vrgather instructions to check mismatched input EEWs encoding constraint
` [Stable-10.0.1 36/59] target/riscv: rvv: Apply vext_check_input_eew to OPIVI/OPIVX/OPFVF(vext_check_ss) instructions
` [Stable-10.0.1 37/59] target/riscv: rvv: Apply vext_check_input_eew to OPIVV/OPFVV(vext_check_sss) instructions
` [Stable-10.0.1 38/59] target/riscv: rvv: Apply vext_check_input_eew to vector slide instructions(OPIVI/OPIVX)
` [Stable-10.0.1 39/59] target/riscv: rvv: Apply vext_check_input_eew to vector integer extension instructions(OPMVV)
` [Stable-10.0.1 40/59] target/riscv: rvv: Apply vext_check_input_eew to vector narrow/widen instructions
` [Stable-10.0.1 41/59] target/riscv: rvv: Apply vext_check_input_eew to vector indexed load/store instructions
` [Stable-10.0.1 42/59] target/riscv: Fix the rvv reserved encoding of unmasked instructions
` [Stable-10.0.1 43/59] target/riscv: Fix vslidedown with rvv_ta_all_1s
` [Stable-10.0.1 44/59] target/riscv/kvm: minor fixes/tweaks
` [Stable-10.0.1 45/59] target/riscv/kvm: fix leak in kvm_riscv_init_multiext_cfg()
` [Stable-10.0.1 46/59] target/riscv/kvm: turn u32/u64 reg functions into macros
` [Stable-10.0.1 47/59] target/riscv/kvm: turn kvm_riscv_reg_id_ulong() into a macro
` [Stable-10.0.1 48/59] target/riscv/kvm: add kvm_csr_cfgs[]
` [Stable-10.0.1 49/59] target/riscv/kvm: do not read unavailable CSRs
` [Stable-10.0.1 50/59] i386/tcg: Make CPUID_HT and CPUID_EXT3_CMP_LEG supported
` [Stable-10.0.1 51/59] i386/hvf: Make CPUID_HT supported
` [Stable-10.0.1 52/59] hw/pci-host/gt64120: Fix endianness handling
` [Stable-10.0.1 53/59] hw/pci-host: Remove unused pci_host_data_be_ops
` [Stable-10.0.1 54/59] qapi/misc-target: Fix the doc to distinguish query-sgx and query-sgx-capabilities
` [Stable-10.0.1 55/59] migration/multifd: Don't send device state packets with zerocopy flag
` [Stable-10.0.1 56/59] migration: Allow caps to be set when preempt or multifd cap enabled
` [Stable-10.0.1 57/59] target/hppa: Copy instruction code into fr1 on FPU assist fault
` [Stable-10.0.1 58/59] linux-user/hppa: Send proper si_code on SIGFPE exception
` [Stable-10.0.1 59/59] target/hppa: Fix FPE exceptions

[PATCH v5 00/25] tcg-plugins: add hooks for discontinuities
 2025-05-25 12:14 UTC  (40+ messages)
` [PATCH v5 01/25] plugins: add types for callbacks related to certain discontinuities
` [PATCH v5 02/25] plugins: add API for registering discontinuity callbacks
` [PATCH v5 03/25] plugins: add hooks for new discontinuity related callbacks
` [PATCH v5 05/25] target/alpha: call plugin trap callbacks
` [PATCH v5 06/25] target/arm: "
` [PATCH v5 07/25] target/avr: "
` [PATCH v5 08/25] target/hppa: "
` [PATCH v5 10/25] target/loongarch: "
` [PATCH v5 11/25] target/m68k: "
` [PATCH v5 12/25] target/microblaze: "
` [PATCH v5 13/25] target/mips: "
` [PATCH v5 14/25] target/openrisc: "
` [PATCH v5 15/25] target/ppc: "
` [PATCH v5 17/25] target/rx: "
` [PATCH v5 18/25] target/s390x: "
` [PATCH v5 19/25] target/sh4: "
` [PATCH v5 20/25] target/sparc: "
` [PATCH v5 21/25] target/tricore: "

[Stable-9.2.4 v3 00/61] Patch Round-up for stable 9.2.4, freeze on 2025-05-24 (frozen)
 2025-05-25 11:10 UTC 

[PATCH] audio: Reset rate control when adding bytes
 2025-05-25 10:57 UTC  (2+ messages)

[Stable-9.2.4 v2 00/62] Patch Round-up for stable 9.2.4, freeze on 2025-05-24 (frozen)
 2025-05-25  9:42 UTC  (29+ messages)
` [Stable-9.2.4 35/62] s390x: Fix leak in machine_set_loadparm
` [Stable-9.2.4 36/62] virtio: Call set_features during reset
` [Stable-9.2.4 37/62] target/riscv: pmp: move Smepmp operation conversion into a function
` [Stable-9.2.4 38/62] target/riscv: fix endless translation loop on big endian systems
` [Stable-9.2.4 39/62] common-user/host/riscv: use tail pseudoinstruction for calling tail
` [Stable-9.2.4 40/62] target/riscv: rvv: Source vector registers cannot overlap mask register
` [Stable-9.2.4 41/62] target/riscv: rvv: Add CHECK arg to GEN_OPFVF_WIDEN_TRANS
` [Stable-9.2.4 42/62] target/riscv: rvv: Apply vext_check_input_eew to vrgather instructions to check mismatched input EEWs encoding constraint
` [Stable-9.2.4 43/62] target/riscv: rvv: Apply vext_check_input_eew to OPIVI/OPIVX/OPFVF(vext_check_ss) instructions
` [Stable-9.2.4 44/62] target/riscv: rvv: Apply vext_check_input_eew to OPIVV/OPFVV(vext_check_sss) instructions
` [Stable-9.2.4 45/62] target/riscv: rvv: Apply vext_check_input_eew to vector slide instructions(OPIVI/OPIVX)
` [Stable-9.2.4 46/62] target/riscv: rvv: Apply vext_check_input_eew to vector integer extension instructions(OPMVV)
` [Stable-9.2.4 47/62] target/riscv: rvv: Apply vext_check_input_eew to vector narrow/widen instructions
` [Stable-9.2.4 48/62] target/riscv: rvv: Apply vext_check_input_eew to vector indexed load/store instructions
` [Stable-9.2.4 49/62] target/riscv: Fix the rvv reserved encoding of unmasked instructions
` [Stable-9.2.4 50/62] target/riscv: Fix vslidedown with rvv_ta_all_1s
` [Stable-9.2.4 51/62] target/riscv/kvm: minor fixes/tweaks
` [Stable-9.2.4 52/62] target/riscv/kvm: fix leak in kvm_riscv_init_multiext_cfg()
` [Stable-9.2.4 53/62] target/riscv/kvm: turn u32/u64 reg functions into macros
` [Stable-9.2.4 54/62] target/riscv/kvm: turn kvm_riscv_reg_id_ulong() into a macro
` [Stable-9.2.4 55/62] target/riscv/kvm: add kvm_csr_cfgs[]
` [Stable-9.2.4 56/62] hw/pci-host/gt64120: Fix endianness handling
` [Stable-9.2.4 57/62] hw/pci-host: Remove unused pci_host_data_be_ops
` [Stable-9.2.4 58/62] qapi/misc-target: Fix the doc to distinguish query-sgx and query-sgx-capabilities
` [Stable-9.2.4 59/62] migration: Allow caps to be set when preempt or multifd cap enabled
` [Stable-9.2.4 60/62] target/hppa: Copy instruction code into fr1 on FPU assist fault
` [Stable-9.2.4 61/62] linux-user/hppa: Send proper si_code on SIGFPE exception
` [Stable-9.2.4 62/62] target/hppa: Fix FPE exceptions

[Stable-7.2.18 v2 00/21] Patch Round-up for stable 7.2.18, freeze on 2025-05-24 (frozen)
 2025-05-25  9:40 UTC  (4+ messages)
` [Stable-7.2.18 19/21] virtio: Call set_features during reset
` [Stable-7.2.18 20/21] common-user/host/riscv: use tail pseudoinstruction for calling tail
` [Stable-7.2.18 21/21] qapi/misc-target: Fix the doc to distinguish query-sgx and query-sgx-capabilities

[PATCH 0/3] target/hppa: Fix FP exception handling
 2025-05-25  8:23 UTC  (4+ messages)

[PATCH v8 0/2] tests/functional: add memlock tests
 2025-05-25  7:07 UTC  (3+ messages)
` [PATCH v8 1/2] tests/functional: add skipLockedMemoryTest decorator
` [PATCH v8 2/2] tests/functional: add memlock tests

[PATCH v4 0/7] ui/spice: Enable gl=on option for non-local or remote clients
 2025-05-25  2:44 UTC  (9+ messages)
` [PATCH v4 3/7] "
` [PATCH v4 4/7] ui/spice: Add an option to submit gl_draw requests at fixed rate
` [PATCH v4 5/7] ui/console-gl: Add a helper to create a texture with linear memory layout

[PATCH] roms: re-remove execute bit from hppa-firmware*
 2025-05-25  0:26 UTC  (3+ messages)

Using parallel port on the Pegasos 2
 2025-05-25  0:03 UTC  (3+ messages)

[PATCH 0/4] chardev: Fix issues found by vhost-user-test
 2025-05-24 17:50 UTC  (2+ messages)

[PULL 00/19] Ui patches
 2025-05-24 17:35 UTC  (20+ messages)
` [PULL 01/19] ui/gtk: warn if setting the clipboard failed
` [PULL 02/19] ui/clipboard: use int for selection field
` [PULL 03/19] ui/clipboard: split out QemuClipboardContent
` [PULL 04/19] ui/clipboard: add vmstate_cbinfo
` [PULL 05/19] ui/clipboard: delay clipboard update when not running
` [PULL 06/19] ui/vdagent: replace Buffer with GByteArray
` [PULL 07/19] ui/vdagent: keep "connected" state
` [PULL 08/19] ui/vdagent: factor out clipboard peer registration
` [PULL 09/19] ui/vdagent: add migration support
` [PULL 10/19] ui/vdagent: remove migration blocker
` [PULL 11/19] ui/gtk: Document scale and coordinate handling
` [PULL 12/19] ui/gtk: Use consistent naming for variables in different coordinates
` [PULL 13/19] gtk/ui: Introduce helper gd_update_scale
` [PULL 14/19] ui/gtk: Update scales in fixed-scale mode when rendering GL area
` [PULL 15/19] ui/sdl: Consider scaling in mouse event handling
` [PULL 16/19] ui/gtk: Don't update scale in fixed scale mode in gtk-egl.c
` [PULL 17/19] ui/gtk: Consider scaling when propagating ui info
` [PULL 18/19] ui/gtk-gl-area: Render guest content with padding in fixed-scale mode
` [PULL 19/19] ui/gtk-egl: "

[PATCH] target/arm: Ignore SCTLR_EL2.EnSCXT when !ELIsInHost()
 2025-05-24 16:03 UTC  (2+ messages)

[PATCH] hw/block: Drop unused nand.c
 2025-05-24 15:41 UTC  (2+ messages)

[PATCH v4] tests/functional: Add PCI hotplug test for aarch64
 2025-05-24 15:38 UTC  (2+ messages)

[PATCH] vfio/pci: Introduce x-pci-class-code option
 2025-05-24 15:34 UTC  (2+ messages)

[PATCH] tests/functional/test_mem_addr_space: Use set_machine() to select the machine
 2025-05-24 14:47 UTC  (2+ messages)

[PATCH 000/147] single-binary patch queue
 2025-05-24 14:41 UTC  (8+ messages)
` [PATCH 066/147] include/exec: Move TLB_MMIO, TLB_DISCARD_WRITE to slow flags

[PATCH] accel/tcg: Fix atomic_mmu_lookup vs TLB_FORCE_SLOW
 2025-05-24 14:40 UTC 

[PATCH] linux-user: implement pgid field of /proc/self/stat
 2025-05-24 13:44 UTC  (2+ messages)

[PATCH] tcg/perf: Placate clang-21's -Wdefault-const-init-field-unsafe
 2025-05-24 13:10 UTC  (2+ messages)

[PATCH 0/4] hw/microblaze: Endianness clean-ups and deprecations
 2025-05-24 12:57 UTC  (7+ messages)
` [PATCH 1/4] hw/microblaze: Add endianness property to the petalogix_s3adsp1800 machine
` [PATCH 3/4] hw/microblaze: Remove the big-endian variants of ml605 and xlnx-zynqmp-pmu
` [PATCH 4/4] docs: Deprecate the qemu-system-microblazeel binary

[PATCH] system/main: comment lock rationale
 2025-05-24 12:45 UTC  (2+ messages)

[PATCH 00/22] ACPI PCI Hotplug support on ARM
 2025-05-24 10:54 UTC  (5+ messages)
` [PATCH 08/22] hw/pci-host/gpex-acpi: Use build_pci_host_bridge_osc_method

[PATCH v4 0/4] Building PPTT with root node and identical implementation flag
 2025-05-24 10:37 UTC  (5+ messages)
` [PATCH v4 3/4] hw/acpi/aml-build: Build a root node in the PPTT table

[PATCH v2 0/3] ui/vnc: fix some endian problems
 2025-05-24 10:32 UTC  (2+ messages)

[PATCH V3 00/42] Live update: vfio and iommufd
 2025-05-24  9:34 UTC  (19+ messages)
` [PATCH V3 14/42] pci: skip reset during cpr
` [PATCH V3 29/42] backends/iommufd: change process ioctl
` [PATCH V3 33/42] vfio/iommufd: define hwpt constructors

[PATCH] meson: fix Windows build
 2025-05-24  8:46 UTC  (3+ messages)

[PATCH RFC 00/16] virtio: introduce support for GSO over UDP tunnel
 2025-05-24  4:13 UTC  (7+ messages)
` [PATCH RFC 15/16] net: implement tnl feature offloading

[PATCH v12 00/10] Support virtio-gpu DRM native context
 2025-05-23 23:33 UTC  (11+ messages)
` [PATCH v12 01/10] ui/sdl2: Restore original context after new context creation
` [PATCH v12 02/10] ui/sdl2: Implement dpy dmabuf functions
` [PATCH v12 03/10] virtio-gpu: Handle virgl fence creation errors
` [PATCH v12 04/10] virtio-gpu: Support asynchronous fencing
` [PATCH v12 05/10] virtio-gpu: Support DRM native context
` [PATCH v12 06/10] ui/sdl2: Don't disable scanout when display is refreshed
` [PATCH v12 07/10] ui/gtk: "
` [PATCH v12 08/10] docs/system: virtio-gpu: Add link to Mesa VirGL doc
` [PATCH v12 09/10] docs/system: virtio-gpu: Update Venus link
` [PATCH v12 10/10] docs/system: virtio-gpu: Document host/guest requirements

[PATCH rfcv3 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-05-23 21:12 UTC  (5+ messages)
` [PATCH rfcv3 15/21] intel_iommu: Bind/unbind guest page table to host

[PATCH] x86/cpu: Handle SMM mode in x86_cpu_dump_state for softmmu
 2025-05-23 15:44 UTC 

[PATCH v2 00/25] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-05-23 20:28 UTC  (4+ messages)
` [PATCH v2 25/25] docs/system/s390x: Add secure IPL documentation

[PULL 0/6] Python patches
 2025-05-23 19:45 UTC  (5+ messages)

[PATCH] qcow2: Forbid use of protocol: prefix on data_file
 2025-05-23 18:47 UTC  (2+ messages)

[PATCH v3 0/4] qapi: add auto-generated return docs
 2025-05-23 18:24 UTC  (5+ messages)
` [PATCH v3 1/4] docs/qapi-domain: add return-nodesc
` [PATCH v3 2/4] docs, qapi: generate undocumented return sections
` [PATCH v3 3/4] qapi: remove trivial "Returns:" sections
` [PATCH v3 4/4] qapi: rephrase return docs to avoid type name

[PATCH v2 00/24] block: do not drain while holding the graph lock
 2025-05-23 18:12 UTC  (7+ messages)
` [PATCH v2 03/24] block/snapshot: move drain outside of read-locked bdrv_snapshot_delete()
` [PATCH v2 07/24] block: mark bdrv_child_change_aio_context() GRAPH_RDLOCK
` [PATCH v2 19/24] block: mark bdrv_drained_begin() as GRAPH_UNLOCKED

[PATCH 0/1] Sphinx: refactor QAPI indices
 2025-05-23 18:08 UTC  (2+ messages)
` [PATCH 1/1] docs/qapi-domain: Improve "

[PATCH v2 0/3] iotests improvements for mirror-sparse and others
 2025-05-23 17:11 UTC  (5+ messages)
` [PATCH v2 1/3] iotests: Use disk_usage in more places
` [PATCH v2 2/3] iotests: Improve mirror-sparse on ext4
` [PATCH v2 3/3] iotests: Filter out ZFS in several tests

[RFC PATCH 00/25] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-05-23 17:05 UTC  (5+ messages)
` [RFC PATCH 12/25] accel/mshv: Add vCPU creation and execution loop

[PATCH] hw/xen: Fix trace_xs_node_read() params
 2025-05-23 16:46 UTC  (2+ messages)
` [EXTERNAL] "


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