qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-02 20:23:09 to 2025-10-03 17:15:03 UTC [more...]

[PATCH v6 00/73] target/arm: Implement FEAT_GCS
 2025-10-03 17:07 UTC  (15+ messages)
` [PATCH v6 01/73] tests/functional: update tests using TF-A/TF-RMM to support FEAT_GCS
` [PATCH v6 02/73] target/arm: Add isar feature test for FEAT_S1PIE, FEAT_S2PIE
` [PATCH v6 03/73] target/arm: Enable TCR2_ELx.PIE
` [PATCH v6 04/73] target/arm: Implement PIR_ELx, PIRE0_ELx, S2PIR_EL2 registers
` [PATCH v6 07/73] target/arm: Populate PIE in aa64_va_parameters
` [PATCH v6 09/73] target/arm: Implement get_S2prot_indirect
` [PATCH v6 11/73] target/arm: Expand syndrome parameter to raise_exception*
` [PATCH v6 13/73] target/arm: Enable FEAT_S1PIE and FEAT_S2PIE on -cpu max
` [PATCH v6 15/73] include/hw/core/cpu: Widen MMUIdxMap
` [PATCH v6 17/73] target/arm: Convert arm_mmu_idx_to_el from switch to table
` [PATCH v6 21/73] target/arm: Remove unused env argument from regime_is_pan
` [PATCH v6 23/73] target/arm: Remove unused env argument from regime_is_user
` [PATCH v6 25/73] target/arm: Convert arm_mmu_idx_is_stage1_of_2 from switch to table
` [PATCH v6 27/73] target/arm: Introduce mmu indexes for GCS

[PULL 00/45] Staging patches
 2025-10-03 15:39 UTC  (46+ messages)
` [PULL 01/45] migration: push Error **errp into vmstate_subsection_load()
` [PULL 02/45] migration: push Error **errp into vmstate_load_state()
` [PULL 03/45] migration: push Error **errp into qemu_loadvm_state_header()
` [PULL 04/45] migration: push Error **errp into vmstate_load()
` [PULL 05/45] migration: push Error **errp into loadvm_process_command()
` [PULL 06/45] migration: push Error **errp into loadvm_handle_cmd_packaged()
` [PULL 07/45] migration: push Error **errp into qemu_loadvm_state()
` [PULL 08/45] migration: push Error **errp into qemu_load_device_state()
` [PULL 09/45] migration: push Error **errp into qemu_loadvm_state_main()
` [PULL 10/45] migration: push Error **errp into qemu_loadvm_section_start_full()
` [PULL 11/45] migration: push Error **errp into qemu_loadvm_section_part_end()
` [PULL 12/45] migration: Update qemu_file_get_return_path() docs and remove dead checks
` [PULL 13/45] migration: make loadvm_postcopy_handle_resume() void
` [PULL 14/45] migration: push Error **errp into ram_postcopy_incoming_init()
` [PULL 15/45] migration: push Error **errp into loadvm_postcopy_handle_advise()
` [PULL 16/45] migration: push Error **errp into loadvm_postcopy_handle_listen()
` [PULL 17/45] migration: push Error **errp into loadvm_postcopy_handle_run()
` [PULL 18/45] migration: push Error **errp into loadvm_postcopy_ram_handle_discard()
` [PULL 19/45] migration: push Error **errp into loadvm_handle_recv_bitmap()
` [PULL 20/45] migration: Return -1 on memory allocation failure in ram.c
` [PULL 21/45] migration: push Error **errp into loadvm_process_enable_colo()
` [PULL 22/45] migration: push Error **errp into loadvm_postcopy_handle_switchover_start()
` [PULL 23/45] migration: Capture error in postcopy_ram_listen_thread()
` [PULL 24/45] migration: Remove error variant of vmstate_save_state() function
` [PULL 25/45] migration: Add error-parameterized function variants in VMSD struct
` [PULL 26/45] backends/tpm: Propagate vTPM error on migration failure
` [PULL 27/45] io/crypto: Move tls premature termination handling into QIO layer
` [PULL 28/45] migration: Make migration_has_failed() work even for CANCELLING
` [PULL 29/45] migration: HMP: Adjust the order of output fields
` [PULL 30/45] migration/multifd/tls: Cleanup BYE message processing on sender side
` [PULL 31/45] migration: Fix state transition in postcopy_start() error handling
` [PULL 32/45] migration: ensure APIC is loaded prior to VFIO PCI devices
` [PULL 33/45] include/system/memory.h: Clarify address_space_destroy() behaviour
` [PULL 34/45] memory: New AS helper to serialize destroy+free
` [PULL 35/45] physmem: Destroy all CPU AddressSpaces on unrealize
` [PULL 36/45] migration: simplify error reporting after channel read
` [PULL 37/45] migration: multi-mode notifier
` [PULL 38/45] migration: add cpr_walk_fd
` [PULL 39/45] oslib: qemu_clear_cloexec
` [PULL 40/45] migration: cpr-exec-command parameter
` [PULL 41/45] migration: cpr-exec save and load
` [PULL 42/45] migration: cpr-exec mode
` [PULL 43/45] migration: cpr-exec docs
` [PULL 44/45] vfio: cpr-exec mode
` [PULL 45/45] migration-test: test cpr-exec

[PATCH 00/14] Fix memory region use-after-finalization
 2025-10-03 15:26 UTC  (9+ messages)
` [PATCH 01/14] hw/pci-bridge: Do not assume immediate MemoryRegion finalization
` [PATCH 02/14] qdev: Automatically delete memory subregions

[PATCH RFC V6 00/24] Support of Virtual CPU Hotplug-like Feature for ARMv8+ Arch
 2025-10-03 15:09 UTC  (7+ messages)
` [PATCH RFC V6 10/24] arm/virt: Init PMU at host for all present vCPUs
` [PATCH RFC V6 11/24] hw/arm/acpi: MADT change to size the guest with possible vCPUs
` [PATCH RFC V6 14/24] arm/acpi: Introduce dedicated CPU OSPM interface for ARM-like platforms

[PATCH v5 0/9] tests/functional: Adapt reverse_debugging to run w/o Avocado
 2025-10-03 15:07 UTC  (6+ messages)

[PATCH v2 0/3] io: fix crash in VNC websock server when client quits early
 2025-10-03 15:02 UTC  (4+ messages)
` [PATCH v2 1/3] io: release active GSource in TLS channel finalizer
` [PATCH v2 2/3] io: move websock resource release to close method
` [PATCH v2 3/3] io: fix use after free in websocket handshake code

[PATCH v5] Add a feature for mapping a host unix socket to a guest tcp socket
 2025-10-03 14:49 UTC  (3+ messages)

[PATCH v6 0/9] tests/functional: Adapt reverse_debugging to run w/o Avocado
 2025-10-03 14:18 UTC  (10+ messages)
` [PATCH v6 1/9] tests/functional: Re-activate the check-venv target
` [PATCH v6 2/9] python: Install pygdbmi in meson's venv
` [PATCH v6 3/9] tests/functional: Provide GDB to the functional tests
` [PATCH v6 4/9] tests/functional: Add GDB class
` [PATCH v6 5/9] tests/functional: replace avocado process with subprocess
` [PATCH v6 6/9] tests/functional: drop datadrainer class in reverse debugging
` [PATCH v6 7/9] tests/functional: Add decorator to skip test on missing env vars
` [PATCH v6 8/9] tests/functional: Adapt reverse_debugging to run w/o Avocado
` [PATCH v6 9/9] tests/functional: Adapt arches to reverse_debugging "

[PATCH v1 0/2] Implement -run-with exit-with-parent=on
 2025-10-03 14:12 UTC  (5+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] tests/qtest: Use exit-with-parent=on in qtest invocations

[PATCH V5 00/19] Live update: cpr-exec
 2025-10-03 13:36 UTC  (8+ messages)

[PATCH v2 00/33] single-binary: Make riscv cpu.h target independent
 2025-10-03 12:57 UTC  (31+ messages)
` [PATCH v2 04/33] target/riscv: Bugfix riscv_pmu_ctr_get_fixed_counters_val()
` [PATCH v2 05/33] target/riscv: Combine mhpmevent and mhpmeventh
` [PATCH v2 06/33] target/riscv: Combine mcyclecfg and mcyclecfgh
` [PATCH v2 07/33] target/riscv: Combine minstretcfg and minstretcfgh
` [PATCH v2 09/33] target/riscv: Fix size of gpr and gprh
` [PATCH v2 11/33] target/riscv: Fix size of pc, load_[val|res]
` [PATCH v2 30/33] target/riscv: Move debug.h include away from cpu.h
` [PATCH v2 31/33] target/riscv: Move CSR declarations to separate csr.h header
` [PATCH v2 32/33] target/riscv: Introduce externally facing CSR access functions
` [PATCH v2 33/33] target/riscv: Make pmp.h target_ulong agnostic

[PATCH v2] aspeed: Don't set 'auto_create_sdcard'
 2025-10-03 12:48 UTC  (2+ messages)

[PULL v2 00/13] Error reporting patches for 2025-09-30
 2025-10-03 11:54 UTC  (2+ messages)

[PULL 00/13] QTest patches for 2025-10-01
 2025-10-03 11:55 UTC  (2+ messages)

[PULL 00/16] Tracing patches
 2025-10-03 11:54 UTC  (2+ messages)

[PATCH v2 0/2] isapc: remove support for -cpu host and -cpu max
 2025-10-03 11:46 UTC  (3+ messages)

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

[PATCH v10 00/13] riscv: Add support for MIPS P8700 CPU
 2025-10-03 10:45 UTC  (14+ messages)
` [PATCH v10 01/13] hw/intc: Allow gaps in hartids for aclint and aplic
` [PATCH v10 03/13] target/riscv: Add MIPS P8700 CPU
` [PATCH v10 04/13] target/riscv: Add MIPS P8700 CSRs
` [PATCH v10 02/13] target/riscv: Add cpu_set_exception_base
` [PATCH v10 05/13] target/riscv: Add mips.ccmov instruction
` [PATCH v10 06/13] target/riscv: Add mips.pref instruction
` [PATCH v10 09/13] hw/misc: Add RISC-V CPC device implementation
` [PATCH v10 08/13] hw/misc: Add RISC-V CMGCR "
` [PATCH v10 07/13] target/riscv: Add Xmipslsp instructions
` [PATCH v10 10/13] hw/riscv: Add support for RISCV CPS
` [PATCH v10 12/13] riscv/boston-aia: Add an e1000e NIC in slot 0 func 1
` [PATCH v10 11/13] hw/riscv: Add support for MIPS Boston-aia board mode
` [PATCH v10 13/13] test/functional: Add test for boston-aia board

[PATCH v9 00/13] riscv: Add support for MIPS P8700 CPU
 2025-10-03 10:40 UTC  (7+ messages)
` [PATCH v9 02/13] target/riscv: Add cpu_set_exception_base
` [PATCH v9 13/13] test/functional: Add test for boston-aia board

[PULL 0/5] vfio queue
 2025-10-03 10:33 UTC  (6+ messages)
` [PULL 1/5] vfio: Remove workaround for kernel DMA unmap overflow bug
` [PULL 2/5] system/iommufd: Use uint64_t type for IOVA mapping size
` [PULL 3/5] hw/vfio: Reorder vfio_container_query_dirty_bitmap() trace format
` [PULL 4/5] hw/vfio: Avoid ram_addr_t in vfio_container_query_dirty_bitmap()
` [PULL 5/5] hw/vfio: Use uint64_t for IOVA mapping size in vfio_container_dma_*map

[PATCH v1 0/5] Update to test ASPEED SDK v09.08
 2025-10-03 10:19 UTC  (7+ messages)
` [PATCH v1 1/5] tests/functional/arm/test_aspeed_ast1030: Update test ASPEED SDK v03.03
` [PATCH v1 2/5] tests/functional/arm/test_aspeed_ast2500: Update test ASPEED SDK v09.08
` [PATCH v1 3/5] tests/functional/arm/test_aspeed_ast2600: "
` [PATCH v1 4/5] tests/functional/aarch64/test_aspeed_ast2700: Update test ASPEED SDK v09.08 for A1
` [PATCH v1 5/5] tests/functional/aarch64/test_aspeed_ast2700: Move eth2 IP check into common function
` [SPAM] [PATCH v1 0/5] Update to test ASPEED SDK v09.08

[Bug 2123828] Re: RISC-V: incorrect emulation of load and store on big-endian systems
 2025-10-03 10:10 UTC  (4+ messages)

[PATCH 0/3] migration: Add support for mapped-ram with snapshots
 2025-10-03  9:47 UTC  (4+ messages)
` [PATCH 1/3] migration: add FEATURE_SEEKABLE to QIOChannelBlock

[RFC PATCH 0/2] target/arm: Allow aarch64=off for TCG
 2025-10-03  9:28 UTC  (2+ messages)

[PATCH] aspeed: Set 'auto_create_sdcard' to false
 2025-10-03  8:30 UTC  (2+ messages)

[RFC 0/3] Mitigation of migration failures accross different host kernels
 2025-10-03  8:10 UTC  (5+ messages)
` [RFC 1/3] target/arm/cpu: Add new CPU property for KVM regs to hide

[PATCH 0/3] block: use pwrite_zeroes_alignment when writing first sector
 2025-10-03  8:04 UTC  (7+ messages)
` [PATCH 1/3] file-posix: populate pwrite_zeroes_alignment
` [PATCH 2/3] block: use pwrite_zeroes_alignment when writing first sector

[PATCH v4 0/3] Support VBOOTROM to ast2700fc machine
 2025-10-03  7:26 UTC  (6+ messages)
` [PATCH v4 3/3] tests/functional/aarch64/test_aspeed_ast2700fc: Add vbootrom test

[PULL 00/26] riscv-to-apply queue
 2025-10-03  3:27 UTC  (27+ messages)
` [PULL 01/26] hw/riscv/riscv-iommu: Fix MSI table size limit
` [PULL 02/26] docs/interop/firmware: Add riscv64 to FirmwareArchitecture
` [PULL 03/26] linux-user/syscall.c: sync RISC-V hwprobe with Linux
` [PULL 04/26] target/riscv: implement MonitorDef HMP API
` [PULL 05/26] roms/opensbi: Update to v1.7
` [PULL 06/26] hw/char: sifive_uart: Raise IRQ according to the Tx/Rx watermark thresholds
` [PULL 07/26] hw/char: sifive_uart: Avoid pushing Tx FIFO when size is zero
` [PULL 08/26] hw/char: sifive_uart: Remove outdated comment about Tx FIFO
` [PULL 09/26] hw/char: sifive_uart: Add newline to error message
` [PULL 10/26] hw/intc: Save time_delta in RISC-V mtimer VMState
` [PULL 11/26] migration: Add support for a variable-length array of UINT32 pointers
` [PULL 12/26] hw/intc: Save timers array in RISC-V mtimer VMState
` [PULL 13/26] target/riscv: Save stimer and vstimer in CPU vmstate
` [PULL 14/26] target/riscv/kvm: Use riscv_cpu_is_32bit() when handling SBI_DBCN reg
` [PULL 15/26] target/riscv: use riscv_csrr in riscv_csr_read
` [PULL 16/26] qemu/osdep: align memory allocations to 2M on RISC-V
` [PULL 17/26] target/riscv: do not use translator_ldl in opcode_at
` [PULL 18/26] target/riscv: Fix the mepc when sspopchk triggers the exception
` [PULL 19/26] target/riscv: Fix SSP CSR error handling in VU/VS mode
` [PULL 20/26] target/riscv: Fix ssamoswap error handling
` [PULL 21/26] target/riscv: rvv: Replace checking V by checking Zve32x
` [PULL 22/26] target/riscv: rvv: Modify minimum VLEN according to enabled vector extensions
` [PULL 23/26] target/riscv: rvv: Fix vslide1[up|down].vx unexpected result when XLEN=32 and SEW=64
` [PULL 24/26] hw/riscv/riscv-iommu: Fixup PDT Nested Walk
` [PULL 25/26] target/riscv: Fix endianness swap on compressed instructions
` [PULL 26/26] docs: riscv-iommu: Update status of kernel support

[PATCH v7 0/5] NVMe: Add SPDM over the storage transport support
 2025-10-03  2:04 UTC  (9+ messages)
` [PATCH v7 1/5] spdm-socket: add seperate send/recv functions
` [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

[PULL 00/30] riscv-to-apply queue
 2025-10-03  1:39 UTC  (4+ messages)
` [PULL 21/30] target/riscv: Implement privilege mode filtering for cycle/instret

[PATCH v2] docs: riscv-iommu: Update status of kernel support
 2025-10-03  1:28 UTC  (2+ messages)

[PATCH v3 RESEND] hw/riscv/virt: Add acpi ged and powerdown support
 2025-10-03  1:25 UTC  (3+ messages)

[PATCH] target/riscv: Fix endianness swap on compressed instructions
 2025-10-03  1:06 UTC  (2+ messages)

[PATCH 0/2] FEAT_GCS firmware update for test_rme_*
 2025-10-02 22:01 UTC  (6+ messages)
` [PATCH 1/2] Update tf-rmm to support FEAT_S1PIE
` [PATCH 2/2] Enable firmware support for PIE and GCS


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