qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-22 19:09:02 to 2020-09-23 00:15:13 UTC [more...]

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-09-22 23:24 UTC  (17+ messages)
` [PATCH v26 01/17] vfio: Add function to unmap VFIO region
` [PATCH v26 02/17] vfio: Add vfio_get_object callback to VFIODeviceOps
` [PATCH v26 03/17] vfio: Add save and load functions for VFIO PCI devices
` [PATCH v26 04/17] vfio: Add migration region initialization and finalize function
` [PATCH v26 05/17] vfio: Add VM state change handler to know state of VM
` [PATCH v26 06/17] vfio: Add migration state change notifier
` [PATCH v26 07/17] vfio: Register SaveVMHandlers for VFIO device
` [PATCH v26 08/17] vfio: Add save state functions to SaveVMHandlers
` [PATCH v26 09/17] vfio: Add load "
` [PATCH v26 10/17] memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabled
` [PATCH v26 11/17] vfio: Get migration capability flags for container
` [PATCH v26 12/17] vfio: Add function to start and stop dirty pages tracking
` [PATCH v26 13/17] vfio: create mapped iova list when vIOMMU is enabled
` [PATCH v26 14/17] vfio: Add vfio_listener_log_sync to mark dirty pages
` [PATCH v26 15/17] vfio: Add ioctl to get dirty pages bitmap during dma unmap
` [PATCH v26 17/17] qapi: Add VFIO devices migration stats in Migration stats

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-23  0:00 UTC  (53+ 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 06/38] qapi: delint using flake8
` [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 33/38] qapi/introspect.py: add type hint annotations
` [PATCH v2 34/38] qapi/types.py: "
` [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/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
 2020-09-22 23:19 UTC  (5+ messages)

[PATCH] MAINTAINERS: Change my role to reviewer of Python scripts
 2020-09-22 23:07 UTC  (2+ messages)

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

[PATCH 00/25] qapi: static typing conversion, pt6
 2020-09-22 22:45 UTC  (26+ messages)
` [PATCH 01/25] qapi/schema: add Visitable mixin
` [PATCH 02/25] qapi/schema.py: Move meta-type into class instances
` [PATCH 03/25] qapi/schema.py: add assert in stub methods
` [PATCH 04/25] qapi/schema.py: constrain QAPISchemaObjectType base type
` [PATCH 05/25] qapi/schema.py: constrain QAPISchemaObjectTypeMember arg_type type
` [PATCH 06/25] qapi/schema.py: constrain QAPISchemaEvent "
` [PATCH 07/25] qapi/schema.py: constrain tag_member type
` [PATCH 08/25] qapi/schema.py: Allow alternate_type to assert
` [PATCH 09/25] qapi/schema.py: remove superfluous assert
` [PATCH 10/25] qapi/schema.py: Add assertion to ifcond property
` [PATCH 11/25] qapi/schema.py: Constrain type of QAPISchemaObjectType members field
` [PATCH 12/25] qapi/schema.py: remove 'and' from non-bool rvalue expressions
` [PATCH 13/25] qapi/schema.py: Test type of self.ret_type instead of local temp
` [PATCH 14/25] qapi/schema.py: Assert variants of an object are also objects
` [PATCH 15/25] qapi/schema.py: add type hint annotations
` [PATCH 16/25] qapi/schema.py: enable checking
` [PATCH 17/25] qapi: Disable similarity checks in pylint entirely
` [PATCH 18/25] qapi/schema.py: Add pylint warning suppressions
` [PATCH 19/25] qapi/schema.py: Convert several methods to classmethods
` [PATCH 20/25] qapi/schema.py: Replace one-letter variable names
` [PATCH 21/25] qapi/schema.py: disable pylint line limit
` [PATCH 22/25] qapi/schema.py: Ignore unused argument for check()
` [PATCH 23/25] qapi/schema.py: enable pylint checks
` [PATCH 24/25] qapi/schema.py: Add module docstring
` [PATCH 25/25] qapi/schema.py: Use python3 style super()

[PATCH 00/26] qapi: static typing conversion, pt5
 2020-09-22 22:54 UTC  (28+ messages)
` [PATCH 01/26] qapi/parser.py: refactor parsing routine into method
` [PATCH 02/26] qapi/parser.py: group variable declarations in __init__
` [PATCH 03/26] qapi/parser.py: use 'with' statement for opening files
` [PATCH 04/26] qapi/source.py: Add default arguments to QAPISourceInfo
` [PATCH 05/26] qapi/parser.py: start source info at line 0
` [PATCH 06/26] qapi/parser.py: raise QAPIParseError during file opening
` [PATCH 07/26] qapi/parser.py: fully remove 'null' constant
` [PATCH 08/26] qapi/parser.py: Assert lexer value is a string
` [PATCH 09/26] qapi/parser.py: assert get_expr returns object in outer loop
` [PATCH 10/26] qapi/parser.py: assert object keys are strings
` [PATCH 11/26] qapi/parser.py: Convert several methods to @classmethod
` [PATCH 12/26] qapi/parser.py: add casts to pragma checks
` [PATCH 13/26] qapi/parser.py: add type hint annotations
` [PATCH 14/26] qapi/parser.py: add docstrings
` [PATCH 15/26] qapi/parser.py: add ParsedExpression type
` [PATCH 16/26] qapi/pragma.py: Move QAPISchemaPragma into its own module
` [PATCH 17/26] qapi/pragma.py: Move pragma parsing out of parser.py
` [PATCH 18/26] qapi/parser.py: Modify _include() to use parser state
` [PATCH 19/26] qapi/parser.py: add parent argument
` [PATCH 20/26] qapi/parser.py: remove unused check_args_section arguments
` [PATCH 21/26] qapi/parser.py: QAPIDoc: convert @staticmethod to @classmethod
` [PATCH 22/26] qapi/parser.py: add type hint annotations (QAPIDoc)
` [PATCH 23/26] qapi/parser.py: enable mypy checks
` [PATCH 24/26] qapi/parser.py: remove one and two-letter variables
` [PATCH 25/26] qapi/parser.py: Silence too-few-public-methods warning
` [PATCH 26/26] qapi/parser.py: enable pylint checks

tools/virtiofs: Multi threading seems to hurt performance
 2020-09-22 22:56 UTC  (4+ messages)

[PULL 00/11] machine + QOM queue, 2020-09-22
 2020-09-22 22:25 UTC  (12+ messages)
` [PULL 01/11] qom: simplify object_find_property / object_class_find_property
` [PULL 02/11] smp: drop support for deprecated (invalid topologies)
` [PULL 03/11] cryptodev-vhost-user: Register "chardev" as class property
` [PULL 04/11] cryptodev-backend: "
` [PULL 05/11] s390x: Register all CPU properties as class properties
` [PULL 06/11] cpu/core: Register core-id and nr-threads "
` [PULL 07/11] xlnx-zcu102: Register properties "
` [PULL 08/11] machine: Register "memory-backend" as class property
` [PULL 09/11] i440fx: Register i440FX-pcihost properties as class properties
` [PULL 10/11] sifive_e: Register "revb" as class property
` [PULL 11/11] sifive_u: Register "start-in-flash" "

[PATCH 0/6] qapi: static typing conversion, pt4
 2020-09-22 21:21 UTC  (7+ messages)
` [PATCH 1/6] qapi/error.py: refactor error classes
` [PATCH 2/6] qapi/parser.py: remove parser context from QAPIDoc
` [PATCH 3/6] qapi/error.py: move QAPIParseError to parser.py
` [PATCH 4/6] qapi/parser.py: refactor QAPIParseError
` [PATCH 5/6] qapi/error.py: enable mypy checks
` [PATCH 6/6] qapi/error.py: enable pylint checks

[PATCH 00/14] qapi: static typing conversion, pt3
 2020-09-22 21:18 UTC  (15+ messages)
` [PATCH 01/14] qapi/doc.py: stash long temporary locals in named locals
` [PATCH 02/14] qapi/doc.py: avoid unnecessary keyword arguments
` [PATCH 03/14] qapi/doc.py: Add assertion on section.member
` [PATCH 04/14] qapi/doc.py: assert correct types in member_func callbacks
` [PATCH 05/14] qapi/doc.py: Assert no suffix given for enum members
` [PATCH 06/14] qapi/doc.py: Add type hint annotations
` [PATCH 07/14] qapi/doc.py: enable mypy checks
` [PATCH 08/14] qapi/doc.py: Add generic texi_member callback
` [PATCH 09/14] qapi/doc.py: Remove one-letter variables
` [PATCH 10/14] qapi/gen.py: Add __bool__ dunder method to QAPIGen
` [PATCH 11/14] qapi/doc.py: Don't use private attributes of QAPIGen property
` [PATCH 12/14] qapi/doc.py: Assert tag member is Enum type
` [PATCH 13/14] qapi/doc.py: Assert type of object variant
` [PATCH 14/14] qapi/doc.py: enable pylint checks

[PATCH 00/16] qapi: static typing conversion, pt2
 2020-09-22 21:13 UTC  (17+ 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 10/16] qapi/expr.py: Remove single-letter variable
` [PATCH 11/16] qapi/expr.py: enable pylint checks
` [PATCH 12/16] qapi/expr.py: Add docstrings
` [PATCH 13/16] qapi/expr.py: Modify check_keys to accept any Iterable
` [PATCH 14/16] qapi/expr.py: Use tuples instead of lists for static data
` [PATCH 15/16] qapi/expr.py: move related checks inside check_xxx functions
` [PATCH 16/16] qapi/expr.py: Use an expression checker dispatch table

[Bug 1896096] [NEW] Git version: Build process is broken in block_curl.c.o
 2020-09-22 21:30 UTC  (3+ messages)
` [Bug 1896096] "

[PATCH v2 0/2] block: deprecate the sheepdog driver
 2020-09-22 21:10 UTC  (2+ messages)

[PULL 0/1] Input 20200921 patches
 2020-09-22 21:01 UTC  (2+ messages)

SEV guest debugging support for Qemu
 2020-09-22 19:45 UTC 

[PATCH 00/24] qom: Convert some properties to class properties
 2020-09-22 21:00 UTC  (2+ messages)

SEV guest debugging support for Qemu
 2020-09-22 20:11 UTC 

[PATCH] kvm: Correct documentation of kvm_irqchip_*()
 2020-09-22 20:36 UTC 

[PATCH 0/3] i386/kvm: Assume IRQ routing is always available
 2020-09-22 20:19 UTC  (4+ messages)
` [PATCH 1/3] i386/kvm: Require KVM_CAP_IRQ_ROUTING
` [PATCH 2/3] i386/kvm: Remove IRQ routing support checks
` [PATCH 3/3] i386/kvm: Delete kvm_allows_irq0_override()

[PATCH] ui: Fix default window_id value
 2020-09-22 20:10 UTC  (2+ messages)

[Bug 1896263] [NEW] The bios-tables-test test causes QEMU to crash (Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed) on AMD processors
 2020-09-22 19:47 UTC  (3+ messages)
` [PATCH] bios-tables-test: Remove kernel-irqchip=off option
  ` [Bug 1896263] "

[PATCH] i386: Don't try to set MSR_KVM_ASYNC_PF_EN if kernel-irqchip=off
 2020-09-22 19:49 UTC  (9+ messages)
    ` [Bug 1896263] "

vhost-user: questions regarding migration
 2020-09-22 19:07 UTC  (2+ 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).