qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-22 12:57:27 to 2020-09-22 21:54:22 UTC [more...]

[PATCH 0/6] qapi: static typing conversion, pt4
 2020-09-22 21:21 UTC  (3+ messages)
` [PATCH 2/6] qapi/parser.py: remove parser context from QAPIDoc
` [PATCH 4/6] qapi/parser.py: refactor QAPIParseError

[PATCH 00/14] qapi: static typing conversion, pt3
 2020-09-22 21:18 UTC  (7+ 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 04/14] qapi/doc.py: assert correct types in member_func callbacks
` [PATCH 07/14] qapi/doc.py: enable mypy checks
` [PATCH 09/14] qapi/doc.py: Remove one-letter variables
` [PATCH 12/14] qapi/doc.py: Assert tag member is Enum type

[PATCH 00/16] qapi: static typing conversion, pt2
 2020-09-22 21:13 UTC  (16+ 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 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 00/38] qapi: static typing conversion, pt1
 2020-09-22 21:01 UTC  (39+ 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 v2 0/2] block: deprecate the sheepdog driver
 2020-09-22 21:10 UTC  (11+ messages)
` [PATCH v2 1/2] block: drop moderated sheepdog mailing list from MAINTAINERS file
` [PATCH v2 2/2] block: deprecate the sheepdog block driver

[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  (8+ messages)
` [PATCH 19/24] xlnx-zcu102: Register properties as "
` [PATCH 23/24] sifive_e: Register "revb" as class property
` [PATCH 24/24] sifive_u: Register "start-in-flash" "

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:49 UTC  (20+ messages)
` [Bug 1896263] "
` [PATCH] i386: Don't try to set MSR_KVM_ASYNC_PF_EN if kernel-irqchip=off
  ` [Bug 1896263] "
    ` [Bug 1896263] "
` [PATCH] bios-tables-test: Remove kernel-irqchip=off option
  ` [Bug 1896263] "

vhost-user: questions regarding migration
 2020-09-22 19:07 UTC  (2+ messages)

[PATCH v5 00/15] Reverse debugging
 2020-09-22 18:53 UTC  (12+ messages)
` [PATCH v5 01/15] replay: don't record interrupt poll
` [PATCH v5 02/15] replay: provide an accessor for rr filename
` [PATCH v5 13/15] docs: convert replay.txt to rst
` [PATCH v5 14/15] replay: create temporary snapshot at debugger connection

[PULL 00/11] capstone + disassembler patch queue
 2020-09-22 17:47 UTC  (12+ messages)
` [PULL 01/11] capstone: Convert Makefile bits to meson bits
` [PULL 02/11] capstone: Update to upstream "next" branch
` [PULL 03/11] capstone: Require version 4.0 from a system library
` [PULL 04/11] disas: Move host asm annotations to tb_gen_code
` [PULL 05/11] disas: Clean up CPUDebug initialization
` [PULL 06/11] disas: Use qemu/bswap.h for bfd endian loads
` [PULL 07/11] disas: Cleanup plugin_disas
` [PULL 08/11] disas: Configure capstone for aarch64 host without libvixl
` [PULL 09/11] disas: Split out capstone code to disas/capstone.c
` [PULL 10/11] disas: Enable capstone disassembly for s390x
` [PULL 11/11] disas/capstone: Add skipdata hook "

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

[PATCH] virtiofsd: Used glib "shared" thread pool
 2020-09-22 17:46 UTC  (6+ messages)

[Qemu-devel] [PATCH] tests/acpi: speedup acpi tests
 2020-09-22 17:42 UTC  (10+ messages)

[PATCH v3 00/17] hw/block/nvme: multiple namespaces support
 2020-09-22 17:34 UTC  (4+ messages)

[PULL 0/3] Usb 20200921 patches
 2020-09-22 17:19 UTC  (2+ messages)

[PATCH] PoC: Rust binding for QAPI (qemu-ga only, for now)
 2020-09-22 17:08 UTC  (12+ messages)

[PATCH] coverity_scan: switch to vpath build
 2020-09-22 16:35 UTC  (6+ messages)

[PATCH v1 0/8] s390x/tcg: Implement some z14 facilities
 2020-09-22 16:19 UTC  (5+ messages)
` [PATCH v1 6/8] s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC)

[PATCH v10 0/7] vhost-user block device backend implementation
 2020-09-22 16:06 UTC  (2+ messages)

[PATCH 00/11] block/export: convert vhost-user-blk-server to block exports API
 2020-09-22 16:04 UTC  (12+ messages)
` [PATCH 01/11] block/export: shorten serial string to fit
` [PATCH 02/11] util/vhost-user-server: s/fileds/fields/ typo fix
` [PATCH 03/11] util/vhost-user-server: drop unnecessary QOM cast
` [PATCH 04/11] util/vhost-user-server: drop unnecessary watch deletion
` [PATCH 05/11] block/export: consolidate request structs into VuBlockReq
` [PATCH 06/11] util/vhost-user-server: drop unused DevicePanicNotifier
` [PATCH 07/11] util/vhost-user-server: fix memory leak in vu_message_read()
` [PATCH 08/11] util/vhost-user-server: check EOF when reading payload
` [PATCH 09/11] util/vhost-user-server: rework vu_client_trip() coroutine lifecycle
` [PATCH 10/11] block/export: report flush errors
` [PATCH 11/11] block/export: convert vhost-user-blk server to block export API

[PATCH v2] configure: actually disable 'git_update' mode with --disable-git-update
 2020-09-22 16:34 UTC  (3+ messages)
` [PATCH] "

[PULL 00/17] Trivial branch for 5.2 patches
 2020-09-22 15:40 UTC  (2+ messages)

[PATCH v2 00/20] block/export: Allow exporting BDSs via FUSE
 2020-09-22 15:58 UTC  (6+ messages)
` [PATCH v2 01/20] configure: Detect libfuse

[PATCH v2 0/3] add MEMORY_FAILURE event
 2020-09-22 15:40 UTC  (2+ messages)

[PATCH v2] target/i386: always create kvmclock device
 2020-09-22 15:40 UTC  (2+ messages)

[PATCH v6] nvme: allow cmb and pmr emulation on same device
 2020-09-22 15:30 UTC  (6+ messages)
` [PATCH v6 2/2] nvme: allow cmb and pmr to be enabled "

[PATCH v5 00/20] Convert QAPI doc comments to generate rST instead of texinfo
 2020-09-22 15:28 UTC  (16+ messages)
` [PATCH v5 08/20] scripts/qapi/parser.py: improve doc comment indent handling
` [PATCH v5 10/20] docs/interop: Convert qemu-ga-ref to rST

[PATCH] target/i386: always create kvmclock device
 2020-09-22 15:19 UTC  (9+ messages)

[RFC PATCH 0/6] hw/sd/sdcard: Do not attempt to erase out of range addresses
 2020-09-22 14:48 UTC  (10+ messages)
` [RFC PATCH 3/6] hw/sd/sdcard: Do not use legal address '0' for INVALID_ADDRESS

[PULL 00/17] QOM queue, 2020-09-18
 2020-09-22 14:42 UTC  (2+ messages)

[PATCH v4 0/4] Introducing QMP query-netdev command
 2020-09-22 14:27 UTC  (3+ messages)
` [PATCH v4 1/4] qapi: net: Add "

[PATCH 0/7] Do not support Debian 9 and Python 3.5 anymore
 2020-09-22 14:15 UTC  (4+ messages)
` [PATCH 7/7] configure: Bump the minimum required Python version to 3.6

[PATCH v3 00/16] Add a General Virtual Device Fuzzer
 2020-09-22 14:03 UTC  (3+ messages)
` [PATCH v3 02/16] fuzz: Add general virtual-device fuzzer

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

[PATCH 0/1] block: future of sheepdog storage driver ?
 2020-09-22 13:25 UTC  (5+ messages)
` [PATCH 1/1] block: drop moderated sheepdog mailing list from MAINTAINERS file

[PATCH v8 0/7] Apply COR-filter to the block-stream permanently
 2020-09-22 13:13 UTC  (5+ messages)
` [PATCH v8 5/7] copy-on-read: limit guest writes to base in COR 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).