qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-16 08:35:02 to 2025-09-16 17:10:10 UTC [more...]

[PULL 0/2] misc patch queue
 2025-09-16 17:09 UTC  (3+ messages)
` [PULL 1/2] tests/functional/x86_64: Accept a few locked pages in test_memlock.py
` [PULL 2/2] .gitmodules: move u-boot mirrors to qemu-project-mirrors

[PATCH v4 00/10] virtio-console: notify about the terminal size
 2025-09-16 17:01 UTC  (8+ messages)
` [PATCH v4 07/10] qmp: add chardev-resize command

[PATCH] checkpatch: Ignore removed lines in license check
 2025-09-16 16:59 UTC 

[PATCH v4 00/27] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-09-16 16:48 UTC  (28+ messages)
` [PATCH v4 01/27] accel: Add Meson and config support for MSHV accelerator
` [PATCH v4 02/27] target/i386/emulate: Allow instruction decoding from stream
` [PATCH v4 03/27] target/i386/mshv: Add x86 decoder/emu implementation
` [PATCH v4 04/27] hw/intc: Generalize APIC helper names from kvm_* to accel_*
` [PATCH v4 05/27] include/hw/hyperv: Add MSHV ABI header definitions
` [PATCH v4 06/27] linux-headers/linux: Add mshv.h headers
` [PATCH v4 07/27] accel/mshv: Add accelerator skeleton
` [PATCH v4 08/27] accel/mshv: Register memory region listeners
` [PATCH v4 09/27] accel/mshv: Initialize VM partition
` [PATCH v4 10/27] accel/mshv: Add vCPU creation and execution loop
` [PATCH v4 11/27] accel/mshv: Add vCPU signal handling
` [PATCH v4 12/27] target/i386/mshv: Add CPU create and remove logic
` [PATCH v4 13/27] target/i386/mshv: Implement mshv_store_regs()
` [PATCH v4 14/27] target/i386/mshv: Implement mshv_get_standard_regs()
` [PATCH v4 15/27] target/i386/mshv: Implement mshv_get_special_regs()
` [PATCH v4 16/27] target/i386/mshv: Implement mshv_arch_put_registers()
` [PATCH v4 17/27] target/i386/mshv: Set local interrupt controller state
` [PATCH v4 18/27] target/i386/mshv: Register CPUID entries with MSHV
` [PATCH v4 19/27] target/i386/mshv: Register MSRs "
` [PATCH v4 20/27] target/i386/mshv: Integrate x86 instruction decoder/emulator
` [PATCH v4 21/27] target/i386/mshv: Write MSRs to the hypervisor
` [PATCH v4 22/27] target/i386/mshv: Implement mshv_vcpu_run()
` [PATCH v4 23/27] accel/mshv: Handle overlapping mem mappings
` [PATCH v4 24/27] qapi/accel: Allow to query mshv capabilities
` [PATCH v4 25/27] target/i386/mshv: Use preallocated page for hvcall
` [PATCH v4 26/27] docs: Add mshv to documentation
` [PATCH v4 27/27] MAINTAINERS: Add maintainers for mshv accelerator

[PATCH] tests/functional/x86_64: Accept a few locked pages in test_memlock.py
 2025-09-16 16:55 UTC  (4+ messages)

[PATCH <RFC> 00/15] Encode object type security status in code
 2025-09-16 16:51 UTC  (3+ messages)

[PATCH] .gitlab-ci.d/buildtest.yml: Unset CI_COMMIT_DESCRIPTION for htags
 2025-09-16 16:39 UTC  (2+ messages)

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

[PATCH v4 0/6] sd: Add RPMB emulation to eMMC model
 2025-09-16 16:14 UTC  (9+ messages)
` [PATCH v4 1/6] hw/sd/sdcard: Fix size check for backing block image
` [PATCH v4 6/6] docs: Add eMMC device model description

[PATCH] migration: add FEATURE_SEEKABLE to QIOChannelBlock
 2025-09-16 16:06 UTC  (3+ messages)

[PATCH v1 0/3] tests/functional/arm: Add OTP functional test
 2025-09-16 15:57 UTC  (7+ messages)
` [PATCH v1 1/3] tests/functional/arm: Add helper to generate OTP images
  ` [SPAM] "
` [PATCH v1 2/3] tests/functional/arm: Add AST1030 boot test with generated OTP image
  ` [SPAM] "
` [PATCH v1 3/3] tests/functional/arm: Add AST2600 "
  ` [SPAM] "

[PATCH v5 00/13] io: deal with blocking/non-blocking fds
 2025-09-16 15:50 UTC  (22+ messages)
` [PATCH v5 01/13] char-socket: tcp_chr_recv(): drop extra _set_(block, cloexec)
` [PATCH v5 02/13] char-socket: tcp_chr_recv(): add comment
` [PATCH v5 03/13] util: add qemu_set_blocking() function
` [PATCH v5 04/13] handle result of qio_channel_set_blocking()
` [PATCH v5 05/13] migration: qemu_file_set_blocking(): add errp parameter
` [PATCH v5 06/13] util: drop qemu_socket_set_nonblock()
` [PATCH v5 07/13] util: drop qemu_socket_try_set_nonblock()
` [PATCH v5 08/13] io/channel-socket: rework qio_channel_socket_copy_fds()
` [PATCH v5 09/13] util: drop qemu_socket_set_block()
` [PATCH v5 10/13] use qemu_set_blocking instead of g_unix_set_fd_nonblocking
` [PATCH v5 11/13] chardev: qemu_chr_open_fd(): add errp
` [PATCH v5 12/13] chardev: close an fd on failure path
` [PATCH v5 13/13] util/vhost-user-server: vu_message_read(): improve error handling

[PATCH v4 00/12] io: deal with blocking/non-blocking fds
 2025-09-16 15:15 UTC  (10+ messages)
` [PATCH v4 05/12] migration: qemu_file_set_blocking(): add errp parameter
` [PATCH v4 06/12] util: drop qemu_socket_set_nonblock()

[RFC PATCH 0/7] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-09-16 15:03 UTC  (6+ messages)
` [RFC PATCH 3/7] target/i386: SEV: Add support for enabling debug-swap SEV feature

[PULL 00/61] CPU, Rust, x86 changes for 2025-09-13
 2025-09-16 14:53 UTC  (4+ messages)

[PATCH v2 00/36] target/arm: Reorg VHE redirection
 2025-09-16 14:22 UTC  (37+ messages)
` [PATCH v2 01/36] target/arm: Introduce KVMID_AA64_SYS_REG64
` [PATCH v2 02/36] target/arm: Move compare_u64 to helper.c
` [PATCH v2 03/36] target/arm/hvf: Split out sysreg.c.inc
` [PATCH v2 04/36] target/arm/hvf: Reorder DEF_SYSREG arguments
` [PATCH v2 05/36] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID
` [PATCH v2 06/36] target/arm/hvf: Remove hvf_sreg_match.key
` [PATCH v2 07/36] target/arm/hvf: Replace hvf_sreg_match with hvf_sreg_list
` [PATCH v2 08/36] target/arm/hvf: Sort the cpreg_indexes array
` [PATCH v2 09/36] target/arm/hvf: Use raw_read, raw_write to access
` [PATCH v2 10/36] target/arm: Use raw_write in cp_reg_reset
` [PATCH v2 11/36] target/arm: Rename all ARMCPRegInfo from opaque to ri
` [PATCH v2 12/36] target/arm: Drop define_one_arm_cp_reg_with_opaque
` [PATCH v2 13/36] target/arm: Restrict the scope of CPREG_FIELD32, CPREG_FIELD64
` [PATCH v2 14/36] target/arm: Replace cpreg_field_is_64bit with cpreg_field_type
` [PATCH v2 15/36] target/arm: Add CP_REG_AA32_64BIT_{SHIFT,MASK}
` [PATCH v2 16/36] target/arm: Rename CP_REG_AA32_NS_{SHIFT,MASK}
` [PATCH v2 17/36] target/arm: Convert init_cpreg_list to g_hash_table_foreach
` [PATCH v2 18/36] target/arm: Remove cp argument to ENCODE_AA64_CP_REG
` [PATCH v2 19/36] target/arm: Reorder ENCODE_AA64_CP_REG arguments
` [PATCH v2 20/36] target/arm: Split out add_cpreg_to_hashtable_aa{32, 64}
` [PATCH v2 21/36] target/arm: Improve asserts in define_one_arm_cp_reg
` [PATCH v2 22/36] target/arm: Move cp processing to define_one_arm_cp_reg
` [PATCH v2 23/36] target/arm: Move cpreg elimination "
` [PATCH v2 24/36] target/arm: Add key parameter to add_cpreg_to_hashtable
` [PATCH v2 25/36] target/arm: Split out alloc_cpreg
` [PATCH v2 26/36] target/arm: Hoist the allocation of ARMCPRegInfo
` [PATCH v2 27/36] target/arm: Remove name argument to alloc_cpreg
` [PATCH v2 28/36] target/arm: Move alias setting for wildcards
` [PATCH v2 29/36] target/arm: Move writeback of CP_ANY fields
` [PATCH v2 30/36] target/arm: Move endianness fixup for 32-bit registers
` [PATCH v2 31/36] target/arm: Rename TBFLAG_A64_NV2_MEM_E20 with *_E2H
` [PATCH v2 32/36] target/arm: Split out redirect_cpreg
` [PATCH v2 33/36] target/arm: Redirect VHE FOO_EL1 -> FOO_EL2 during translation
` [PATCH v2 34/36] target/arm: Redirect VHE FOO_EL12 to FOO_EL1 "
` [PATCH v2 35/36] target/arm: Rename some cpreg to their aarch64 names
` [PATCH v2 36/36] target/arm: Remove define_arm_vh_e2h_redirects_aliases

[PATCH v9 00/11] hw/arm/virt: Add support for user creatable SMMUv3 device
 2025-09-16 14:26 UTC  (2+ messages)

[PATCH v5 00/47] AMD Versal Gen 2 support
 2025-09-16 14:31 UTC  (3+ messages)
` [PATCH v5 39/47] target/arm/tcg/cpu64: add the cortex-a78ae CPU

[PATCH] hw/net/can: Remove redundant status bit setting in can_sja1000
 2025-09-16 14:09 UTC  (2+ messages)

[PATCH v8 0/3] target/arm: Added support for SME register exposure to GDB
 2025-09-16 13:43 UTC  (3+ messages)

[PATCH] vnc: Fix memory leak during VNC tls authentication
 2025-09-16 13:41 UTC 

[PATCH v5 0/8] tracetool: add test suite to improve reviewability
 2025-09-16 13:30 UTC  (3+ messages)
` [PATCH v5 7/8] qapi: switch to use QEMU_TEST_REGENERATE env var

Abuse of warnings for unhandled errors and programming errors
 2025-09-16 13:25 UTC  (5+ messages)

[RFC PATCH 0/5] target/riscv: Implement SMSDID and SMMPT extension
 2025-09-16 12:49 UTC  (3+ messages)

[PATCH v8 00/11] hw/loongarch: add the direct interrupt controller(DINTC) support
 2025-09-16 12:21 UTC  (12+ messages)
` [PATCH v8 01/11] target/loongarch: move some machine define to virt.h
` [PATCH v8 02/11] hw/loongarch: add virt feature dmsi support
` [PATCH v8 03/11] hw/loongarch: add misc register support dmsi
` [PATCH v8 04/11] loongarch: add a direct interrupt controller device
` [PATCH v8 05/11] target/loongarch: add msg interrupt CSR registers
` [PATCH v8 06/11] hw/loongarch: DINTC add a MemoryRegion
` [PATCH v8 07/11] hw/loongarch: Implement dintc realize and unrealize
` [PATCH v8 08/11] hw/loongarch: Implement dintc set irq
` [PATCH v8 09/11] target/loongarch: Add CSR_ESTAT.bit15 and CSR_ECFG.bit15 for msg interrupts
` [PATCH v8 10/11] target/loongarch:Implement csrrd CSR_MSGIR register
` [PATCH v8 11/11] hw/loongarch: Implement DINTC plug/unplug interfaces

[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
 2025-09-16 12:29 UTC  (3+ messages)

[PATCH] scripts/qemu-guest-agent/fsfreeze-hook: improve script description
 2025-09-16 12:19 UTC 

[PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
 2025-09-16 12:18 UTC  (5+ messages)

[RFC PATCH v4 0/3] Add Zvqdotq support
 2025-09-16 12:05 UTC  (3+ messages)
` [RFC PATCH v4 1/3] target/riscv: Add Zvqdotq cfg property

[PATCH 00/22] Fix memory region leaks and use-after-finalization
 2025-09-16 11:45 UTC  (10+ messages)
` [PATCH 02/22] vfio/pci: Do not unparent in instance_finalize()

[PULL 00/24] Firmware 20250304 patches
 2025-09-16 11:43 UTC  (3+ messages)
` [PULL 20/24] hw/uefi-vars-sysbus: add x64 variant

[PATCH] target/riscv/kvm: Sync vCPU mp_state for migration
 2025-09-16 11:42 UTC  (2+ messages)

[PATCH v5 00/24] hw/uefi: add uefi variable service
 2025-09-16 11:41 UTC  (3+ messages)
` [PATCH v5 24/24] docs: add uefi variable service documentation

[PATCH 00/12] Error reporting cleanup, a fix, and &error_warn removal
 2025-09-16 11:27 UTC  (4+ messages)
` [PATCH 12/12] error: Kill @error_warn

[PATCH v3 00/26] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-09-16 10:49 UTC  (7+ messages)
` [PATCH v3 10/26] accel/mshv: Add vCPU creation and execution loop
` [PATCH v3 18/26] target/i386/mshv: Register CPUID entries with MSHV

[RFC PATCH v3 00/15] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-09-16 10:33 UTC  (4+ messages)
` [RFC PATCH v3 06/15] hw/arm/smmuv3-accel: Restrict accelerated SMMUv3 to vfio-pci endpoints with iommufd

[PATCH 0/2] igvm: add support for igvm memory map parameter in native mode
 2025-09-16 10:31 UTC  (3+ messages)
` [PATCH 1/2] igvm: move igvm.h file to include/system
` [PATCH 2/2] igvm: add support for igvm memory map parameter in native mode

[PATCH 00/12] rust: miscellaneous cleanup & HPET #property conversion
 2025-09-16 10:19 UTC  (22+ messages)
` [PATCH 01/12] subprojects: Update .gitignore for proc-macro2 and syn
` [PATCH 02/12] subprojects: Ignore .wraplock file generated by meson v1.9.0
` [PATCH 03/12] rust/qemu-macros: Fix Clippy's complaints about lambda parameter naming
` [PATCH 04/12] rust/common/uninit: Fix Clippy's complaints about lifetime
` [PATCH 05/12] rust/qdev: use addr_of! in QDevProp
` [PATCH 06/12] rust/qdev: Refine the documentation for QDevProp trait
` [PATCH 07/12] rust/qdev: Rename PropertyInfo field from VALUE to BASE_INFO
` [PATCH 08/12] rust/qdev: Support property info for more common types
` [PATCH 09/12] rust/qdev: Support bit property in #property macro
` [PATCH 10/12] rust/hpet: Clean up type mismatch for num_timers property
` [PATCH 11/12] rust/hpet: Convert qdev properties to #property macro
` [PATCH 12/12] rust/qdev: Drop declare_properties & define_property macros

[PATCH v9 0/2] Generate strided vector loads/stores with tcg nodes
 2025-09-16  9:21 UTC  (3+ messages)
` [PATCH v9 1/2] target/riscv: Use tcg nodes for strided vector ld/st generation
` [PATCH v9 2/2] tests/tcg/riscv64: Add test for vlsseg8e32 instruction

[RFC PATCH 0/2] tests/functional: Adapt reverse_debugging to run w/o Avocado (yet another try)
 2025-09-16  9:22 UTC  (7+ messages)
` [RFC PATCH 1/2] tests/functional: Provide GDB to the functional tests
` [RFC PATCH 2/2] tests/functional: Adapt reverse_debugging to run w/o Avocado

[PATCH v4 0/9] Add IBM PPE42 CPU support
 2025-09-16  9:12 UTC  (3+ messages)
` [PATCH v4 6/9] target/ppc: Add IBM PPE42 special instructions

[PATCH 0/2] hw/pci-bridge: Create PLX Virtual Switch Device
 2025-09-16  8:38 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).