qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-23 13:39:52 to 2020-09-23 20:12:12 UTC [more...]

[PATCH v8 0/7] coroutines: generate wrapper code
 2020-09-23 20:10 UTC  (5+ messages)
` [PATCH v8 2/7] block/io: refactor coroutine wrappers
` [PATCH v8 7/7] block/io: refactor save/load vmstate

[PATCH 00/16] qapi: static typing conversion, pt2
 2020-09-23 20:09 UTC  (19+ messages)
` [PATCH 01/16] qapi/expr.py: Remove 'info' argument from nested check_if_str
` [PATCH 02/16] qapi/expr.py: Check for dict instead of OrderedDict
` [PATCH 03/16] qapi/expr.py: constrain incoming expression types
` [PATCH 04/16] qapi/expr.py: Add assertion for union type 'check_dict'
` [PATCH 05/16] qapi/expr.py: move string check upwards in check_type
` [PATCH 06/16] qapi/expr.py: Check type of 'data' member
` [PATCH 07/16] qapi/expr.py: Add casts in a few select cases
` [PATCH 08/16] qapi/expr.py: add type hint annotations
` [PATCH 09/16] qapi/expr.py: rewrite check_if

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-23 20:04 UTC  (95+ messages)
` [PATCH v2 01/38] [DO-NOT-MERGE] qapi: add debugging tools
` [PATCH v2 02/38] qapi-gen: Separate arg-parsing from generation
` [PATCH v2 03/38] qapi: move generator entrypoint into module
` [PATCH v2 04/38] qapi: Prefer explicit relative imports
` [PATCH v2 05/38] qapi: Remove wildcard includes
` [PATCH v2 07/38] qapi: add pylintrc
` [PATCH v2 08/38] qapi/common.py: Remove python compatibility workaround
` [PATCH v2 09/38] qapi/common.py: Add indent manager
` [PATCH v2 10/38] qapi/common.py: delint with pylint
` [PATCH v2 11/38] qapi/common.py: Replace one-letter 'c' variable
` [PATCH v2 12/38] qapi/common.py: check with pylint
` [PATCH v2 13/38] qapi/common.py: add type hint annotations
` [PATCH v2 14/38] qapi/common.py: Convert comments into docstrings, and elaborate
` [PATCH v2 15/38] qapi/common.py: move build_params into gen.py
` [PATCH v2 16/38] qapi: establish mypy type-checking baseline
` [PATCH v2 17/38] qapi/events.py: add type hint annotations
` [PATCH v2 18/38] qapi/events.py: Move comments into docstrings
` [PATCH v2 19/38] qapi/commands.py: Don't re-bind to variable of different type
` [PATCH v2 20/38] qapi/commands.py: add notational type hints
` [PATCH v2 21/38] qapi/commands.py: enable checking with mypy
` [PATCH v2 22/38] qapi/source.py: add type hint annotations
` [PATCH v2 23/38] qapi/source.py: delint with pylint
` [PATCH v2 24/38] qapi/gen.py: Fix edge-case of _is_user_module
` [PATCH v2 25/38] qapi/gen.py: add type hint annotations
` [PATCH v2 26/38] qapi/gen.py: Enable checking with mypy
` [PATCH v2 27/38] qapi/gen.py: Remove unused parameter
` [PATCH v2 28/38] qapi/gen.py: update write() to be more idiomatic
` [PATCH v2 29/38] qapi/gen.py: delint with pylint
` [PATCH v2 30/38] qapi/introspect.py: Add a typed 'extra' structure
` [PATCH v2 31/38] qapi/introspect.py: add _gen_features helper
` [PATCH v2 32/38] qapi/introspect.py: create a typed 'Node' data structure
` [PATCH v2 34/38] qapi/types.py: add type hint annotations
` [PATCH v2 35/38] qapi/types.py: remove one-letter variables
` [PATCH v2 36/38] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
` [PATCH v2 37/38] qapi/visit.py: remove unused parameters from gen_visit_object
` [PATCH v2 38/38] qapi/visit.py: add type hint annotations

[PATCH 0/6] pseries NUMA distance calculation
 2020-09-23 19:34 UTC  (7+ messages)
` [PATCH 1/6] spapr: add spapr_machine_using_legacy_numa() helper
` [PATCH 2/6] spapr_numa: forbid asymmetrical NUMA setups
` [PATCH 3/6] spapr_numa: translate regular NUMA distance to PAPR distance
` [PATCH 4/6] spapr_numa: change reference-points and maxdomain settings
` [PATCH 5/6] spapr_numa: consider user input when defining associativity
` [PATCH 6/6] specs/ppc-spapr-numa: update with new NUMA support

[PATCH v3 00/17] hw/block/nvme: multiple namespaces support
 2020-09-23 19:19 UTC  (2+ messages)

[PATCH v10 00/12] *** A Method for evaluating dirty page rate ***
 2020-09-23 19:03 UTC  (6+ messages)
` [PATCH v10 11/12] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function

[PATCH] migration: increase max-bandwidth to 128 MiB/s (1 Gib/s)
 2020-09-23 19:02 UTC  (2+ messages)

[PATCH] migration: Truncate state file in xen-save-devices-state
 2020-09-23 18:59 UTC  (3+ messages)

[PATCH v4 0/2] qemu/atomic.h: rename atomic_ to qatomic_
 2020-09-23 18:34 UTC  (5+ messages)
` [PATCH v4 1/2] qemu/atomic: Update coding style to make checkpatch.pl happier
` [PATCH v4 2/2] qemu/atomic.h: rename atomic_ to qatomic_

[PATCH v4 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-09-23 18:20 UTC  (15+ messages)
` [PATCH v4 01/14] hw/block/nvme: Report actual LBA data shift in LBAF
` [PATCH v4 02/14] hw/block/nvme: Add Commands Supported and Effects log
` [PATCH v4 03/14] hw/block/nvme: Introduce the Namespace Types definitions
` [PATCH v4 04/14] hw/block/nvme: Define trace events related to NS Types
` [PATCH v4 05/14] hw/block/nvme: Add support for Namespace Types
` [PATCH v4 06/14] hw/block/nvme: Add support for active/inactive namespaces
` [PATCH v4 07/14] hw/block/nvme: Make Zoned NS Command Set definitions
` [PATCH v4 08/14] hw/block/nvme: Define Zoned NS Command Set trace events
` [PATCH v4 09/14] hw/block/nvme: Support Zoned Namespace Command Set
` [PATCH v4 10/14] hw/block/nvme: Introduce max active and open zone limits
` [PATCH v4 11/14] hw/block/nvme: Support Zone Descriptor Extensions
` [PATCH v4 12/14] hw/block/nvme: Add injection of Offline/Read-Only zones
` [PATCH v4 13/14] hw/block/nvme: Use zone metadata file for persistence
` [PATCH v4 14/14] hw/block/nvme: Document zoned parameters in usage text

[PATCH 00/11] block/export: convert vhost-user-blk-server to block exports API
 2020-09-23 18:29 UTC  (4+ messages)
` [PATCH 11/11] block/export: convert vhost-user-blk server to block export API

[PATCH] iotests: Remove 030 from the auto group
 2020-09-23 18:18 UTC  (3+ messages)

[PATCH v2 0/7] CTU CAN FD core support
 2020-09-23 18:13 UTC  (6+ messages)
` [PATCH v2 7/7] hw/net/can: Correct Kconfig dependencies after switch to meson build

[PATCH] virtio: vdpa: omit check return of g_malloc
 2020-09-23 18:06 UTC  (7+ messages)

[PATCH v8 0/7] Make hcd-xhci independent of pci hooks
 2020-09-23 17:45 UTC  (4+ messages)
` [PATCH v8 3/7] usb/hcd-xhci: Split pci wrapper for xhci base model

[PATCH v6 0/5] fix & merge block_status_above and is_allocated_above
 2020-09-23 17:49 UTC  (8+ messages)
` [PATCH v6 2/5] block/io: bdrv_common_block_status_above: support include_base
` [PATCH v6 3/5] block/io: bdrv_common_block_status_above: support bs == base

[PATCH v9 0/7] Make hcd-xhci independent of pci hooks
 2020-09-23 17:50 UTC  (8+ messages)
` [PATCH v9 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free
` [PATCH v9 2/7] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
` [PATCH v9 3/7] usb/hcd-xhci: Split pci wrapper for xhci base model
` [PATCH v9 4/7] usb: hcd-xhci-sysbus: Attach xhci to sysbus device
` [PATCH v9 5/7] misc: Add versal-usb2-ctrl-regs module
` [PATCH v9 6/7] usb: Add DWC3 model
` [PATCH v9 7/7] Versal: Connect DWC3 controller with virt-versal

Minix 1.1 with QEMU
 2020-09-23 17:00 UTC  (2+ messages)

[PATCH v2 0/6] migration/postcopy: Sync faulted addresses after network recovered
 2020-09-23 17:43 UTC  (2+ messages)

[PATCH] docs/system/deprecated: Move lm32 and unicore32 to the right section
 2020-09-23 17:20 UTC  (2+ messages)

[PATCH] docs/system/deprecated: Mark the 'moxie' CPU as deprecated
 2020-09-23 17:18 UTC 

[PATCH v6 00/11] x86: fix cpu hotplug with secure boot
 2020-09-23 17:16 UTC  (4+ messages)
` [PATCH v6 02/11] x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in use

[PATCH] vhost-vdpa: remove useless variable
 2020-09-23 17:11 UTC  (3+ messages)

[PATCH] migration/multifd: Remove superfluous semicolons
 2020-09-23 17:14 UTC  (2+ messages)

[PATCH] timer: Fix timer_mod_anticipate() documentation
 2020-09-23 17:13 UTC  (2+ messages)

[PATCH] Add *.pyc back to the .gitignore file
 2020-09-23 17:10 UTC  (2+ messages)

[PATCH] vhost-vdpa: fix indentation in vdpa_ops
 2020-09-23 17:06 UTC  (3+ messages)

[PATCH] meson: fix static flag summary
 2020-09-23 17:07 UTC  (2+ messages)

[PATCH 0/7] block: Use definitions instead of magic values
 2020-09-23 16:57 UTC  (5+ messages)
` [PATCH 3/7] hw/ide/core: Replace magic '512' value by BDRV_SECTOR_SIZE

[PATCH v2 0/1] MAINTAINERS: Add Python library stanza
 2020-09-23 16:49 UTC  (8+ messages)
` [PATCH v2 1/1] "

[PATCH 00/13] dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult
 2020-09-23 16:46 UTC  (3+ messages)

[PATCH 7/7] configure: Bump the minimum required Python version to 3.6
 2020-09-23 16:44 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] travis: remove TCI test
 2020-09-23 16:31 UTC  (4+ messages)

[PATCH] docs: Document the throttle block filter
 2020-09-23 16:30 UTC  (4+ messages)

[PULL 00/13] Block patches
 2020-09-23 16:10 UTC  (14+ messages)
` [PULL 01/13] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer
` [PULL 02/13] libvhost-user: handle endianness as mandated by the spec
` [PULL 03/13] virtio: add vhost-user-fs-ccw device
` [PULL 04/13] util/iov: add iov_discard_undo()
` [PULL 05/13] virtio-blk: undo destructive iov_discard_*() operations
` [PULL 06/13] virtio-crypto: don't modify elem->in/out_sg
` [PULL 07/13] docs/system: clarify deprecation schedule
` [PULL 08/13] gitmodules: switch to qemu.org qboot mirror
` [PULL 09/13] gitmodules: switch to qemu.org meson mirror
` [PULL 10/13] gitmodules: add qemu.org vbootrom submodule
` [PULL 11/13] fdmon-poll: reset npfd when upgrading to fdmon-epoll
` [PULL 12/13] tests: add test-fdmon-epoll
` [PULL 13/13] qemu/atomic.h: rename atomic_ to qatomic_

[PATCH 00/29] block/export: Add infrastructure and QAPI for block exports
 2020-09-23 16:19 UTC  (4+ messages)
` [PATCH 27/29] nbd: Deprecate nbd-server-add/remove

[PATCH v9 00/20] Initial support for multi-process Qemu
 2020-09-23 16:01 UTC  (19+ messages)
` [PATCH v9 06/20] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v9 07/20] multi-process: define transmission functions in remote
` [PATCH v9 08/20] multi-process: Initialize message handler in remote device
` [PATCH v9 09/20] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v9 10/20] multi-process: setup memory manager for remote device
` [PATCH v9 11/20] multi-process: introduce proxy object
` [PATCH v9 12/20] multi-process: add proxy communication functions
` [PATCH v9 13/20] multi-process: Forward PCI config space acceses to the remote process

[PATCH] xen-bus: reduce scope of backend watch
 2020-09-23 15:57 UTC 

[PATCH] hw/pci/pci: Fix slot check for plugged devices
 2020-09-23 15:57 UTC  (3+ messages)

[PULL 0/1] bitmaps patches for 2020-09-21
 2020-09-23 15:48 UTC  (2+ messages)

[PATCH v2] tests/check-block: Do not run the iotests with old versions of bash
 2020-09-23 15:23 UTC  (2+ messages)

[PATCH 00/10] pseries NUMA distance rework
 2020-09-23 15:21 UTC  (7+ messages)
` [PATCH 02/10] numa: introduce MachineClass::forbid_asymmetrical_numa

[PATCH v3 0/3] Add support for loading SMBIOS OEM strings from a file
 2020-09-23 15:17 UTC  (5+ messages)
` [PATCH v3 1/3] hw/smbios: support loading OEM strings values "
` [PATCH v3 2/3] hw/smbios: report error if table size is too large
` [PATCH v3 3/3] qemu-options: document SMBIOS type 11 settings

[PATCH] block/sheepdog: Replace magic val by NANOSECONDS_PER_SECOND definition
 2020-09-23 15:18 UTC  (2+ messages)

[PATCH 0/4] nbd reconnect new fixes
 2020-09-23 15:16 UTC  (9+ messages)
` [PATCH 1/4] block/nbd: fix drain dead-lock because of nbd reconnect-delay
` [PATCH 2/4] block/nbd: correctly use qio_channel_detach_aio_context when needed
` [PATCH 3/4] block/nbd: fix reconnect-delay
` [PATCH 4/4] block/nbd: nbd_co_reconnect_loop(): don't connect if drained

[PATCH v3] qemu/atomic.h: rename atomic_ to qatomic_
 2020-09-23 15:13 UTC  (2+ messages)

[PATCH] block/mirror: fix core when using iothreads
 2020-09-23 14:50 UTC  (2+ messages)

[PATCH v3 00/81] target/arm: Implement SVE2
 2020-09-23 14:46 UTC  (4+ messages)
` [PATCH v3 51/81] target/arm: Pass separate addend to {U, S}DOT helpers

[PATCH] hw/usb: Use lock guard macros
 2020-09-23 14:39 UTC  (2+ messages)

[PATCH v8 0/7] Apply COR-filter to the block-stream permanently
 2020-09-23 14:38 UTC  (5+ messages)
` [PATCH v8 2/7] copy-on-read: add filter append/drop functions

[PATCH v1 0/3] Remove the limitation of Intel PT CPUID info
 2020-09-23 14:15 UTC  (7+ messages)

[PULL v2 00/57] Misc patches for 2020-09-19
 2020-09-23 14:11 UTC  (2+ messages)

[PATCH v2 0/2] block: deprecate the sheepdog driver
 2020-09-23 13:50 UTC  (3+ messages)
` [PATCH v2 2/2] block: deprecate the sheepdog block driver


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