qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-07 11:43:01 to 2020-10-07 18:51:57 UTC [more...]

[Qemu-devel] [Bug 1722884] [NEW] keyboard input while mouse moving triggers mouse failure
 2020-10-07 18:42 UTC  (2+ messages)
` [Bug 1722884] "

[PATCH 00/20] python/qemu: strictly typed mypy conversion, pt2
 2020-10-07 18:49 UTC  (18+ messages)
` [PATCH 03/20] python/machine.py: reorder __init__
` [PATCH 07/20] python/machine.py: Add _qmp access shim
` [PATCH 08/20] python/machine.py: fix _popen access
` [PATCH 11/20] python/qemu: Add mypy type annotations
` [PATCH 12/20] python/qemu/console_socket.py: Correct type of recv()
` [PATCH 19/20] python/qemu/qmp.py: Straighten out exception hierarchy

[Qemu-devel] [Bug 1723488] [NEW] HAX on Windows, memory lease error
 2020-10-07 18:39 UTC  (2+ messages)
` [Bug 1723488] "

[Qemu-devel] [Bug 1723161] [NEW] Migration failing in qemu-2.10.1 but working qemu-2.9.1 and earlier with same options
 2020-10-07 18:40 UTC  (2+ messages)
` [Bug 1723161] "

[PATCH] migration/postcopy: Release fd before going into 'postcopy-pause'
 2020-10-07 18:33 UTC 

[PATCH v5 00/36] qapi: static typing conversion, pt1
 2020-10-07 18:18 UTC  (70+ messages)
` [PATCH v5 02/36] qapi: modify docstrings to be sphinx-compatible
` [PATCH v5 03/36] qapi-gen: Separate arg-parsing from generation
` [PATCH v5 08/36] qapi: delint using flake8
` [PATCH v5 11/36] qapi/common.py: Add indent manager
` [PATCH v5 15/36] qapi/common.py: add type hint annotations
` [PATCH v5 16/36] qapi/common.py: Convert comments into docstrings, and elaborate
` [PATCH v5 17/36] qapi/common.py: move build_params into gen.py
` [PATCH v5 18/36] qapi: establish mypy type-checking baseline
` [PATCH v5 19/36] qapi/events.py: add type hint annotations
` [PATCH v5 23/36] qapi/commands.py: enable checking with mypy
` [PATCH v5 24/36] qapi/source.py: add type hint annotations
` [PATCH v5 26/36] qapi/gen.py: Fix edge-case of _is_user_module
` [PATCH v5 27/36] qapi/gen.py: add type hint annotations
` [PATCH v5 29/36] qapi/gen.py: Remove unused parameter
` [PATCH v5 30/36] qapi/gen.py: update write() to be more idiomatic
` [PATCH v5 33/36] qapi/types.py: remove one-letter variables
` [PATCH v5 34/36] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
` [PATCH v5 36/36] qapi/visit.py: add type hint annotations

KVM call for agenda for 2020-10-06
 2020-10-07 18:04 UTC  (5+ messages)

[PATCH v2] Adding ani's email as an individual contributor
 2020-10-07 17:55 UTC  (2+ messages)

[PATCH v1 00/22] testing and plugin fixes with gitdm updates (pre PR)
 2020-10-07 17:53 UTC  (26+ messages)
` [PATCH v1 01/22] configure: fix performance regression due to PIC objects
` [PATCH v1 02/22] hw/misc/mips_cpc: Start vCPU when powered on
` [PATCH v1 03/22] hw/ide: restore replay support of IDE
` [PATCH v1 04/22] cirrus: Fixing and speedup the msys2/mingw CI
` [PATCH v1 05/22] cirrus: msys2/mingw speed is up, add excluded target back
` [PATCH v1 06/22] tests/docker: Add genisoimage to the docker file
` [PATCH v1 07/22] contrib/gitdm: Add more academic domains
` [PATCH v1 08/22] contrib/gitdm: Add more individual contributors
` [PATCH v1 09/22] contrib/gitdm: Add Baidu to the domain map
` [PATCH v1 10/22] contrib/gitdm: Add ByteDance "
` [PATCH v1 11/22] contrib/gitdm: Add Google "
` [PATCH v1 12/22] contrib/gitdm: Add Nuvia "
` [PATCH v1 13/22] contrib/gitdm: Add Qualcomm "
` [PATCH v1 14/22] contrib/gitdm: Add Nir Soffer to Red Hat domain
` [PATCH v1 15/22] contrib/gitdm: Add SUSE to the domain map
` [PATCH v1 16/22] contrib/gitdm: Add Yadro "
` [PATCH v1 17/22] contrib/gitdm: Add Yandex "
` [PATCH v1 18/22] .mailmap: Fix more contributor entries
` [PATCH v1 19/22] plugins: Fixes a issue when dlsym failed, the handle not closed
` [PATCH v1 20/22] plugin: Fixes compiling errors on msys2/mingw
` [PATCH v1 21/22] cirrus: use V=1 when running tests on FreeBSD and macOS
` [PATCH v1 22/22] tests/acceptance: disable machine_rx_gdbsim on GitLab

[PATCH v10 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-10-07 17:47 UTC  (7+ messages)
` [PATCH v10 1/4] hw/net/can: "
` [PATCH v10 3/4] tests/qtest: Introduce tests for "

[PATCH v10 0/9] Apply COR-filter to the block-stream permanently
 2020-10-07 17:39 UTC  (4+ messages)
` [PATCH v10 9/9] block: apply COR-filter to block-stream jobs

[PATCH v3 0/4] qemu-storage-daemon: Remove QemuOpts from --object parser
 2020-10-07 17:29 UTC  (6+ messages)
` [PATCH v3 1/4] keyval: Parse help options
` [PATCH v3 2/4] qom: Factor out helpers from user_creatable_print_help()
` [PATCH v3 3/4] qom: Add user_creatable_print_help_from_qdict()
` [PATCH v3 4/4] qemu-storage-daemon: Remove QemuOpts from --object parser

[PATCH v4 0/5] pseries NUMA distance calculation
 2020-10-07 17:28 UTC  (6+ messages)
` [PATCH v4 1/5] spapr: add spapr_machine_using_legacy_numa() helper
` [PATCH v4 2/5] spapr_numa: forbid asymmetrical NUMA setups
` [PATCH v4 3/5] spapr_numa: change reference-points and maxdomain settings
` [PATCH v4 4/5] spapr_numa: consider user input when defining associativity
` [PATCH v4 5/5] specs/ppc-spapr-numa: update with new NUMA support

[Bug 1898490] [NEW] gtk with virtio and opengl black screen
 2020-10-07 16:49 UTC  (3+ messages)
` [Bug 1898490] "

[PATCH v6] scripts: Convert qemu-version.sh to qemu-version.py
 2020-10-07 16:48 UTC  (4+ messages)

[PATCH] vhost: Don't special case vq->used_phys in vhost_get_log_size()
 2020-10-07 16:30 UTC 

[PATCH] Adding ani's email as an individual contributor
 2020-10-07 16:14 UTC 

[RFC PATCH 00/21] contrib/gitdm: Add more companies entries
 2020-10-07 16:26 UTC  (3+ messages)
` [RFC PATCH 09/21] contrib/gitdm: Add Nutanix to the domain map

[PATCH] qcow2: Document and enforce the QCowL2Meta invariants
 2020-10-07 16:03 UTC  (6+ messages)

[PATCH v2] qcow2: Document and enforce the QCowL2Meta invariants
 2020-10-07 16:13 UTC 

[PATCH v5 0/2] Improve cirrus msys2
 2020-10-07 15:58 UTC  (7+ messages)
` [PATCH v5 1/2] cirrus: Fixing and speedup the msys2/mingw CI
` [PATCH v5 2/2] cirrus: msys2/mingw speed is up, add excluded target back

Purpose of QOM properties registered at realize time?
 2020-10-07 15:58 UTC  (10+ messages)

[PULL 00/10] migration queue
 2020-10-07 15:56 UTC  (11+ messages)
` [PULL 01/10] virtiofsd: Silence gcc warning
` [PULL 02/10] tools/virtiofsd: add support for --socket-group
` [PULL 03/10] virtiofsd: Call qemu_init_exec_dir
` [PULL 04/10] virtiofsd: avoid /proc/self/fd tempdir
` [PULL 05/10] migration: Pass incoming state into qemu_ufd_copy_ioctl()
` [PULL 06/10] migration: Introduce migrate_send_rp_message_req_pages()
` [PULL 07/10] migration: Maintain postcopy faulted addresses
` [PULL 08/10] migration: Sync requested pages after postcopy recovery
` [PULL 09/10] migration/dirtyrate: record start_time and calc_time while at the measuring state
` [PULL 10/10] migration/dirtyrate: present dirty rate only when querying the rate has completed

[PATCH] Changes to support booting NetBSD/alpha
 2020-10-07 15:41 UTC  (4+ messages)

[PATCH] configure: add option for virtiofsd
 2020-10-07 15:30 UTC  (2+ messages)

[PATCH v3 0/3] qga: add command guest-get-disks
 2020-10-07 15:15 UTC  (4+ messages)
` [PATCH v3 3/3] qga: add implementation of guest-get-disks for Windows

[PATCH] cirrus: use V=1 when running tests on FreeBSD and macOS
 2020-10-07 15:10 UTC  (3+ messages)

[PATCH v10.5 0/1] tests/tcg/aarch64: Add bti mmap smoke test
 2020-10-07 15:05 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v10 00/19] Initial support for multi-process Qemu
 2020-10-07 14:43 UTC  (10+ messages)
` [PATCH v10 06/19] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v10 07/19] multi-process: Initialize message handler in remote device
` [PATCH v10 08/19] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v10 10/19] multi-process: introduce proxy object

acceptance-system-fedora failures
 2020-10-07 14:38 UTC  (13+ messages)

[Bug 1898883] [NEW] qemu-system-riscv64 failed to load binary kernel into memory
 2020-10-07 14:29 UTC 

[PATCH v2 0/6] spapr/xive: Activate StoreEOI in P10 compat guests
 2020-10-07 14:28 UTC  (6+ messages)
` [PATCH v2 6/6] spapr/xive: Introduce a new CAS value for the StoreEOI capability

[PATCH v4 0/2] Improve cirrus msys2
 2020-10-07 14:23 UTC  (4+ messages)

[PATCH v2 0/5] Exposing backing-chain allocation over NBD
 2020-10-07 14:03 UTC  (7+ messages)
` [PATCH v2 3/5] nbd: Simplify meta-context parsing
` [PATCH v2 4/5] nbd: Add new qemu:allocation-depth metacontext
` [PATCH v2 5/5] nbd: Add 'qemu-nbd -A' to expose allocation depth

[PATCH v3 00/16] Add a General Virtual Device Fuzzer
 2020-10-07 13:53 UTC  (7+ messages)
` [PATCH v3 02/16] fuzz: Add general virtual-device fuzzer

[PATCH v5 0/7] vhost-user-blk: fix the migration issue and enhance qtests
 2020-10-07 13:52 UTC  (6+ messages)

[PATCH v1 0/2] fuzz: add virtio-blk fuzz target
 2020-10-07 13:47 UTC  (3+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] docs/fuzz: update make and run command lines

[PATCH 0/2] hw/mips: Code simplifications
 2020-10-07 13:21 UTC  (2+ messages)

[PATCH] hw/misc/mips_cpc: Start vCPU when powered on
 2020-10-07 13:13 UTC  (2+ messages)

[PATCH v1 00/20] s390x/tcg: Implement Vector enhancements facility and switch to z14
 2020-10-07 13:09 UTC  (3+ messages)

[PATCH] hw/intc: Rename NIOS2 kconfig as ALTERA_IIC
 2020-10-07 13:00 UTC 

[PATCH] target/i386: Support up to 32768 CPUs without IRQ remapping
 2020-10-07 12:24 UTC  (2+ messages)

[PATCH v8 00/17] Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread
 2020-10-07 12:18 UTC  (19+ messages)
` [PATCH v8 01/17] qtest: rename qtest_qmp_receive to qtest_qmp_receive_dict
` [PATCH v8 02/17] qtest: Reintroduce qtest_qmp_receive
` [PATCH v8 03/17] qtest: remove qtest_qmp_receive_success
` [PATCH v8 04/17] device-plug-test: use qtest_qmp to send the device_del command
` [PATCH v8 05/17] qtest: switch users back to qtest_qmp_receive
` [PATCH v8 06/17] qtest: check that drives are really appearing and disappearing
` [PATCH v8 07/17] qemu-iotests, qtest: rewrite test 067 as a qtest
` [PATCH v8 08/17] qdev: add "check if address free" callback for buses
` [PATCH v8 09/17] scsi/scsi_bus: switch search direction in scsi_device_find
` [PATCH v8 10/17] device_core: use drain_call_rcu in in qmp_device_add
` [PATCH v8 11/17] device-core: use RCU for list of children of a bus
` [PATCH v8 12/17] scsi: switch to bus->check_address
` [PATCH v8 13/17] device-core: use atomic_set on .realized property
` [PATCH v8 14/17] scsi/scsi-bus: scsi_device_find: don't return unrealized devices
` [PATCH v8 15/17] scsi/scsi_bus: Add scsi_device_get
` [PATCH v8 16/17] virtio-scsi: use scsi_device_get
` [PATCH v8 17/17] scsi/scsi_bus: fix races in REPORT LUNS

Emulate Rpi with QEMU fails
 2020-10-07 12:02 UTC  (14+ messages)

[PATCH 0/3] docs: Include QTest protocol and libqtest API on documentation
 2020-10-07 12:01 UTC  (5+ messages)
` [PATCH 2/3] docs/devel/qtest: Include protocol spec in document

[PATCH v2 0/2] migration/dirtyrate: optimizations for showing of querying dirtyrate
 2020-10-07 11:58 UTC  (2+ messages)

[PATCH] tests/docker: Add genisoimage to the docker file
 2020-10-07 11:56 UTC  (2+ messages)

[PATCH v4 0/4] migration/postcopy: Sync faulted addresses after network recovered
 2020-10-07 11:41 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).