qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-31 12:16:12 to 2025-11-02 08:13:30 UTC [more...]

[PATCH 00/21] crypto: support multiple parallel certificate identities
 2025-11-02  8:11 UTC  (15+ messages)
` [PATCH 01/21] crypto: remove redundant parameter checking CA certs
` [PATCH 03/21] crypto: replace stat() with access() for credential checks
` [PATCH 06/21] crypto: use g_autofree when loading x509 credentials
` [PATCH 07/21] crypto: remove needless indirection via parent_obj field
` [PATCH 17/21] crypto: avoid loading the CA certs twice
` [PATCH 18/21] crypto: avoid loading the identity "
` [PATCH 19/21] crypto: expand logic to cope with multiple certificate identities

[PATCH trivial v3] qga: use access(2) to check for command existance instead of questionable stat(2)
 2025-11-01 23:29 UTC  (2+ messages)

[PULL 0/3] Misc QGA improvements and fixes (2025-10-30)
 2025-11-01 23:03 UTC  (5+ messages)
` [PULL 3/3] qga: Support guest shutdown of BusyBox-based systems

[PATCH v10 00/28] WHPX support for Arm
 2025-11-01 16:45 UTC  (3+ messages)
` [PATCH v10 16/28] hw: arm: virt: rework MSI-X configuration

[PATCH] hw/ppc/pegasos: Fix memory leak
 2025-11-01 16:52 UTC 

[PATCH] qga/vss-win32/install: Remove _com_util::ConvertStringToBSTR()
 2025-11-01 16:18 UTC  (4+ messages)

[PATCH v5 00/32] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-11-01 14:20 UTC  (18+ messages)
` [PATCH v5 06/32] hw/arm/smmuv3-accel: Initialize shared system address space
` [PATCH v5 12/32] hw/arm/smmuv3-accel: Add set/unset_iommu_device callback
` [PATCH v5 13/32] hw/arm/smmuv3-accel: Add nested vSTE install/uninstall support
` [PATCH v5 16/32] hw/arm/smmuv3-accel: Make use of get_msi_address_space() callback
` [PATCH v5 17/32] hw/arm/smmuv3-accel: Add support to issue invalidation cmd to host
` [PATCH v5 18/32] hw/arm/smmuv3: Initialize ID registers early during realize()
` [PATCH v5 19/32] hw/arm/smmuv3-accel: Get host SMMUv3 hw info and validate

[PATCH] ati-vga: Separate default control bit for source (fwd)
 2025-11-01 14:01 UTC 

[PATCH trivial v2] qga: use access(2) to check for command existance instead of questionable stat(2)
 2025-11-01 13:12 UTC 

[PATCH v2 1/3] hw/hppa: Enable LASI i82596 network on 715 machine
 2025-11-01 12:57 UTC  (2+ messages)
` [PATCH v2 3/3] i82596: Implement enhanced TX/RX with packet queuing and filtering

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

[PATCH v2 0/2] KVM Support for imx8mp-evk Machine
 2025-11-01 12:09 UTC  (8+ messages)
` [PATCH v2 2/2] hw/arm/imx8mp-evk: Fix guest time in KVM mode

[PATCH v3 0/2] KVM Support for imx8mp-evk Machine
 2025-11-01 12:01 UTC  (3+ messages)
` [PATCH v3 1/2] hw/arm/imx8mp-evk: Add KVM support
` [PATCH v3 2/2] hw/arm/imx8mp-evk: Fix guest time in KVM mode

[PULL 0/9] Accelerators & CPU patches for Halloween 2025
 2025-11-01 11:13 UTC  (11+ messages)
` [PULL 1/9] cpus: Access CPUState::thread_kicked atomically
` [PULL 2/9] accel/hvf: Make async_safe_run_on_cpu() safe
` [PULL 3/9] accel/tcg: Use cpu_is_stopped() helper to access CPUState::stopped
` [PULL 4/9] bql: Fix bql_locked status with condvar APIs
` [PULL 5/9] exec/cpu: Declare cpu_memory_rw_debug() in 'hw/core/cpu.h' and document
` [PULL 6/9] timers: properly prefix init_clocks()
` [PULL 7/9] util/hexdump: fix QEMU_HEXDUMP_LINE_WIDTH logic
` [PULL 8/9] tests/unit: add unit test for qemu_hexdump()
` [PULL 9/9] rx: cpu: fix interrupts check in rx_cpu_do_interrupt()

[PULL 00/38] target-arm queue
 2025-11-01 11:11 UTC  (40+ messages)
` [PULL 01/38] hw/gpio/pl061: Declare pullups/pulldowns as 8-bit types
` [PULL 02/38] docs/system/arm/virt: Document user-creatable SMMUv3
` [PULL 03/38] docs/system/security: Restrict "virtualization use case" to specific machines
` [PULL 04/38] target/arm: Add assert to arm_to_core_mmu_idx()
` [PULL 05/38] hw/arm/virt: Remove deprecated virt-4.1 machine
` [PULL 06/38] hw/arm/virt: Remove VirtMachineClass::no_ged field
` [PULL 07/38] hw/arm/virt: Remove deprecated virt-4.2 machine
` [PULL 08/38] hw/arm/virt: Remove VirtMachineClass::kvm_no_adjvtime field
` [PULL 09/38] target/arm/hvf: Release memory allocated by hv_vcpu_config_create()
` [PULL 10/38] target/arm/hvf: Trace vCPU KICK events
` [PULL 11/38] target/arm/hvf: Check hv_vcpus_exit() returned value
` [PULL 12/38] target/arm/hvf: Check hv_vcpu_set_vtimer_mask() "
` [PULL 13/38] accel/hvf: Rename hvf_vcpu_exec() -> hvf_arch_vcpu_exec()
` [PULL 14/38] accel/hvf: Rename hvf_put|get_registers -> hvf_arch_put|get_registers
` [PULL 15/38] target/arm/hvf: Mention flush_cpu_state() must run on vCPU thread
` [PULL 16/38] accel/hvf: Mention hvf_arch_init_vcpu() "
` [PULL 17/38] target/arm/hvf: Mention hvf_sync_vtimer() "
` [PULL 18/38] target/arm/hvf: Mention hvf_arch_set_traps() "
` [PULL 19/38] accel/hvf: Mention hvf_arch_update_guest_debug() must run on vCPU
` [PULL 20/38] target/arm/hvf: Mention hvf_inject_interrupts() must run on vCPU thread
` [PULL 21/38] accel/hvf: Implement hvf_arch_vcpu_destroy()
` [PULL 22/38] target/arm/hvf: Hardcode Apple MIDR
` [PULL 23/38] target/arm/hvf: Simplify hvf_arm_get_host_cpu_features()
` [PULL 24/38] target/arm/hvf: switch hvf_arm_get_host_cpu_features to not create a vCPU
` [PULL 25/38] target/arm/hvf: Factor hvf_handle_exception() out
` [PULL 26/38] target/i386/hvf: Factor hvf_handle_vmexit() out
` [PULL 27/38] target/arm/hvf: "
` [PULL 28/38] target/arm/hvf: Keep calling hv_vcpu_run() in loop
` [PULL 29/38] cpus: Trace cpu_exec_start() and cpu_exec_end() calls
` [PULL 30/38] accel/hvf: Guard hv_vcpu_run() between cpu_exec_start/end() calls
` [PULL 31/38] target/arm: Call aarch64_add_pauth_properties() once in host_initfn()
` [PULL 32/38] accel/hvf: Restrict ARM specific fields of AccelCPUState
` [PULL 33/38] target/arm: Rename init_cpreg_list() -> arm_init_cpreg_list()
` [PULL 34/38] target/arm/hvf: Rename 'vgic' -> 'emu_reginfo' in trace events
` [PULL 35/38] target/arm: Re-use arm_is_psci_call() in HVF
` [PULL 36/38] target/arm: Share ARM_PSCI_CALL trace event between TCG and HVF
` [PULL 37/38] target/arm/hvf/hvf: Document $pc adjustment in HVF & SMC
` [PULL 38/38] accel/hvf: Trace prefetch abort

[PULL 00/36] Audio test patches
 2025-11-01 11:11 UTC  (2+ messages)

[PATCH] accel/tcg: Introduce and use MO_ALIGN_TLB_ONLY
 2025-11-01 10:53 UTC  (5+ messages)

[PATCH trivial] qga: use access(2) to check for command existance instead of questionable stat(2)
 2025-11-01 10:42 UTC 

[PATCH v2 0/2] util/hexdump: fix QEMU_HEXDUMP_LINE_WIDTH logic
 2025-11-01  9:55 UTC  (9+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tests/unit: add unit test for qemu_hexdump()

[PULL 00/10] ppc-for-10.2-d4 queue
 2025-11-01  9:50 UTC  (2+ messages)

[PATCH] rust: add back to Ubuntu 22.04 jobs
 2025-11-01  9:46 UTC  (2+ messages)

[PATCH 0/5] Bump min versions of crypto libs
 2025-11-01  9:44 UTC  (7+ messages)
` [PATCH 1/5] crypto: bump min gnutls to 3.7.5
` [PATCH 2/5] crypto: unconditionally enable gnutls XTS support
` [PATCH 3/5] crypto: bump min libgcrypt to 1.9.4
` [PATCH 4/5] crypto: bump min nettle to 3.7.3
` [PATCH 5/5] crypto: drop in-tree XTS cipher mode impl

[PULL 0/5] tcg/linux-user/test patch queue
 2025-11-01  8:37 UTC  (2+ messages)

[PULL v2 00/23] Misc single binary patches for 2025-10-29
 2025-11-01  8:37 UTC  (2+ messages)

[PULL 0/2] loongarch queue
 2025-11-01  8:36 UTC  (2+ messages)

[PULL 0/7] nvme queue
 2025-11-01  8:36 UTC  (2+ messages)

[PATCH v3] hw/scsi/ncr53c710: Fixing defects reported by Coverity Scan for QEMU
 2025-11-01  8:22 UTC 

[PATCH v2] hw/scsi/ncr710: Fix null pointer dereference in `ncr710_transfer_data`
 2025-11-01  6:12 UTC 

[PATCH v4 02/27] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
 2025-10-31 23:27 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v2] hw/scsi/ncr53c710: Fixing defects reported by Coverity Scan for QEMU
 2025-10-31 22:50 UTC 

[PATCH] hw/scsi/ncr53c710: Fixing defects reported by Coverity Scan for QEMU
 2025-10-31 22:48 UTC 

[PATCH] hw/scsi/ncr710: Fix null pointer dereference in `ncr710_transfer_data`
 2025-10-31 22:19 UTC  (3+ messages)

[PULL v1 0/3] Microblaze signed division overflows
 2025-10-31 21:53 UTC  (4+ messages)

[PATCH 0/5] virtio-gpu: Force RCU when unmapping blob
 2025-10-31 21:32 UTC  (2+ messages)

[RFC PATCH] timers: properly prefix init_clocks()
 2025-10-31 21:11 UTC  (2+ messages)

[PATCH] hw/xen: Avoid non-inclusive language in params.h
 2025-10-31 20:49 UTC  (2+ messages)

[PATCH] rx: cpu: fix interrupts check in rx_cpu_do_interrupt()
 2025-10-31 20:28 UTC  (2+ messages)

[PATCH v4 0/2] migration: vmsd errp handlers: return bool
 2025-10-31 19:45 UTC  (3+ messages)
` [PATCH v4 2/2] tmp_emulator: improve and fix use of errp

[PATCH v4] qapi: Add documentation format validation
 2025-10-31 18:40 UTC  (3+ messages)

[PATCH v5] qapi: Add documentation format validation
 2025-10-31 18:31 UTC 

[PATCH v3 00/23] vhost refactoring and fixes
 2025-10-31 17:31 UTC  (5+ messages)
` [PATCH v3 06/23] vhost: make vhost_dev.features private

Nested virt bug on KVM arm64 when SVE is enabled
 2025-10-31 17:21 UTC 

[PATCH v3 0/7] migration: Introduce POSTCOPY_DEVICE state
 2025-10-31 17:01 UTC  (6+ messages)
` [PATCH v3 4/7] migration: Refactor all incoming cleanup info migration_incoming_destroy()

[PATCH] tests/migration-test: Check error-desc after pre-switch cancel tests
 2025-10-31 16:49 UTC 

[RFC 1/2] linux-headers: add virtio_can.h
 2025-10-31 16:33 UTC  (4+ messages)
` [RFC 2/2] Add vhost-user-can and vhost-user-can-pci devices

[PATCH v5 0/7] chardev: postpone connect
 2025-10-31 15:59 UTC  (8+ messages)
` [PATCH v5 1/7] chardev/char-socket: simplify reconnect-ms handling
` [PATCH v5 2/7] chardev/char: split chardev_init_common() out of qemu_char_open()
` [PATCH v5 3/7] chardev/char: qemu_char_open(): add return value
` [PATCH v5 4/7] chardev/char: move filename and be_opened handling to qemu_char_open()
` [PATCH v5 5/7] chardev/char: introduce .init() + .connect() initialization interface
` [PATCH v5 6/7] chardev/char-socket: move to .init + .connect api
` [PATCH v5 7/7] chardev: introduce DEFINE_PROP_CHR_NO_CONNECT

[PATCH v3 00/21] export/fuse: Use coroutines and multi-threading
 2025-10-31 15:50 UTC  (9+ messages)
` [PATCH v3 21/21] fuse: Increase MAX_WRITE_SIZE with a second buffer

[PATCH 0/4] rust: improvements to errors
 2025-10-31 15:25 UTC  (5+ messages)
` [PATCH 1/4] rust/util: add ensure macro
` [PATCH 2/4] rust/util: use anyhow's native chaining capabilities
` [PATCH 3/4] rust/util: replace Error::err_or_unit/err_or_else with Error::with_errp
` [PATCH 4/4] rust: pull error_fatal out of SysbusDeviceMethods::sysbus_realize

[PATCH 0/2] tests/functional: Disable flaky MIPS tests on our GitLab CI
 2025-10-31 15:11 UTC  (6+ messages)
` [PATCH 2/2] tests/functional: Mark the MIPS Debian Wheezy tests as flaky

[PATCH 00/21] crypto: support multiple parallel certificate identities
 2025-10-31 15:06 UTC  (4+ messages)
` [PATCH 06/21] crypto: use g_autofree when loading x509 credentials

[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-10-31 14:23 UTC  (5+ messages)

[PATCH v3 0/6] Improve Microchip Polarfire SoC customization
 2025-10-31 14:17 UTC  (8+ messages)
` [PATCH v3 3/6] hw/riscv: Make FDT optional for MPFS

[PATCH] chardev/char-file: fix failure path
 2025-10-31 14:01 UTC  (3+ messages)

[PATCH v7 0/2] Add zerocopy partial flush support for live migrations
 2025-10-31 13:59 UTC  (3+ messages)
` [PATCH v7 2/2] QIOChannelSocket: flush zerocopy socket error queue on sendmsg failure due to ENOBUF

[PATCH v4] block: replace TABs with space
 2025-10-31 13:57 UTC  (2+ messages)

[PATCH] io/channel: Have read/write functions take void * buffer argument
 2025-10-31 13:55 UTC  (3+ messages)

[PATCH RESEND v2 0/3] target/arm/kvm: Improve memory error handling
 2025-10-31 13:55 UTC  (9+ messages)
` [PATCH RESEND v2 1/3] acpi/ghes: Extend acpi_ghes_memory_errors() to support multiple CPERs
` [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 00/16] block: Some multi-threading fixes
 2025-10-31 13:27 UTC  (13+ messages)
` [PATCH 03/16] iscsi: Run co BH CB in the coroutine’s AioContext
` [PATCH 05/16] curl: Fix coroutine waking
` [PATCH 10/16] qcow2: Fix cache_clean_timer

[PATCH 7/7] Add termios2 support to sparc target
 2025-10-31 13:27 UTC 

[PATCH 6/7] Add termios2 support to sh4 target
 2025-10-31 13:26 UTC 

[PATCH 5/7] Add termios2 support to ppc target
 2025-10-31 13:26 UTC 

[PATCH 4/7] Add termios2 support to mips target
 2025-10-31 13:25 UTC 

[PATCH 3/7] Add termios2 support to hppa target
 2025-10-31 13:24 UTC 

[PATCH 2/7] Add termios2 support to alpha target
 2025-10-31 13:24 UTC 

[PATCH 1/7] Add termios2 support to linux-user
 2025-10-31 13:23 UTC 

[PATCH 0/5] block/vvfat: introduce "size" option
 2025-10-31 13:07 UTC  (11+ messages)
` [PATCH 5/5] vvfat: add support for "size" options

[PATCH v4 00/33] single-binary: Make riscv cpu.h target independent
 2025-10-31 13:05 UTC  (4+ messages)
` [PATCH v4 03/33] target/riscv: Bugfix riscv_pmu_ctr_get_fixed_counters_val()

[PATCH 1/7] Add termios2 support to linux-user
 2025-10-31 12:42 UTC  (3+ 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).