qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-09 21:13:25 to 2024-09-10 14:08:40 UTC [more...]

[PATCH 00/26] Maintainer updates (testing, gdbstub, plugins)
 2024-09-10 14:07 UTC  (6+ messages)
` [PATCH 01/26] tests/docker: remove debian-armel-cross
` [PATCH 06/26] gdbstub: Add support for MTE in system mode
` [PATCH 08/26] tests/tcg/aarch64: Improve linker script organization
` [PATCH 13/26] contrib/plugins: control flow plugin
` [PATCH 14/26] plugins: save value during memory accesses

[PATCH RESEND RFC 00/10] migration: auto-converge refinements for huge VM
 2024-09-10 13:56 UTC  (7+ messages)
` [PATCH RESEND RFC 03/10] qapi/migration: Introduce periodic CPU throttling parameters
` [PATCH RESEND RFC 08/10] migration: Introduce cpu-responsive-throttle parameter

[PATCH 0/2] misc: Rename included template headers using '.inc' suffix
 2024-09-10 13:53 UTC  (4+ messages)
` [PATCH 1/2] target/hexagon: Rename macros.inc -> macros.h.inc
` [PATCH 2/2] tests/bench: Rename test_akcipher_keys.inc -> test_akcipher_keys.c.inc

[RFC PATCH V2 0/5] Added Interrupt controller emulation for loongarch kvm
 2024-09-10 13:49 UTC  (7+ messages)
` [RFC PATCH V2 1/5] include: Add macro definitions needed for interrupt controller kvm emulation
` [RFC PATCH V2 2/5] hw/loongarch: Add KVM IPI device support
` [RFC PATCH V2 3/5] hw/loongarch: Add KVM extioi "
` [RFC PATCH V2 4/5] hw/loongarch: Add KVM pch pic "
` [RFC PATCH V2 5/5] hw/loongarch: Add KVM pch msi "

[PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements
 2024-09-10 13:34 UTC  (8+ messages)
` [PATCH for-9.2 v15 04/11] s390x/pci: Check for multifunction after device realization

[PULL 00/22] Tests and misc patches
 2024-09-10 12:37 UTC  (23+ messages)
` [PULL 01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan}
` [PULL 02/22] meson: Move -fsanitize=undefined into normal configuraton
` [PULL 03/22] gitlab-ci: Build MSYS2 job using multiple CPUs
` [PULL 04/22] contrib/plugins/Makefile: Add a 'distclean' target
` [PULL 05/22] MAINTAINERS: Remove myself as reviewer
` [PULL 06/22] MAINTAINERS: Remove myself from the Meson section
` [PULL 07/22] tests/functional: Add the LinuxKernelTest for testing the Linux boot process
` [PULL 08/22] tests/functional: Convert the m68k Q800 Avocado test into a functional test
` [PULL 09/22] tests/functional: Convert mips64el Fuloong2e avocado test (2/2)
` [PULL 10/22] tests/functional: Convert mips64el I6400 Malta avocado tests
` [PULL 11/22] tests/functional: Convert mips64el 5KEc "
` [PULL 12/22] tests/functional: Convert mips32el Malta YAMON avocado test
` [PULL 13/22] tests/functional: Convert nanomips Malta avocado tests
` [PULL 14/22] tests/functional: Convert mips32eb 4Kc "
` [PULL 15/22] tests/functional: Convert ARM Raspi2 "
` [PULL 16/22] tests/functional: Convert Aarch64 Raspi3 "
` [PULL 17/22] tests/functional: Convert Aarch64 Raspi4 "
` [PULL 18/22] tests/functional: Convert the Alpha Clipper Avocado test
` [PULL 19/22] tests/functional: Convert the m68k MCF5208EVB "
` [PULL 20/22] tests/functional: Convert the or1k-sim "
` [PULL 21/22] tests/functional: Convert the multiprocess avocado test into a standalone test
` [PULL 22/22] tests/functional: Fix bad usage of has_cmd

[PATCH v10 0/9] Add Rust build support, ARM PL011 device impl
 2024-09-10 12:35 UTC  (10+ messages)
` [PATCH v10 1/9] Require meson version 1.5.0
` [PATCH v10 2/9] build-sys: Add rust feature option
` [PATCH v10 3/9] configure, meson: detect Rust toolchain
` [PATCH v10 4/9] rust: add bindgen step as a meson dependency
` [PATCH v10 5/9] .gitattributes: add Rust diff and merge attributes
` [PATCH v10 6/9] meson.build: add HAVE_GLIB_WITH_ALIGNED_ALLOC flag
` [PATCH v10 7/9] rust: add crate to expose bindings and interfaces
` [PATCH v10 8/9] rust: add utility procedural macro crate
` [PATCH v10 9/9] rust: add PL011 device model

[PATCH v2 0/5] license: Fix typos and update SPDX tags
 2024-09-10 12:26 UTC  (6+ messages)
` [PATCH v2 1/5] NSIS: Simplify license description
` [PATCH v2 2/5] tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag
` [PATCH v2 3/5] license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
` [PATCH v2 4/5] license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-later
` [PATCH v2 5/5] license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only

[PATCH v2 00/29] target/arm: AdvSIMD decodetree conversion, part 4
 2024-09-10 12:27 UTC  (10+ messages)
` [PATCH v2 05/29] target/arm: Use tcg_gen_extract2_i64 for EXT
` [PATCH v2 06/29] target/arm: Convert EXT to decodetree
` [PATCH v2 07/29] target/arm: Convert TBL, TBX "
` [PATCH v2 12/29] target/arm: Convert FMOVI (scalar, immediate) "

[PATCH] arm/kvm: add support for MTE
 2024-09-10 12:23 UTC  (4+ messages)

[PATCH 0/2] gitlab-ci: Force 'make check' single-threaded for cross-i686-tci
 2024-09-10 12:20 UTC  (4+ messages)
` [PATCH 2/2] .gitlab-ci.d/crossbuilds.yml: Force 'make check' single threaded "

[PATCH v4 0/5] gdbstub: Add support for MTE in system mode
 2024-09-10 12:18 UTC  (2+ messages)

[PATCH 0/5] license: Fix typos and update deprecated SPDX tags
 2024-09-10 12:09 UTC  (13+ messages)
` [PATCH 1/5] NSIS: Simplify license description
` [PATCH 2/5] tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag
` [PATCH 3/5] license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
` [PATCH 4/5] license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-later
` [PATCH 5/5] license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only

[PATCH v2] memory: notify hypervisor of all eventfds during listener (de)registration
 2024-09-10 12:01 UTC 

[PATCH v2] hw/i386/intel_iommu: Block CFI when necessary
 2024-09-10 11:59 UTC  (2+ messages)

[RFC 0/6] hugetlbfs largepage RAS project
 2024-09-10 11:36 UTC  (15+ messages)
` [RFC 1/6] accel/kvm: SIGBUS handler should also deal with si_addr_lsb
` [RFC 2/6] accel/kvm: Keep track of the HWPoisonPage sizes
` [RFC 3/6] system/physmem: Remap memory pages on reset based on the page size
` [RFC 4/6] system: Introducing hugetlbfs largepage RAS feature
` [RFC 5/6] system/hugetlb_ras: Handle madvise SIGBUS signal on listener
` [RFC 6/6] system/hugetlb_ras: Replay lost BUS_MCEERR_AO signals on VM resume
` [RFC RESEND 0/6] hugetlbfs largepage RAS project
  ` [RFC RESEND 1/6] accel/kvm: SIGBUS handler should also deal with si_addr_lsb
  ` [RFC RESEND 2/6] accel/kvm: Keep track of the HWPoisonPage sizes
  ` [RFC RESEND 3/6] system/physmem: Remap memory pages on reset based on the page size
  ` [RFC RESEND 4/6] system: Introducing hugetlbfs largepage RAS feature
  ` [RFC RESEND 5/6] system/hugetlb_ras: Handle madvise SIGBUS signal on listener
  ` [RFC RESEND 6/6] system/hugetlb_ras: Replay lost BUS_MCEERR_AO signals on VM resume

[PATCH v2 00/17] intel_iommu: Enable stage-1 translation for emulated device
 2024-09-10 11:29 UTC  (2+ messages)

[RFC 0/2] Improve the performance of unit-stride RVV ld/st on
 2024-09-10 11:20 UTC  (4+ messages)
` [RFC 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data

check-functional skipUnless failure
 2024-09-10 11:18 UTC  (5+ messages)

[PATCH] tests/functional: Fix bad usage of has_cmd
 2024-09-10 11:14 UTC  (3+ messages)

[PATCH RFC V3 00/29] Support of Virtual CPU Hotplug for ARMv8 Arch
 2024-09-10 11:01 UTC  (8+ messages)
` [PATCH RFC V3 01/29] arm/virt, target/arm: Add new ARMCPU {socket, cluster, core, thread}-id property
  ` [PATCH RFC V3 01/29] arm/virt,target/arm: Add new ARMCPU {socket,cluster,core,thread}-id property

[PATCH] virtio-9p: remove virtfs-proxy-helper
 2024-09-10 10:35 UTC  (3+ messages)

[PATCH for-9.2 00/53] arm: Drop deprecated boards
 2024-09-10 10:17 UTC  (5+ messages)

[PATCH v5 0/4] tests: updates for aarch64/sbsa-ref
 2024-09-10  9:48 UTC  (5+ messages)
` [PATCH v5 1/4] tests: use default cpu "
` [PATCH v5 2/4] tests: add FreeBSD tests "
` [PATCH v5 3/4] tests: expand timeout information "
` [PATCH v5 4/4] tests: drop OpenBSD tests "

[PATCH] docs/system/cpu-hotplug: Update example's socket-id/core-id
 2024-09-10  9:38 UTC  (3+ messages)

[PATCH] hw/char/stm32l4x5_usart.c: Fix ACK and min access size
 2024-09-10  9:34 UTC  (6+ messages)

[Bug Report] smmuv3 event 0x10 report when running virtio-blk-pci
 2024-09-10  9:33 UTC  (7+ messages)

[PATCH] Add vhost-user-spi and vhost-user-spi-pci devices
 2024-09-10  8:39 UTC  (5+ messages)

[PATCH v4 0/2] riscv: char: Avoid dropped charecters
 2024-09-10  7:16 UTC  (5+ messages)
` [PATCH v4 1/2] hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
` [PATCH v4 2/2] hw/char: sifive_uart: Print uart characters async

[RFC PATCH v2 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests
 2024-09-10  7:14 UTC  (6+ messages)
` [RFC PATCH v2 5/5] vhost_user: Implement mem_read/mem_write handlers

[PATCH 0/2] Solve vt82c686 qemu_irq leak
 2024-09-10  7:10 UTC  (2+ messages)

[PATCH v2 06/10] target/s390x: Use deposit in save_link_info
 2024-09-10  7:06 UTC  (8+ messages)
` [PATCH v2 06/10 1/4] target/s390x: Rename local variable "
` [PATCH v2 06/10 2/4] target/s390x: Use deposit to set psw_mask "
` [PATCH v2 06/10 3/4] target/s390x: Use deposit to set ilen "
` [PATCH v2 06/10 4/4] target/s390x: Use deposit to set cc_op "

[PATCH v3 00/14] Add support for vector
 2024-09-10  7:03 UTC  (25+ messages)
` [PATCH v3 02/14] util: Add RISC-V vector extension probe in cpuinfo
` [PATCH v3 03/14] tcg/riscv: Add basic support for vector
` [PATCH v3 04/14] tcg/riscv: Add riscv vset{i}vli support
` [PATCH v3 05/14] tcg/riscv: Implement vector load/store
` [PATCH v3 06/14] tcg/riscv: Implement vector mov/dup{m/i}
` [PATCH v3 08/14] tcg/riscv: Implement vector cmp ops

[PATCH 00/12] tcg: Improve support for cmpsel_vec
 2024-09-10  7:04 UTC  (12+ messages)
` [PATCH 01/12] tcg: Fix iteration step in 32-bit gvec operation
` [PATCH 02/12] tcg: Export vec_gen_6
` [PATCH 03/12] tcg/i386: Split out tcg_out_vex_modrm_type
` [PATCH 06/12] tcg/optimize: Fold movcond with true and false values identical
` [PATCH 11/12] tcg/i386: Add predicate parameters to tcg_out_evex_opc

[RFC 0/2] Handling aliased guest memory maps in vhost-vDPA SVQs
 2024-09-10  6:22 UTC  (9+ messages)
` [RFC 1/2] vhost-vdpa: Decouple the IOVA allocator

[PATCH] migration/multifd: Fix loop conditions in multifd_zstd_send_prepare and multifd_zstd_recv
 2024-09-10  5:41 UTC 

[PATCH] hw/intc: riscv-imsic: Fix interrupt state updates
 2024-09-10  4:58 UTC  (2+ messages)

[PATCH v2] target/riscv/cpu_helper: Fix linking problem with semihosting disabled
 2024-09-10  4:56 UTC  (2+ messages)

[PATCH] block: support locking on change medium
 2024-09-10  4:24 UTC  (4+ messages)

[PATCH] memory: notify hypervisor of all eventfds during listener (de)registration
 2024-09-10  4:19 UTC 

[PATCH v2] target/riscv32: Fix masking of physical address
 2024-09-10  3:46 UTC  (3+ messages)

[PATCH 0/2] Move net backend cleanup to NIC cleanup
 2024-09-10  3:46 UTC  (4+ messages)

[PATCH] Fix calculation of minimum in colo_compare_tcp
 2024-09-10  2:38 UTC  (2+ messages)

[PATCH v4 0/2] target/loongarch: Add loongson binary translation feature
 2024-09-10  2:24 UTC  (5+ messages)
` [PATCH v4 2/2] target/loongarch: Implement lbt registers save/restore function

[PATCH v11 00/10] Support persistent reservation operations
 2024-09-10  1:59 UTC  (4+ messages)
` [PATCH v11 02/10] block/raw: add persistent reservation in/out driver
    `  "

[PATCH v5 10/13] migration/multifd: Enable DSA offloading in multifd sender path
 2024-09-09 23:31 UTC  (3+ messages)
  ` [External] "

[PATCH] target/ppc: Fix lxv/stxv MSR facility check
 2024-09-09 23:06 UTC  (2+ messages)

[PATCH v3 00/26] target/m68k: fpu improvements
 2024-09-09 22:17 UTC  (27+ messages)
` [PATCH v3 03/26] target/m68k: Restore fp rounding mode on vm load
` [PATCH v3 09/26] target/m68k: Merge gen_ea into SRC_EA and DEST_EA
` [PATCH v3 10/26] target/m68k: Use g_assert_not_reached in gen_lea_mode and gen_ea_mode
` [PATCH v3 14/26] target/m68k: Remove env argument to gen_lea_indexed
` [PATCH v3 15/26] target/m68k: Remove env argument to gen_lea_mode
` [PATCH v3 16/26] target/m68k: Remove env argument to gen_load_mode
` [PATCH v3 17/26] target/m68k: Remove env argument to gen_store_mode
` [PATCH v3 18/26] target/m68k: Remove env argument to gen_ea_mode_fp
` [PATCH v3 19/26] target/m68k: Split gen_ea_mode_fp for load/store
` [PATCH v3 20/26] target/m68k: Move gen_addr_fault into gen_{load, store}_mode_fp
` [PATCH v3 21/26] target/m68k: Merge gen_load_fp, gen_load_mode_fp
` [PATCH v3 22/26] target/m68k: Merge gen_store_fp, gen_store_mode_fp
` [PATCH v3 25/26] target/m68k: Make vmstate variables static

[PATCH v4 0/5] target/sparc: emulate floating point queue when raising fp traps
 2024-09-09 21:57 UTC  (3+ messages)
` [PATCH v4 3/5] target/sparc: Add FSR_QNE to tb_flags

[PATCH RFC 00/10] migration: auto-converge refinements for huge VM
 2024-09-09 21:54 UTC  (5+ messages)
` [PATCH RFC 10/10] tests/migration-tests: Add test case for responsive CPU throttle

[PATCH v7 0/6] plugins: access values during a memory read/write
 2024-09-09 21:42 UTC  (7+ messages)

[PATCH v2 00/14] XIVE2 changes for TIMA operations
 2024-09-09 21:10 UTC  (6+ messages)
` [PATCH v2 03/14] ppc/xive2: Support TIMA "Pull OS Context to Odd Thread Reporting Line"
` [PATCH v2 04/14] pnv/xive2: Support for "OS LGS Push" TIMA operation
` [PATCH v2 07/14] ppc/xive2: Allow 1-byte write of Target field in TIMA
` [PATCH v2 12/14] pnv/xive: Update PIPR when updating CPPR
` [PATCH v2 13/14] pnv/xive2: TIMA support for 8-byte OS context push for PHYP


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