qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-31 08:39:00 to 2025-08-01 07:20:06 UTC [more...]

[PATCH v8 00/27] migration: propagate vTPM errors using Error objects
 2025-08-01  7:17 UTC  (32+ messages)
` [PATCH v8 01/27] migration: push Error **errp into vmstate_subsection_load()
` [PATCH v8 02/27] migration: push Error **errp into vmstate_load_state()
` [PATCH v8 03/27] migration: push Error **errp into qemu_loadvm_state_header()
` [PATCH v8 04/27] migration: push Error **errp into vmstate_load()
` [PATCH v8 05/27] migration: push Error **errp into qemu_loadvm_section_start_full()
` [PATCH v8 06/27] migration: push Error **errp into qemu_loadvm_section_part_end()
` [PATCH v8 07/27] migration: Update qemu_file_get_return_path() docs and remove dead checks
` [PATCH v8 08/27] migration: make loadvm_postcopy_handle_resume() void
` [PATCH v8 09/27] migration: push Error **errp into loadvm_process_command()
` [PATCH v8 10/27] migration: push Error **errp into loadvm_handle_cmd_packaged()
` [PATCH v8 11/27] migration: push Error **errp into ram_postcopy_incoming_init()
` [PATCH v8 12/27] migration: push Error **errp into loadvm_postcopy_handle_advise()
` [PATCH v8 13/27] migration: push Error **errp into loadvm_postcopy_handle_listen()
` [PATCH v8 14/27] migration: push Error **errp into loadvm_postcopy_handle_run()
` [PATCH v8 15/27] migration: push Error **errp into loadvm_postcopy_ram_handle_discard()
` [PATCH v8 16/27] migration: push Error **errp into loadvm_handle_recv_bitmap()
` [PATCH v8 17/27] migration: push Error **errp into loadvm_process_enable_colo()
` [PATCH v8 18/27] migration: push Error **errp into loadvm_postcopy_handle_switchover_start()
` [PATCH v8 19/27] migration: push Error **errp into qemu_loadvm_state_main()
` [PATCH v8 20/27] migration: push Error **errp into qemu_loadvm_state()
` [PATCH v8 21/27] migration: push Error **errp into qemu_load_device_state()
` [PATCH v8 22/27] migration: Capture error in postcopy_ram_listen_thread()
` [PATCH v8 23/27] migration: Propagate last encountered error in vmstate_save_state_v() function
` [PATCH v8 24/27] migration: Refactor "
` [PATCH v8 25/27] migration: Remove error variant of vmstate_save_state() function
` [PATCH v8 26/27] migration: Add error-parameterized function variants in VMSD struct
` [PATCH v8 27/27] backends/tpm: Propagate vTPM error on migration failure

[PATCH-for-10.1 00/11] hw/sd: Fix SD cards in SPI mode
 2025-08-01  7:08 UTC  (15+ messages)
` [PATCH-for-10.1 01/11] hw/sd/sdcard: Do not ignore errors in sd_cmd_to_sendingdata()
` [PATCH-for-10.1 02/11] hw/sd/sdbus: Provide buffer size to sdbus_do_command()
` [PATCH-for-10.1 03/11] hw/sd/sdcard: Propagate response size to sd_response_r*_make()
` [PATCH-for-10.1 04/11] hw/sd/sdcard: Fill SPI response bits in card code
` [PATCH-for-10.1 05/11] hw/sd/sdcard: Implement SPI R2 return value
` [PATCH-for-10.1 06/11] hw/sd/sdcard: Use complete SEND_OP_COND implementation in SPI mode
` [PATCH-for-10.1 07/11] hw/sd/sdcard: Allow using SWITCH_FUNCTION in more SPI states
` [PATCH-for-10.1 08/11] hw/sd/sdcard: Factor spi_cmd_SEND_CxD() out
` [PATCH-for-10.1 09/11] hw/sd/sdcard: Disable checking STBY mode in SPI SEND_CSD/CID
` [PATCH-for-10.1 10/11] hw/sd/sdcard: Remove SDState::mode field
` [PATCH-for-10.1 11/11] tests/functional: Test SD cards in SPI mode (using sifive_u machine)

[PATCH] hw/intc/loongarch_pch_pic: Fix ubsan warning and endianness issue
 2025-08-01  6:41 UTC  (2+ messages)

[PATCH v3 0/6] hw/i386/amd_iommu: Cleanups and fixes
 2025-08-01  6:05 UTC  (7+ messages)
` [PATCH v3 1/6] hw/i386/amd_iommu: Fix MMIO register write tracing
` [PATCH v3 2/6] hw/i386/amd_iommu: Remove unused and wrongly set ats_enabled field
` [PATCH v3 3/6] hw/i386/amd_iommu: Move IOAPIC memory region initialization to the end
` [PATCH v3 4/6] hw/i386/amd_iommu: Fix amdvi_write*()
` [PATCH v3 5/6] hw/i386/amd_iommu: Support MMIO writes to the status register
` [PATCH v3 6/6] hw/i386/amd_iommu: Fix event log generation

[RFC 0/9] WHPX support for Arm
 2025-08-01  6:03 UTC  (9+ messages)
` [RFC 1/9] whpx: Move around files before introducing AArch64 support
` [RFC 5/9] hw/virt: make Qemu aware that WHPX has a vGICv3
` [RFC 7/9] whpx: add arm64 support

[PATCH v3] vfio: Introduce helper vfio_pci_from_vfio_device()
 2025-08-01  5:42 UTC  (2+ messages)

[PATCH for-10.2 00/82] target/arm: Implement FEAT_GCS
 2025-08-01  4:29 UTC  (93+ messages)
` [PATCH 16/82] target/arm: Implement get_S1prot_indirect
` [PATCH 17/82] target/arm: Implement get_S2prot_indirect
` [PATCH 37/82] target/arm: Convert regime_is_user from switch to table
` [PATCH 42/82] target/arm: Support page protections for GCS mmu indexes
` [PATCH 43/82] target/arm: Implement gcs bit for data abort
` [PATCH 44/82] target/arm: Add GCS cpregs
` [PATCH 45/82] target/arm: Add GCS enable and trap levels to DisasContext
` [PATCH 46/82] target/arm: Implement FEAT_CHK
` [PATCH 47/82] target/arm: Expand pstate to 64 bits
` [PATCH 48/82] target/arm: Add syndrome data for EC_GCS
` [PATCH 49/82] target/arm: Implement EXLOCKException for ELR_ELx and SPSR_ELx
` [PATCH 50/82] target/arm: Split {arm,core}_user_mem_index
` [PATCH 51/82] target/arm: Introduce delay_exception{_el}
` [PATCH 52/82] target/arm: Emit HSTR trap exception out of line
` [PATCH 53/82] target/arm: Emit v7m LTPSIZE "
` [PATCH 54/82] target/arm: Implement GCSSTR, GCSSTTR
` [PATCH 55/82] target/arm: Implement GCSB
` [PATCH 56/82] target/arm: Implement GCSPUSHM
` [PATCH 57/82] target/arm: Implement GCSPOPM
` [PATCH 58/82] target/arm: Implement GCSPUSHX
` [PATCH 59/82] target/arm: Implement GCSPOPX
` [PATCH 60/82] target/arm: Implement GCSPOPCX
` [PATCH 61/82] target/arm: Implement GCSSS1
` [PATCH 62/82] target/arm: Implement GCSSS2
` [PATCH 63/82] target/arm: Add gcs record for BL
` [PATCH 64/82] target/arm: Add gcs record for BLR
` [PATCH 65/82] target/arm: Add gcs record for BLR with PAuth
` [PATCH 66/82] target/arm: Load gcs record for RET
` [PATCH 67/82] target/arm: Load gcs record for RET with PAuth
` [PATCH 68/82] target/arm: Copy EXLOCKEn to EXLOCK on exception to the same EL
` [PATCH 69/82] target/arm: Implement EXLOCK check during exception return
` [PATCH 70/82] target/arm: Enable FEAT_GCS with -cpu max
` [PATCH 71/82] linux-user/aarch64: Implement prctls for GCS
` [PATCH 72/82] linux-user/aarch64: Allocate new gcs stack on clone
` [PATCH 73/82] linux-user/aarch64: Release gcs stack on thread exit
` [PATCH 74/82] linux-user/aarch64: Implement map_shadow_stack syscall
` [PATCH 75/82] target/arm: Enable GCSPR_EL0 for read in user-mode
` [PATCH 76/82] linux-user/aarch64: Inject SIGSEGV for GCS faults
` [PATCH 77/82] linux-user/aarch64: Generate GCS signal records
` [PATCH 78/82] linux-user: Change exported get_elf_hwcap to abi_ulong
` [PATCH 79/82] linux-user/aarch64: Enable GCS in HWCAP
` [PATCH 80/82] tests/tcg/aarch64: Add gcsstr
` [PATCH 81/82] tests/tcg/aarch64: Add gcspushm
` [PATCH 82/82] tests/tcg/aarch64: Add gcsss

[POC PATCH 0/5] QEMU: Enable in-place conversion and hugetlb gmem
 2025-08-01  2:33 UTC  (4+ messages)
  ` [POC PATCH 3/5] memory/guest_memfd: Enable in-place conversion when available

[PATCH v2] vfio: Introduce helper vfio_pci_from_vfio_device()
 2025-08-01  2:27 UTC 

[PATCH for-10.1] target/arm: Reinstate bogus AArch32 DBGDTRTX register for migration compat
 2025-08-01  1:59 UTC  (4+ messages)

[PATCH 00/10] single-binary: compile once semihosting
 2025-08-01  1:42 UTC  (25+ messages)
` [PATCH 01/10] semihosting/syscalls: compile once in system and per target for user mode
` [PATCH 02/10] semihosting/guestfd: compile once for system/user
` [PATCH 03/10] semihosting/arm-compat-semi: remove common_semi_sys_exit_extended
` [PATCH 04/10] target/{arm, riscv}/common-semi-target: eradicate target_ulong
  ` [PATCH 04/10] target/{arm,riscv}/common-semi-target: "
` [PATCH 05/10] include/semihosting/common-semi: extract common_semi API
` [PATCH 06/10] semihosting/arm-compat-semi: eradicate sizeof(target_ulong)
` [PATCH 07/10] semihosting/arm-compat-semi: replace target_ulong with uint64_t
` [PATCH 08/10] semihosting/arm-compat-semi: replace target_long with int64_t
` [PATCH 09/10] semihosting/arm-compat-semi: remove dependency on cpu.h
` [PATCH 10/10] semihosting/arm-compat-semi: compile once in system and per target for user mode

[PATCH v2] tests/tcg: Fix run for tests with specific plugin
 2025-08-01  0:44 UTC  (2+ messages)

[PULL for 10.1-rc1 00/14] documentation an testing updates
 2025-08-01  0:33 UTC  (9+ messages)
` [PULL 11/14] tests/tcg: reduce the number of plugin tests combinations

[PATCH] tests/tcg: Fix run for tests with specific plugin
 2025-07-31 23:52 UTC  (2+ messages)

[PATCH 0/3] single-binary: compile hw/intc/arm* files once
 2025-07-31 22:24 UTC  (7+ messages)

[PATCH v2 0/2] single-binary: compile once migration files
 2025-07-31 22:05 UTC  (5+ messages)
` [PATCH v2 1/2] migration: compile migration/ram.c once
` [PATCH v2 2/2] migration/vfio: compile only once

[PATCH v2 0/6] Reinvent BQL-free PIO/MMIO
 2025-07-31 21:15 UTC  (8+ messages)
` [PATCH v2 5/6] hpet: make main counter read lock-less
` [PATCH v2 6/6] kvm: i386: irqchip: take BQL only if there is an interrupt

[PATCH 00/48] AMD Versal Gen 2 support
 2025-07-31 21:09 UTC  (31+ messages)
` [PATCH 33/48] hw/misc/xlnx-versal-crl: refactor device reset logic
` [PATCH 34/48] hw/arm/xlnx-versal: reconnect the CRL to the other devices
` [PATCH 35/48] hw/arm/xlnx-versal: use hw/arm/bsa.h for timer IRQ indices
` [PATCH 36/48] hw/arm/xlnx-versal: tidy up
` [PATCH 37/48] hw/misc/xlnx-versal-crl: add the versal2 version
` [PATCH 38/48] hw/arm/xlnx-versal: add a per_cluster_gic switch to VersalCpuClusterMap
` [PATCH 39/48] hw/arm/xlnx-versal: add the target field in IRQ descriptor
` [PATCH 41/48] hw/arm/xlnx-versal: add versal2 SoC
` [PATCH 42/48] hw/arm/xlnx-versal-virt: rename the machine to amd-versal-virt
` [PATCH 43/48] hw/arm/xlnx-versal-virt: split into base/concrete classes
` [PATCH 44/48] hw/arm/xlnx-versal-virt: tidy up
` [PATCH 45/48] docs/system/arm/xlnx-versal-virt: update supported devices
` [PATCH 46/48] docs/system/arm/xlnx-versal-virt: add a note about dumpdtb
` [PATCH 47/48] hw/arm/xlnx-versal-virt: add the xlnx-versal2-virt machine
` [PATCH 48/48] tests/functional/test_aarch64_xlnx_versal: test the versal2 machine

[PATCH] hw/sd/sdcard: fix spi_cmd_SEND_CSD/CID state check
 2025-07-31 21:00 UTC  (5+ messages)

Subject: [PATCH] ui/sdl2: Add SDL clipboard support
 2025-07-31 18:46 UTC 

[PATCH] scripts/make-release: Go back to cloning all the EDK2 submodules
 2025-07-31 17:40 UTC  (2+ messages)

[PATCH 0/2] hw/intc/arm_gicv3_kvm: two small fixes about register accesses
 2025-07-31 17:11 UTC  (7+ messages)
` [PATCH 1/2] hw/intc/arm_gicv3_kvm: Remove writes to ICPENDR registers
` [PATCH 2/2] hw/intc/arm_gicv3_kvm: Write all 1's to clear enable/active

[PATCH v3] target/arm: add support for 64-bit PMCCNTR in AArch32 mode
 2025-07-31 15:53 UTC  (2+ messages)

[PATCH for-10.2] hw/arm/virt: Include 'system/system.h'
 2025-07-31 15:05 UTC  (3+ messages)

[RFC PATCH 0/3] migration: Fix aarch64 cpregs migration
 2025-07-31 14:58 UTC  (7+ messages)
` [RFC PATCH 2/3] tests/qtest/migration: Only test aarch64 on TCG
` [RFC PATCH 3/3] tests/qtest/migration: Change cpu for aarch64

[PATCH for-10.2 0/4] vfio: Remove 'vfio-platform'
 2025-07-31 14:32 UTC  (6+ messages)
` [PATCH for-10.2 1/4] vfio: Remove 'vfio-amd-xgbe' device
` [PATCH for-10.2 2/4] vfio: Remove 'vfio-calxeda-xgmac' device
` [PATCH for-10.2 3/4] vfio: Remove 'vfio-platform'
` [PATCH for-10.2 4/4] vfio: Move vfio-region.h under hw/vfio/

[PATCH RFC -qemu 0/2] hw/cxl: Support Back Invalidation
 2025-07-31 14:20 UTC  (2+ messages)

[RFC v5 0/7] Add packed format to shadow virtqueue
 2025-07-31 13:52 UTC  (10+ messages)

[PULL 00/20] target-arm queue
 2025-07-31 13:32 UTC  (9+ messages)
` [PULL 02/20] target/arm: Correct encoding of Debug Communications Channel registers

[PATCH] hw/arm: add static NVDIMMs in device tree
 2025-07-31 12:20 UTC  (6+ messages)

[PATCH] vfio: Introduce helper vfio_device_to_vfio_pci()
 2025-07-31 12:03 UTC  (5+ messages)

[PATCH v2 1/1] qemu-img: add sub-command --remove-all to 'qemu-img bitmap'
 2025-07-31 12:04 UTC  (2+ messages)

[PATCH v2 for-10.1 0/3] linux-user/aarch64: Fix SME/SME2 signal frame handling
 2025-07-31  9:57 UTC  (4+ messages)
` [PATCH v2 for-10.1 1/3] linux-user/aarch64: Clear TPIDR2_EL0 when delivering signals

[PULL 0/2] loongarch-to-apply queue
 2025-07-31  8:53 UTC  (3+ messages)
` [PULL 1/2] target/loongarch: Fix valid virtual address checking
` [PULL 2/2] hw/intc/loongarch_ipi: Fix start fail with smp cpu < smp maxcpus on KVM


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