QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-06 17:18:51 to 2024-05-07 10:56:19 UTC [more...]

[PULL 00/26] target/i386 changes for 2024-05-07
 2024-05-07 10:55 UTC  (2+ messages)
` [PULL 01/26] target/i386: Fix CPUID encoding of Fn8000001E_ECX

[PATCH] configure: quote -D options that are passed to meson
 2024-05-07 10:49 UTC 

[PATCH v2 00/28] Misc PPC exception and BookE MMU clean ups
 2024-05-07 10:49 UTC  (37+ 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] 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  (10+ messages)
` [PATCH 1/4] meson: remove system/internal distinction for libfdt
` [PATCH 2/4] kconfig: express dependency of individual boards on libfdt
` [PATCH 3/4] hw/xtensa: require libfdt
` [PATCH 4/4] configs: disable emulators that require it if libfdt is not found

[PATCH v4 00/19] Add a host IOMMU device abstraction to check with vIOMMU
 2024-05-07 10:25 UTC  (22+ 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

[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  (7+ messages)

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

[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-05-07  9:56 UTC  (8+ messages)
` [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace

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

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

[PATCH 0/4] target/hexagon: Minor idef-parser cleanup
 2024-05-07  9:47 UTC  (10+ messages)
` [PATCH 1/4] target/hexagon: idef-parser remove unused defines
` [PATCH 2/4] target/hexagon: idef-parser remove undefined functions
` [PATCH 3/4] target/hexagon: idef-parser fix leak of init_list
` [PATCH 4/4] target/hexagon: idef-parser simplify predicate init

[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 v8 0/5] Support message-based DMA in vfio-user server
 2024-05-07  9:43 UTC  (8+ messages)

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

[PATCH v9 0/5] Support message-based DMA in vfio-user server
 2024-05-07  9:42 UTC  (6+ 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 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  (3+ messages)

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

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-05-07  9:06 UTC  (5+ messages)
` [PATCH v2 13/15] qtest/riscv-iommu-test: add init queues test
` [PATCH v2 14/15] hw/misc: EDU: added PASID support

[PATCH V1 00/26] Live update: cpr-exec
 2024-05-07  8:56 UTC  (10+ messages)
` [PATCH V1 01/26] oslib: qemu_clear_cloexec
` [PATCH V1 03/26] migration: SAVEVM_FOREACH
` [PATCH V1 04/26] migration: delete unused parameter mis
` [PATCH V1 06/26] migration: precreate vmstate for exec

[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  (18+ messages)
` [Stable-8.2.4 01/16] target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32
` [Stable-8.2.4 02/16] target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64
` [Stable-8.2.4 03/16] target/riscv/kvm: change timer regs size "
` [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 06/16] nbd/server: do not poll within a coroutine context
` [Stable-8.2.4 07/16] nbd/server: Mark negotiation functions as coroutine_fn
` [Stable-8.2.4 08/16] backends/cryptodev-builtin: Fix local_error leaks
` [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 14/16] hw/arm/npcm7xx: Store derivative OTP fuse key in little endian
` [Stable-8.2.4 15/16] target/sh4: Fix ADDV opcode
` [Stable-8.2.4 16/16] target/sh4: Fix SUBV opcode
` [Stable-8.2.4 00/16] Patch Round-up for stable 8.2.4 (planned for 2024-05-10)

[PATCH RFC 00/26] Multifd 🔀 device state transfer support with VFIO consumer
 2024-05-07  8:41 UTC  (12+ messages)

[PATCH] target/loongarch/kvm: Fix VM recovery from disk failures
 2024-05-07  8:12 UTC  (6+ messages)

Hermetic virtio-vsock in QEMU
 2024-05-07  8:10 UTC  (5+ messages)

[PATCH] spapr: Migrate ail-mode-3 spapr cap
 2024-05-07  7:54 UTC  (3+ messages)

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

[PATCH 0/3] qapi/vfio: Add VFIO device migration state change QAPI event
 2024-05-07  7:47 UTC  (10+ messages)
` [PATCH 2/3] vfio/migration: Emit "

[PATCH v2 00/11] VFIO: misc cleanups
 2024-05-07  7:34 UTC  (14+ messages)
` [PATCH v2 01/11] vfio/pci: Use g_autofree in vfio_realize
` [PATCH v2 02/11] vfio/pci: Use g_autofree in iommufd_cdev_get_info_iova_range()
` [PATCH v2 03/11] vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
` [PATCH v2 04/11] vfio: Make VFIOIOMMUClass::setup() "
` [PATCH v2 05/11] vfio: Make VFIOIOMMUClass::add_window() and its wrapper "
` [PATCH v2 06/11] vfio/container: Make vfio_connect_container() "
` [PATCH v2 07/11] vfio/container: Make vfio_set_iommu() "
` [PATCH v2 08/11] vfio/container: Make vfio_get_device() "
` [PATCH v2 09/11] vfio/iommufd: Make iommufd_cdev_*() "
` [PATCH v2 10/11] vfio/cpr: Make vfio_cpr_register_container() "
` [PATCH v2 11/11] backends/iommufd: Make iommufd_backend_*() "

[PATCH v3 0/1] accel/kvm: Fix segmentation fault
 2024-05-07  7:33 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH v3 0/5] Add migration test for loongarch64
 2024-05-07  7:31 UTC  (7+ messages)
` [PATCH v3 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with VIRT_MACHINE

[PATCH 0/3] target/ppc: Fixes and updates for sync instructions
 2024-05-07  7:24 UTC  (7+ messages)
` [PATCH 1/3] target/ppc: Move sync instructions to decodetree
` [PATCH 2/3] target/ppc: Fix embedded memory barriers
` [PATCH 3/3] target/ppc: Add ISA v3.1 variants of sync instruction

Intention to work on GSoC project
 2024-05-07  7:14 UTC  (5+ messages)

[PATCH 0/3] Cleanup VFIOIOMMUClass callback return with bool
 2024-05-07  6:09 UTC  (6+ messages)
` [PATCH 1/3] vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool

[PATCH] gitlab: Rename ubuntu-22.04-s390x-all to *-system
 2024-05-07  6:05 UTC  (3+ messages)

[PATCH v2 0/3] Upgrade ACPI SPCR table to support SPCR table version 4 format
 2024-05-07  5:22 UTC  (4+ messages)
` [PATCH v2 1/3] qtest: allow SPCR acpi table changes
` [PATCH v2 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table version 4 format
` [PATCH v2 3/3] tests/qtest/bios-tables-test: Update virt SPCR golden references

[PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
 2024-05-07  4:52 UTC  (18+ messages)

[PATCH 0/2] ppc/pnv: ADU model for POWER9/10
 2024-05-07  4:32 UTC  (8+ messages)
` [PATCH 1/2] ppc/pnv: Begin a more complete ADU LPC "

[PATCH v2 0/6] hw/loongarch: Refine numa memory map
 2024-05-07  3:49 UTC  (7+ messages)
` [PATCH v2 1/6] hw/loongarch: Refine acpi srat table for numa memory
` [PATCH v2 2/6] hw/loongarch: Refine fadt memory "
` [PATCH v2 3/6] hw/loongarch: Refine fwcfg memory map
` [PATCH v2 4/6] hw/loongarch: Refine system dram memory region
` [PATCH v2 5/6] hw/loongarch: Remove minimum and default memory size
` [PATCH v2 6/6] tests/qtest: Add numa test for loongarch system

[PULL 0/5] loongarch-to-apply queue
 2024-05-07  1:29 UTC  (4+ messages)
` [PULL 3/5] hw/loongarch: Add numa support

[PATCH v2] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
 2024-05-07  0:22 UTC  (4+ messages)

[PATCH v2 00/33] accel/tcg: Improve disassembly for target and plugin
 2024-05-06 22:47 UTC  (7+ messages)
` [PATCH v2 04/33] accel/tcg: Reorg translator_ld*
` [PATCH v2 15/33] plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_start
` [PATCH v2 32/33] target/s390x: Use translator_lduw in get_next_pc

[PATCH 00/57] target/arm: Convert a64 advsimd to decodetree (part 1)
 2024-05-06 22:33 UTC  (5+ messages)
` [PATCH 01/57] target/arm: Split out gengvec.c
` [PATCH 02/57] target/arm: Split out gengvec64.c

qemu-img cache modes with Linux cgroup v1
 2024-05-06 18:24 UTC  (5+ messages)

[PULL 00/12] qemu-sparc queue 20240506
 2024-05-06 19:59 UTC  (2+ messages)

[PULL 00/28] Accelerator patches for 2024-05-06
 2024-05-06 19:59 UTC  (2+ messages)

[PULL 0/7] QAPI patches patches for 2024-05-06
 2024-05-06 19:58 UTC  (2+ messages)

[PATCH] target/sh4: Update DisasContextBase.insn_start
 2024-05-06 19:55 UTC 

[PATCH 0/2] Revert "monitor: use aio_co_reschedule_self()"
 2024-05-06 19:06 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] aio: warn about iohandler_ctx special casing

[PATCH v2 0/5] virtio-blk: iothread-vq-mapping cleanups
 2024-05-06 18:09 UTC  (4+ messages)
` [PATCH v2 5/5] monitor: use aio_co_reschedule_self()

[PULL 00/15] Hexagon: simplify gen for packets w/o read-after-write
 2024-05-06 17:17 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).