QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-07 08:44:13 to 2024-05-07 15:05:26 UTC [more...]

[PATCH v2] ui/gtk: Draw guest frame at refresh cycle
 2024-05-07 15:04 UTC  (2+ messages)

[PATCH] sh4: select correct components for no-board build
 2024-05-07 14:51 UTC 

[PATCH] loongarch64: move memory map to boot.c
 2024-05-07 14:51 UTC 

[PATCH v9 0/5] Support message-based DMA in vfio-user server
 2024-05-07 14:46 UTC  (10+ messages)
` [PATCH v9 1/5] softmmu: Per-AddressSpace bounce buffering
` [PATCH v9 2/5] softmmu: Support concurrent bounce buffers
` [PATCH v9 3/5] Update subprojects/libvfio-user
` [PATCH v9 4/5] vfio-user: Message-based DMA support
` [PATCH v9 5/5] vfio-user: Fix config space access byte order

[PATCH] target/sh4: Update DisasContextBase.insn_start
 2024-05-07 14:42 UTC  (2+ messages)

[PULL 0/9] tcg + misc patch queue
 2024-05-07 14:33 UTC  (10+ messages)
` [PULL 1/9] tcg: Add write_aofs to GVecGen3i
` [PULL 2/9] tcg/i386: Simplify immediate 8-bit logical vector shifts
` [PULL 3/9] tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff
` [PULL 4/9] tcg/optimize: Optimize setcond with zmask
` [PULL 5/9] accel/tcg: Introduce CF_BP_PAGE
` [PULL 6/9] target/sh4: Update DisasContextBase.insn_start
` [PULL 7/9] gitlab: Drop --disable-libssh from ubuntu-22.04-s390x.yml
` [PULL 8/9] gitlab: Drop --static from s390x linux-user build
` [PULL 9/9] gitlab: Streamline ubuntu-22.04-s390x

[PATCH v10 0/7] Support message-based DMA in vfio-user server
 2024-05-07 14:34 UTC  (8+ messages)
` [PATCH v10 1/7] system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
` [PATCH v10 2/7] system/physmem: Propagate AddressSpace to MapClient helpers
` [PATCH v10 3/7] system/physmem: Per-AddressSpace bounce buffering
` [PATCH v10 4/7] softmmu: Support concurrent bounce buffers
` [PATCH v10 5/7] Update subprojects/libvfio-user
` [PATCH v10 6/7] vfio-user: Message-based DMA support
` [PATCH v10 7/7] vfio-user: Fix config space access byte order

[PATCH v2 03/10] backends/confidential-guest-support: Add functions to support IGVM
 2024-05-07 14:34 UTC  (15+ messages)
` [PATCH v2 04/10] backends/igvm: Implement parsing and processing of IGVM files
` [PATCH v2 06/10] i386/pc_sysfw: Ensure sysfw flash configuration does not conflict with IGVM
` [PATCH v2 08/10] i386/sev: Implement ConfidentialGuestSupport functions for SEV

[PATCH] misc: Use QEMU header path relative to include/ directory
 2024-05-07 14:33 UTC  (2+ messages)

[PATCH v3 00/16] Add AST2700 support
 2024-05-07 14:19 UTC  (7+ messages)
` [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
` [PATCH v3 11/16] aspeed/intc: Add AST2700 support
` [PATCH v3 12/16] aspeed/soc: "

[PATCH 0/3] system/physmem: Propagate AddressSpace to MapClient helpers
 2024-05-07 14:10 UTC  (8+ messages)
` [PATCH 1/3] system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
` [PATCH 2/3] system/physmem: Propagate AddressSpace to MapClient helpers
` [PATCH 3/3] system/physmem: Per-AddressSpace bounce buffering

[PATCH] hw/nvme: fix mo field in io mgnt send
 2024-05-07 14:05 UTC  (2+ messages)

[PATCH V1 00/26] Live update: cpr-exec
 2024-05-07 13:54 UTC  (5+ messages)
` [PATCH V1 01/26] oslib: qemu_clear_cloexec

[PATCH v3] input-linux: Add option to not grab a device upon guest startup
 2024-05-07 13:50 UTC  (2+ messages)

[PATCH v12 0/6] ui/console: Private QemuDmaBuf struct
 2024-05-07 13:37 UTC  (9+ messages)
` [PATCH v12 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
` [PATCH v12 4/6] ui/console: Use qemu_dmabuf_set_..() helpers instead
` [PATCH v12 5/6] ui/console: Use qemu_dmabuf_new() and free() "
` [PATCH v12 6/6] ui/console: move QemuDmaBuf struct def to dmabuf.c

[PATCH 00/14] target/s390x: Fix and improve PER
 2024-05-07 13:29 UTC  (3+ messages)
` [PATCH 11/14] target/s390x: Fix helper_per_ifetch flags

[PATCH 0/2] Zynq 7000 SoC improvements
 2024-05-07 13:03 UTC  (3+ messages)
` [PATCH 1/2] hw/arm/xilinx_zynq: Add cache controller
` [PATCH 2/2] hw/arm/xilinx_zynq: Support up to two CPU cores

[PATCH] hw/intc/arm_gic: Fix set/clear pending of PPI/SPI
 2024-05-07 13:00 UTC  (5+ messages)
` [PATCH 1/2] hw/intc/arm_gic: Fix set pending of PPIs
` [PATCH 2/2] hw/intc/arm_gic: Fix writes to GICD_ITARGETSRn

[PATCH v8 0/5] Support message-based DMA in vfio-user server
 2024-05-07 12:59 UTC  (8+ messages)

[PATCH v2 00/28] Misc PPC exception and BookE MMU clean ups
 2024-05-07 12:51 UTC  (54+ messages)
` [PATCH v2 04/28] target/ppc: Remove unused helper
` [PATCH v2 05/28] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
` [PATCH v2 06/28] "
` [PATCH v2 07/28] target/ppc/mmu_common.c: Remove unneeded local variable
` [PATCH v2 08/28] target/ppc/mmu_common.c: Simplify checking for real mode
` [PATCH v2 09/28] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
` [PATCH v2 10/28] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PATCH v2 11/28] target/ppc/mmu_common.c: Rename get_bat_6xx_tlb()
` [PATCH v2 12/28] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PATCH v2 13/28] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PATCH v2 14/28] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PATCH v2 15/28] target/ppc/mmu_common.c: Simplify mmubooke_get_physical_address()
` [PATCH v2 16/28] target/ppc/mmu_common.c: Simplify mmubooke206_get_physical_address()
` [PATCH v2 17/28] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
` [PATCH v2 18/28] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PATCH v2 19/28] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PATCH v2 20/28] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
` [PATCH v2 21/28] target/ppc: Move mmu_ctx_t definition to mmu_common.c
` [PATCH v2 22/28] target/ppc: Remove ppc_hash32_pp_prot() and reuse common function
` [PATCH v2 23/28] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PATCH v2 24/28] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
` [PATCH v2 25/28] target/ppc/mmu_common.c: Simplify ppc_booke_xlate()
` [PATCH v2 26/28] target/ppc/mmu_common.c: Move BookE MMU functions together
` [PATCH v2 27/28] target/ppc: Remove id_tlbs flag from CPU env
` [PATCH v2 28/28] target/ppc: Split off common 4xx TLB init

[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-05-07 12:51 UTC  (13+ messages)
` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace

[PATCH v2] ppc: Deprecate 'ref405ep' machine and 405 CPUs
 2024-05-07 12:33 UTC 

[PATCH] ppc: Deprecate 'ref405ep' machine and 405 CPUs
 2024-05-07 12:31 UTC 

[PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
 2024-05-07 12:26 UTC  (10+ messages)
` [PATCH v3 15/19] hw/pci: Introduce pci_device_[set|unset]_iommu_device()

[PATCH v4 00/19] Add a host IOMMU device abstraction to check with vIOMMU
 2024-05-07 12:19 UTC  (27+ messages)
` [PATCH v4 01/19] backends: Introduce HostIOMMUDevice abstract
` [PATCH v4 02/19] vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO device
` [PATCH v4 03/19] backends/iommufd: Introduce abstract TYPE_HOST_IOMMU_DEVICE_IOMMUFD device
` [PATCH v4 04/19] vfio/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD_VFIO device
` [PATCH v4 05/19] backends/host_iommu_device: Introduce HostIOMMUDeviceCaps
` [PATCH v4 06/19] range: Introduce range_get_last_bit()
` [PATCH v4 07/19] vfio/container: Implement HostIOMMUDeviceClass::realize() handler
` [PATCH v4 08/19] backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
` [PATCH v4 09/19] vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handler
` [PATCH v4 10/19] vfio/container: Implement HostIOMMUDeviceClass::get_cap() handler
` [PATCH v4 11/19] backends/iommufd: "
` [PATCH v4 12/19] vfio: Introduce VFIOIOMMUClass::hiod_typename attribute
` [PATCH v4 13/19] vfio: Create host IOMMU device instance
` [PATCH v4 14/19] hw/pci: Introduce helper function pci_device_get_iommu_bus_devfn()
` [PATCH v4 15/19] hw/pci: Introduce pci_device_[set|unset]_iommu_device()
` [PATCH v4 16/19] vfio/pci: Pass HostIOMMUDevice to vIOMMU
` [PATCH v4 17/19] intel_iommu: Extract out vtd_cap_init() to initialize cap/ecap
` [PATCH v4 18/19] intel_iommu: Implement [set|unset]_iommu_device() callbacks
` [PATCH v4 19/19] intel_iommu: Check compatibility with host IOMMU capabilities

[PATCH v2 0/4] mirror: allow specifying working bitmap
 2024-05-07 12:15 UTC  (4+ messages)
` [PATCH v2 2/4] "

[PATCH] configure: quote -D options that are passed to meson
 2024-05-07 12:03 UTC  (4+ messages)

[PATCH 0/4] Fix "virtio-gpu: fix scanout migration post-load"
 2024-05-07 11:19 UTC  (5+ messages)
` [PATCH 1/4] migration: add "exists" info to load-state-field trace
` [PATCH 2/4] include/migration: add VMSTATE_VSTRUCT_TEST_VARRAY_UINT32
` [PATCH 3/4] virtio-gpu: use a VMState variant for the scanout field
` [PATCH 4/4] virtio-gpu: add x-vmstate-version

[PATCH 0/4] target/hexagon: Minor idef-parser cleanup
 2024-05-07 11:18 UTC  (7+ messages)
` [PATCH 3/4] target/hexagon: idef-parser fix leak of init_list
` [PATCH 4/4] target/hexagon: idef-parser simplify predicate init

[PULL 00/26] target/i386 changes for 2024-05-07
 2024-05-07 10:55 UTC  (27+ messages)
` [PULL 01/26] target/i386: Fix CPUID encoding of Fn8000001E_ECX
` [PULL 02/26] target/i386: use TSTEQ/TSTNE to test low bits
` [PULL 03/26] target/i386: use TSTEQ/TSTNE to check flags
` [PULL 04/26] target/i386: remove mask from CCPrepare
` [PULL 05/26] target/i386: cc_op is not dynamic in gen_jcc1
` [PULL 06/26] target/i386: cleanup cc_op changes for REP/REPZ/REPNZ
` [PULL 07/26] target/i386: pull cc_op update to callers of gen_jmp_rel{, _csize}
` [PULL 08/26] target/i386: extend cc_* when using them to compute flags
` [PULL 09/26] target/i386: do not use s->T0 and s->T1 as scratch registers for CCPrepare
` [PULL 10/26] target/i386: clarify the "reg" argument of functions returning CCPrepare
` [PULL 11/26] target/i386: cleanup *gen_eob*
` [PULL 12/26] target/i386: reintroduce debugging mechanism
` [PULL 13/26] target/i386: move 00-5F opcodes to new decoder
` [PULL 14/26] target/i386: extract gen_far_call/jmp, reordering temporaries
` [PULL 15/26] target/i386: allow instructions with more than one immediate
` [PULL 16/26] target/i386: move 60-BF opcodes to new decoder
` [PULL 17/26] target/i386: generalize gen_movl_seg_T0
` [PULL 18/26] target/i386: move C0-FF opcodes to new decoder (except for x87)
` [PULL 19/26] target/i386: merge and enlarge a few ranges for call to disas_insn_new
` [PULL 20/26] target/i386: move remaining conditional operations to new decoder
` [PULL 21/26] target/i386: move BSWAP "
` [PULL 22/26] target/i386: port extensions of one-byte opcodes "
` [PULL 23/26] target/i386: remove now-converted opcodes from old decoder
` [PULL 24/26] target/i386: decode x87 instructions in a separate function
` [PULL 25/26] target/i386: split legacy decoder into "
` [PULL 26/26] target/i386: remove duplicate prefix decoding

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-05-07 10:56 UTC  (19+ messages)
` [RFC 1/2] iova_tree: add an id member to DMAMap

[PATCH] target/riscv: Remove experimental prefix from "B" extension
 2024-05-07 10:27 UTC 

[PATCH] Fixes: Indentation using TABs and improve formatting
 2024-05-07 10:26 UTC  (2+ messages)

[PATCH 0/4] express dependency of individual boards on libfdt
 2024-05-07 10:25 UTC  (4+ messages)
` [PATCH 2/4] kconfig: "

[PULL 0/5] UI patches
 2024-05-07 10:14 UTC  (4+ messages)
` [PULL 5/5] virtio-gpu: fix scanout migration post-load

[sdl-qemu] [PATCH v1] /hw/intc/arm_gic WRONG ARGUMENTS
 2024-05-07 10:13 UTC  (4+ messages)

[PATCH 1/1] target/riscv/kvm.c: Fix the hart bit setting of AIA
 2024-05-07 10:12 UTC  (3+ messages)

[PATCH 0/4] Check clock connection between STM32L4x5 RCC and peripherals
 2024-05-07  9:54 UTC  (6+ messages)
` [PATCH 1/4] hw/misc: Create STM32L4x5 SYSCFG clock
` [PATCH 3/4] hw/char: Add QOM property for STM32L4x5 USART clock frequency

[PATCH] hw/loongarch/virt: Fix memory leak
 2024-05-07  9:52 UTC  (2+ messages)

[PATCH] hw/char: Correct STM32L4x5 usart register CR2 field ADD_0 size
 2024-05-07  9:44 UTC  (2+ messages)

[PATCH] hw/arm/npcm7xx: remove setting of mp-affinity
 2024-05-07  9:43 UTC  (2+ messages)

[PATCH] hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers
 2024-05-07  9:43 UTC  (2+ messages)

[PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-05-07  9:33 UTC  (3+ messages)

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

[PATCH] gitlab: Drop --static from s390x linux-user build
 2024-05-07  9:22 UTC  (2+ messages)

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-05-07  9:06 UTC  (3+ messages)
` [PATCH v2 14/15] hw/misc: EDU: added PASID support

[Stable-8.2.4 00/16] Patch Round-up for stable 8.2.4 (planned for 2024-05-12)
 2024-05-07  8:45 UTC  (12+ messages)
` [Stable-8.2.4 01/16] target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32
` [Stable-8.2.4 04/16] migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutine()' failed
` [Stable-8.2.4 05/16] linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
` [Stable-8.2.4 07/16] nbd/server: Mark negotiation functions as coroutine_fn
` [Stable-8.2.4 09/16] target/loongarch/cpu.c: typo fix: expection
` [Stable-8.2.4 10/16] tests/avocado: update sunxi kernel from armbian to 6.6.16
` [Stable-8.2.4 11/16] .gitlab-ci.d/cirrus.yml: Shorten the runtime of the macOS and FreeBSD jobs
` [Stable-8.2.4 12/16] hw/ufs: Fix buffer overflow bug
` [Stable-8.2.4 13/16] hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields
` [Stable-8.2.4 15/16] target/sh4: Fix ADDV opcode
` [Stable-8.2.4 00/16] Patch Round-up for stable 8.2.4 (planned for 2024-05-10)


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