qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-03 15:10:48 to 2023-03-04 01:47:16 UTC [more...]

[PATCH v3 00/13] vfio/migration: Device dirty page tracking
 2023-03-04  1:43 UTC  (14+ messages)
` [PATCH v3 01/13] vfio/common: Fix error reporting in vfio_get_dirty_bitmap()
` [PATCH v3 02/13] vfio/common: Fix wrong %m usages
` [PATCH v3 03/13] vfio/common: Abort migration if dirty log start/stop/sync fails
` [PATCH v3 04/13] vfio/common: Add VFIOBitmap and alloc function
` [PATCH v3 05/13] vfio/common: Add helper to validate iova/end against hostwin
` [PATCH v3 06/13] vfio/common: Consolidate skip/invalid section into helper
` [PATCH v3 07/13] vfio/common: Record DMA mapped IOVA ranges
` [PATCH v3 08/13] vfio/common: Add device dirty page tracking start/stop
` [PATCH v3 09/13] vfio/common: Extract code from vfio_get_dirty_bitmap() to new function
` [PATCH v3 10/13] vfio/common: Add device dirty page bitmap sync
` [PATCH v3 11/13] vfio/migration: Block migration with vIOMMU
` [PATCH v3 12/13] vfio/migration: Query device dirty page tracking support
` [PATCH v3 13/13] docs/devel: Document VFIO device dirty page tracking

[PATCH 0/2] tcg: Merge two sequential labels
 2023-03-04  0:27 UTC  (6+ messages)
` [PATCH 1/2] tcg: Link branches to the labels
` [PATCH 2/2] tcg: Merge two sequential labels

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
 2023-03-04  0:23 UTC  (25+ messages)
` [PATCH v2 07/20] vfio/common: Add VFIOBitmap and (de)alloc functions
` [PATCH v2 10/20] vfio/common: Record DMA mapped IOVA ranges

[PATCH v2 0/2] Fix the OpenSBI CI job and bump to v1.2
 2023-03-03 23:28 UTC  (4+ messages)
` [PATCH v2 1/2] gitlab/opensbi: Move to docker:stable
` [PATCH v2 2/2] roms/opensbi: Upgrade from v1.1 to v1.2

[PULL 00/38] Block layer patches
 2023-03-03 22:51 UTC  (8+ messages)
` [PULL 03/38] pflash: Only read non-zero parts of backend image

[cross-project PATCH v2] NBD 64-bit extensions
 2023-03-03 22:40 UTC  (16+ messages)
` [PATCH v2 0/6] NBD spec changes for "
  ` [PATCH v2 1/6] spec: Recommend cap on NBD_REPLY_TYPE_BLOCK_STATUS length
  ` [PATCH v2 2/6] spec: Tweak description of maximum block size
  ` [PATCH v2 3/6] spec: Add NBD_OPT_EXTENDED_HEADERS
  ` [PATCH v2 5/6] spec: Introduce NBD_FLAG_BLOCK_STATUS_PAYLOAD

hexagon: check-tcg rebuilding up to date image
 2023-03-03 22:20 UTC  (3+ messages)

[PATCH v2] vfio: Fix vfio_get_dev_region() trace event
 2023-03-03 22:02 UTC  (4+ messages)

[PULL 0/5] ppc queue
 2023-03-03 21:28 UTC  (6+ messages)
` [PULL 1/5] target/ppc/translate: Add dummy implementation for dcblc instruction
` [PULL 2/5] pnv_phb4_pec: Keep track of instantiated PHBs
` [PULL 3/5] pnv_phb4_pec: Only export existing PHBs to the device tree
` [PULL 4/5] pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful file
` [PULL 5/5] pnv_phb4_pec: Simplify/align code to parent user-created PHBs

[PATCH v4 0/6] hw/cxl: Poison get, inject, clear
 2023-03-03 21:21 UTC  (6+ messages)
` [PATCH v4 3/6] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v4 4/6] hw/cxl: QMP based poison injection support
` [PATCH v4 5/6] hw/cxl: Add poison injection via the mailbox
` [PATCH v4 6/6] hw/cxl: Add clear poison mailbox command support

[PATCH RESEND v7 0/9] target/arm: Allow CONFIG_TCG=n builds
 2023-03-03 20:59 UTC  (4+ messages)
` [PATCH RESEND v7 5/9] tests/avocado: Pass parameters to migration test

[PATCH 0/2] Risc-V CPU state by hart ID
 2023-03-03 20:05 UTC  (5+ messages)
` [PATCH 1/2] target/riscv: cpu: Implement get_arch_id callback
` [PATCH 2/2] hw: intc: Use cpu_by_arch_id to fetch CPU state

[PATCH v2 00/76] tcg: Drop tcg_temp_free from translators
 2023-03-03 19:57 UTC  (83+ messages)
` [PATCH v2 01/76] tcg: Remove tcg_check_temp_count, tcg_clear_temp_count
` [PATCH v2 02/76] accel/tcg: Remove translator_loop_temp_check
` [PATCH v2 03/76] target/alpha: Drop tcg_temp_free
` [PATCH v2 04/76] target/arm: Remove arm_free_cc, a64_free_cc
` [PATCH v2 05/76] target/arm: Remove value_global from DisasCompare
` [PATCH v2 06/76] target/arm: Drop tcg_temp_free from translator.c
` [PATCH v2 07/76] target/arm: Drop DisasContext.tmp_a64
` [PATCH v2 08/76] target/arm: Drop new_tmp_a64
` [PATCH v2 09/76] target/arm: Drop new_tmp_a64_zero
` [PATCH v2 10/76] target/arm: Drop tcg_temp_free from translator-a64.c
` [PATCH v2 11/76] target/arm: Drop tcg_temp_free from translator-m-nocp.c
` [PATCH v2 12/76] target/arm: Drop tcg_temp_free from translator-mve.c
` [PATCH v2 13/76] target/arm: Drop tcg_temp_free from translator-neon.c
` [PATCH v2 14/76] target/arm: Drop tcg_temp_free from translator-sme.c
` [PATCH v2 15/76] target/arm: Drop tcg_temp_free from translator-sve.c
` [PATCH v2 16/76] target/arm: Drop tcg_temp_free from translator-vfp.c
` [PATCH v2 17/76] target/arm: Drop tcg_temp_free from translator.h
` [PATCH v2 18/76] target/avr: Drop DisasContext.free_skip_var0
` [PATCH v2 19/76] target/avr: Drop R from trans_COM
` [PATCH v2 20/76] target/avr: Drop tcg_temp_free
` [PATCH v2 21/76] target/cris: Drop cris_alu_free_temps
` [PATCH v2 22/76] target/cris: Drop cris_alu_m_free_temps
` [PATCH v2 23/76] target/cris: Drop addr from dec10_ind_move_m_pr
` [PATCH v2 24/76] target/cris: Drop tcg_temp_free
` [PATCH v2 29/76] target/hppa: "
` [PATCH v2 33/76] target/m68k: Drop mark_to_release
` [PATCH v2 34/76] target/m68k: Drop free_cond
` [PATCH v2 35/76] target/m68k: Drop tcg_temp_free
` [PATCH v2 36/76] target/microblaze: "
` [PATCH v2 48/76] target/nios2: "
` [PATCH v2 49/76] target/openrisc: "
` [PATCH v2 54/76] target/rx: "
` [PATCH v2 64/76] target/sh4: "
` [PATCH v2 65/76] target/sparc: Drop get_temp_tl
` [PATCH v2 66/76] target/sparc: Drop get_temp_i32
` [PATCH v2 67/76] target/sparc: Remove egress label in disas_sparc_context
` [PATCH v2 68/76] target/sparc: Drop free_compare
` [PATCH v2 69/76] target/sparc: Drop tcg_temp_free
` [PATCH v2 73/76] include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start
` [PATCH v2 75/76] tcg: Create tcg/tcg-temp-internal.h

[PATCH] test: Fix test-crypto-secret when compiling without keyring support
 2023-03-03 19:40 UTC  (5+ messages)

[PATCH] firmware: qemu_fw_cfg: make kobj_type structure constant
 2023-03-03 19:38 UTC  (2+ messages)

[PATCH v3 0/2] QGA installer fixes
 2023-03-03 19:20 UTC  (3+ messages)
` [PATCH v3 1/2] qga/win32: Remove change action from MSI installer
` [PATCH v3 2/2] qga/win32: Use rundll for VSS installation

[PATCH 00/76] tcg: Drop tcg_temp_free from translators
 2023-03-03 19:06 UTC  (3+ messages)
` [PATCH 66/76] target/sparc: Drop get_temp_i32

[PATCH 1/6] Add the Android Emulator hypervisor driver (AEHD) accelerator
 2023-03-03 18:56 UTC  (18+ messages)
` [PATCH 3/6] Add the aehd-apic device type
` [PATCH 5/6] Add the aehd-i8259 "
` [PATCH 6/6] Add the AEHD implementation

test-blockjob: intermittent CI failures in msys2-64bit job
 2023-03-03 18:36 UTC 

[PATCH 0/6] Adding the Android Emulator hypervisor driver accelerator
 2023-03-03 17:39 UTC  (5+ messages)

[RFC v3 00/18] vfio: Adopt iommufd
 2023-03-03 17:30 UTC  (3+ messages)
` [RFC v3 11/18] vfio/ccw: Use vfio_[attach/detach]_device

[PATCH v5 00/14] Dynamically switch to vhost shadow virtqueues at vdpa net migration
 2023-03-03 17:24 UTC  (15+ messages)
` [PATCH v5 01/14] vdpa net: move iova tree creation from init to start
` [PATCH v5 02/14] vdpa: Remember last call fd set
` [PATCH v5 03/14] vdpa: Negotiate _F_SUSPEND feature
` [PATCH v5 04/14] vdpa: rewind at get_base, not set_base
` [PATCH v5 05/14] vdpa: add vhost_vdpa->suspended parameter
` [PATCH v5 06/14] vdpa: add vhost_vdpa_suspend
` [PATCH v5 07/14] vdpa: move vhost reset after get vring base
` [PATCH v5 08/14] vdpa: add vdpa net migration state notifier
` [PATCH v5 09/14] vdpa: disable RAM block discard only for the first device
` [PATCH v5 10/14] vdpa net: block migration if the device has CVQ
` [PATCH v5 11/14] vdpa: block migration if device has unsupported features
` [PATCH v5 12/14] vdpa: block migration if SVQ does not admit a feature
` [PATCH v5 13/14] vdpa net: allow VHOST_F_LOG_ALL
` [PATCH v5 14/14] vdpa: return VHOST_F_LOG_ALL in vhost-vdpa devices

[PATCH 0/8] Fix missing memory barriers on ARM
 2023-03-03 17:19 UTC  (9+ messages)
` [PATCH 1/8] qatomic: add smp_mb__before/after_rmw()
` [PATCH 2/8] qemu-thread-posix: cleanup, fix, document QemuEvent
` [PATCH 3/8] qemu-thread-win32: "
` [PATCH 4/8] edu: add smp_mb__after_rmw()
` [PATCH 5/8] util/async: add smp_mb__after_rmw() around BH enqueue/dequeue
` [PATCH 6/8] aio-wait: switch to smp_mb__after_rmw()
` [PATCH 7/8] qemu-coroutine-lock: add smp_mb__after_rmw()
` [PATCH 8/8] physmem: add missing memory barrier

[PATCH v2 0/8] iotests: make meson aware of individual I/O tests
 2023-03-03 17:10 UTC  (15+ messages)
` [PATCH v2 1/8] iotests: explicitly pass source/build dir to 'check' command
` [PATCH v2 2/8] iotests: allow test discovery before building
` [PATCH v2 3/8] iotests: strip subdir path when listing tests
` [PATCH v2 4/8] iotests: print TAP protocol version when reporting tests
` [PATCH v2 5/8] iotests: connect stdin to /dev/null when running tests
` [PATCH v2 6/8] iotests: always use a unique sub-directory per test
` [PATCH v2 7/8] iotests: register each I/O test separately with meson
` [PATCH v2 8/8] iotests: remove the check-block.sh script

[PULL 00/53] virtio,pc,pci: features, cleanups, fixes
 2023-03-03 17:09 UTC  (3+ messages)

[PATCH 0/2] Define Impl. Def. registers for Neoverse-N1
 2023-03-03 16:15 UTC  (3+ messages)
` [PATCH 1/2] target/arm: Add Neoverse-N1 registers
` [PATCH 2/2] target/arm: Add DynamIQ Shared Unit control registers

[PATCH RFC 0/4] memory: Fix (/ Discuss) a few rcu issues
 2023-03-03 16:58 UTC  (8+ messages)

[PATCH 0/2] plugin: fix clearing of plugin_mem_cbs on TB exit
 2023-03-03 16:57 UTC  (2+ messages)

[PATCH 00/13] {tcg,aarch64}: Add TLB_CHECK_ALIGNED
 2023-03-03 16:54 UTC  (13+ messages)
` [PATCH 02/13] accel/tcg: Retain prot flags from tlb_fill
` [PATCH 03/13] accel/tcg: Store some tlb flags in CPUTLBEntryFull
` [PATCH 04/13] accel/tcg: Honor TLB_DISCARD_WRITE in atomic_mmu_lookup
` [PATCH 06/13] accel/tcg: Trigger watchpoints from atomic_mmu_lookup
` [PATCH 07/13] accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASK
` [PATCH 08/13] target/arm: Support 32-byte alignment in pow2_align

[PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
 2023-03-03 16:34 UTC  (7+ messages)
` [PATCH v4 03/15] vdpa: stop svq at vhost_vdpa_dev_start(false)
` [PATCH v4 07/15] vdpa: add vhost_vdpa_suspend

[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
 2023-03-03 16:30 UTC  (12+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE

[RESEND PATCH 0/1] pc-bios: Support List-Directed IPL from ECKD DASD
 2023-03-03 16:29 UTC  (3+ messages)
` [RESEND PATCH 1/1] pc-bios: Add support for "

[PATCH v5] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-03-03 16:05 UTC  (3+ messages)

[PATCH v2] hw: arm: Support direct boot for Linux/arm64 EFI zboot images
 2023-03-03 16:01 UTC 

[PATCH v6] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-03-03 15:59 UTC 

[PATCH 0/5] iotests: make meson aware of individual I/O tests
 2023-03-03 15:52 UTC  (6+ messages)

[PATCH v5 00/14] Hexagon: COF overrides, new generator, test/bug update
 2023-03-03 15:46 UTC  (6+ messages)
` [PATCH v5 10/14] Hexagon (tests/tcg/hexagon) Enable HVX tests

[PATCH] tcg: `reachable_code_pass()` remove empty else-branch
 2023-03-03 15:44 UTC  (5+ messages)

[PATCH v4 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-03-03 15:29 UTC  (8+ messages)
` [PATCH v4 1/7] hw/cxl/events: Add event status register
` [PATCH v4 2/7] hw/cxl: Move CXLRetCode definition to cxl_device.h
` [PATCH v4 3/7] hw/cxl/events: Wire up get/clear event mailbox commands
` [PATCH v4 4/7] hw/cxl/events: Add event interrupt support
` [PATCH v4 5/7] hw/cxl/events: Add injection of General Media Events
` [PATCH v4 6/7] hw/cxl/events: Add injection of DRAM events
` [PATCH v4 7/7] hw/cxl/events: Add injection of Memory Module Events

[PATCH 0/3] block: protect BlockBackend->queued_requests with a lock
 2023-03-03 15:30 UTC  (7+ messages)
` [PATCH 1/3] block: make BlockBackend->quiesce_counter atomic
` [PATCH 2/3] block: make BlockBackend->disable_request_queuing atomic
` [PATCH 3/3] block: protect BlockBackend->queued_requests with a lock

[PATCH 1/3] tests/avocado: update AArch64 tests to Alpine 3.17.2
 2023-03-03 15:24 UTC  (6+ messages)
` [PATCH 2/3] tests/avocado: Add set of boot tests on SBSA-ref


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