qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-16 22:39:03 to 2025-04-17 17:36:17 UTC [more...]

[RFC V3 PATCH 00/13] Support ACPI Control Method Sleep button
 2025-04-17 17:35 UTC  (24+ messages)
` [RFC V3 PATCH 01/13] acpi: Implement control method sleep button
` [RFC V3 PATCH 02/13] test/acpi: allow DSDT table changes for x86 platform
` [RFC V3 PATCH 03/13] acpi: Support Control Method sleep button for x86
` [RFC V3 PATCH 04/13] tests/qtest/bios-table-tests: Update ACPI table binaries "
` [RFC V3 PATCH 05/13] acpi: Send the GPE event of suspend and wakeup "
` [RFC V3 PATCH 06/13] test/acpi: allow DSDT table changes for microvm
` [RFC V3 PATCH 07/13] microvm: support control method sleep button
` [RFC V3 PATCH 08/13] hw/acpi: Add ACPI GED support for the sleep event
` [RFC V3 PATCH 09/13] microvm: enable sleep GED event

[RFC PATCH-for-10.1 00/19] qemu: Introduce TargetInfo API (for single binary)
 2025-04-17 17:27 UTC  (6+ messages)
` [RFC PATCH-for-10.1 07/19] target/hppa: Replace TARGET_LONG_BITS -> target_long_bits()
` [RFC PATCH-for-10.1 17/19] accel: Move target-agnostic code from accel-target.c -> accel-common.c

[PATCH 0/7] cpus: Replace CPU_RESOLVING_TYPE -> target_cpu_type()
 2025-04-17 16:54 UTC  (8+ messages)
` [PATCH 1/7] qemu: Introduce target_cpu_type()
` [PATCH 2/7] cpus: Replace CPU_RESOLVING_TYPE -> target_cpu_type()
` [PATCH 3/7] cpus: Move target-agnostic methods out of cpu-target.c
` [PATCH 4/7] accel: Implement accel_init_ops_interfaces() for both system/user mode
` [PATCH 5/7] accel: Include missing 'qemu/accel.h' header in accel-internal.h
` [PATCH 6/7] accel: Make AccelCPUClass structure target-agnostic
` [PATCH 7/7] accel: Move target-agnostic code from accel-target.c -> accel-common.c

CRITICAL Unexpected bottom half exception
 2025-04-17 16:35 UTC  (2+ messages)

[PATCH 00/18] AMD vIOMMU: DMA remapping support for VFIO devices
 2025-04-17 16:34 UTC  (18+ messages)
` [PATCH 02/18] amd_iommu: Add helper function to extract the DTE
` [PATCH 03/18] amd_iommu: Add support for IOMMU notifier
` [PATCH 09/18] amd_iommu: Add helpers to walk AMD v1 Page Table format
` [PATCH 10/18] amd_iommu: Add a page walker to sync shadow page tables on invalidation

[PATCH] mailmap: update email address for Matheus Tavares (me)
 2025-04-17 16:33 UTC 

[PATCH v3 0/2] block: discard alignment fixes
 2025-04-17 16:31 UTC  (8+ messages)
` [PATCH v3 1/2] file-posix: probe discard alignment on Linux block devices
` [PATCH v3 2/2] block/io: skip head/tail requests on EINVAL

[PATCH 0/4] tests/qtest: Enable spapr dma tests
 2025-04-17 16:18 UTC  (5+ messages)
` [PATCH 3/4] tests/qtest: Add libqos function for testing msix interrupt status
` [PATCH 4/4] tests/qtest: Enable spapr dma with linear iommu map

[PATCH 0/8] misc: Prefer evaluating TARGET_BIG_ENDIAN in C
 2025-04-17 16:18 UTC  (10+ messages)
` [PATCH 1/8] linux-user/elfload: Use target_needs_bswap()
` [PATCH 2/8] accel/kvm: "
` [PATCH 3/8] target/mips: Check CPU endianness at runtime using env_is_bigendian()
` [PATCH 4/8] target/ppc: Evaluate TARGET_BIG_ENDIAN at compile time
` [PATCH 5/8] target/xtensa: "
` [PATCH 6/8] hw/mips: "
` [PATCH 7/8] hw/microblaze: "
` [PATCH 8/8] gdbstub/helpers: "

[PATCH v3 0/7] cpus: Convert cpu_list definition to CPUClass:list_cpus callback
 2025-04-17 16:16 UTC  (2+ messages)

[PATCH v9 0/7] Allow to enable multifd and postcopy migration together
 2025-04-17 16:11 UTC  (15+ messages)
` [PATCH v9 2/7] migration: refactor channel discovery mechanism
` [PATCH v9 3/7] migration: Add save_postcopy_prepare() savevm handler
` [PATCH v9 4/7] migration/ram: Implement save_postcopy_prepare()
` [PATCH v9 6/7] tests/qtest/migration: consolidate set capabilities
` [PATCH v9 7/7] tests/qtest/migration: add postcopy tests with multifd

[PATCH] Hexagon (target/hexagon) Remove gen_tcg_func_table.py
 2025-04-17 15:55 UTC  (6+ messages)

[PATCH] migration: add FEATURE_SEEKABLE to QIOChannelBlock
 2025-04-17 15:12 UTC  (8+ messages)

[PATCH v4 0/2] block: discard alignment fixes
 2025-04-17 15:05 UTC  (3+ messages)
` [PATCH v4 1/2] file-posix: probe discard alignment on Linux block devices
` [PATCH v4 2/2] block/io: skip head/tail requests on EINVAL

[ANNOUNCE] QEMU 10.0.0-rc4 is now available
 2025-04-17 14:14 UTC  (2+ messages)

[PATCH v1 00/24] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-04-17 14:13 UTC  (9+ messages)
` [PATCH v1 14/24] s390x: Guest support for Secure-IPL Facility
` [PATCH v1 18/24] s390x: Guest support for Secure-IPL Code Loading Attributes Facility (SCLAF)
` [PATCH v1 24/24] hw/s390x/ipl: Handle secure boot without specifying a boot device

[PATCH] usb-host: enable autoscan for bus+addr to survive host suspend/resume
 2025-04-17 14:12 UTC  (5+ messages)

[PULL 0/8] Misc HW patches for 2025-04-08
 2025-04-17 13:56 UTC  (6+ messages)
` [PULL 1/8] smbios: Fix buffer overrun when using path= option

[PATCH v2 00/22] target/riscv: declarative CPU definitions
 2025-04-17 13:40 UTC  (2+ messages)

[PATCH 0/7] target/riscv/kvm: CSR related fixes
 2025-04-17 12:48 UTC  (8+ messages)
` [PATCH 1/7] target/riscv/kvm: minor fixes/tweaks
` [PATCH 2/7] target/riscv/kvm: turn u32/u64 reg functions in macros
` [PATCH 3/7] target/riscv/kvm: turn kvm_riscv_reg_id_ulong() in a macro
` [PATCH 4/7] target/riscv/kvm: add kvm_csr_cfgs[]
` [PATCH 5/7] target/riscv/kvm: do not read unavailable CSRs
` [PATCH 6/7] target/riscv/kvm: add missing KVM CSRs
` [PATCH 7/7] target/riscv/kvm: reset 'scounteren' with host val

[PATCH v4 0/3] DIAG 308: extend subcode 10 to return UVC cmd id, RC and RRC values upon failure to enter secure mode
 2025-04-17 12:37 UTC  (4+ messages)
` [PATCH v4 1/3] target/s390x: Introduce constant when checking if PV header couldn't be decrypted
` [PATCH v4 2/3] target/s390x: Introduce function when exiting PV
` [PATCH v4 3/3] target/s390x: Return UVC cmd code, RC and RRC value when DIAG 308 Subcode 10 fails to enter secure mode

[PATCH v4 000/163] tcg: Convert to TCGOutOp structures
 2025-04-17 12:02 UTC  (5+ messages)

[PATCH v2 0/6] target/loongarch: Code cleanup with function loongarch_map_address
 2025-04-17 11:52 UTC  (13+ messages)
` [PATCH v2 1/6] target/loongarch: Move header file helper.h to directory tcg
` [PATCH v2 2/6] target/loongarch: Add function loongarch_get_addr_from_tlb
` [PATCH v2 3/6] target/loongarch: Move function get_dir_base_width to common directory
` [PATCH v2 4/6] target/loongarch: Add stub function loongarch_get_addr_from_tlb
` [PATCH v2 5/6] target/loongarch: Set function loongarch_map_address() with common code
` [PATCH v2 6/6] target/loongarch: Move function loongarch_tlb_search to directory tcg

[PATCH v6 0/2] tests/functional: add memlock tests
 2025-04-17 11:40 UTC  (3+ messages)
` [PATCH v6 1/2] tests/functional: add skipLockedMemoryTest decorator
` [PATCH v6 2/2] tests/functional: add memlock tests

[PATCH v2 0/3] virtio-gpu: fix blob unmapping sequence
 2025-04-17 11:37 UTC  (6+ messages)

A question about how to calculate the "Maximum transfer length" in case of its absence in the Block Limits VPD device response from the hardware
 2025-04-17 11:27 UTC 

[PATCH v5 0/2] tests/functional: add memlock tests
 2025-04-17 11:26 UTC  (4+ messages)
` [PATCH v5 1/2] tests/functional: add skipLockedMemoryTest decorator
` [PATCH v5 2/2] tests/functional: add memlock tests

[PATCH v2] hw/ppc/spapr_hcall: Return host mitigation characteristics in KVM mode
 2025-04-17 11:19 UTC 

[PATCH v2 00/18] Implements RISC-V WorldGuard extension v0.4
 2025-04-17 10:52 UTC  (19+ messages)
` [PATCH v2 01/18] accel/tcg: Store section pointer in CPUTLBEntryFull
` [PATCH v2 02/18] system/physmem: Remove the assertion of page-aligned section number
` [PATCH v2 03/18] accel/tcg: memory access from CPU will pass access_type to IOMMU
` [PATCH v2 04/18] exec: Add RISC-V WorldGuard WID to MemTxAttrs
` [PATCH v2 05/18] hw/misc: riscv_worldguard: Add RISC-V WorldGuard global config
` [PATCH v2 06/18] target/riscv: Add CPU options of WorldGuard CPU extension
` [PATCH v2 07/18] target/riscv: Add hard-coded CPU state of WG extension
` [PATCH v2 08/18] target/riscv: Add defines for WorldGuard CSRs
` [PATCH v2 09/18] target/riscv: Allow global WG config to set WG CPU callbacks
` [PATCH v2 10/18] target/riscv: Implement WorldGuard CSRs
` [PATCH v2 11/18] target/riscv: Add WID to MemTxAttrs of CPU memory transactions
` [PATCH v2 12/18] target/riscv: Expose CPU options of WorldGuard
` [PATCH v2 13/18] hw/misc: riscv_worldguard: Add API to enable WG extension of CPU
` [PATCH v2 14/18] hw/misc: riscv_wgchecker: Implement RISC-V WorldGuard Checker
` [PATCH v2 15/18] hw/misc: riscv_wgchecker: Implement wgchecker slot registers
` [PATCH v2 16/18] hw/misc: riscv_wgchecker: Implement correct block-access behavior
` [PATCH v2 17/18] hw/misc: riscv_wgchecker: Check the slot settings in translate
` [PATCH v2 18/18] hw/riscv: virt: Add WorldGuard support

[PATCH v7 0/4] virtio_net: Add the check for vdpa's mac address
 2025-04-17 10:24 UTC  (5+ messages)
` [PATCH v7 1/4] vhost_vdpa : Add a new parameter to enable check "
` [PATCH v7 2/4] virtio_net: Add the check for vdpa's "
` [PATCH v7 3/4] virtio_net: Add second acceptable configuration for MAC setup
` [PATCH v7 4/4] virtio_net: Add third "

[PATCH 0/2] amd_iommu: Fixes
 2025-04-17 10:21 UTC  (6+ messages)
` [PATCH 1/2] hw/i386/amd_iommu: Fix device setup failure when PT is on

[PATCH v2 0/3] hw/misc/aspeed_otp: Introduce OTP memory and integrate with SBC
 2025-04-17 10:18 UTC  (6+ messages)
` [PATCH v2 1/3] hw/misc/aspeed_otp: Add Aspeed OTP memory device model
` [PATCH v2 2/3] hw/misc/aspeed_sbc: Connect Aspeed OTP memory device to SBC controller
` [PATCH v2 3/3] hw/arm: Integrate Aspeed OTP memory into AST10x0 and AST2600 SoCs

[PATCH 00/19] Enable QEMU TCI to run 32bit guests on browsers
 2025-04-17  9:58 UTC  (39+ messages)
` [PATCH 01/19] hw/core/loader.c: Fix type conflict of GLib function pointers
` [PATCH 10/19] include/glib-compat.h: Poison g_list_sort and g_slist_sort
` [PATCH 11/19] util/cacheflush.c: Update cache flushing mechanism for Emscripten
` [PATCH 12/19] block: Update block to compile with Emscripten
` [PATCH 13/19] include/qemu/osdep.h: Add Emscripten-specific OS dependencies
` [PATCH 14/19] Disable options unsupported on Emscripten
` [PATCH 15/19] util/mmap-alloc: Add qemu_ram_mmap implementation for emscripten
` [PATCH 17/19] meson: Add wasm build in build scripts
` [PATCH 18/19] gitlab: Enable CI for wasm build
` [PATCH 19/19] MAINTAINERS: Update MAINTAINERS file for wasm-related files

[PATCH 0/2] ui/vnc: Do not copy z_stream
 2025-04-17  9:48 UTC  (4+ messages)
` [PATCH 1/2] ui/vnc: Introduce the VncWorker type
` [PATCH 2/2] ui/vnc: Do not copy z_stream

[PATCH v4 0/2] tests/functional: add memlock tests
 2025-04-17  9:43 UTC  (4+ messages)
` [PATCH v4 1/2] tests/functional: add skipLockedMemoryTest decorator
` [PATCH v4 2/2] tests/functional: add memlock tests

[PATCH v3 0/3] DIAG 308: extend subcode 10 to return UVC cmd id, RC and RRC values upon failure to enter secure mode
 2025-04-17  8:24 UTC  (5+ messages)
` [PATCH v3 1/3] target/s390x: Introduce constant when checking if PV header couldn't be decrypted
` [PATCH v3 2/3] target/s390x: Introduce function when exiting PV
` [PATCH v3 3/3] target/s390x: Return UVC cmd code, RC and RRC value when DIAG 308 Subcode 10 fails to enter secure mode

[PATCH] common-user/host/riscv: use tail pseudoinstruction for calling tail
 2025-04-17  7:22 UTC 

[PATCH v2] Hexagon (target/hexagon) Remove gen_tcg_func_table.py
 2025-04-17  7:15 UTC  (2+ messages)

[RFC PATCH 00/13] migration: Unify capabilities and parameters
 2025-04-17  5:56 UTC  (7+ messages)
` [RFC PATCH 05/13] migration: Reduce a bit of duplication in migration.json

[PATCH 0/5] cleanup interfaces
 2025-04-17  4:08 UTC  (6+ messages)
` [PATCH 1/5] vfio/iommufd: Save host iommu capabilities in VFIODevice.caps

[PATCH v4 00/10] Support vbootrom for AST2700
 2025-04-17  3:12 UTC  (11+ messages)
` [PATCH v4 01/10] hw/arm/aspeed_ast27x0: Rename variable sram_name to name in ast2700 realize
` [PATCH v4 02/10] hw/arm/aspeed_ast27x0 Introduce vbootrom memory region
` [PATCH v4 03/10] hw/arm/aspeed: Add vbootrom support on AST2700 EVB machines
` [PATCH v4 04/10] hw/arm/aspeed: Reuse rom_size variable for vbootrom setup
` [PATCH v4 05/10] pc-bios: Add AST27x0 vBootrom
` [PATCH v4 06/10] hw/arm/aspeed: Add support for loading vbootrom image via "-bios"
` [PATCH v4 07/10] tests/functional/aspeed: Move I2C test into shared helper for AST2700 reuse
` [PATCH v4 08/10] tests/functional/aspeed: Update test ASPEED SDK v09.06
` [PATCH v4 09/10] tests/functional/aspeed: Add to test vbootrom for AST2700
` [PATCH v4 10/10] docs/system/arm/aspeed: Support "

[PATCH v3 00/10] Support vbootrom for AST2700
 2025-04-17  2:32 UTC  (7+ messages)
` [PATCH v3 05/10] hw/arm/aspeed: Add support for loading vbootrom image via "-bios"
` [PATCH v3 06/10] pc-bios: Add AST27x0 vBootrom

[PATCH v4 0/3] vhost: fix the IO error after live migration
 2025-04-17  1:48 UTC  (3+ messages)
` [PATCH v5 "

[PULL 0/6] ipmi: Miscellaneous fixes
 2025-04-16 23:59 UTC  (7+ messages)
` [PULL 1/6] hw/ipmi: Move vmsd registration to device class
` [PULL 2/6] ipmi/pci-ipmi-bt: Rename copy-paste variables
` [PULL 3/6] ipmi: add fwinfo to pci ipmi devices
` [PULL 4/6] ipmi/bmc-sim: Add 'Get Channel Info' command
` [PULL 5/6] ipmi/bmc-sim: implement watchdog dont log flag
` [PULL 6/6] ipmi/bmc-sim: add error handling for 'Set BMC Global Enables' command

[PATCH v3 5/5] target/hexagon: Remove unreachable
 2025-04-16 23:27 UTC  (4+ messages)

[PATCH 1/1] vhost-scsi: support VIRTIO_SCSI_F_HOTPLUG
 2025-04-16 22:40 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).