messages from 2020-09-22 21:28:18 to 2020-09-23 09:13:52 UTC [more...]
[PULL 0/9] Audio 20200923 patches
2020-09-23 9:09 UTC (7+ messages)
` [PULL 1/9] audio: handle buf == NULL in put_buffer_out()
` [PULL 2/9] audio/audio: fix video playback slowdown with spiceaudio
` [PULL 3/9] audio/spiceaudio: always rate limit playback stream
` [PULL 4/9] audio: align audio_generic_read with audio_pcm_hw_run_in
` [PULL 6/9] audio: align audio_generic_write with audio_pcm_hw_run_out
` [PULL 7/9] audio: run downstream playback queue unconditionally
[PATCH v2 00/20] block/export: Allow exporting BDSs via FUSE
2020-09-23 9:08 UTC (4+ messages)
[PATCH 0/9] Audio fixes and improvements
2020-09-23 9:07 UTC (4+ messages)
` [PATCH 8/9] audio: restore mixing-engine playback buffer size
[PATCH 00/24] qom: Convert some properties to class properties
2020-09-23 8:43 UTC (3+ messages)
` [PATCH 13/24] i386: Register most CPU properties as "
[PATCH] docs/system/deprecated: Move lm32 and unicore32 to the right section
2020-09-23 8:32 UTC (2+ messages)
[PATCH] add maximum combined fw size as machine configuration option
2020-09-23 8:24 UTC (2+ messages)
[PATCH v2 0/2] block: deprecate the sheepdog driver
2020-09-23 8:24 UTC (7+ messages)
[PATCH] Deprecate lm32 port
2020-09-23 7:55 UTC (2+ messages)
[PATCH] hw/i386/acpi-build: Explain bits in OSC method
2020-09-23 7:55 UTC
[PATCH v1 0/8] s390x/tcg: Implement some z14 facilities
2020-09-23 7:50 UTC (7+ messages)
` [PATCH v1 1/8] s390x/tcg: Implement ADD HALFWORD (AGH)
` [PATCH v1 2/8] s390x/tcg: Implement SUBTRACT HALFWORD (SGH)
[PATCH v2 0/1] MAINTAINERS: Add Python library stanza
2020-09-23 7:49 UTC (3+ messages)
` [PATCH v2 1/1] "
Looking for a project in i440fx
2020-09-23 7:16 UTC
[PATCH QEMU v25 00/17] Add migration support for VFIO devices
2020-09-23 7:06 UTC (20+ 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 16/17] vfio: Make vfio-pci device migration capable
` [PATCH v26 17/17] qapi: Add VFIO devices migration stats in Migration stats
[PATCH 0/3] colo-compare: minor fixes
2020-09-23 6:51 UTC (9+ messages)
` [PATCH 1/3] colo-compare: return -1 if no packet is queued
` [PATCH 2/3] colo-compare: fix missing compare_seq initialization
` [PATCH 3/3] colo-compare: check mark in mutual exclusion
[PATCH 0/4] Several optimization and bugfix for COLO compare
2020-09-23 6:47 UTC (4+ messages)
` [PATCH 3/4] net/colo-compare.c: Add secondary old packet detection
[PATCH v5 00/15] Reverse debugging
2020-09-23 6:22 UTC (4+ messages)
` [PATCH v5 13/15] docs: convert replay.txt to rst
[Bug 1896096] [NEW] Git version: Build process is broken in block_curl.c.o
2020-09-23 6:10 UTC (4+ messages)
` [Bug 1896096] "
[PATCH v2 0/3] Optimized some code for COLO
2020-09-23 3:59 UTC (8+ messages)
` [PATCH v2 1/3] Optimize seq_sorter function for colo-compare
` [PATCH v2 2/3] Reduce the time of checkpoint for COLO
` [PATCH v2 3/3] Fix the qemu crash when guest shutdown in COLO mode
[PATCH v2 0/3] add MEMORY_FAILURE event
2020-09-23 3:12 UTC (4+ messages)
` [PATCH v2 3/3] target-i386: post memory failure event to uplayer
` [External] "
[PATCH] target/i386: kvm: require KVM_CAP_IRQ_ROUTING
2020-09-23 3:02 UTC
[PATCH] target/i386: kvm: do not use kvm_check_extension to find paravirtual capabilities
2020-09-23 3:02 UTC
[PATCH v1 0/3] Remove the limitation of Intel PT CPUID info
2020-09-23 2:52 UTC (6+ messages)
[PATCH] bios-tables-test: Remove kernel-irqchip=off option
2020-09-23 2:46 UTC (2+ messages)
[PATCH v2 00/38] qapi: static typing conversion, pt1
2020-09-23 0:29 UTC (38+ 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 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 35/38] qapi/types.py: remove one-letter variables
` [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 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 (15+ 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 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 16/16] qapi/expr.py: Use an expression checker dispatch table
[PULL 0/1] Input 20200921 patches
2020-09-22 21:01 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).