qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-04 02:55:52 to 2023-05-04 17:36:22 UTC [more...]

[PATCH 0/9] QEMU file cleanups
 2023-05-04 17:22 UTC  (17+ messages)
` [PATCH 1/9] migration: max_postcopy_bandwidth is a size parameter
` [PATCH 2/9] migration: qemu_file_total_transferred() function is monotonic
` [PATCH 3/9] qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_t
` [PATCH 4/9] qemu-file: Make rate_limit_used "
` [PATCH 5/9] qemu-file: No need to check for shutdown in qemu_file_rate_limit
` [PATCH 6/9] qemu-file: remove shutdown member
` [PATCH 7/9] qemu-file: Make total_transferred an uint64_t
` [PATCH 8/9] qemu-file: Make ram_control_save_page() use accessors for rate_limit
` [PATCH 9/9] qemu-file: Account for rate_limit usage on qemu_fflush()

[PATCH v4 0/5] igb: packet-split descriptors support
 2023-05-04 15:06 UTC  (4+ messages)
  ` [PATCH v4 1/5] igb: remove TCP ACK detection
  ` [PATCH v4 5/5] igb: packet-split descriptors support

[PATCH v2 00/20] Graph locking, part 3 (more block drivers)
 2023-05-04 15:17 UTC  (23+ messages)
` [PATCH v2 01/20] qcow2: Don't call bdrv_getlength() in coroutine_fns
` [PATCH v2 02/20] block: Consistently call bdrv_activate() outside coroutine
` [PATCH v2 03/20] block: bdrv/blk_co_unref() for calls in coroutine context
` [PATCH v2 04/20] block: Don't call no_coroutine_fns in qmp_block_resize()
` [PATCH v2 05/20] test-bdrv-drain: Don't modify the graph in coroutines
` [PATCH v2 06/20] graph-lock: Add GRAPH_UNLOCKED(_PTR)
` [PATCH v2 07/20] graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lock
` [PATCH v2 08/20] block: .bdrv_open is non-coroutine and unlocked
` [PATCH v2 09/20] nbd: Remove nbd_co_flush() wrapper function
` [PATCH v2 10/20] nbd: Mark nbd_co_do_establish_connection() and callers GRAPH_RDLOCK
` [PATCH v2 11/20] vhdx: Require GRAPH_RDLOCK for accessing a node's parent list
` [PATCH v2 12/20] mirror: "
` [PATCH v2 13/20] block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCK
` [PATCH v2 14/20] block: Mark bdrv_co_get_info() "
` [PATCH v2 15/20] block: Mark bdrv_co_debug_event() GRAPH_RDLOCK
` [PATCH v2 16/20] block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCK
` [PATCH v2 17/20] block: Mark bdrv_query_bds_stats() and callers GRAPH_RDLOCK
` [PATCH v2 18/20] block: Mark bdrv_query_block_graph_info() "
` [PATCH v2 19/20] block: Mark bdrv_recurse_can_replace() "
` [PATCH v2 20/20] block: Mark bdrv_refresh_limits() "

[PATCH 0/3] target/arm: disable-tcg and without-default-devices fixes
 2023-05-04 13:01 UTC  (10+ messages)
` [PATCH 1/3] target/arm: Use CONFIG_SEMIHOSTING instead of TCG for semihosting
` [PATCH 2/3] target/arm: Add CONFIG_ARM_V7M back to default.mak
` [PATCH 3/3] tests/qtest: Don't run cdrom tests if no accelerator is present

[PATCH 0/2] target/arm: Move more files to tcg/
 2023-05-04 13:25 UTC  (4+ messages)
` [PATCH 1/2] target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h "
` [PATCH 2/2] target/arm: Move helper-{a64,mve,sme,sve}.h "

[PATCH 0/5] Migration RDMA cleanup
 2023-05-04 17:05 UTC  (9+ messages)
` [PATCH 1/5] migration: Make RAM_SAVE_FLAG_HOOK a normal case entry
` [PATCH 2/5] migration/rdma: simplify ram_control_load_hook()
` [PATCH 3/5] migration/rdma: We can calculate the rioc from the QEMUFile
` [PATCH 4/5] migration/rdma: It makes no sense to recive that flag without RDMA
` [PATCH 5/5] migration/rdma: Check for postcopy sooner

[PATCH 0/2] More migration stats
 2023-05-04 16:47 UTC  (4+ messages)
` [PATCH 1/2] migration: Document all migration_stats
` [PATCH 2/2] migration: Put zero_pages in alphabetical order

[PATCH v3 0/6] Hexagon: add lldb support
 2023-05-04 15:37 UTC  (2+ messages)
` [PATCH v3 3/6] Hexagon: add core gdbstub xml data for LLDB

[PATCH v4 00/57] tcg: Improve atomicity support
 2023-05-04 17:17 UTC  (3+ messages)
` [PATCH v4 06/57] accel/tcg: Honor atomicity of loads

[PATCH v5 00/44] Add LoongArch LSX instructions
 2023-05-04 12:28 UTC  (43+ messages)
` [PATCH v5 01/44] target/loongarch: Add LSX data type VReg
` [PATCH v5 02/44] target/loongarch: meson.build support build LSX
` [PATCH v5 03/44] target/loongarch: Add CHECK_SXE maccro for check LSX enable
` [PATCH v5 04/44] target/loongarch: Implement vadd/vsub
` [PATCH v5 05/44] target/loongarch: Implement vaddi/vsubi
` [PATCH v5 06/44] target/loongarch: Implement vneg
` [PATCH v5 07/44] target/loongarch: Implement vsadd/vssub
` [PATCH v5 08/44] target/loongarch: Implement vhaddw/vhsubw
` [PATCH v5 09/44] target/loongarch: Implement vaddw/vsubw
` [PATCH v5 11/44] target/loongarch: Implement vabsd
` [PATCH v5 12/44] target/loongarch: Implement vadda
` [PATCH v5 13/44] target/loongarch: Implement vmax/vmin
` [PATCH v5 14/44] target/loongarch: Implement vmul/vmuh/vmulw{ev/od}
` [PATCH v5 15/44] target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}
` [PATCH v5 16/44] target/loongarch: Implement vdiv/vmod
` [PATCH v5 17/44] target/loongarch: Implement vsat
` [PATCH v5 18/44] target/loongarch: Implement vexth
` [PATCH v5 19/44] target/loongarch: Implement vsigncov
` [PATCH v5 20/44] target/loongarch: Implement vmskltz/vmskgez/vmsknz
` [PATCH v5 21/44] target/loongarch: Implement LSX logic instructions
` [PATCH v5 22/44] target/loongarch: Implement vsll vsrl vsra vrotr
` [PATCH v5 23/44] target/loongarch: Implement vsllwil vextl
` [PATCH v5 24/44] target/loongarch: Implement vsrlr vsrar
` [PATCH v5 25/44] target/loongarch: Implement vsrln vsran
` [PATCH v5 26/44] target/loongarch: Implement vsrlrn vsrarn
` [PATCH v5 27/44] target/loongarch: Implement vssrln vssran
` [PATCH v5 28/44] target/loongarch: Implement vssrlrn vssrarn
` [PATCH v5 29/44] target/loongarch: Implement vclo vclz
` [PATCH v5 30/44] target/loongarch: Implement vpcnt
` [PATCH v5 31/44] target/loongarch: Implement vbitclr vbitset vbitrev
` [PATCH v5 32/44] target/loongarch: Implement vfrstp
` [PATCH v5 33/44] target/loongarch: Implement LSX fpu arith instructions
` [PATCH v5 34/44] target/loongarch: Implement LSX fpu fcvt instructions
` [PATCH v5 35/44] target/loongarch: Implement vseq vsle vslt
` [PATCH v5 37/44] target/loongarch: Implement vbitsel vset
` [PATCH v5 38/44] target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vr
` [PATCH v5 39/44] target/loongarch: Implement vreplve vpack vpick
` [PATCH v5 40/44] target/loongarch: Implement vilvl vilvh vextrins vshuf
` [PATCH v5 41/44] target/loongarch: Implement vld vst
` [PATCH v5 42/44] target/loongarch: Implement vldi
` [PATCH v5 43/44] target/loongarch: Use {set/get}_gpr replace to cpu_fpr
` [PATCH v5 44/44] target/loongarch: CPUCFG support LSX

[PATCH 0/9] tcg: Remove compatability helpers for qemu ld/st
 2023-05-04 12:28 UTC  (9+ messages)
` [PATCH 4/9] target/m68k: Finish conversion to tcg_gen_qemu_{ld,st}_*
` [PATCH 6/9] target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_*
  ` [PATCH 6/9] target/s390x: Finish conversion to tcg_gen_qemu_{ld,st}_*
` [PATCH 7/9] target/sparc: Finish conversion to tcg_gen_qemu_{ld, st}_*

[PULL 00/35] target-arm queue
 2023-05-04 12:27 UTC  (4+ messages)
` [PULL 11/35] arm/Kconfig: Do not build TCG-only boards on a KVM-only build

[PATCH v4 0/2] docs: Speedup docs build
 2023-05-04 12:06 UTC  (4+ messages)
` [PATCH v4 2/2] meson: Deserialize the man pages and html builds

[PATCH v10 0/8] memory: prevent dma-reentracy issues
 2023-05-04 12:03 UTC  (3+ messages)
` [PATCH v10 7/8] raven: disable reentrancy detection for iomem

[PATCH] migration: Rename xbzrle_enabled xbzrle_started
 2023-05-04 11:53 UTC 

[RFC PATCH v4 00/44] Add LoongArch LSX instructions
 2023-05-04 11:33 UTC  (6+ messages)

[PATCH 0/2] Add mformat and xorriso dependencies in containers
 2023-05-04 11:32 UTC  (14+ messages)

[PULL 0/6] Misc QGA patches
 2023-05-04 11:22 UTC  (9+ messages)
` [PULL 1/6] qga/linux: add usb support to guest-get-fsinfo
` [PULL 2/6] qga: Refactor guest-exec capture-output to take enum
` [PULL 3/6] qga: Add `merged` variant to GuestExecCaptureOutputMode
` [PULL 4/6] qga: test: Add tests for `merged` flag
` [PULL 5/6] qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601
` [PULL 6/6] qga: Fix suspend on Linux guests without systemd

[PATCH 00/20] Graph locking, part 3 (more block drivers)
 2023-05-04 11:18 UTC  (12+ messages)
` [PATCH 03/20] block: bdrv/blk_co_unref() for calls in coroutine context
` [PATCH 13/20] block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCK
` [PATCH 15/20] block: Mark bdrv_co_debug_event() GRAPH_RDLOCK

[PULL 0/2] NBD pull request for 2023-05-03
 2023-05-04 11:07 UTC  (2+ messages)

[PATCH v2 0/2] tcg: ppc64: Fix mask generation for vextractdm
 2023-05-04 11:06 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tests: tcg: ppc64: Add tests for Vector Extract Mask Instructions

[PATCH v20 00/21] s390x: CPU Topology
 2023-05-04 11:03 UTC  (3+ messages)
` [PATCH v20 06/21] s390x/cpu topology: interception of PTF instruction

[PATCH] target/ppc: Fix fallback to MFSS for MFFSCRN, MFFSCRNI, MFFSCE and MFFSL
 2023-05-04 11:01 UTC 

[PATCH] tests/9p: fix potential leak in v9fs_rreaddir()
 2023-05-04 10:53 UTC  (2+ messages)

[PATCH v3] Don't require libcap-ng for virtfs support
 2023-05-04 10:49 UTC  (2+ messages)

[PATCH] target/arm: Fix vd == vm overlap in sve_ldff1_z
 2023-05-04 10:42 UTC 

[PATCH 0/8] migration: Add precopy initial data capability and VFIO precopy support
 2023-05-04 10:18 UTC  (5+ messages)

[PATCH] virtio-net: not enable vq reset feature unconditionally
 2023-05-04 10:14 UTC 

[PULL 00/18] Migration 20230427 patches
 2023-05-04 10:02 UTC  (6+ messages)
` [PULL 11/18] migration: Create migrate_block_bitmap_mapping() function

[PATCH] migration: Fix block_bitmap_mapping migration
 2023-05-04  9:40 UTC  (2+ messages)

[PATCH v2 0/2] block/blkio: add 'fd' option to virtio-blk-vhost-vdpa driver
 2023-05-04  9:28 UTC  (3+ messages)
` [PATCH v2 1/2] stubs/monitor: add monitor_fd_param()
` [PATCH v2 2/2] block/blkio: add 'fd' option to virtio-blk-vhost-vdpa driver

[PATCH v4 00/10] COLO: improve build options
 2023-05-04  9:25 UTC  (21+ messages)
` [PATCH v4 01/10] block/meson.build: prefer positive condition for replication
` [PATCH v4 02/10] colo: make colo_checkpoint_notify static and provide simpler API
` [PATCH v4 04/10] configure: add --disable-colo-proxy option
` [PATCH v4 05/10] migration: drop colo_incoming_thread from MigrationIncomingState
` [PATCH v4 06/10] migration: process_incoming_migration_co: simplify code flow around ret
` [PATCH v4 07/10] migration: split migration_incoming_co
` [PATCH v4 09/10] migration: disallow change capabilities in COLO state
` [PATCH v4 10/10] migration: block incoming colo when capability is disabled

[PATCH v2] qga: Fix suspend on Linux guests without systemd
 2023-05-04  9:20 UTC 

[PATCH] meson: leave unnecessary modules out of the build
 2023-05-04  9:15 UTC  (2+ messages)

[PATCH] qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601
 2023-05-04  9:02 UTC  (3+ messages)

[PATCH] block/blkio: add 'fd' option to virtio-blk-vhost-vdpa driver
 2023-05-04  8:46 UTC  (6+ messages)

[PATCH] softfloat: Fix the incorrect computation in float32_exp2()
 2023-05-04  8:28 UTC  (4+ messages)

[PATCH] include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 API
 2023-05-04  8:21 UTC  (2+ messages)

[RFC 0/1] migration: Update error description whenever migration fails
 2023-05-04  8:16 UTC  (3+ messages)
` [RFC 1/1] "

[PATCH v3 0/2] igb: packet-split descriptors support
 2023-05-04  7:37 UTC  (7+ messages)
  ` [PATCH v3 1/2] igb: RX descriptors handling cleanup

[PATCH 00/22] testing/next: cirrus, docker, docs, ci, configs, gitlab
 2023-05-04  7:16 UTC  (9+ messages)
` [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine

[PATCH] Add information how to fix common build error on Windows in symlink-install-tree
 2023-05-04  6:51 UTC  (2+ messages)

[PATCH v4 00/48] igb: Fix for DPDK
 2023-05-04  6:45 UTC  (2+ messages)

[PATCH] linux-user: Fix mips fp64 executables loading
 2023-05-04  6:43 UTC  (3+ messages)

[PULL v3 0/10] xenpvh3-tag
 2023-05-04  6:34 UTC  (4+ messages)

[PATCH v3 0/2] Cleanup ppc cr get/set with helper routines
 2023-05-04  5:33 UTC  (4+ messages)
` [PATCH v3 1/2] ppc: spapr: cleanup cr get/set with helpers

[PATCH 0/2] tcg: ppc64: Fix mask generation for vextractdm
 2023-05-04  5:17 UTC  (4+ messages)
` [PATCH 2/2] tests: tcg: ppc64: Add tests for Vector Extract Mask Instructions

[PATCH v2] vhost-user: send SET_STATUS 0 after GET_VRING_BASE
 2023-05-04  3:40 UTC  (2+ messages)

[PATCH RFC v2 0/9] Add loongarch kvm accel support
 2023-05-04  3:01 UTC  (10+ messages)
` [PATCH RFC v2 3/9] target/loongarch: Supplement vcpu env initial when vcpu reset
` [PATCH RFC v2 4/9] target/loongarch: Implement kvm get/set registers
` [PATCH RFC v2 6/9] target/loongarch: Implement kvm_arch_init_vcpu


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