qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-03 14:02:08 to 2023-05-04 11:40:22 UTC [more...]

[PATCH 0/9] QEMU file cleanups
 2023-05-04 11:38 UTC  (8+ messages)
` [PATCH 1/9] migration: max_postcopy_bandwidth is a size parameter
` [PATCH 2/9] migration: qemu_file_total_transferred() function is monotonic
` [PATCH 4/9] qemu-file: Make rate_limit_used an uint64_t
` [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()

[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  (16+ messages)
` [PATCH 1/2] tests: libvirt-ci: Update to commit 'c8971e90ac' to pull in mformat and xorriso
` [PATCH 2/2] tests/lcitool: Add mtools and xorriso as dependency for bios bits avocado tests

[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  (4+ messages)
` [PULL 1/2] systemd: Also clear LISTEN_FDNAMES during systemd socket activation
` [PULL 2/2] block/export: call blk_set_dev_ops(blk, NULL, NULL)

[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 0/2] target/arm: Move more files to tcg/
 2023-05-04 11:04 UTC  (3+ 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 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/2] More migration stats
 2023-05-04 10:33 UTC  (3+ messages)
` [PATCH 1/2] migration: Document all migration_stats
` [PATCH 2/2] migration: Put zero_pages in alphabetical order

[PATCH 0/8] migration: Add precopy initial data capability and VFIO precopy support
 2023-05-04 10:18 UTC  (11+ messages)
` [PATCH 2/8] migration: Add precopy initial data handshake
` [PATCH 3/8] migration: Add precopy initial data loaded ACK functionality

[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  (10+ messages)
` [PULL 11/18] migration: Create migrate_block_bitmap_mapping() function

[PATCH] migration: Fix block_bitmap_mapping migration
 2023-05-04  9:40 UTC  (3+ 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  (24+ 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 03/10] build: move COLO under CONFIG_REPLICATION
` [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 0/3] target/arm: disable-tcg and without-default-devices fixes
 2023-05-04  8:58 UTC  (8+ 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 v4 0/2] docs: Speedup docs build
 2023-05-04  8:51 UTC  (4+ messages)
` [PATCH v4 1/2] meson: Pass -j option to sphinx
` [PATCH v4 2/2] meson: Deserialize the man pages and html builds

[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 0/9] tcg: Remove compatability helpers for qemu ld/st
 2023-05-04  8:02 UTC  (7+ messages)
` [PATCH 4/9] target/m68k: Finish conversion to tcg_gen_qemu_{ld,st}_*
` [PATCH 7/9] target/sparc: Finish conversion to tcg_gen_qemu_{ld, st}_*

[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  (33+ messages)
` [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine
` [PATCH 06/22] hw/arm: Select VIRTIO_BLK "
` [PATCH 07/22] hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machine
` [PATCH 08/22] hw/arm: Select GICV3_TCG for sbsa-ref machine
` [PATCH 09/22] hw/arm: Select e1000e "
` [PATCH 11/22] hw/alpha: make E1000_PCI a hard dependency for clipper
` [PATCH 12/22] hw/hppa: add TULIP as a dependency for HPPA_B160L
` [PATCH 13/22] hw/sparc: add a TCX dependency for SUN4M machines
` [PATCH 14/22] hw/loongarch: add VIRTIO as a dependency for LOONGARCH_VIRT
` [PATCH 15/22] hw/sh4: make RTL8139 a hard dependency for RD2
` [PATCH 16/22] hw/mips: add VIRTIO and USB dependencies for LOONGSON3V
` [PATCH 17/22] hw/xtensa: add VIRTIO as dependencies for XTENSA_VIRT

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

[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  (5+ 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  (5+ 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

[PATCH v3 00/11] *** Add allwinner-r40 support ***
 2023-05-04  0:32 UTC  (4+ messages)
` [PATCH v3 01/11] hw: arm: Add bananapi M2-Ultra and allwinner-r40 support

[PATCH 00/16] tcg: Remove TARGET_ALIGNED_ONLY
 2023-05-03 20:28 UTC  (7+ messages)
` [PATCH 13/16] target/sparc: Use MO_ALIGN where required
` [PATCH 14/16] target/sparc: Use cpu_ld*_code_mmu
` [PATCH 15/16] target/sparc: Remove TARGET_ALIGNED_ONLY

[PATCH 00/13] Clean up PCI IDE device models
 2023-05-03 20:25 UTC  (15+ messages)
` [PATCH 10/13] hw/ide/piix: Reuse PCIIDEState::{cmd,data}_ops
` [PATCH 11/13] hw/ide/sii3112: "

[PATCH] iotests/nbd-reconnect-on-open: Fix NBD socket path
 2023-05-03 19:06 UTC  (3+ messages)

[PATCH v1] vhost-user: Remove acpi-specific memslot limit
 2023-05-03 18:41 UTC 

[PATCH v1] virtio-mem: Default to "unplugged-inaccessible=on" with 8.1 on x86-64
 2023-05-03 18:23 UTC 

[PATCH] docs: clarify --without-default-devices
 2023-05-03 17:30 UTC 

[PATCH v3 0/3] vhost: memslot handling improvements
 2023-05-03 17:21 UTC  (4+ messages)
` [PATCH v3 1/3] vhost: Rework memslot filtering and fix "used_memslot" tracking
` [PATCH v3 2/3] vhost: Remove vhost_backend_can_merge() callback
` [PATCH v3 3/3] softmmu/physmem: Fixup qemu_ram_block_from_host() documentation

[PATCH risu] use time() as random seed and introduce --randseed option
 2023-05-03 17:03 UTC  (2+ messages)

[PATCH v1 1/1] hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0
 2023-05-03 17:04 UTC  (5+ messages)

[PATCH v3] Hexagon (target/hexagon) Additional instructions handled by idef-parser
 2023-05-03 16:49 UTC  (3+ messages)

[PATCH risu] Add "--not-group" option to exclude groups of instructions
 2023-05-03 16:37 UTC 

[PATCH risu] --group option to allow all instructions in the specified groups
 2023-05-03 16:34 UTC 

[PATCH 0/3] OpenRISC updates for user space FPU
 2023-05-03 16:31 UTC  (6+ messages)
` [PATCH 3/3] target/openrisc: Setup FPU for detecting tininess before rounding

[PATCH] block: Fix use after free in blockdev_mark_auto_del()
 2023-05-03 16:01 UTC  (2+ messages)

[PATCH] block/export: call blk_set_dev_ops(blk, NULL, NULL)
 2023-05-03 15:57 UTC  (3+ messages)

[PATCH v3] linux-user: Add /proc/cpuinfo handler for RISC-V
 2023-05-03 15:34 UTC  (2+ messages)

[RFC PATCH 0/3] QEMU ACPI generic port support
 2023-05-03 15:25 UTC  (3+ messages)

[PATCH v2] linux-user: Add /proc/cpuinfo handler for RISC-V
 2023-05-03 15:01 UTC  (2+ messages)

[PULL 0/8] Migration 20230428 patches
 2023-05-03 14:57 UTC  (2+ messages)

[PATCH 0/2] gitlab: improve artifact handling
 2023-05-03 14:55 UTC  (3+ messages)
` [PATCH 1/2] gitlab: explicit set artifacts publishing criteria
` [PATCH 2/2] gitlab: ensure coverage job also publishes meson log

[PATCH] linux-user: Add /proc/cpuinfo handler for RISC-V
 2023-05-03 14:57 UTC  (2+ messages)

[PATCH v2 0/3] vhost: memslot handling improvements
 2023-05-03 14:23 UTC  (4+ 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 NNTP newsgroup(s).