qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-13 20:17:33 to 2020-05-14 08:12:30 UTC [more...]

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2020-05-14  8:05 UTC  (2+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images

proposal: deprecate -readconfig/-writeconfig
 2020-05-14  8:09 UTC 

[PATCH v6 00/20] nvme: small fixes, refactoring and cleanups
 2020-05-14  8:04 UTC  (23+ messages)
` [PATCH v6 01/20] hw/block/nvme: fix pci doorbell size calculation
` [PATCH v6 02/20] hw/block/nvme: rename trace events to pci_nvme
` [PATCH v6 03/20] hw/block/nvme: remove superfluous breaks
` [PATCH v6 04/20] hw/block/nvme: move device parameters to separate struct
` [PATCH v6 05/20] hw/block/nvme: use constants in identify
` [PATCH v6 06/20] hw/block/nvme: refactor nvme_addr_read
` [PATCH v6 07/20] hw/block/nvme: fix pin-based interrupt behavior
` [PATCH v6 08/20] hw/block/nvme: allow use of any valid msix vector
` [PATCH v6 09/20] hw/block/nvme: add max_ioqpairs device parameter
` [PATCH v6 10/20] hw/block/nvme: remove redundant cmbloc/cmbsz members
` [PATCH v6 11/20] hw/block/nvme: factor out property/constraint checks
` [PATCH v6 12/20] hw/block/nvme: factor out device state setup
` [PATCH v6 13/20] hw/block/nvme: factor out block backend setup
` [PATCH v6 14/20] hw/block/nvme: add namespace helpers
` [PATCH v6 15/20] hw/block/nvme: factor out namespace setup
` [PATCH v6 16/20] hw/block/nvme: factor out pci setup
` [PATCH v6 17/20] hw/block/nvme: factor out cmb setup
` [PATCH v6 18/20] hw/block/nvme: factor out pmr setup
` [PATCH v6 19/20] hw/block/nvme: do cmb/pmr init as part of pci init
` [PATCH v6 20/20] hw/block/nvme: factor out controller identify setup

Questionable aspects of QEMU Error's design
 2020-05-14  7:59 UTC  (5+ messages)

[PATCH] vhost-user: add support for VHOST_USER_SET_STATUS
 2020-05-14  7:53 UTC  (2+ messages)

[Bug 1878501] [NEW] qemu-i386 does not define AT_SYSINFO
 2020-05-14  7:45 UTC  (2+ messages)
` [Bug 1878501] "

[RFC v2] migration: Add migrate-set-bitmap-node-mapping
 2020-05-14  7:42 UTC  (5+ messages)

[PATCH v2 0/5] vhost-user reconnect issues during vhost initialization
 2020-05-14  7:34 UTC  (18+ messages)
` [PATCH v2 4/5] vhost: check vring address before calling unmap
` [PATCH v2 5/5] vhost: add device started check in migration set log

[PATCH v2 0/6] target/ppc: Various clean-up and fixes for radix64
 2020-05-14  6:52 UTC  (14+ messages)
` [PATCH v2 1/6] target/ppc: Pass const pointer to ppc_radix64_get_prot_amr()
` [PATCH v2 2/6] target/ppc: Pass const pointer to ppc_radix64_get_fully_qualified_addr()
` [PATCH v2 3/6] target/ppc: Don't initialize some local variables in ppc_radix64_xlate()
` [PATCH v2 4/6] target/ppc: Add missing braces in ppc_radix64_partition_scoped_xlate()
` [PATCH v2 5/6] target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate()
` [PATCH v2 6/6] target/ppc: Don't update radix PTE R/C bits with gdbstub

[PATCH v5 00/12] Cadence GEM Fixes
 2020-05-14  6:47 UTC  (2+ messages)

[RESEND PATCH v3 1/1] ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2
 2020-05-14  6:46 UTC  (4+ messages)

[PATCH v4 0/9] qemu-img: Add convert --bitmaps
 2020-05-14  6:45 UTC  (13+ messages)
` [PATCH v4 1/9] docs: Sort sections on qemu-img subcommand parameters
` [PATCH v4 2/9] qemu-img: Fix stale comments on doc location
` [PATCH v4 3/9] block: Make it easier to learn which BDS support bitmaps
` [PATCH v4 4/9] blockdev: Promote several bitmap functions to non-static
` [PATCH v4 5/9] blockdev: Split off basic bitmap operations for qemu-img
` [PATCH v4 6/9] qemu-img: Add bitmap sub-command

[PATCH v2 0/1] qemu-nbd: Close inherited stderr
 2020-05-14  6:35 UTC  (3+ messages)
  ` [PATCH v2 1/1] "

[PATCH v10 00/14] iotests: use python logging
 2020-05-14  6:24 UTC  (4+ messages)
` [PATCH v10 14/14] iotests: use python logging for iotests.log()

[PATCH v3 00/10] Rework iotests/check
 2020-05-14  6:17 UTC  (10+ messages)
` [PATCH v3 03/10] iotests/283: make executable
` [PATCH v3 06/10] iotests: add testfinder.py

[PATCH 0/4] target/i386: miscellaneous x87 fixes
 2020-05-14  6:21 UTC  (6+ messages)
` [PATCH 1/4] target/i386: fix floating-point load-constant rounding
` [PATCH 2/4] target/i386: fix fxam handling of invalid encodings
` [PATCH 3/4] target/i386: fix fbstp handling of negative zero
` [PATCH 4/4] target/i386: fix fbstp handling of out-of-range values

[Qemu-devel] [Bug 1686980] [NEW] qemu is very slow when adding 16, 384 virtio-scsi drives
 2020-05-14  5:56 UTC  (2+ messages)
` [Bug 1686980] "

[PATCH RFC 00/32] python/qemu: refactor as installable package
 2020-05-14  6:13 UTC  (40+ messages)
` [PATCH RFC 01/32] python/qemu: create qemu.lib module
` [PATCH RFC 02/32] scripts/qmp: Fix shebang and imports
` [PATCH RFC 03/32] python//machine.py: remove bare except
` [PATCH RFC 04/32] python/qemu/lib: delint, add pylintrc
` [PATCH RFC 05/32] python/qemu/lib: delint; add flake8 config
` [PATCH RFC 06/32] python/qemu: formalize as package
` [PATCH RFC 07/32] python/qemu: add README.rst
` [PATCH RFC 08/32] python/qemu: Add Pipfile
` [PATCH RFC 09/32] python/qemu: add pylint to Pipfile
` [PATCH RFC 10/32] python/qemu: Add flake8 "
` [PATCH RFC 11/32] python/qemu/lib: remove Python2 style super() calls
` [PATCH RFC 12/32] python/qemu/lib: fix socket.makefile() typing
` [PATCH RFC 13/32] python/qemu/lib: Adjust traceback typing
` [PATCH RFC 14/32] python//qmp.py: use True/False for non/blocking modes
` [PATCH RFC 15/32] python//qmp.py: Define common types
` [PATCH RFC 16/32] python//qmp.py: re-absorb MonitorResponseError
` [PATCH RFC 17/32] python//qmp.py: Do not return None from cmd_obj
` [PATCH RFC 18/32] python//qmp.py: add casts to JSON deserialization
` [PATCH RFC 19/32] python//qmp.py: add QMPProtocolError
` [PATCH RFC 20/32] python//qmp.py: assert sockfile is not None
` [PATCH RFC 21/32] python//machine.py: remove logging configuration
` [PATCH RFC 22/32] python//machine.py: Fix monitor address typing
` [PATCH RFC 23/32] python//machine.py: reorder __init__
` [PATCH RFC 24/32] python//machine.py: Don't modify state in _base_args()
` [PATCH RFC 25/32] python//machine.py: Handle None events in event_wait
` [PATCH RFC 26/32] python//machine.py: use qmp.command
` [PATCH RFC 27/32] python//machine.py: Add _qmp access shim
` [PATCH RFC 28/32] python//machine.py: fix _popen access
` [PATCH RFC 29/32] python//qtest.py: Check before accessing _qtest
` [PATCH RFC 30/32] python/qemu/lib: make 'args' style arguments immutable
` [PATCH RFC 31/32] python/qemu: add mypy to Pipfile
` [PATCH RFC 32/32] python/qemu/lib: Add mypy type annotations

[PATCH] python: remove more instances of sys.version_info
 2020-05-14  5:56 UTC  (2+ messages)

[PATCH 0/3] s390x: improve documentation
 2020-05-14  6:13 UTC  (2+ messages)

[PATCH v5 00/15] acpi: i386 tweaks
 2020-05-14  5:51 UTC  (8+ messages)
` [PATCH v5 08/15] acpi: move aml builder code for floppy device
` [PATCH v5 15/15] floppy: make isa_fdc_get_drive_max_chs static

[PATCH] qemu-nbd: Close inherited stderr
 2020-05-14  5:33 UTC  (3+ messages)

[PATCH Kernel v19 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-14  5:32 UTC  (13+ messages)
` [PATCH Kernel v19 1/8] vfio: UAPI for migration interface for device state
` [PATCH Kernel v19 2/8] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH Kernel v19 3/8] vfio iommu: Cache pgsize_bitmap in struct vfio_iommu
` [PATCH Kernel v19 4/8] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH Kernel v19 5/8] vfio iommu: Implementation of ioctl "
` [PATCH Kernel v19 6/8] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH Kernel v19 7/8] vfio iommu: Add migration capability to report supported features
` [PATCH Kernel v19 8/8] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[PATCH] bitmaps: Add myself as maintainer
 2020-05-14  5:08 UTC  (4+ messages)

[PATCH RFC v2 0/5] block: add block-dirty-bitmap-populate job
 2020-05-14  3:49 UTC  (6+ messages)
` [PATCH RFC v2 1/5] block: add bitmap-populate job
` [PATCH RFC v2 2/5] blockdev: combine DriveBackupState and BlockdevBackupState
` [PATCH RFC v2 3/5] qmp: expose block-dirty-bitmap-populate
` [PATCH RFC v2 4/5] iotests: move bitmap helpers into their own file
` [PATCH RFC v2 5/5] iotests: add 287 for block-dirty-bitmap-populate

[PATCH RFC WIP 0/6] iotests: delinting work-in-progress
 2020-05-14  3:15 UTC  (8+ messages)
` [PATCH RFC WIP 1/6] iotests: type hint wip
` [PATCH RFC WIP 2/6] Makefile: add delint WIP
` [PATCH RFC WIP 3/6] nbd-fault-injector: delint
` [PATCH RFC WIP 4/6] qed.py: delint
` [PATCH RFC WIP 5/6] qcow2.py: delint
` [PATCH RFC WIP 6/6] WIP: delint test files

[PATCH v4 0/3] iotests: add JobRunner framework
 2020-05-14  2:25 UTC  (4+ messages)
` [PATCH v4 1/3] qmp.py: change event_wait to use a dict
` [PATCH v4 2/3] iotests: add JobRunner class
` [PATCH v4 3/3] iotests: modify test 040 to use JobRunner

[PATCH v1 0/8] plugins/next (cleanup, cpu_index and lockstep)
 2020-05-14  1:36 UTC  (4+ messages)

Is qemu could be a "FSM" state machine if running on a "quiet and clean" host pc without random event input?
 2020-05-14  0:56 UTC  (3+ messages)
  `  "

[PATCH v3 0/3] qemu-sockets: add abstract UNIX domain socket support
 2020-05-14  0:26 UTC  (4+ messages)
` [PATCH v3 2/3] tests/util-sockets: add abstract unix socket cases

[PATCH] spapr: Add a new level of NUMA for GPUs
 2020-05-14  0:19 UTC  (3+ messages)

[PATCH 0/2] 9pfs: regression init_in_iov_from_pdu truncating size
 2020-05-13 23:33 UTC  (8+ messages)
` [PATCH 2/2] 9pfs: fix "

Assertion failure through vring_split_desc_read
 2020-05-13 23:24 UTC  (2+ messages)

[PATCH v1 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-05-13 22:44 UTC  (4+ messages)
` [PATCH v1 7/8] s390/kvm: header sync for diag318

[PATCH v3 0/4] Additional parameters for qemu_img map
 2020-05-13 22:13 UTC  (2+ messages)

[PATCH RFC] configure: prefer sphinx-build to sphinx-build-3
 2020-05-13 21:59 UTC  (7+ messages)

[PATCH v2] configure: prefer sphinx-build to sphinx-build-3
 2020-05-13 21:52 UTC 

[PATCH v4 00/34] block: Introduce real BdrvChildRole
 2020-05-13 21:15 UTC  (31+ messages)
` [PATCH v4 11/34] block: Use bdrv_inherited_options()
` [PATCH v4 12/34] block: Unify bdrv_child_cb_attach()
` [PATCH v4 13/34] block: Unify bdrv_child_cb_detach()
` [PATCH v4 14/34] block: Add child_of_bds
` [PATCH v4 15/34] block: Distinguish paths in *_format_default_perms
` [PATCH v4 16/34] block: Pull out bdrv_default_perms_for_cow()
` [PATCH v4 18/34] block: Relax *perms_for_storage for data children
` [PATCH v4 19/34] block: Add bdrv_default_perms()
` [PATCH v4 23/34] block: Make backing files child_of_bds children
` [PATCH v4 24/34] block: Drop child_backing
` [PATCH v4 26/34] block: Make filter drivers use child_of_bds
` [PATCH v4 27/34] block: Use child_of_bds in remaining places
` [PATCH v4 32/34] block: Drop child_file
` [PATCH v4 33/34] block: Pass BdrvChildRole in remaining cases
` [PATCH v4 34/34] block: Drop @child_class from bdrv_child_perm()

[PATCH 0/4] scripts: More Python fixes
 2020-05-13 21:10 UTC  (5+ messages)
` [PATCH 4/4] scripts/qmp: Fix QEMU Python scripts path

[PATCH v4 0/6] scripts: More Python fixes
 2020-05-13 21:08 UTC  (13+ messages)
` [PATCH v4 1/6] scripts/qemugdb: Remove shebang header
` [PATCH v4 2/6] scripts/qemu-gdb: Use Python 3 interpreter
` [PATCH v4 3/6] scripts/qmp: "
` [PATCH v4 4/6] scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main()
` [PATCH v4 5/6] scripts/modules/module_block: Use Python 3 interpreter & add pseudo-main
` [PATCH v4 6/6] tests/migration/guestperf: Use Python 3 interpreter

[PATCH 0/2] iotests: Run pylint and mypy in a testcase
 2020-05-13 20:56 UTC  (2+ messages)

[PATCH v2 0/3] Megasas: fix OOB access and NULL dereference issues
 2020-05-13 20:31 UTC  (5+ messages)
` [PATCH v2 1/3] megasas: use unsigned type for reply_queue_head and check index
` [PATCH v2 2/3] megasas: avoid NULL pointer dereference

[PATCH v2 00/17] target/arm: Convert rest of Neon 3-reg-same to decodetree
 2020-05-13 20:28 UTC  (9+ messages)
` [PATCH v2 03/17] target/arm: Convert Neon 64-bit element 3-reg-same insns
` [PATCH v2 13/17] target/arm: Convert Neon fp VMUL, VMLA, VMLS 3-reg-same insns to decodetree
` [PATCH v2 15/17] target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual place
` [PATCH v2 16/17] target/arm: Convert Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS to decodetree

[PATCH] scripts/tracetool: Update maintainer email address
 2020-05-13 20:27 UTC  (2+ messages)

[PATCH Kernel v18 0/7] KABIs to support migration for VFIO devices
 2020-05-13 20:26 UTC  (4+ messages)
` [PATCH Kernel v18 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking


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