QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
[PATCH 0/3] Remove useless architecture prefix from the CPU list
 2024-04-20  5:46 UTC  (4+ messages)
` [PATCH 1/3] target/i386/cpu: Remove "x86" "
` [PATCH 2/3] target/s390x/cpu_models: Rework the output of "-cpu help"
` [PATCH 3/3] target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list

[PATCH 0/5] Sparc CPU naming and help text improvements
 2024-04-20  5:44 UTC  (7+ messages)
` [PATCH 4/5] docs/system/target-sparc: Improve the Sparc documentation

[PATCH] target/i386/translate.c: always write 32-bits for SGDT and SIDT
 2024-04-20  5:40 UTC  (3+ messages)

[PATCH v9 0/6] ui/console: Private QemuDmaBuf struct
 2024-04-20  4:36 UTC  (7+ messages)
` [PATCH v9 1/6] ui/gtk: Check if fence_fd is equal to or greater than 0
` [PATCH v9 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
` [PATCH v9 3/6] ui/console: Use qemu_dmabuf_get_..() helpers instead
` [PATCH v9 4/6] ui/console: Use qemu_dmabuf_set_..() "
` [PATCH v9 5/6] ui/console: Use qemu_dmabuf_new() and free() "
` [PATCH v9 6/6] ui/console: move QemuDmaBuf struct def to dmabuf.c

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-04-19 23:49 UTC  (5+ messages)
` [RFC 1/2] iova_tree: add an id member to DMAMap

Issue#414 and qemu_mutex_lock() API Conversion
 2024-04-19 19:23 UTC 

[PATCH v8 0/6] ui/console: Private QemuDmaBuf struct
 2024-04-19 18:59 UTC  (7+ messages)
` [PATCH v8 1/6] ui/gtk: Check if fence_fd is equal to or greater than 0
` [PATCH v8 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
` [PATCH v8 3/6] ui/console: Use qemu_dmabuf_get_..() helpers instead
` [PATCH v8 4/6] ui/console: Use qemu_dmabuf_set_..() "
` [PATCH v8 5/6] ui/console: Use qemu_dmabuf_new() and free() "
` [PATCH v8 6/6] ui/console: move QemuDmaBuf struct def to dmabuf.c

[PATCH 0/3] target/arm: Make the counter frequency default 1GHz for new CPUs, machines
 2024-04-19 18:46 UTC  (4+ messages)
` [PATCH 1/3] hw: Add compat machines for 9.1
` [PATCH 2/3] target/arm: Refactor default generic timer frequency handling
` [PATCH 3/3] target/arm: Default to 1GHz cntfrq for 'max' and new CPUs

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-04-19 18:43 UTC  (27+ messages)
` [PATCH v7 01/12] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
` [PATCH v7 02/12] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH v7 03/12] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
` [PATCH v7 04/12] hw/mem/cxl_type3: Add support to create DC regions to "
` [PATCH v7 05/12] hw/mem/cxl-type3: Refactor ct3_build_cdat_entries_for_mr to take mr size instead of mr as argument
` [PATCH v7 06/12] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v7 07/12] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
` [PATCH v7 08/12] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v7 10/12] hw/mem/cxl_type3: Add DPA range validation for accesses to DC regions
` [PATCH v7 11/12] hw/cxl/cxl-mailbox-utils: Add superset extent release mailbox support
` [PATCH v7 12/12] hw/mem/cxl_type3: Allow to release extent superset in QMP interface

[PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
 2024-04-19 18:31 UTC 

[PATCH v2 0/4] Sparc CPU naming and help text improvements
 2024-04-19 18:21 UTC  (8+ messages)
` [PATCH v2 1/4] target/sparc/cpu: Rename the CPU models with a "+" in their names
` [PATCH v2 2/4] target/sparc/cpu: Avoid spaces by default in the CPU names
` [PATCH v2 3/4] docs/system/target-sparc: Improve the Sparc documentation
` [PATCH v2 4/4] docs/about: Deprecate the old "UltraSparc" CPU names that contain a "+"

[PATCH v3 0/6] target/arm: Do memory alignment check for device memory
 2024-04-19 17:38 UTC  (10+ messages)
` [PATCH v3 5/6] target/arm: Do memory type alignment check when translation disabled
          ` [edk2-devel] "

[PATCH 0/5] target/arm: Update emulation.rst, add some easy features
 2024-04-19 17:37 UTC  (3+ messages)
` [PATCH 1/5] docs/system/arm/emulation.rst: Add missing implemented features

[PATCH v5 0/3] Add support for the RAPL MSRs series
 2024-04-19 17:30 UTC  (8+ messages)
` [PATCH v5 3/3] Add support for RAPL MSRs in KVM/Qemu

Add 'info pg' command to monitor
 2024-04-19 17:05 UTC  (7+ messages)

[PATCH 00/27] Add qapi-domain Sphinx extension
 2024-04-19 16:58 UTC  (32+ messages)
` [PATCH 01/27] docs/sphinx: create QAPI domain extension stub
` [PATCH 02/27] docs/qapi-domain: add qapi:module directive
` [PATCH 03/27] docs/qapi-module: add QAPI domain object registry
` [PATCH 04/27] docs/qapi-domain: add QAPI index
` [PATCH 05/27] docs/qapi-domain: add resolve_any_xref()
` [PATCH 06/27] docs/qapi-domain: add QAPI xref roles
` [PATCH 07/27] docs/qapi-domain: add qapi:command directive
` [PATCH 08/27] docs/qapi-domain: add :since: directive option
` [PATCH 09/27] docs/qapi-domain: add "Arguments:" field lists
` [PATCH 10/27] docs/qapi-domain: add "Features:" "
` [PATCH 11/27] docs/qapi-domain: add "Errors:" "
` [PATCH 12/27] docs/qapi-domain: add "Returns:" "
` [PATCH 13/27] docs/qapi-domain: add qapi:enum directive
` [PATCH 14/27] docs/qapi-domain: add qapi:alternate directive
` [PATCH 15/27] docs/qapi-domain: add qapi:event directive
` [PATCH 16/27] docs/qapi-domain: add qapi:struct directive
` [PATCH 17/27] docs/qapi-domain: add qapi:union and qapi:branch directives
` [PATCH 18/27] docs/qapi-domain: add :deprecated: directive option
` [PATCH 19/27] docs/qapi-domain: add :unstable: "
` [PATCH 20/27] docs/qapi-domain: add :ifcond: "
` [PATCH 21/27] docs/qapi-domain: RFC patch - add malformed field list entries
` [PATCH 22/27] docs/qapi-domain: add warnings for malformed field lists
` [PATCH 23/27] docs/qapi-domain: RFC patch - delete "
` [PATCH 24/27] docs/qapi-domain: add type cross-refs to "
` [PATCH 25/27] docs/qapi-domain: implement error context reporting fix
` [PATCH 26/27] docs/qapi-domain: RFC patch - Add one last sample command
` [PATCH 27/27] docs/qapi-domain: add CSS styling

[PATCH] hw/core/clock: always iterate through childs in clock_propagate_period
 2024-04-19 16:30 UTC  (7+ messages)

[PATCH] hw/core/clock: remove assert in clock_propagate
 2024-04-19 16:29 UTC 

[PATCH v2 00/22] arm: Run CCA VMs with KVM
 2024-04-19 16:25 UTC  (24+ messages)
` [PATCH v2 01/22] kvm: Merge kvm_check_extension() and kvm_vm_check_extension()
` [PATCH v2 02/22] target/arm: Add confidential guest support
` [PATCH v2 03/22] target/arm/kvm: Return immediately on error in kvm_arch_init()
` [PATCH v2 04/22] target/arm/kvm-rme: Initialize realm
` [PATCH v2 05/22] hw/arm/virt: Add support for Arm RME
` [PATCH v2 06/22] hw/arm/virt: Disable DTB randomness for confidential VMs
` [PATCH v2 07/22] hw/arm/virt: Reserve one bit of guest-physical address for RME
` [PATCH v2 08/22] target/arm/kvm: Split kvm_arch_get/put_registers
` [PATCH v2 09/22] target/arm/kvm-rme: Initialize vCPU
` [PATCH v2 10/22] target/arm/kvm: Create scratch VM as Realm if necessary
` [PATCH v2 11/22] hw/core/loader: Add ROM loader notifier
` [PATCH v2 12/22] target/arm/kvm-rme: Populate Realm memory
` [PATCH v2 13/22] hw/arm/boot: Register Linux BSS section for confidential guests
` [PATCH v2 14/22] target/arm/kvm-rme: Add Realm Personalization Value parameter
` [PATCH v2 15/22] target/arm/kvm-rme: Add measurement algorithm property
` [PATCH v2 16/22] target/arm/cpu: Set number of breakpoints and watchpoints in KVM
` [PATCH v2 17/22] target/arm/cpu: Set number of PMU counters "
` [PATCH v2 18/22] target/arm/kvm: Disable Realm reboot
` [PATCH v2 19/22] target/arm/cpu: Inform about reading confidential CPU registers
` [PATCH v2 20/22] target/arm/kvm-rme: Enable guest memfd
` [PATCH v2 21/22] hw/arm/virt: Move virt_flash_create() to machvirt_init()
` [PATCH v2 22/22] hw/arm/virt: Use RAM instead of flash for confidential guest firmware

[PATCH 0/3] hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return boolean
 2024-04-19 15:40 UTC  (2+ messages)

[PATCH RFC 00/26] Multifd 🔀 device state transfer support with VFIO consumer
 2024-04-19 15:31 UTC  (11+ messages)

hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-04-19 15:00 UTC  (3+ messages)

[PATCH v3 0/5] hw/char: Implement the STM32L4x5 USART, UART and LPUART
 2024-04-19 14:42 UTC  (3+ messages)

[PATCH] hw/dma: prevent overflow in soc_dma_set_request
 2024-04-19 14:42 UTC  (5+ messages)

[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-19 14:01 UTC  (3+ messages)
` [PATCH v11 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info

[PATCH v13 00/24] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-04-19 13:41 UTC  (2+ messages)

[PATCH v3 00/16] Add AST2700 support
 2024-04-19 13:41 UTC  (9+ messages)
` [PATCH v3 07/16] aspeed/smc: fix dma moving incorrect data length issue
` [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
` [PATCH v3 12/16] aspeed/soc: Add AST2700 support

[PATCH v3 00/13] Drop old distros, bump glib and switch to glib URI parsing code
 2024-04-19 13:10 UTC  (7+ messages)
` [PATCH v3 01/13] tests: Remove Ubuntu 20.04 container
` [PATCH v3 04/13] tests: Update our CI to use CentOS Stream 9 instead of 8
` [PATCH v3 09/13] block/gluster: Use URI parsing code from glib

[PATCH] tests/unit: Remove debug statements in test-nested-aio-poll.c
 2024-04-19 12:59 UTC  (2+ messages)

Deprecation/removal of nios2 target support
 2024-04-19 12:05 UTC  (5+ messages)

[PATCH] target/riscv: Use get_address() to get address with Zicbom extensions
 2024-04-19 11:37 UTC  (2+ messages)

[PATCH] tcg: Fix the overflow in indexing tcg_ctx->temps
 2024-04-19 11:02 UTC  (6+ messages)
` 回复:[PATCH] "

[RFC PATCH v2 00/13] SMMUv3 nested translation support
 2024-04-19 10:56 UTC  (12+ messages)
` [RFC PATCH v2 04/13] hw/arm/smmuv3: Translate CD and TT using stage-2 table
` [RFC PATCH v2 05/13] hw/arm/smmu-common: Support nested translation
` [RFC PATCH v2 07/13] hw/arm/smmu: Support nesting in the rest of commands

[PATCH 00/12] misc: Remove sprintf() due to macOS deprecation
 2024-04-19 10:48 UTC  (5+ messages)

[PATCH v2 0/5] Check host IOMMU compatilibity with vIOMMU
 2024-04-19  9:49 UTC  (12+ messages)
` [PATCH v2 3/5] intel_iommu: Add a framework to do compatibility check with host IOMMU cap/ecap

[PATCH 0/8] target/ppc: Move fixed-point insns to decodetree
 2024-04-19  9:29 UTC  (25+ messages)
` [PATCH 1/8] target/ppc: Move mul{li, lw, lwo, hw, hwu} instructions "
` [PATCH 2/8] target/ppc: Make divw[u] handler method decodetree compatible
` [PATCH 3/8] target/ppc: Move divw[u, e, eu] instructions to decodetree
` [PATCH 4/8] target/ppc: Move neg, darn, mod{sw, uw} "
` [PATCH 5/8] target/ppc: Move multiply fixed-point insns (64-bit operands) "
` [PATCH 6/8] target/ppc: Move div/mod fixed-point insns (64 bits "
` [PATCH 7/8] target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions "
` [PATCH 8/8] target/ppc: Move logical fixed-point "

[PATCH v8 00/11] Support blob memory and venus on qemu
 2024-04-19  9:44 UTC  (11+ messages)
` [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing
` [PATCH v8 08/11] virtio-gpu: Handle resource blob commands
` [PATCH v8 09/11] virtio-gpu: Resource UUID
` [PATCH v8 10/11] virtio-gpu: Register capsets dynamically
` [PATCH v8 11/11] virtio-gpu: Support Venus context

hw/virtio: qtest failure in virtio_init_region_cache() on macOS
 2024-04-19  9:30 UTC 

[RFC PATCH] target/s390x: Remove KVM stubs in cpu_models.h
 2024-04-19  9:15 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/6] s390x/cpu_models: Misc cleanup on returned error code and local @err variables
 2024-04-19  9:08 UTC  (19+ messages)
` [PATCH 1/6] target/s390x/cpu_model: Make check_compatibility() return boolean
` [PATCH 2/6] target/s390x/cpu_model: Drop local @err in s390_realize_cpu_model()
` [PATCH 3/6] target/s390x/cpu_models: Make kvm_s390_get_host_cpu_model() return boolean
` [PATCH 4/6] target/s390x/cpu_models: Drop local @err in get_max_cpu_model()
` [PATCH 5/6] target/s390x/cpu_models: Make kvm_s390_apply_cpu_model() return boolean
` [PATCH 6/6] target/s390x/cpu_models_sysemu: Drop local @err in apply_cpu_model()

[PATCH 0/7] qcow2: make subclusters discardable
 2024-04-19  9:06 UTC  (5+ messages)
` [PATCH 4/7] "

[PATCH v7 0/5] ui/console: Private QemuDmaBuf struct
 2024-04-19  6:53 UTC  (4+ messages)
` [PATCH v7 5/5] ui/dmabuf: New dmabuf.c and dmabuf.h for QemuDmaBuf struct and helpers

[PATCH 00/24] include/exec: Rework (part 2)
 2024-04-19  4:25 UTC  (3+ messages)
` [PATCH 22/24] exec: Remove 'exec/tswap.h' from 'exec/cpu-all.h'

[RFC QEMU PATCH v6 0/1] Support device passthrough when dom0 is PVH on Xen
 2024-04-19  4:13 UTC  (2+ messages)
` [RFC QEMU PATCH v6 1/1] xen/pci: get gsi from irq for passthrough devices


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 read-only IMAP folder(s) and NNTP newsgroup(s).