QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-14 12:42:02 to 2024-02-15 09:21:55 UTC [more...]

possible deprecation and removal of some old QEMU Arm machine types (pxa2xx, omap, sa1110)
 2024-02-15  8:52 UTC  (16+ messages)

[PULL 00/60] virtio,pc,pci: features, cleanups, fixes
 2024-02-15  9:20 UTC  (4+ messages)

[PATCH v3 0/9] sparc/leon3: Add support for -smp
 2024-02-15  9:17 UTC  (3+ messages)

[PATCH] system/physmem: remove redundant arg reassignment
 2024-02-15  9:15 UTC 

[PATCH v6] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-02-15  9:13 UTC  (2+ messages)

[PATCH] target/mips: Use qemu_irq typedef for CPUMIPSState::irq member
 2024-02-15  8:59 UTC  (2+ messages)

[PATCH v4 00/10] Optimize buffer_is_zero
 2024-02-15  8:57 UTC  (15+ messages)
` [PATCH v4 01/10] util/bufferiszero: Remove SSE4.1 variant
` [PATCH v4 02/10] util/bufferiszero: Remove AVX512 variant
` [PATCH v4 03/10] util/bufferiszero: Reorganize for early test for acceleration
` [PATCH v4 04/10] util/bufferiszero: Remove useless prefetches
` [PATCH v4 05/10] util/bufferiszero: Optimize SSE2 and AVX2 variants
` [PATCH v4 06/10] util/bufferiszero: Improve scalar variant
` [PATCH v4 07/10] util/bufferiszero: Introduce biz_accel_fn typedef
` [PATCH v4 08/10] util/bufferiszero: Simplify test_buffer_is_zero_next_accel
` [PATCH v4 09/10] util/bufferiszero: Add simd acceleration for aarch64
` [RFC PATCH v4 10/10] util/bufferiszero: Add sve "

[PATCH v3 0/1] target: New binary to prototype heterogeneous machines
 2024-02-15  8:46 UTC  (2+ messages)
` [PATCH v3 1/1] target: Add system emulation aiming to target any architecture

[PATCH v5 0/4] VIRTIO-IOMMU: Introduce an aw-bits option
 2024-02-15  8:42 UTC  (5+ messages)
` [PATCH v5 1/4] virtio-iommu: Add an option to define the input range width
` [PATCH v5 2/4] virtio-iommu: Trace domain range limits as unsigned int
` [PATCH v5 3/4] hw: Set virtio-iommu aw-bits default value on pc_q35 and arm virt
` [PATCH v5 4/4] qemu-options.hx: Add an entry for virtio-iommu-pci and document aw-bits

[PATCH 2/2] migration: add error reason for failed MIGRATION events
 2024-02-15  8:43 UTC 

[PATCH 0/2] Add field reason to event MIGRATION
 2024-02-15  8:26 UTC  (3+ messages)
` [PATCH 1/2] qapi/migration.json: add reason to MIGRATION event
` [PATCH] migration: add error reason for failed MIGRATION events

[PATCH] target/mips: Remove mips_def_t::SAARP field
 2024-02-15  8:13 UTC  (2+ messages)

[PATCH v3 0/2] UART0 device name and fix hardcode boot address 0
 2024-02-15  7:59 UTC  (2+ messages)
` [PATCH v3 2/2] aspeed: "

[PATCH v3 0/9] mips: do not list individual devices from configs/
 2024-02-15  7:55 UTC  (3+ messages)
` [PATCH v3 8/9] mips/loongson3_virt: do not require CONFIG_USB

[PATCH v3 0/2] UART0 device name and fix hardcode boot address 0
 2024-02-15  7:53 UTC  (3+ messages)
` [PATCH v3 1/2] aspeed: introduce a new UART0 device name
` [PATCH v3 2/2] aspeed: fix hardcode boot address 0

[PATCH v3 2/2] aspeed: fix hardcode boot address 0
 2024-02-15  7:34 UTC 

[PATCH v3 0/2] UART0 device name and fix hardcode boot address 0
 2024-02-15  7:33 UTC  (2+ messages)
` [PATCH v3 2/2] aspeed: "

[PATCH v4 00/36] linux-user: Improve host and guest page size handling
 2024-02-15  7:23 UTC  (41+ messages)
` [PATCH v4 01/36] accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect
` [PATCH v4 02/36] linux-user: Adjust SVr4 NULL page mapping
` [PATCH v4 03/36] linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base
` [PATCH v4 04/36] linux-user: Remove qemu_host_page_size from create_elf_tables
` [PATCH v4 05/36] linux-user/hppa: Simplify init_guest_commpage
` [PATCH v4 06/36] linux-user/nios2: Remove qemu_host_page_size from init_guest_commpage
` [PATCH v4 07/36] linux-user/arm: "
` [PATCH v4 08/36] linux-user: Remove qemu_host_page_{size, mask} from mmap.c
` [PATCH v4 09/36] linux-user: Remove REAL_HOST_PAGE_ALIGN "
` [PATCH v4 10/36] linux-user: Remove HOST_PAGE_ALIGN "
` [PATCH v4 11/36] migration: Remove qemu_host_page_size
` [PATCH v4 12/36] hw/tpm: Remove HOST_PAGE_ALIGN from tpm_ppi_init
` [PATCH v4 13/36] softmmu/physmem: Remove qemu_host_page_size
` [PATCH v4 14/36] softmmu/physmem: Remove HOST_PAGE_ALIGN
` [PATCH v4 15/36] linux-user: Remove qemu_host_page_size from main
` [PATCH v4 16/36] linux-user: Split out target_mmap__locked
` [PATCH v4 17/36] linux-user: Move some mmap checks outside the lock
` [PATCH v4 18/36] linux-user: Fix sub-host-page mmap
` [PATCH v4 19/36] linux-user: Split out mmap_end
` [PATCH v4 20/36] linux-user: Do early mmap placement only for reserved_va
` [PATCH v4 21/36] linux-user: Split out do_munmap
` [PATCH v4 22/36] linux-user: Use do_munmap for target_mmap failure
` [PATCH v4 23/36] linux-user: Split out mmap_h_eq_g
` [PATCH v4 24/36] linux-user: Split out mmap_h_lt_g
` [PATCH v4 25/36] linux-user: Split out mmap_h_gt_g
` [PATCH v4 26/36] tests/tcg: Remove run-test-mmap-*
` [PATCH v4 27/36] tests/tcg: Extend file in linux-madvise.c
` [PATCH v4 28/36] *-user: Deprecate and disable -p pagesize
` [PATCH v4 29/36] cpu: Remove page_size_init
` [PATCH v4 30/36] accel/tcg: Disconnect TargetPageDataNode from page size
` [PATCH v4 31/36] linux-user: Allow TARGET_PAGE_BITS_VARY
` [PATCH v4 32/36] target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-only
` [PATCH v4 33/36] linux-user: Bound mmap_min_addr by host page size
` [PATCH v4 34/36] target/ppc: Enable TARGET_PAGE_BITS_VARY for user-only
` [PATCH v4 35/36] target/alpha: "
` [PATCH v4 36/36] linux-user: Remove pgb_dynamic alignment assertion

[PATCH v2] hw/arm/smmuv3: add support for stage 1 access fault
 2024-02-15  7:22 UTC  (2+ messages)

[PATCH v3 0/2] UART0 device name and fix hardcode boot address 0
 2024-02-15  7:20 UTC  (2+ messages)
` [PATCH v3 1/2] aspeed: introduce a new UART0 device name

[PATCH] linux-user: Remove pgb_dynamic alignment assertion
 2024-02-15  7:03 UTC  (2+ messages)

[PATCH 00/12] Preparatory patches for live migration downtime improvement
 2024-02-15  6:33 UTC  (10+ messages)
` [PATCH 01/12] vdpa: add back vhost_vdpa_net_first_nc_vdpa
` [PATCH 04/12] vdpa: factor out vhost_vdpa_net_get_nc_vdpa
` [PATCH 07/12] vdpa: add vhost_vdpa_set_dev_vring_base trace for svq mode
` [PATCH 08/12] vdpa: add trace events for vhost_vdpa_net_load_cmd
` [PATCH 09/12] vdpa: add trace event for vhost_vdpa_net_load_mq
` [PATCH 10/12] vdpa: define SVQ transitioning state for mode switching

[PATCH v3 0/6] riscv: named features riscv,isa, 'svade' rework
 2024-02-15  5:46 UTC  (9+ messages)
` [PATCH v3 3/6] target/riscv: add remaining named features
` [PATCH v3 4/6] target/riscv: Reset henvcfg to zero
` [PATCH v3 5/6] target/riscv: Gate hardware A/D PTE bit updating
` [PATCH v3 6/6] target/riscv: Promote svade to a normal extension

[PATCH 0/6] libqos, riscv: libqos fixes, add riscv machine
 2024-02-15  5:35 UTC  (13+ messages)
` [PATCH 1/6] libqos/virtio.c: init all elems in qvring_indirect_desc_setup()
` [PATCH 2/6] libqos/virtio.c: fix 'avail_event' offset in qvring_init()
` [PATCH 3/6] hw/riscv/virt.c: create '/soc/pci@...' fdt node earlier
` [PATCH 4/6] hw/riscv/virt.c: add virtio-iommu-pci hotplug support
` [PATCH 5/6] hw/riscv/virt.c: make aclint compatible with 'qtest' accel
` [PATCH 6/6] tests/libqos: add riscv/virt machine nodes

[PATCH v2] hw: riscv: Allow large kernels to boot by moving the initrd further away in RAM
 2024-02-15  4:47 UTC  (2+ messages)

[PATCH v4 0/5] Add ISA extension smcntrpmf support
 2024-02-15  4:45 UTC  (6+ messages)
` [PATCH v4 5/5] target/riscv: Implement privilege mode filtering for cycle/instret

[PATCH v2 0/2] target/riscv: Support mxstatus CSR for thead-c906
 2024-02-15  4:24 UTC  (5+ messages)
` [PATCH v2 2/2] target/riscv: Support xtheadmaee "

[PATCH v2 0/6] riscv: named features riscv,isa, 'svade' rework
 2024-02-15  4:15 UTC  (7+ messages)
` [PATCH v2 1/6] target/riscv/tcg: set 'mmu' with 'satp' in cpu_set_profile()
` [PATCH v2 2/6] target/riscv: add riscv,isa to named features
` [PATCH v2 3/6] target/riscv: add remaining "

[RFC PATCH SET] cxl: add poison event handler
 2024-02-15  1:19 UTC  (3+ messages)
` [RFC PATCH 3/5] cxl/core: introduce cxl_mem_report_poison()

[PATCH] pcie: Support PCIe Gen5/Gen6 link speeds
 2024-02-15  1:23 UTC 

[PATCH v3 1/2] target/riscv: FIX xATP_MODE validation
 2024-02-15  3:45 UTC  (4+ messages)
` [PATCH v3 2/2] target/riscv: UPDATE xATP write CSR

Assessment of the difficulty in porting CPU architecture for qemu
 2024-02-15  3:33 UTC 

[PATCH v2 0/2] RISC-V: ACPI: Enable SPCR
 2024-02-15  3:29 UTC  (5+ messages)
` [PATCH v2 1/2] hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location
` [PATCH v2 2/2] hw/riscv/virt-acpi-build.c: Generate SPCR table

[PATCH v2 2/2] aspeed: fix hardcode boot address 0
 2024-02-15  1:32 UTC  (5+ messages)

[PATCH v2 1/2] aspeed: introduce a new UART0 device name
 2024-02-15  1:31 UTC  (3+ messages)

[PATCH 0/3] hw/nvme: FDP and SR-IOV enhancements
 2024-02-14 22:23 UTC  (4+ messages)
` [PATCH 1/3] hw/nvme: add Identify Endurance Group List
` [PATCH 2/3] hw/nvme: Support SR-IOV VFs more than 127
` [PATCH 3/3] hw/nvme: Expand VI/VQ resource to uint32

Fwd: How do I make my emulated device's DMA go through viommu ?
 2024-02-14 16:50 UTC 

[PATCH 00/14] migration: Improve error reporting
 2024-02-14 20:35 UTC  (11+ messages)
` [PATCH 13/14] migration: Use migrate_has_error() in close_return_path_on_source()
` [RFC PATCH 14/14] migration: Fix return-path thread exit

[PATCH v2 0/7] Move memory listener register to vhost_vdpa_init
 2024-02-14 19:11 UTC  (8+ messages)
` [PATCH v2 6/7] vdpa: move iova_tree allocation to net_vhost_vdpa_init

[PATCH v2] target/ppc: Move add and subf type fixed-point arithmetic instructions to decodetree
 2024-02-14 19:09 UTC  (2+ messages)

[PATCH] ci: Fix again build-previous-qemu
 2024-02-14 18:54 UTC  (2+ messages)

[PATCH v2 1/2] vhost: dirty log should be per backend type
 2024-02-14 18:42 UTC  (3+ messages)
` [PATCH v2 2/2] vhost: Perform memory section dirty scans once per iteration

[PATCH v2 00/23] migration/multifd: Refactor ->send_prepare() and cleanups
 2024-02-14 17:17 UTC  (6+ messages)
` [PATCH v2 05/23] migration/multifd: Drop MultiFDSendParams.normal[] array
  ` [External] "

[PATCH v4 0/9] hw/pci: SR-IOV related fixes and improvements
 2024-02-14 16:51 UTC  (25+ messages)
` [PATCH v4 5/9] pcie_sriov: Validate NumVFs
` [PATCH v4 6/9] pcie_sriov: Reuse SR-IOV VF device instances
` [PATCH v4 8/9] pcie_sriov: Do not reset NumVFs after unregistering VFs
` [PATCH v4 9/9] hw/nvme: Refer to dev->exp.sriov_pf.num_vfs

[PATCH RFCv2 0/8] vfio/iommufd: IOMMUFD Dirty Tracking
 2024-02-14 16:25 UTC  (4+ messages)

[PATCH 0/2] RISC-V: Add Ztso extension
 2024-02-14 16:24 UTC  (7+ messages)
` [PATCH 2/2] linux-user/riscv: Add Ztso extension to hwprobe

[PULL v2 0/4] Character device backend patches for 2024-02-12
 2024-02-14 15:45 UTC  (2+ messages)

[PATCH 0/2] tcg patch queue
 2024-02-14 15:45 UTC  (2+ messages)

[PATCH v2 00/14] libvhost-user: support more memslots and cleanup memslot handling code
 2024-02-14 15:17 UTC  (15+ messages)
` [PATCH v2 01/14] libvhost-user: Dynamically allocate memory for memory slots
` [PATCH v2 02/14] libvhost-user: Bump up VHOST_USER_MAX_RAM_SLOTS to 509
` [PATCH v2 03/14] libvhost-user: Factor out removing all mem regions
` [PATCH v2 04/14] libvhost-user: Merge vu_set_mem_table_exec_postcopy() into vu_set_mem_table_exec()
` [PATCH v2 05/14] libvhost-user: Factor out adding a memory region
` [PATCH v2 06/14] libvhost-user: No need to check for NULL when unmapping
` [PATCH v2 07/14] libvhost-user: Don't zero out memory for memory regions
` [PATCH v2 08/14] libvhost-user: Don't search for duplicates when removing "
` [PATCH v2 09/14] libvhost-user: Factor out search for memory region by GPA and simplify
` [PATCH v2 10/14] libvhost-user: Speedup gpa_to_mem_region() and vu_gpa_to_va()
` [PATCH v2 11/14] libvhost-user: Use most of mmap_offset as fd_offset
` [PATCH v2 12/14] libvhost-user: Factor out vq usability check
` [PATCH v2 13/14] libvhost-user: Dynamically remap rings after (temporarily?) removing memory regions
` [PATCH v2 14/14] libvhost-user: Mark mmap'ed region memory as MADV_DONTDUMP

[PULL 00/12] Hppa64 patches
 2024-02-14 14:58 UTC  (5+ messages)

[PATCH v6 0/3] Support RISC-V IOPMP
 2024-02-14 14:34 UTC  (5+ messages)
` [PATCH v6 2/3] Add RISC-V IOPMP support
` [PATCH v6 3/3] hw/riscv/virt: Add "

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-02-14 14:24 UTC  (5+ messages)
` [PATCH v3 22/33] linux-user: Split out mmap_h_lt_g

[PATCH v7 0/3] meson: Fixes for dbus modules
 2024-02-14 14:03 UTC  (4+ messages)
` [PATCH v7 1/3] audio: Depend on dbus_display1_dep
` [PATCH v7 2/3] meson: Explicitly specify dbus-display1.h dependency
` [PATCH v7 3/3] tests/qtest: Depend on dbus_display1_dep

[PULL 00/34] Migration staging patches
 2024-02-14 13:58 UTC  (6+ messages)
` [PULL 26/34] migration/multifd: Join the TLS thread

[PATCH 0/2] linux-user/riscv: Sync hwprobe keys with kernel
 2024-02-14 13:26 UTC  (5+ messages)
` [PATCH 1/2] linux-user/riscv: Add Zicboz extensions to hwprobe
` [PATCH 2/2] linux-user/riscv: Sync hwprobe keys with Linux

[PULL 00/88] qemu-sparc queue 20240213
 2024-02-14 12:59 UTC  (2+ messages)

[PATCH 0/7] hw/i386: Cleanups around 'hw/i386/pc.h'
 2024-02-14 12:45 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).