qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-09 13:34:41 to 2024-05-10 13:18:20 UTC [more...]

[PATCH 0/5] target/riscv: Support RISC-V privilege 1.13 spec
 2024-05-10  6:58 UTC  (2+ messages)
` [PATCH 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0

[PATCH v3 0/5] mirror: allow specifying working bitmap
 2024-05-10 13:16 UTC  (2+ messages)
` [PATCH v3 2/5] block/mirror: replace is_none_mode with sync_mode in MirrorBlockJob struct

[PATCH 0/6] virtio,vhost: Add VIRTIO_F_IN_ORDER support
 2024-05-10 13:07 UTC  (13+ messages)
` [PATCH 1/6] virtio: Add bool to VirtQueueElement
` [PATCH 2/6] virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support
` [PATCH 3/6] virtio: virtqueue_ordered_fill "
` [PATCH 4/6] virtio: virtqueue_ordered_flush "

[PATCH 0/7] Remove some unused structures
 2024-05-10 12:49 UTC  (5+ messages)
` [PATCH 6/7] target/ppc: Remove unused struct 'mmu_ctx_hash32'

[PATCH] target/i386: remove PCOMMIT from TCG, deprecate property
 2024-05-10 12:53 UTC  (3+ messages)

[PATCH v14 0/6] ui/console: Private QemuDmaBuf struct
 2024-05-10 12:37 UTC  (2+ messages)

[PATCH v5 00/32] Misc PPC exception and BookE MMU clean ups
 2024-05-10 12:31 UTC  (34+ messages)
` [PATCH v5 01/32] target/ppc: Remove unused helper
` [PATCH v5 02/32] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
` [PATCH v5 03/32] target/ppc/mmu_common.c: Remove unneeded local variable
` [PATCH v5 04/32] target/ppc/mmu_common.c: Simplify checking for real mode
` [PATCH v5 05/32] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
` [PATCH v5 06/32] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PATCH v5 07/32] target/ppc/mmu_common.c: Move else branch to avoid large if block
` [PATCH v5 08/32] target/ppc/mmu_common.c: Move some debug logging
` [PATCH v5 09/32] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
` [PATCH v5 10/32] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PATCH v5 11/32] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PATCH v5 12/32] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PATCH v5 13/32] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
` [PATCH v5 14/32] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PATCH v5 15/32] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PATCH v5 16/32] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
` [PATCH v5 17/32] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
` [PATCH v5 18/32] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
` [PATCH v5 19/32] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
` [PATCH v5 20/32] target/ppc/mmu_common.c: Remove BookE from direct store handling
` [PATCH v5 21/32] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PATCH v5 22/32] target/ppc/mmu_common.c: Eliminate get_physical_address_wtlb()
` [PATCH v5 23/32] target/ppc/mmu_common.c: Move mmu_ctx_t type to mmu_common.c
` [PATCH v5 24/32] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
` [PATCH v5 25/32] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
` [PATCH v5 26/32] target/ppc: Remove id_tlbs flag from CPU env
` [PATCH v5 27/32] target/ppc: Split off common embedded TLB init
` [PATCH v5 28/32] target/ppc/mmu-hash32.c: Drop a local variable
` [PATCH v5 29/32] target/ppc/mmu-radix64.c: "
` [PATCH v5 30/32] target/ppc: Add a function to check for page protection bit
` [PATCH v5 31/32] target/ppc: Move out BookE and related MMU functions from mmu_common.c
` [PATCH v5 32/32] target/ppc/mmu_common.c: Remove work around for spurious warnings

[PATCH 00/13] fix --without-default-devices build and (mostly) tests
 2024-05-10 12:40 UTC  (29+ messages)
` [PATCH 01/13] s390x: move s390_cpu_addr2state to target/s390x/sigp.c
` [PATCH 02/13] s390_flic: add migration-enabled property
` [PATCH 03/13] s390: move css_migration_enabled from machine to css.c
` [PATCH 04/13] s390x: select correct components for no-board build
` [PATCH 05/13] tests/qtest: s390x: fix operation in a build without any boards or devices
` [PATCH 06/13] xen: initialize legacy backends from xen_bus_init()
` [PATCH 07/13] xen: register legacy backends via xen_backend_init
` [PATCH 08/13] i386: correctly select code in hw/i386 that depends on other components
` [PATCH 09/13] i386: pc: remove unnecessary MachineClass overrides
` [PATCH 10/13] hw/i386: split x86.c in multiple parts
` [PATCH 11/13] hw/i386: move rtc-reset-reinjection command out of hw/rtc
` [PATCH 12/13] i386: select correct components for no-board build
` [PATCH 13/13] tests/qtest: arm: fix operation in a build without any boards or devices

[PATCH 0/4] Fix "virtio-gpu: fix scanout migration post-load"
 2024-05-10 11:57 UTC  (6+ messages)
` [PATCH 3/4] virtio-gpu: use a VMState variant for the scanout field

[RFC PATCH] scripts/update-linux-header.sh: be more src tree friendly
 2024-05-10 11:18 UTC 

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-05-10 11:14 UTC  (15+ messages)
` [PATCH v2 02/15] hw/riscv: add riscv-iommu-bits.h
` [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH v2 09/15] hw/riscv/riscv-iommu: add s-stage and g-stage support
` [PATCH v2 11/15] hw/riscv/riscv-iommu: add DBG support

[PATCH] target/riscv: Remove experimental prefix from "B" extension
 2024-05-10 11:12 UTC  (5+ messages)

[PATCH] target/i386: fix operand size for DATA16 REX.W POPCNT
 2024-05-10 11:25 UTC  (3+ messages)

[PATCH v8 00/11] Support blob memory and venus on qemu
 2024-05-10 10:56 UTC  (11+ messages)
` [PATCH v8 01/11] linux-headers: Update to Linux v6.9-rc3
` [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing

[PATCH v4 00/12] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
 2024-05-10 10:54 UTC  (20+ messages)
` [PATCH v4 03/12] libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported
` [PATCH v4 08/12] libvhost-user: enable it on any POSIX system
` [PATCH v4 09/12] contrib/vhost-user-blk: "
` [PATCH v4 10/12] hostmem: add a new memory backend based on POSIX shm_open()
` [PATCH v4 11/12] tests/qtest/vhost-user-blk-test: use memory-backend-shm
` [PATCH v4 12/12] tests/qtest/vhost-user-test: add a test case for memory-backend-shm

[PATCH v2 0/7] hw/xen: Simplify legacy backends handling
 2024-05-10 10:52 UTC  (9+ messages)
` [PATCH v2 1/7] hw/xen: Remove declarations left over in 'xen-legacy-backend.h'
` [PATCH v2 2/7] hw/xen: Constify XenLegacyDevice::XenDevOps
` [PATCH v2 3/7] hw/xen: Constify xenstore_be::XenDevOps
` [PATCH v2 4/7] hw/xen: Make XenDevOps structures const
` [PATCH v2 5/7] hw/xen: initialize legacy backends from xen_bus_init()
` [PATCH v2 6/7] hw/xen: register legacy backends via xen_backend_init
` [PATCH v2 7/7] hw/xen: Register framebuffer backend via xen_backend_init()

[RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
 2024-05-10 10:47 UTC  (4+ messages)

[PATCH v3] block: Use LVM tools for LV block device truncation
 2024-05-10 10:35 UTC  (2+ messages)

[RFC QEMU PATCH v9 0/1] S3 support
 2024-05-10 10:18 UTC  (4+ messages)
` [RFC QEMU PATCH v9 1/2] virtio-pci: only reset pm state during resetting

[PATCH] tcg/loongarch64: Fill out tcg_out_{ld,st} for vector regs
 2024-05-10 10:08 UTC  (2+ messages)
` [PATCH] tcg/loongarch64: Fill out tcg_out_{ld, st} "

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-05-10 10:07 UTC  (8+ messages)
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation

[PULL 00/26] Misc HW patches for 2024-05-08
 2024-05-10  9:54 UTC  (4+ messages)
` [PULL 05/26] hw/remote/vfio-user: Fix config space access byte order

[PATCH v2 00/33] accel/tcg: Improve disassembly for target and plugin
 2024-05-10  9:42 UTC  (4+ messages)
` [PATCH v2 18/33] disas: Split disas.c

[PATCH] target/i386: move prefetch and multi-byte UD/NOP to new decoder
 2024-05-10  9:38 UTC  (3+ messages)

[PATCH] target/i386: rdpkru/wrpkru are no-prefix instructions
 2024-05-10  9:22 UTC  (2+ messages)

[PULL 0/8] s390x and misc patches
 2024-05-10  9:17 UTC  (10+ messages)
` [PULL 1/8] hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facility
` [PULL 2/8] s390x: Introduce a SCLPDevice pointer under the machine
` [PULL 3/8] s390x/event-facility: Simplify sclp_get_event_facility_bus()
` [PULL 4/8] s390x/sclp: Simplify get_sclp_device()
` [PULL 5/8] target/s390x: report deprecated-props in cpu-model-expansion reply
` [PULL 6/8] target/s390x: flag te and cte as deprecated
` [PULL 7/8] qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
` [PULL 8/8] tests/qtest: Add some test cases support on LoongArch

[PATCH] tests/tcg: cover lzcnt/tzcnt/popcnt
 2024-05-10  9:27 UTC  (2+ messages)

[PATCH] hw/loongarch/virt.c: Fixes memory leak in ramName during loop iterations
 2024-05-10  8:40 UTC  (2+ messages)

[PATCH 0/3] Assorted fixes for PMU
 2024-05-10  8:33 UTC  (6+ messages)
` [PATCH 1/3] target/riscv: Save counter values during countinhibit update

[PATCH v2] target/i386: Fix CPUID encoding of Fn8000001E_ECX
 2024-05-10  8:10 UTC  (6+ messages)
` [PATCH v3] "

[PATCH V1 00/26] Live update: cpr-exec
 2024-05-10  7:54 UTC  (17+ messages)
` [PATCH V1 09/26] migration: vmstate_register_named
` [PATCH V1 21/26] migration: migrate_add_blocker_mode
` [PATCH V1 22/26] migration: ram block cpr-exec blockers
` [PATCH V1 23/26] migration: misc "
` [PATCH V1 24/26] seccomp: cpr-exec blocker
` [PATCH V1 25/26] migration: fix mismatched GPAs during cpr-exec
` [PATCH V1 26/26] migration: only-migratable-modes

[PATCH v3] hw/virtio: Fix obtain the buffer id from the last descriptor
 2024-05-10  7:27 UTC 

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-05-10  7:16 UTC  (11+ messages)

hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-05-10  7:08 UTC  (10+ messages)

[PULL 0/3] loongarch-to-apply queue
 2024-05-10  5:39 UTC  (2+ messages)

[PULL v2 00/13] Migration patches for 2024-05-08
 2024-05-10  5:38 UTC  (2+ messages)

[PATCH v2] tests/qtest: Add some test cases support on LoongArch
 2024-05-10  4:29 UTC  (2+ messages)

[PATCH] fix: correct typo in ext_zvkb configuration variable Signed-off-by: Kaiyao Duan <inspiremenow@murena.io>
 2024-05-10  3:47 UTC 

[PATCH] target/i386: add feature dependency for XSAVE
 2024-05-10  3:33 UTC  (2+ messages)

[PATCH] target/i386: fix feature dependency for WAITPKG
 2024-05-10  3:22 UTC  (2+ messages)

[PATCH 0/9] Support persistent reservation operations
 2024-05-10  2:37 UTC  (18+ messages)
` [PATCH 1/9] block: add persistent reservation in/out api
    `  "
` [PATCH 2/9] block/raw: add persistent reservation in/out driver
` [PATCH 3/9] scsi/constant: add persistent reservation in/out protocol constants
` [PATCH 4/9] scsi/util: add helper functions for persistent reservation types conversion
` [PATCH 5/9] hw/scsi: add persistent reservation in/out api for scsi device
` [PATCH 6/9] block/nvme: add reservation command protocol constants
` [PATCH 7/9] hw/nvme: add helper functions for converting reservation types

[PATCH] vfio: container: Fix missing allocation of VFIOSpaprContainer
 2024-05-10  2:34 UTC  (2+ messages)

[PATCH v5 0/8] xen: Support grant mappings
 2024-05-03  1:44 UTC  (9+ messages)
` [PATCH v5 1/8] xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
` [PATCH v5 2/8] xen: mapcache: Unmap first entries in buckets
` [PATCH v5 3/8] xen: Add xen_mr_is_memory()
` [PATCH v5 4/8] softmmu: xen: Always pass offset + addr to xen_map_cache
` [PATCH v5 5/8] softmmu: Replace check for RAMBlock offset 0 with xen_mr_is_memory
` [PATCH v5 6/8] xen: mapcache: Pass the ram_addr offset to xen_map_cache()
` [PATCH v5 7/8] xen: mapcache: Add support for grant mappings
` [PATCH v5 8/8] hw/arm: xen: Enable use of "

[PATCH 00/14] hw: define and enforce a standard lifecycle for versioned machines
 2024-05-09 14:42 UTC  (9+ messages)
` [PATCH 01/14] include/hw: add helpers for defining versioned machine types
` [PATCH 08/14] include/hw: add macros for deprecation & removal of versioned machines

[PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
 2024-05-09 14:13 UTC  (11+ messages)

[PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
 2024-05-09 13:47 UTC  (4+ messages)

[PATCH 1/3] migration/colo: Minor fix for colo error message
 2024-05-09 13:38 UTC  (6+ messages)
` [PATCH 2/3] migration/colo: make colo_incoming_co() return void
` [PATCH 3/3] migration/colo: Tidy up bql_unlock() around bdrv_activate_all()


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