qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-04 08:40:14 to 2021-02-04 15:25:32 UTC [more...]

[PATCH v4 00/16] 64bit block-layer: part I
 2021-02-04 15:18 UTC  (8+ messages)
  ` iotest failures in head [was: [PATCH v4 00/16] 64bit block-layer: part I]

[PULL 0/9] QMP patches patches for 2021-02-04
 2021-02-04 15:19 UTC  (12+ messages)
` [PULL 1/9] monitor/qmp-cmds.c: Don't include ui/vnc.h
` [PULL 2/9] qobject: open brace '{' following struct go on the same line
` [PULL 3/9] qobject: code indent should never use tabs
` [PULL 4/9] qobject: spaces required around that operators
` [PULL 5/9] qobject: braces {} are necessary for all arms of this statement
` [PULL 6/9] docs/interop/qmp-spec: Document the request queue limit
` [PULL 7/9] qmp: Fix up comments after commit 9ce44e2ce2
` [PULL 8/9] qmp: Add more tracepoints
` [PULL 9/9] qmp: Resume OOB-enabled monitor before processing the request

[PATCH 0/2] migration blocker information
 2021-02-04 15:11 UTC  (2+ messages)

[PATCH v11 00/12] migration: bring improved savevm/loadvm/delvm to QMP
 2021-02-04 15:17 UTC  (14+ messages)
` [PATCH v11 01/12] block: push error reporting into bdrv_all_*_snapshot functions
` [PATCH v11 02/12] migration: Make save_snapshot() return bool, not 0/-1
` [PATCH v11 03/12] migration: stop returning errno from load_snapshot()
` [PATCH v11 04/12] block: add ability to specify list of blockdevs during snapshot
` [PATCH v11 05/12] block: allow specifying name of block device for vmstate storage
` [PATCH v11 06/12] block: rename and alter bdrv_all_find_snapshot semantics
` [PATCH v11 07/12] migration: control whether snapshots are ovewritten
` [PATCH v11 08/12] migration: wire up support for snapshot device selection
` [PATCH v11 09/12] migration: introduce a delete_snapshot wrapper
` [PATCH v11 10/12] iotests: add support for capturing and matching QMP events
` [PATCH v11 11/12] iotests: fix loading of common.config from tests/ subdir
` [PATCH v11 12/12] migration: introduce snapshot-{save, load, delete} QMP commands

[PATCH v2 00/93] TCI fixes and cleanups
 2021-02-04 15:15 UTC  (14+ messages)
` [PATCH v2 04/93] tcg: Manage splitwx in tc_ptr_to_region_tree by hand
` [PATCH v2 05/93] tcg/tci: Make tci_tb_ptr thread-local
` [PATCH v2 26/93] tcg/tci: Restrict TCG_TARGET_NB_REGS to 16
` [PATCH v2 27/93] tcg/tci: Fix TCG_REG_R4 misusage
` [PATCH v2 28/93] tcg/tci: Use bool in tcg_out_ri*
` [PATCH v2 79/93] tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}

[PATCH v4 00/14] qapi: static typing conversion, pt2
 2021-02-04 15:06 UTC  (9+ messages)
` [PATCH v4 04/14] qapi/introspect.py: guard against ifcond/comment misuse
` [PATCH v4 06/14] qapi/introspect.py: replace 'extra' dict with 'comment' argument

[PATCH v2 0/4] migration: Fixes and cleanups aroung migrate-set-parameters
 2021-02-04 15:08 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Fix the location of tools manuals
 2021-02-04 15:06 UTC  (13+ messages)
  ` [RFC] Move tools sources to the tools directory (was Re: [PATCH v2] MAINTAINERS: Fix the location of tools manuals)

[PATCH v5 0/3] virtiofsd: prevent opening of special files (CVE-2020-35517)
 2021-02-04 15:02 UTC  (4+ messages)
` [PATCH v5 1/3] virtiofsd: extract lo_do_open() from lo_open()
` [PATCH v5 2/3] virtiofsd: optionally return inode pointer from lo_do_lookup()
` [PATCH v5 3/3] virtiofsd: prevent opening of special files (CVE-2020-35517)

[PATCH v14 0/5] UFFD write-tracking migration/snapshots
 2021-02-04 15:01 UTC  (2+ messages)

[PATCH v15 00/23] i386 cleanup PART 2
 2021-02-04 14:57 UTC  (17+ messages)
` [PATCH v15 04/23] cpu: Move synchronize_from_tb() to tcg_ops
` [PATCH v15 21/23] hw/core/cpu: call qemu_init_vcpu in cpu_common_realizefn

[PATCH v7 0/3] MTE support for KVM guest
 2021-02-04 14:56 UTC  (8+ messages)
` [PATCH v7 1/3] arm64: kvm: Save/restore MTE registers
` [PATCH v7 2/3] arm64: kvm: Introduce MTE VCPU feature

[PATCH v21 00/20] Initial support for multi-process Qemu
 2021-02-04 14:48 UTC  (5+ messages)

[PULL 00/27] Block patches
 2021-02-04 14:39 UTC  (30+ messages)
` [PULL 01/27] .github: point Repo Lockdown bot to GitLab repo
` [PULL 02/27] gitmodules: use GitLab repos instead of qemu.org
` [PULL 03/27] gitlab-ci: remove redundant GitLab repo URL command
` [PULL 04/27] docs: update README to use GitLab repo URLs
` [PULL 05/27] pc-bios: update mirror URLs to GitLab
` [PULL 06/27] get_maintainer: update repo URL "
` [PULL 07/27] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PULL 08/27] multi-process: add configure and usage information
` [PULL 09/27] memory: alloc RAM from file at offset
` [PULL 10/27] multi-process: Add config option for multi-process QEMU
` [PULL 11/27] multi-process: setup PCI host bridge for remote device
` [PULL 12/27] multi-process: setup a machine object for remote device process
` [PULL 13/27] io: add qio_channel_writev_full_all helper
` [PULL 14/27] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
` [PULL 15/27] multi-process: define MPQemuMsg format and transmission functions
` [PULL 16/27] multi-process: Initialize message handler in remote device
` [PULL 17/27] multi-process: Associate fd of a PCIDevice with its object
` [PULL 18/27] multi-process: setup memory manager for remote device
` [PULL 19/27] multi-process: introduce proxy object
` [PULL 20/27] multi-process: add proxy communication functions
` [PULL 21/27] multi-process: Forward PCI config space acceses to the remote process
` [PULL 22/27] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PULL 23/27] multi-process: Synchronize remote memory
` [PULL 24/27] multi-process: create IOHUB object to handle irq
` [PULL 25/27] multi-process: Retrieve PCI info from remote process
` [PULL 26/27] multi-process: perform device reset in the "
` [PULL 27/27] docs: fix Parallels Image "dirty bitmap" section

[PATCH 0/2] target/cris: Pass MMUAccessType to cris_mmu_translate()
 2021-02-04 14:33 UTC  (7+ messages)
` [PATCH 1/2] target/cris: Use MMUAccessType enum type when possible
` [PATCH 2/2] target/cris: Let cris_mmu_translate() use MMUAccessType access_type

[PATCH] migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()
 2021-02-04 14:33 UTC  (3+ messages)

[PATCH v2 00/36] block: update graph permissions update
 2021-02-04 14:31 UTC  (15+ messages)
` [PATCH v2 23/36] block: adapt bdrv_append() for inserting filters
` [PATCH v2 25/36] block: introduce bdrv_drop_filter()
` [PATCH v2 26/36] block/backup-top: drop .active

[PATCH v3 0/3] Fix memory leak of some device state in migration
 2021-02-04 14:26 UTC  (2+ messages)

[RFC PATCH 0/9] Support for Virtio-fs daemon crash reconnection
 2021-02-04 14:20 UTC  (7+ messages)
` [RFC PATCH 6/9] virtiofsd: Add two new options for "
    ` [External] "
` [RFC PATCH 9/9] virtiofsd: (work around) Comment qsort in inflight I/O tracking
    ` [External] "

[RFC 00/10] vDPA shadow virtqueue - notifications forwarding
 2021-02-04 14:03 UTC  (13+ messages)
` [RFC 05/10] vhost: Add vhost_dev_from_virtio
` [RFC 08/10] vhost: Add x-vhost-enable-shadow-vq qmp

[PATCH 0/3] Acceptance tests for mpc8544ds & virtex-ml507 ppc machines
 2021-02-04 14:08 UTC  (7+ messages)
` [PATCH 1/3] tests/acceptance: Move the pseries test to a separate file

[PATCH] README: Add Documentation blurb
 2021-02-04 14:07 UTC  (2+ messages)

[PATCH 0/4] block: prepare for 64bit
 2021-02-04 14:05 UTC  (6+ messages)
` [PATCH 4/4] block: introduce BDRV_MAX_LENGTH

[PATCH v2 00/20] Various vhost-user-gpu & UI fixes
 2021-02-04 13:43 UTC  (23+ messages)
` [PATCH v2 01/20] vhost-user-gpu: check backend for EDID support
` [PATCH v2 02/20] vhost-user-gpu: handle vhost-user-gpu features in a callback
` [PATCH v2 03/20] vhost-user-gpu: use an extandable state enum for commands
` [PATCH v2 04/20] vhost-user-gpu: handle display-info in a callback
` [PATCH v2 05/20] ui: remove extra #ifdef CONFIG_OPENGL
` [PATCH v2 06/20] ui: remove gl_ctx_get_current
` [PATCH v2 07/20] ui: add gd_gl_area_scanout_disable
` [PATCH v2 08/20] ui: annotate DCLOps callback requirements
` [PATCH v2 09/20] ui: remove console_has_gl_dmabuf()
` [PATCH v2 10/20] vhost-user-gpu: add a configuration flag for dmabuf usage
` [PATCH v2 11/20] ui: add an optional get_flags callback to GraphicHwOps
` [PATCH v2 12/20] ui: add a DCLOps callback to check dmabuf support
` [PATCH v2 13/20] ui: check hw requirements during DCL registration
` [PATCH v2 14/20] ui: add qemu_egl_has_dmabuf helper
` [PATCH v2 15/20] ui: check gtk-egl dmabuf support
` [PATCH v2 16/20] ui: add egl dmabuf import to gtkglarea
` [PATCH v2 17/20] virtio-gpu: avoid re-entering cmdq processing
` [PATCH v2 18/20] display/ui: add a callback to indicate GL state is flushed
` [PATCH v2 19/20] chardev: check if the chardev is registered for yanking
` [PATCH v2 20/20] tests: add some virtio-gpu & vhost-user-gpu acceptance test

[PATCH] target/s390x/arch_dump: Fixes for the name field in the PT_NOTE section
 2021-02-04 13:32 UTC  (4+ messages)

[PATCH 00/22] Acceptance Test: introduce base class for Linux based tests
 2021-02-04 13:23 UTC  (24+ messages)
` [PATCH 01/22] tests/acceptance/boot_linux.py: fix typo on cloudinit error message
` [PATCH 02/22] tests/acceptance/boot_linux.py: rename misleading cloudinit method
` [PATCH 03/22] Acceptance Tests: remove unnecessary tag from documentation example
` [PATCH 04/22] tests/acceptance/virtiofs_submounts.py: use workdir property
` [PATCH 05/22] tests/acceptance/virtiofs_submounts.py: do not ask for ssh key password
` [PATCH 06/22] tests/acceptance/virtiofs_submounts.py: use a virtio-net device instead
` [PATCH 07/22] tests/acceptance/virtiofs_submounts.py: evaluate string not length
` [PATCH 08/22] tests/acceptance/virtiofs_submounts.py: standardize port as integer
` [PATCH 16/22] Acceptance Tests: introduce method for requiring an accelerator

[PATCH v2 00/13] vt82c686b clean ups and vt8231 emulation
 2021-02-04 13:10 UTC  (9+ messages)
` [PATCH v2 08/13] vt82c686: Move creation of ISA devices to the ISA bridge

[PATCH] MAINTAINERS: Fix the location of virtiofsd.rst
 2021-02-04 12:56 UTC  (3+ messages)

[PATCH 00/12] misc: Replace the words 'blacklist/whitelist'
 2021-02-04 12:29 UTC  (10+ messages)
` [PATCH 01/12] ui: Replace the word 'whitelist'
` [PATCH 02/12] qga: Rename config key 'blacklist' as 'denylist'
` [PATCH 09/12] qemu-options: Replace the word 'blacklist'

[PATCH v3] machine: add missing doc for memory-backend option
 2021-02-04 12:21 UTC  (2+ messages)

[PATCH v4 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2021-02-04 11:27 UTC  (4+ messages)

[PATCH v4 0/3] virtiofsd: prevent opening of special files (CVE-2020-35517)
 2021-02-04 11:19 UTC  (14+ messages)
` [PATCH v4 2/3] virtiofsd: optionally return inode pointer from lo_do_lookup()
` [PATCH v4 3/3] virtiofsd: prevent opening of special files (CVE-2020-35517)

[PATCH v4 00/18] Support Multifd for RDMA migration
 2021-02-04 10:32 UTC  (7+ messages)
` [PATCH v4 15/18] migration/rdma: only register the memory for multifd channels
` [PATCH v4 17/18] migration/rdma: send data for both rdma-pin-all and NOT rdma-pin-all mode
` [PATCH v4 18/18] migration/rdma: RDMA cleanup for multifd migration

[PATCH v3 0/3]
 2021-02-04 10:03 UTC  (2+ messages)

[PATCH 0/6] Move remaining x86 Travis jobs to the gitlab-CI
 2021-02-04 10:12 UTC  (5+ messages)
` [PATCH 1/6] travis.yml: Move gprof/gcov test across to gitlab

[PATCH] qemu-storage-daemon: Enable object-add
 2021-02-04 10:04 UTC  (2+ messages)

[PULL 00/24] tcg patch queue
 2021-02-04 10:00 UTC  (2+ messages)

gitlab containers are broken
 2021-02-04 10:00 UTC  (5+ messages)

[PATCH v2 0/2] Add support for ipv6 host forwarding
 2021-02-04  9:57 UTC  (3+ messages)
` [PATCH v2 2/2] net: Add -ipv6-hostfwd option, ipv6_hostfwd_add/remove commands

[PATCH] trace: add meson custom_target() depend_files for tracetool
 2021-02-04  9:51 UTC  (4+ messages)

[PATCH v2] target/i386/hvf: add vmware-cpuid-freq cpu feature
 2021-02-04  9:51 UTC  (3+ messages)
` [PATCH v3] "

[PULL 00/21] target-arm queue
 2021-02-04  9:39 UTC  (3+ messages)
` [PULL 16/21] hw/timer: Refactor NPCM7XX Timer to use CLK clock

[PULL 11/24] tcg/optimize: Use tcg_constant_internal with constant folding
 2021-02-04  9:37 UTC  (9+ messages)

[PATCH v2] virtiofsd: vu_dispatch locking should never fail
 2021-02-04  9:37 UTC  (2+ messages)

[Bug 1912224] [NEW] qemu may freeze during drive-mirroring on fragmented FS
 2021-02-04  9:11 UTC  (2+ messages)
` [Bug 1912224] "

[PATCH] arm: xlnx-versal: fix virtio-mmio base address assignment
 2021-02-04  9:04 UTC  (3+ messages)

[PATCH 0/4] ACPI related fixes
 2021-02-04  8:56 UTC  (3+ messages)
` [PATCH 4/4] i386: acpi: Don't build HPET ACPI entry if HPET is disabled

[PATCH] blockjob: Fix crash with IOthread when block commit after snapshot
 2021-02-04  8:38 UTC  (3+ 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).