qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-11 10:10:39 to 2025-09-12 10:06:23 UTC [more...]

[PATCH v5 00/47] AMD Versal Gen 2 support
 2025-09-12 10:00 UTC  (13+ messages)
` [PATCH v5 01/47] hw/arm/xlnx-versal: split the xlnx-versal type
` [PATCH v5 02/47] hw/arm/xlnx-versal: prepare for FDT creation
` [PATCH v5 03/47] hw/arm/xlnx-versal: uart: refactor creation
` [PATCH v5 07/47] hw/arm/xlnx-versal: adma: "
` [PATCH v5 08/47] hw/arm/xlnx-versal: xram: "
` [PATCH v5 12/47] hw/arm/xlnx-versal: VersalMap: add support for OR'ed IRQs
` [PATCH v5 13/47] hw/arm/xlnx-versal: PMC IOU SCLR: refactor creation
` [PATCH v5 14/47] hw/arm/xlnx-versal: bbram: "
` [PATCH v5 15/47] hw/arm/xlnx-versal: trng: "
` [PATCH v5 16/47] hw/arm/xlnx-versal: rtc: "
` [PATCH v5 19/47] hw/arm/xlnx-versal-virt: virtio: "
` [PATCH v5 43/47] hw/arm/xlnx-versal-virt: tidy up

[PATCH v5 00/29] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-09-12  6:42 UTC  (5+ messages)
` [PATCH v5 01/29] Add boot-certs to s390-ccw-virtio machine type option

[PATCH 00/33] First Rust update for QEMU 10.2
 2025-09-12  9:21 UTC  (41+ messages)
` [PATCH 15/33] rust: move Cell vmstate impl
` [PATCH 16/33] rust: split Rust-only "common" crate
` [PATCH 17/33] rust: make build.rs generic over various ./rust/projects
` [PATCH 18/33] rust: split "util" crate
` [PATCH 19/33] rust: split "migration" crate
` [PATCH 20/33] rust: split "bql" crate
` [PATCH 22/33] rust: split "chardev" crate
` [PATCH 23/33] rust: split "system" crate
` [PATCH 24/33] rust: split "hwcore" crate
` [PATCH 25/33] rust: rename qemu_api_macros -> qemu_macros
` [PATCH 26/33] rust/hpet: drop now unneeded qemu_api dep
` [PATCH 27/33] rust/pl011: drop dependency on qemu_api
` [PATCH 28/33] rust: repurpose qemu_api -> tests
` [PATCH 29/33] rust: re-export qemu_macros internal helper in "bits"
` [PATCH 30/33] rust: re-export qemu macros from common/qom/hwcore
` [PATCH 31/33] docs: update rust.rst
` [PATCH 32/33] rust: meson: remove unnecessary complication in device crates
` [PATCH 33/33] rust: do not inline do_init_io

[PATCH v8 for v10.0.0 0/2] target/riscv:Fix riscv64 kvm migration
 2025-09-12  8:55 UTC  (3+ messages)
` [PATCH v8 for v10.0.0 1/2] Set KVM initial privilege mode and mp_state
` [PATCH v8 for v10.0.0 2/2] Fix VM resume after QEMU+KVM migration

[PATCH v4 00/10] virtio-console: notify about the terminal size
 2025-09-12  8:54 UTC  (15+ messages)
` [PATCH v4 01/10] chardev: add cols, rows fields
` [PATCH v4 02/10] chardev: add CHR_EVENT_RESIZE
` [PATCH v4 03/10] chardev: add qemu_chr_resize()
` [PATCH v4 04/10] char-mux: add support for the terminal size
` [PATCH v4 05/10] main-loop: change the handling of SIGWINCH
` [PATCH v4 06/10] char-stdio: add support for the terminal size
` [PATCH v4 07/10] qmp: add chardev-resize command
` [PATCH v4 08/10] virtio-serial-bus: add terminal resize messages
` [PATCH v4 09/10] virtio-console: notify the guest about terminal resizes
` [PATCH v4 10/10] char-win-stdio: add support for terminal size

[PATCH] tests/functional/s390x/test_pxelinux: Fix warnings from pylint
 2025-09-12  8:52 UTC 

[PATCH v3 00/20] util: sync error_report & qemu_log output more closely
 2025-09-12  8:36 UTC  (28+ messages)
` [PATCH v3 03/20] system: unconditionally enable thread naming
` [PATCH v3 05/20] audio: make jackaudio use qemu_thread_set_name
` [PATCH v3 09/20] ui/vnc: remove use of error_printf_unless_qmp()
` [PATCH v3 12/20] monitor: introduce monitor_cur_hmp() function
` [PATCH v3 14/20] util: fix interleaving of error & trace output
` [PATCH v3 15/20] util: introduce common helper for error-report & log code
` [PATCH v3 16/20] util: convert error-report & log to message API for timestamp
` [PATCH v3 17/20] util: add support for formatting a workload name in messages
` [PATCH v3 18/20] util: add support for formatting a program "
` [PATCH v3 19/20] util: add support for formatting thread info "
` [PATCH v3 20/20] util: add brackets around guest name in message context

[PULL 0/8] Tracing patches
 2025-09-12  8:27 UTC  (4+ messages)

[PATCH 0/5] qemu-optios: Fix, cleanup and add description of tdx-guest
 2025-09-12  8:23 UTC  (13+ messages)
` [PATCH 1/5] qemu-options: Move sgx-epc options from "M" to "machine"
` [PATCH 2/5] i386/sev: Remove the example that references memory-encryption
` [PATCH 3/5] qemu-options: Change memory-encryption to confidential-guest-support in the example
` [PATCH 4/5] qemu-options: Add confidential-guest-support to machine options
` [PATCH 5/5] qemu-options: Add description of tdx-guest object

[PATCH v6] tests/functional: add a vfio-user smoke test
 2025-09-12  7:53 UTC  (2+ messages)

[PATCH v4 00/47] AMD Versal Gen 2 support
 2025-09-12  7:02 UTC  (9+ messages)
` [PATCH v4 23/47] hw/intc/arm_gicv3: Introduce a 'first-cpu-index' property
` [PATCH v4 39/47] target/arm/tcg/cpu64: add the cortex-a78ae CPU

[PATCH] x86/loader: Rectify the address of setup_data
 2025-09-12  5:58 UTC  (2+ messages)

[PATCH] i386/tdx: Use .has_gpa field to check if the gpa is valid
 2025-09-12  5:53 UTC  (2+ messages)

[PATCH v2 0/2] i386/kvm: Enable SMM address space for i386 cpu
 2025-09-12  5:51 UTC  (2+ messages)

[PATCH] multiboot: Fix the split lock
 2025-09-12  5:49 UTC  (3+ messages)

[PATCH 0/2] i386/kvm: Cleanups in kvm_arch_init()
 2025-09-12  5:48 UTC  (2+ messages)

[PATCH v2 0/3] kvm: guest_memfd enhancement and fix for KVM_SET_USER_MEMORY_REGION2
 2025-09-12  5:47 UTC  (2+ messages)

[PATCH] hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMs
 2025-09-12  5:45 UTC  (3+ messages)

[PATCH v2] i386/cpu: Remove FEAT_24_0_EBX for AVX10
 2025-09-12  5:44 UTC  (2+ messages)

[PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
 2025-09-12  2:22 UTC  (6+ messages)
` [PATCH 4/4] iotests: add tests for FUSE-over-io_uring

[PATCH v6 0/5] NVMe: Add SPDM over the storage transport support
 2025-09-12  2:13 UTC  (4+ messages)
` [PATCH v6 5/5] hw/nvme: connect SPDM over NVMe Security Send/Recv

[PATCH v7 0/5] NVMe: Add SPDM over the storage transport support
 2025-09-12  2:11 UTC  (6+ messages)
` [PATCH v7 1/5] spdm-socket: add seperate send/recv functions
` [PATCH v7 2/5] spdm: add spdm storage transport virtual header
` [PATCH v7 3/5] hw/nvme: add NVMe Admin Security SPDM support
` [PATCH v7 4/5] spdm: define SPDM transport enum types
` [PATCH v7 5/5] hw/nvme: connect SPDM over NVMe Security Send/Recv

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

[PATCH v2 0/5] tests/functional: Adapt reverse_debugging to run w/o Avocado
 2025-09-11 23:51 UTC  (6+ messages)
` [PATCH v2 5/5] "

[PATCH v2 0/3] memory: Stop piggybacking on memory region owners
 2025-09-11 22:26 UTC  (5+ messages)
` [PATCH v2 3/3] "

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

[PATCH v3 0/9] virtio-console: notify about the terminal size
 2025-09-11 21:53 UTC  (7+ messages)

[PATCH v2 0/3] migration/tls: Graceful shutdowns for main and postcopy channels
 2025-09-11 21:23 UTC  (4+ messages)
` [PATCH v2 1/3] io/crypto: Move tls premature termination handling into QIO layer
` [PATCH v2 2/3] io/tls: Make qio_channel_tls_bye() always synchronous
` [PATCH v2 3/3] migration: Make migration_has_failed() work even for CANCELLING

The different ways QEMU logs stuff
 2025-09-11 18:30 UTC  (5+ messages)

[PATCH v4 0/8] TAP initialization refactoring
 2025-09-11 16:51 UTC  (9+ messages)
` [PATCH v4 1/8] net/tap: net_init_tap_one(): add return value
` [PATCH v4 2/8] net/tap: rework tap_set_sndbuf()
` [PATCH v4 3/8] net/tap: net_init_tap_one(): drop extra error propagation
` [PATCH v4 4/8] net/tap: launch_script(): add return value
` [PATCH v4 5/8] net/tap: net_init_tap_one(): move parameter checking earlier
` [PATCH v4 6/8] net/tap: net_init_tap(): refactor parameter checking
` [PATCH v4 7/8] net/tap: net_init_tap(): drop extra variable vhostfdname
` [PATCH v4 8/8] net/tap: move local variables related to the latter case to else branch

[PATCH 0/2] arm: add kvm-psci-version vcpu property
 2025-09-11 16:46 UTC  (9+ messages)
` [PATCH 1/2] target/arm/kvm: add constants for new PSCI versions
` [PATCH 2/2] target/arm/kvm: add kvm-psci-version vcpu property

[PATCH v3 00/26] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-09-11 16:26 UTC  (5+ messages)

[PATCH v5] tests/functional: add a vfio-user smoke test
 2025-09-11 16:11 UTC  (4+ messages)

[PATCH 0/4] Fix SiFive UART character drop issue and minor refactors
 2025-09-11 16:06 UTC  (5+ messages)
` [PATCH 1/4] hw/char: sifive_uart: Raise IRQ according to the Tx/Rx watermark thresholds
` [PATCH 2/4] hw/char: sifive_uart: Avoid pushing Tx FIFO when size is zero
` [PATCH 3/4] hw/char: sifive_uart: Remove outdated comment about Tx FIFO
` [PATCH 4/4] hw/char: sifive_uart: Add newline to error message

[PATCH v3] arm/kvm: report registers we failed to set
 2025-09-11 15:41 UTC 

[RFC 00/11] hw/arm/smmuv3: Add initial support for Secure State
 2025-09-11 15:27 UTC  (6+ messages)
` [RFC 02/11] hw/arm/smmuv3: Implement read/write logic for secure registers

[PATCH v2] arm/kvm: report registers we failed to set
 2025-09-11 15:20 UTC  (3+ messages)

[PATCH] plugins: Add PC diversion API function
 2025-09-11 15:11 UTC 

[PATCH V3 0/9] Live update: cpr-exec
 2025-09-11 15:10 UTC  (5+ messages)
` [PATCH V3 5/9] migration: cpr-exec-command parameter
` [PATCH V3 7/9] migration: cpr-exec mode

[PATCH 00/24] target/arm/hvf: Consolidate
 2025-09-11 14:46 UTC  (3+ messages)
` [PATCH 23/24] target/arm: Rename init_cpreg_list() -> arm_init_cpreg_list()

[PATCH] tests/qemu-iotests: Mark the 'inactive-node-nbd' as unsupported with -luks
 2025-09-11 14:34 UTC  (3+ messages)

[PATCH v3] hw/ppc/spapr_hcall: Return host mitigation characteristics in KVM mode
 2025-09-11 14:32 UTC 

[PATCH] vfio/igd: Enable quirks when IGD is not the primary display
 2025-09-11 13:54 UTC  (2+ messages)

[RFC 0/3] Mitigation of migration failures accross different host kernels
 2025-09-11 13:40 UTC  (4+ messages)
` [RFC 1/3] target/arm/cpu: Add new CPU property for KVM regs to hide
` [RFC 2/3] target/arm/kvm: Add new CPU property for KVM regs to enforce
` [RFC 3/3] hw/arm/virt: [DO NOT UPSTREAM] Enforce compatibility with older kernels

[PULL 24/28] hpet: switch to fine-grained device locking
 2025-09-11 13:40 UTC  (3+ messages)
` [PATCH] hpet: guard IRQ handling with BQL

[PATCH 0/3] migration/tls: Graceful shutdowns for main and postcopy channels
 2025-09-11 13:13 UTC  (2+ messages)

[PULL 00/23] Functional tests and misc patches
 2025-09-11 13:12 UTC  (2+ messages)

[PATCH] tests/functional/aarch64: Fix assets of test_hotplug_pci
 2025-09-11 13:12 UTC  (2+ messages)

[PULL 00/31] vfio queue
 2025-09-11 13:11 UTC  (2+ messages)

[PULL 0/2] loongarch-to-apply queue
 2025-09-11 13:08 UTC  (5+ messages)
` [PULL 1/2] target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro

[PATCH v7 00/11] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
 2025-09-11 13:08 UTC  (4+ messages)
` [PATCH v7 02/11] hw/loongarch: add virt feature avecintc and cpu feature msgint support

[PATCH] hw/arm/raspi4b: remove redundant check in raspi_add_memory_node
 2025-09-11 12:57 UTC  (2+ messages)

[PATCH v7 for v10.0.0 0/2] target/riscv:Fix riscv64 kvm migration
 2025-09-11 12:46 UTC  (4+ messages)
` [PATCH v7 for v10.0.0 1/2] Set KVM initial privilege mode and mp_state

[PATCH v4 0/2] dump: enhance win_dump_available to report properly
 2025-09-11 12:36 UTC  (3+ messages)
` [PATCH v4 1/2] dump: enhance dump_state_prepare fd initialization
` [PATCH v4 2/2] dump: enhance win_dump_available to report properly

[PATCH v4 00/84] target/arm: Implement FEAT_GCS
 2025-09-11 12:18 UTC  (2+ messages)

Some iotests are failing with -luks
 2025-09-11 12:13 UTC  (8+ messages)

[RFC PATCH 0/7] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-09-11 11:54 UTC  (8+ messages)
` [RFC PATCH 1/7] target/i386: SEV: Consolidate SEV feature validation to common init path
` [RFC PATCH 2/7] target/i386: SEV: Validate that SEV-ES is enabled when VMSA features are used
` [RFC PATCH 3/7] target/i386: SEV: Add support for enabling debug-swap SEV feature
` [RFC PATCH 4/7] target/i386: SEV: Enable use of KVM_SEV_INIT2 for SEV-ES guests
` [RFC PATCH 5/7] target/i386: SEV: Add support for enabling Secure TSC SEV feature
` [RFC PATCH 6/7] target/i386: SEV: Add support for setting TSC frequency for Secure TSC
` [RFC PATCH 7/7] target/i386: SEV: Add support for enabling Secure AVIC SEV feature

[PATCH v2 00/14] util: sync error_report & qemu_log output more closely
 2025-09-11 11:59 UTC  (3+ messages)
` [PATCH v2 03/14] system: unconditionally enable thread naming

swtpm persistent state snapshots by copying .permall file
 2025-09-11 10:23 UTC  (3+ messages)

[PATCH] ppc/spapr: init lrdr-capapcity phys with ram size if maxmem not provided
 2025-09-11 10:19 UTC  (2+ messages)

[PATCH v2] hw/ppc/spapr_hcall: Return host mitigation characteristics in KVM mode
 2025-09-11 10:18 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).