qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-07 00:09:52 to 2020-10-07 12:18:36 UTC [more...]

[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 v8 00/17] Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread
 2020-10-07 11:57 UTC  (18+ 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

[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 v5 00/36] qapi: static typing conversion, pt1
 2020-10-07 11:55 UTC  (34+ 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 07/36] qapi: enforce import order/styling with isort
` [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 21/36] qapi/commands.py: Don't re-bind to variable of different type
` [PATCH v5 23/36] qapi/commands.py: enable checking with mypy
` [PATCH v5 24/36] qapi/source.py: add type hint annotations

[PATCH] qcow2: Document and enforce the QCowL2Meta invariants
 2020-10-07 11:52 UTC 

[PATCH v2 0/5] Exposing backing-chain allocation over NBD
 2020-10-07 11:51 UTC  (7+ messages)
` [PATCH v2 1/5] qemu-nbd: Honor SIGINT and SIGHUP
` [PATCH v2 2/5] nbd/server: Reject embedded NUL in NBD strings
` [PATCH v2 3/5] nbd: Simplify meta-context parsing

[PATCH v4 0/4] migration/postcopy: Sync faulted addresses after network recovered
 2020-10-07 11:41 UTC  (2+ messages)

[PATCH] hw/misc/mips_cpc: Start vCPU when powered on
 2020-10-07 11:39 UTC 

Emulate Rpi with QEMU fails
 2020-10-07 11:36 UTC  (13+ messages)

[PULL 00/33] ppc-for-5.2 queue 20200908
 2020-10-07 11:36 UTC  (6+ messages)
` [PULL 19/33] mips/cps: Use start-powered-off CPUState property

[PATCH 00/20] python/qemu: strictly typed mypy conversion, pt2
 2020-10-07 11:35 UTC  (36+ messages)
` [PATCH 01/20] python/qemu: use isort to lay out imports
` [PATCH 03/20] python/machine.py: reorder __init__
` [PATCH 06/20] python/machine.py: use qmp.command
` [PATCH 07/20] python/machine.py: Add _qmp access shim
` [PATCH 08/20] python/machine.py: fix _popen access
` [PATCH 09/20] python/qemu: make 'args' style arguments immutable
` [PATCH 11/20] python/qemu: Add mypy type annotations
` [PATCH 12/20] python/qemu/console_socket.py: Correct type of recv()
` [PATCH 13/20] python/qemu/console_socket.py: fix typing of settimeout
` [PATCH 14/20] python/qemu/console_socket.py: Clarify type of drain_thread
` [PATCH 15/20] python/qemu/console_socket.py: Add type hint annotations
` [PATCH 16/20] python/console_socket: avoid encoding to/from string
` [PATCH 17/20] python/qemu/qmp.py: Preserve error context on re-raise
` [PATCH 18/20] python/qemu/qmp.py: re-raise OSError when encountered
` [PATCH 19/20] python/qemu/qmp.py: Straighten out exception hierarchy
` [PATCH 20/20] python: add mypy config

acceptance-system-fedora failures
 2020-10-07 11:22 UTC  (9+ messages)

Fwd: Enable IOMMU Inside QEMU
 2020-10-07 11:20 UTC  (3+ messages)

[PATCH v2 0/2] hw/arm/sbsa-ref : small fixes to smmuv3 initialisation
 2020-10-07 11:09 UTC  (8+ messages)
` [PATCH v2 1/2] hw/arm/sbsa-ref : Fix SMMUv3 Initialisation
` [PATCH v2 2/2] hw/arm/sbsa-ref : allocate IRQs for SMMUv3

[PULL v8 00/86] Misc QEMU patches for 2020-09-24
 2020-10-07 10:57 UTC  (5+ messages)

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

[PATCH] virtiofsd: Call qemu_init_exec_dir
 2020-10-07 10:56 UTC  (2+ messages)

[RFC PATCH 00/19] vhost-user-rpmb (Replay Protected Memory Block)
 2020-10-07 10:48 UTC  (3+ messages)
` [RFC PATCH 01/19] tools/virtiofsd: add support for --socket-group

[PATCH v2 0/6] virtiofsd xattr name mappings
 2020-10-07 10:42 UTC  (3+ messages)
` [PATCH v2 1/6] virtiofsd: Silence gcc warning

[PATCH v2] hw/pci/pci: Fix slot check for plugged devices
 2020-10-07 10:38 UTC  (3+ messages)

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

[PATCH v10 0/9] Apply COR-filter to the block-stream permanently
 2020-10-07 10:21 UTC  (7+ messages)
` [PATCH v10 6/9] copy-on-read: skip non-guest reads if no copy needed
` [PATCH v10 7/9] stream: skip filters when writing backing file name to QCOW2 header
` [PATCH v10 8/9] block: remove unused backing-file name parameter

[PATCH v2 0/6] spapr/xive: Activate StoreEOI in P10 compat guests
 2020-10-07  9:21 UTC  (14+ messages)
` [PATCH v2 1/6] spapr/xive: Introduce a StoreEOI capability
` [PATCH v2 3/6] spapr/xive: Add a warning when StoreEOI is activated on POWER9 CPUs
` [PATCH v2 5/6] spapr/xive: Activate StoreEOI at the source level

[PATCH] configure: add option for virtiofsd
 2020-10-07  9:29 UTC 

[PULL 00/21] machine + QOM queue, 2020-10-05
 2020-10-07  9:10 UTC  (9+ messages)

[PATCH v3 0/3] Improve cirrus msys2
 2020-10-07  8:54 UTC  (8+ messages)
` [PATCH v3 1/3] docker: Add win32/msys2/mingw64 docker
` [PATCH v3 2/3] cirrus: Fixing and speedup the msys2/mingw CI
` [PATCH v3 3/3] cirrus: msys2/mingw speed is up, add excluded target back

[PATCH V13 0/9] mips: Add Loongson-3 machine support
 2020-10-07  8:51 UTC  (11+ messages)
` [PATCH V13 1/9] linux-headers: Update MIPS KVM type defintition
` [PATCH V13 2/9] meson.build: Re-enable KVM support for MIPS
` [PATCH V13 3/9] target/mips: Fix PageMask with variable page size
` [PATCH V13 4/9] target/mips: Add loongson-ext lswc2 group of instructions (Part 1)
` [PATCH V13 5/9] target/mips: Add loongson-ext lswc2 group of instructions (Part 2)
` [PATCH V13 6/9] target/mips: Add loongson-ext lsdc2 group of instructions
` [PATCH V13 7/9] hw/mips: Implement fw_cfg_arch_key_name()
` [PATCH V13 8/9] hw/mips: Add Loongson-3 machine support
` [PATCH V13 9/9] docs/system: Update MIPS machine documentation

[PATCH 0/2] Improve cirrus msys2
 2020-10-07  8:29 UTC  (6+ messages)
` [PATCH 1/2] docker: Add win32/msys2/mingw64 docker
` [PATCH 2/2] cirrus: Fixing and speedup the msys2/mingw CI

[PATCH v3 0/3] qga: add command guest-get-disks
 2020-10-07  8:20 UTC  (6+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] qga: add implementation of guest-get-disks for Linux
` [PATCH v3 3/3] qga: add implementation of guest-get-disks for Windows

[PATCH 0/2] simplify tests/qtest/meson.build and update docs
 2020-10-07  8:03 UTC  (3+ messages)
` [PATCH 1/2] qtest: unify extra_qtest_srcs and extra_qtest_deps
` [PATCH 2/2] docs/devel: update instruction on how to add new unit tests

[PATCH v4 0/4] Introducing QMP query-netdev command
 2020-10-07  7:52 UTC  (2+ messages)

[PATCH] qom: fix objects with improper parent type
 2020-10-07  7:37 UTC  (4+ messages)

[PATCH v2 0/9] Retrieve zPCI hardware information from VFIO
 2020-10-07  7:35 UTC  (6+ messages)
` [PATCH v2 1/9] s390x/pci: Move header files to include/hw/s390x

[PATCH] meson.build: drop duplicate 'sparc64' entry
 2020-10-07  7:20 UTC 

[PATCH v3 0/2] hw/virtio-pci: AER capability
 2020-10-07  7:13 UTC  (5+ messages)
` [PATCH v3 2/2] hw/virtio-pci Added "

[PATCH v2 0/9] 5p80: Add SFDP support
 2020-10-07  6:33 UTC  (4+ messages)

[PULL 00/16] s390-ccw bios update
 2020-10-07  5:59 UTC  (2+ messages)

[PATCH v7 00/14] Reverse debugging
 2020-10-07  5:42 UTC  (4+ messages)
` [PATCH v7 14/14] tests/acceptance: add reverse debugging test

[PATCH 00/14] *** ARC port for review ***
 2020-10-07  4:31 UTC  (7+ messages)
` [PATCH 01/14] arc: Add initial core cpu files
` [PATCH 12/14] arc: Add Synopsys ARC emulation boards
` [PATCH 13/14] arc: Add support for ARCv2

[Bug 562107] Re: QEmu GDB stub uses IPv6 instead of v4 (or both)
 2020-10-07  4:17 UTC 

[Bug 897466] Re: UHCI Host Controller no longer present with -usb
 2020-10-07  4:17 UTC  (3+ messages)

[Qemu-devel] [Bug 1180923] [NEW] unused memory filled with 0x00 instead of 0xFF
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1180923] "

[Qemu-devel] [Bug 1187319] [NEW] Ctrl-Alt-- and Ctrl-Alt-+ have no effect in SDL
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1187319] "

[Qemu-devel] [Bug 754635] [NEW] -d option outs wrong info about sections
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 754635] "

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

[Qemu-devel] [Bug 1196145] [NEW] usb-host: hostaddr=0XX is parsed as octal number
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1196145] "

[Qemu-devel] [Bug 1193555] [NEW] Add scale options to window menu
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1193555] "

[Qemu-devel] [Bug 1219234] [NEW] -device ide-hd will assign bus with with no free units
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1219234] "

[Qemu-devel] [Bug 1306818] [NEW] resetting moder register in opencores_eth.c code (ethernet IP core specification code)
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1306818] "

[Qemu-devel] [Bug 1245543] [NEW] Wrong implementation of SSE4.1 pmovzxbw and similar instructions
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1245543] "

[Qemu-devel] [Bug 1030807] [NEW] PCI host bridge should ignore 1- and 2-byte I/O accesses
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1030807] "

[Qemu-devel] [Bug 1248959] [NEW] pdpe1gb flag is missing in guest running on Intel h/w
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1248959] "

[Bug 1323758] Re: Mouse stops working when connected usb-storage-device
 2020-10-07  4:17 UTC  (2+ messages)

[Qemu-devel] [Bug 1280521] [NEW] Plan 9 can't use GUI well emulating a RTL8139 card
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1280521] "

[Qemu-devel] [Bug 1462949] [NEW] vmdk files cause qemu-img to consume lots of time and memory
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1462949] "

[Qemu-devel] [Bug 1478376] [NEW] PL050 KMIDATA register does not reset
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1478376] "

[Qemu-devel] [Bug 1505041] [NEW] Live snapshot revert times increases linearly with snapshot age
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1505041] "

[Qemu-devel] [Bug 1479717] [NEW] Auto resize VM doesn't work with windows 10 guest
 2020-10-07  4:17 UTC  (2+ messages)
` [Bug 1479717] "

[PATCH v2 0/2] Improve cirrus msys2
 2020-10-07  3:11 UTC  (3+ messages)
` [PATCH v2 1/2] docker: Add win32/msys2/mingw64 docker
` [PATCH v2 2/2] cirrus: Fixing and speedup the msys2/mingw CI

[PATCH] qemu-palcode: Changes to support booting NetBSD/alpha
 2020-10-07  2:52 UTC 

[Bug 1897194] [NEW] Test failure in test-crypto-secret.c
 2020-10-07  2:44 UTC  (2+ messages)
` [Bug 1897194] "


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).