qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-24 21:53:50 to 2020-09-25 11:36:14 UTC [more...]

tools/virtiofs: Multi threading seems to hurt performance
 2020-09-25 11:35 UTC  (9+ messages)
        ` virtiofs vs 9p performance(Re: tools/virtiofs: Multi threading seems to hurt performance)
          ` virtiofs vs 9p performance
` [Virtio-fs] tools/virtiofs: Multi threading seems to hurt performance

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-25 11:34 UTC  (14+ messages)
` [PATCH v2 02/38] qapi-gen: Separate arg-parsing from generation
` [PATCH v2 04/38] qapi: Prefer explicit relative imports
` [PATCH v2 36/38] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType

[PULL v2 00/92] Misc patches for 2020-09-24
 2020-09-25 11:30 UTC  (3+ messages)

[PULL v3 00/92] Misc patches for 2020-09-24
 2020-09-25 11:30 UTC 

[PATCH v6 00/15] preallocate filter
 2020-09-25 11:25 UTC  (15+ messages)
` [PATCH v6 10/15] iotests: qemu_io_silent: support --image-opts
` [PATCH v6 11/15] iotests: add 298 to test new preallocate filter driver
` [PATCH v6 12/15] scripts/simplebench: support iops
` [PATCH v6 13/15] scripts/simplebench: improve view of ascii table
` [PATCH v6 14/15] scripts/simplebench: improve ascii table: add difference line
` [PATCH v6 15/15] scripts/simplebench: add bench_prealloc.py

[PATCH] virtio-pmem-pci: force virtio version 1
 2020-09-25 10:38 UTC  (3+ messages)

[PATCH 00/14] raspi: add the bcm2835 cprman clock manager
 2020-09-25 10:36 UTC  (16+ messages)
` [PATCH 01/14] hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macro
` [PATCH 02/14] hw/core/clock: trace clock values in Hz instead of ns
` [PATCH 03/14] hw/arm/raspi: fix cprman base address
` [PATCH 04/14] hw/arm/raspi: add a skeleton implementation of the cprman
` [PATCH 05/14] hw/misc/bcm2835_cprman: add a PLL skeleton implementation
` [PATCH 06/14] hw/misc/bcm2835_cprman: implement PLLs behaviour
` [PATCH 07/14] hw/misc/bcm2835_cprman: add a PLL channel skeleton implementation
` [PATCH 08/14] hw/misc/bcm2835_cprman: implement PLL channels behaviour
` [PATCH 09/14] hw/misc/bcm2835_cprman: add a clock mux skeleton implementation
` [PATCH 10/14] hw/misc/bcm2835_cprman: implement clock mux behaviour
` [PATCH 11/14] hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexer
` [PATCH 12/14] hw/misc/bcm2835_cprman: add sane reset values to the registers
` [RFC PATCH 13/14] hw/char/pl011: add a clock input
` [RFC PATCH 14/14] hw/arm/bcm2835_peripherals: connect the UART clock

[PATCH v1 0/5] virtio-mem: block size and address-assignment optimizations
 2020-09-25 10:16 UTC  (2+ messages)

[PULL 00/92] Misc patches for 2020-09-24
 2020-09-25 10:08 UTC  (2+ messages)

[PULL 00/11] capstone + disassembler patch queue
 2020-09-25 10:03 UTC  (2+ messages)

[PULL 00/13] Block patches
 2020-09-25  9:59 UTC  (4+ messages)

[PATCH] build: Build and install the info manual
 2020-09-25  9:45 UTC  (4+ messages)

[PATCH 0/7] Retrieve zPCI hardware information from VFIO
 2020-09-25  9:41 UTC  (5+ messages)
` [PATCH 3/7] s390x/pci: create a header dedicated to PCI CLP
` [PATCH 4/7] s390x/pci: use a PCI Group structure

[PATCH v3 0/2] MTE support for KVM guest
 2020-09-25  9:36 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v3 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH V1 00/32] Live Update
 2020-09-25  9:26 UTC  (33+ messages)
` [PATCH V1 01/32] savevm: add vmstate handler iterators
` [PATCH V1 04/32] savevm: HMP Command for cprsave
` [PATCH V1 08/32] savevm: HMP command for cprinfo
` [PATCH V1 11/32] cpu: disable ticks when suspended
` [PATCH V1 12/32] vl: pause option
` [PATCH V1 13/32] gdbstub: gdb support for suspended state
` [PATCH V1 17/32] util: env var helpers
` [PATCH V1 22/32] char: qio_channel_socket_accept reuse fd
` [PATCH V1 32/32] vfio-pci: improved tracing

[PATCH 0/4] qemu/bswap: Use compiler __builtin_bswap()
 2020-09-25  9:22 UTC  (7+ messages)
` [PATCH 4/4] qemu/bswap: Remove <byteswap.h> dependency

[PATCH v3 00/47] qapi: static typing conversion, pt1
 2020-09-25  9:20 UTC  (50+ messages)
` [PATCH v3 01/47] [DO-NOT-MERGE] docs: replace single backtick (`) with double-backtick (``)
` [PATCH v3 02/47] [DO-NOT-MERGE] docs: repair broken references
` [PATCH v3 03/47] [DO-NOT-MERGE] docs/sphinx: change default role to "any"
` [PATCH v3 04/47] qapi: modify docstrings to be sphinx-compatible
` [PATCH v3 05/47] qapi/doc.py: Change code templates from function to string
` [PATCH v3 06/47] [DO-NOT-MERGE] docs: enable sphinx-autodoc for scripts/qapi
` [PATCH v3 07/47] qapi-gen: Separate arg-parsing from generation
` [PATCH v3 08/47] qapi: move generator entrypoint into module
` [PATCH v3 09/47] [DO-NOT-MERGE] docs: add scripts/qapi/main to python manual
` [PATCH v3 10/47] qapi: Prefer explicit relative imports
` [PATCH v3 11/47] qapi: Remove wildcard includes
` [PATCH v3 12/47] qapi: enforce import order/styling with isort
` [PATCH v3 13/47] qapi: delint using flake8
` [PATCH v3 14/47] qapi: add pylintrc
` [PATCH v3 15/47] qapi/common.py: Remove python compatibility workaround
` [PATCH v3 16/47] qapi/common.py: Add indent manager
` [PATCH v3 17/47] qapi/common.py: delint with pylint
` [PATCH v3 18/47] qapi/common.py: Replace one-letter 'c' variable
` [PATCH v3 19/47] qapi/common.py: check with pylint
` [PATCH v3 20/47] qapi/common.py: add type hint annotations
` [PATCH v3 21/47] qapi/common.py: Convert comments into docstrings, and elaborate
` [PATCH v3 22/47] qapi/common.py: move build_params into gen.py
` [PATCH v3 23/47] qapi: establish mypy type-checking baseline
` [PATCH v3 24/47] qapi/events.py: add type hint annotations
` [PATCH v3 25/47] qapi/events.py: Move comments into docstrings
` [PATCH v3 26/47] qapi/commands.py: Don't re-bind to variable of different type
` [PATCH v3 27/47] qapi/commands.py: add type hint annotations
` [PATCH v3 28/47] qapi/commands.py: enable checking with mypy
` [PATCH v3 29/47] qapi/source.py: add type hint annotations
` [PATCH v3 30/47] qapi/source.py: delint with pylint
` [PATCH v3 31/47] qapi/gen.py: Fix edge-case of _is_user_module
` [PATCH v3 32/47] qapi/gen.py: add type hint annotations
` [PATCH v3 33/47] qapi/gen.py: Enable checking with mypy
` [PATCH v3 34/47] qapi/gen.py: Remove unused parameter
` [PATCH v3 35/47] qapi/gen.py: update write() to be more idiomatic
` [PATCH v3 36/47] qapi/gen.py: delint with pylint
` [PATCH v3 37/47] qapi/introspect.py: assert obj is a dict when features are given
` [PATCH v3 38/47] qapi/instrospect.py: add preliminary type hint annotations
` [PATCH v3 39/47] qapi/introspect.py: add _gen_features helper
` [PATCH v3 40/47] qapi/introspect.py: Unify return type of _make_tree()
` [PATCH v3 41/47] qapi/introspect.py: replace 'extra' dict with 'comment' argument
` [PATCH v3 42/47] qapi/introspect.py: create a typed 'Node' data structure
` [PATCH v3 43/47] qapi/types.py: add type hint annotations
` [PATCH v3 44/47] qapi/types.py: remove one-letter variables
` [PATCH v3 45/47] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
` [PATCH v3 46/47] qapi/visit.py: remove unused parameters from gen_visit_object
` [PATCH v3 47/47] qapi/visit.py: add type hint annotations

[PATCH 0/8] softfloat: Implement float128_muladd
 2020-09-25  9:17 UTC  (5+ messages)
` [PATCH 6/8] "

[PATCH v3 0/2] vhost-vdpa: add trace functions in vhost-vdpa.c
 2020-09-25  9:10 UTC  (3+ messages)
` [PATCH v3 1/2] util/hexdump: introduce qemu_hexdump_line()
` [PATCH v3 2/2] vhost-vdpa: add trace-events

[PATCH v3 1/1] accel/tcg: Fix computing of is_write for MIPS
 2020-09-25  9:05 UTC  (2+ messages)

[PATCH] tests/vm: Add Haiku test based on their vagrant images
 2020-09-25  9:00 UTC  (4+ messages)

[RFC v4 00/70] support vector extension v1.0
 2020-09-25  8:51 UTC  (6+ messages)
` [RFC v4 17/70] target/riscv: rvv-1.0: configure instructions
` [RFC v4 53/70] target/riscv: rvv-1.0: floating-point slide instructions

[PATCH v2 00/31] block/export: Add infrastructure and QAPI for block exports
 2020-09-25  8:51 UTC  (4+ messages)

SEV guest debugging support for Qemu
 2020-09-25  8:51 UTC  (7+ messages)

[PATCH v7 0/5] fix & merge block_status_above and is_allocated_above
 2020-09-25  8:38 UTC  (2+ messages)

[PATCH] docs: add 'io_uring' option to 'aio' param in qemu-options.hx
 2020-09-25  8:38 UTC  (2+ messages)

[PATCH v2 1/1] accel/tcg: Fix computing of is_write for mips
 2020-09-25  8:34 UTC  (3+ messages)

[PATCH v2 0/3] qga: add command guest-get-disk
 2020-09-25  8:32 UTC  (2+ messages)

[PATCH v9 0/7] coroutines: generate wrapper code
 2020-09-25  8:32 UTC  (4+ messages)
` [PATCH v9 4/7] scripts: add block-coroutine-wrapper.py
` [PATCH 0.5/7] include/block/block.h: drop non-ascii quotation mark

[PATCH v4] hw/i386/pc: add max combined fw size as machine configuration option
 2020-09-25  8:23 UTC  (3+ messages)

[RFC PATCH v3 0/7] Use ACPI PCI hot-plug for Q35
 2020-09-25  8:20 UTC  (4+ messages)
` [RFC PATCH v3 2/7] hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35

[PATCH v1 0/3] Remove the limitation of Intel PT CPUID info
 2020-09-25  8:20 UTC  (10+ messages)

[PATCH v9 0/7] coroutines: generate wrapper code
 2020-09-25  8:04 UTC  (2+ messages)

[PATCH] configure: Fix build dependencies with vhost-vdpa
 2020-09-25  7:59 UTC  (3+ messages)

[PATCH 00/16] hw/block/nvme: zoned namespace command set
 2020-09-25  7:55 UTC  (5+ messages)

[PATCH 0/1] tcg: Adjust simd_desc size encoding
 2020-09-25  7:56 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 00/37] qapi: static typing conversion, pt1
 2020-09-25  7:49 UTC  (14+ messages)
` [PATCH 14/37] qapi/common.py: Move comments into docstrings
` [PATCH 16/37] qapi: establish mypy type-checking baseline

[PATCH 1/3] virtio-net: Set mac address to hardware if the peer is vdpa
 2020-09-25  7:46 UTC  (5+ messages)

[PATCH v5] hw/i386/pc: add max combined fw size as machine configuration option
 2020-09-25  7:00 UTC  (2+ messages)

[PATCH 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
 2020-09-25  6:49 UTC  (8+ messages)

[PATCH v5 00/20] Convert QAPI doc comments to generate rST instead of texinfo
 2020-09-25  6:48 UTC  (10+ messages)
` [PATCH v5 09/20] docs/sphinx: Add new qapi-doc Sphinx extension
` [PATCH v5 14/20] scripts/qapi: Remove texinfo generation support

[PATCH v5.1.0] build: Build and install the info manual
 2020-09-25  2:36 UTC 

[Bug 1849644] [NEW] QEMU VNC websocket proxy requires non-standard 'binary' subprotocol
 2020-09-25  6:09 UTC  (4+ messages)
` [Bug 1849644] "

[PATCH 00/16] qapi: static typing conversion, pt2
 2020-09-25  6:03 UTC  (52+ 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

[PATCH] input-linux: Reset il->fd handler before closing it
 2020-09-25  4:31 UTC  (2+ messages)

[PATCH V9 0/6] mips: Add Loongson-3 machine support
 2020-09-25  4:28 UTC  (6+ messages)
` [PATCH V9 6/6] hw/mips: "

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

[Bug 1897194] [NEW] Test failure in test-crypto-secret.c
 2020-09-25  1:33 UTC 

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-09-24 22:49 UTC  (3+ messages)
` [PATCH v26 03/17] vfio: Add save and load functions for VFIO PCI devices

[PATCH] target/i386: add -cpu,lbr=true support to enable guest LBR
 2020-09-24 22:05 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).