qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-06 12:13:22 to 2020-10-07 00:13:44 UTC [more...]

[PATCH 00/20] python/qemu: strictly typed mypy conversion, pt2
 2020-10-06 23:58 UTC  (15+ messages)
` [PATCH 01/20] python/qemu: use isort to lay out imports
` [PATCH 02/20] python/machine.py: Fix monitor address typing
` [PATCH 03/20] python/machine.py: reorder __init__
` [PATCH 04/20] python/machine.py: Don't modify state in _base_args()
` [PATCH 05/20] python/machine.py: Handle None events in events_wait
` [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 10/20] iotests.py: Adjust HMP kwargs typing
` [PATCH 11/20] python/qemu: Add mypy type annotations
` [PATCH 14/20] python/qemu/console_socket.py: Clarify type of drain_thread
` [PATCH 16/20] python/console_socket: avoid encoding to/from string
` [PATCH 19/20] python/qemu/qmp.py: Straighten out exception hierarchy

[PATCH v11 0/3] Add Versal usb model
 2020-10-06 23:21 UTC  (4+ messages)
` [PATCH v11 2/3] usb: Add DWC3 model

acceptance-system-fedora failures
 2020-10-06 23:07 UTC 

[PULL 00/21] machine + QOM queue, 2020-10-06
 2020-10-06 22:09 UTC  (22+ messages)
` [PULL 01/21] hw/core/qdev-properties: Use qemu_strtol() in set_mac() handler
` [PULL 02/21] hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()
` [PULL 03/21] hw/core/qdev-properties: Fix code style
` [PULL 04/21] hw/core/qdev-properties: Export enum-related functions
` [PULL 05/21] hw/core/qdev-properties: Export qdev_prop_enum
` [PULL 06/21] hw/core/qdev-properties: Export some integer-related functions
` [PULL 07/21] hw/core/qdev-properties: Extract system-mode specific properties
` [PULL 08/21] hw/core/cpu: Add missing 'exec/cpu-common.h' include
` [PULL 09/21] qom: Improve error message displayed with missing object properties
` [PULL 10/21] qom: Fix DECLARE_*CHECKER documentation
` [PULL 11/21] docs/devel/qom: Fix indentation of bulleted list
` [PULL 12/21] docs/devel/qom: Fix indentation of code blocks
` [PULL 13/21] docs/devel/qom: Use *emphasis* for emphasis
` [PULL 14/21] docs/devel/qom: Remove usage of <code>
` [PULL 15/21] docs/devel/qom: Avoid long lines
` [PULL 16/21] kernel-doc: Handle function typedefs that return pointers
` [PULL 17/21] kernel-doc: Handle function typedefs without asterisks
` [PULL 18/21] qom: Explicitly tag doc comments for typedefs and structs
` [PULL 19/21] memory: Explicitly tag doc comments for structs
` [PULL 20/21] kernel-doc: Remove $decl_type='type name' hack
` [PULL 21/21] numa: hmat: require parent cache description before the next level one

Purpose of QOM properties registered at realize time?
 2020-10-06 22:06 UTC 

[PATCH 0/1] docs: Clarify formatting for 'fmode' and 'dmode'
 2020-10-06 20:25 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] qom: fix objects with improper parent type
 2020-10-06 19:20 UTC  (3+ messages)

Fwd: Enable IOMMU Inside QEMU
 2020-10-06 20:23 UTC  (2+ messages)

[PULL 00/37] Build system + accel + record/replay patches for 2020-10-06
 2020-10-06 20:13 UTC  (4+ messages)
` [PULL 27/37] migration: introduce icount field for snapshots

[PATCH v7 00/14] Reverse debugging
 2020-10-06 19:55 UTC  (6+ messages)
` [PATCH v7 14/14] tests/acceptance: add reverse debugging test

[PATCH 00/16] hw/mips: Set CPU frequency
 2020-10-06 19:53 UTC  (11+ messages)
` [PATCH 01/16] hw/core/cpu: Let CPU object have a clock source

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

[RFC PATCH 0/2] contrib/gitdm: Add more academic contributors
 2020-10-06 18:41 UTC  (5+ messages)
` [RFC PATCH 1/2] "

[PULL 00/16] s390-ccw bios update
 2020-10-06 18:31 UTC  (17+ messages)
` [PULL 01/16] pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-common
` [PULL 02/16] pc-bios/s390-ccw: Move ipl-related code from main() into a separate function
` [PULL 03/16] pc-bios/s390-ccw: Introduce ENODEV define and remove guards of others
` [PULL 04/16] pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate function
` [PULL 05/16] pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk
` [PULL 06/16] pc-bios/s390-ccw: Scan through all devices if no boot device specified
` [PULL 07/16] pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad
` [PULL 08/16] pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()
` [PULL 09/16] pc-bios/s390-ccw: fix off-by-one error
` [PULL 10/16] pc-bios/s390-ccw: break loop if a null block number is reached
` [PULL 11/16] pc-bios: s390x: Fix bootmap.c zipl component entry data handling
` [PULL 12/16] pc-bios: s390x: Save PSW rework
` [PULL 13/16] pc-bios: s390x: Use reset PSW if avaliable
` [PULL 14/16] pc-bios: s390x: Go into disabled wait when encountering a PGM exception
` [PULL 15/16] pc-bios/s390: Update the s390-ccw bios binaries
` [PULL 16/16] tests/qtest/cdrom: Add more s390x-related boot tests

KVM call for agenda for 2020-10-06
 2020-10-06 18:21 UTC  (3+ messages)

[PATCH v4 0/4] pc-bios: s390x: Cleanup part 2
 2020-10-06 18:10 UTC  (3+ messages)
` [PATCH v4 3/4] pc-bios: s390x: Use reset PSW if avaliable

[PATCH] elfload: use g_new instead of malloc
 2020-10-06 17:58 UTC  (8+ messages)
        ` [PATCH v2] elfload: use g_new/g_malloc and g_autofree

[PATCH v2 0/6] spapr/xive: Activate StoreEOI in P10 compat guests
 2020-10-06 17:56 UTC  (16+ messages)
` [PATCH v2 1/6] spapr/xive: Introduce a StoreEOI capability
` [PATCH v2 2/6] spapr/xive: Add a warning when StoreEOI is activated on POWER8 CPUs
` [PATCH v2 3/6] spapr/xive: Add a warning when StoreEOI is activated on POWER9 CPUs
` [PATCH v2 4/6] spapr/xive: Enforce load-after-store ordering
` [PATCH v2 5/6] spapr/xive: Activate StoreEOI at the source level
` [PATCH v2 6/6] spapr/xive: Introduce a new CAS value for the StoreEOI capability

[PATCH v5 00/36] qapi: static typing conversion, pt1
 2020-10-06 17:51 UTC  (11+ messages)
` [PATCH v5 02/36] qapi: modify docstrings to be sphinx-compatible
` [PATCH v5 03/36] qapi-gen: Separate arg-parsing from generation

[PATCH] tests/docker: Add genisoimage to the docker file
 2020-10-06 17:44 UTC  (2+ messages)

[PATCH v2 0/9] Retrieve zPCI hardware information from VFIO
 2020-10-06 17:38 UTC  (15+ messages)
` [PATCH v2 1/9] s390x/pci: Move header files to include/hw/s390x
` [PATCH v2 2/9] MAINTAINERS: Update s390 PCI entry to include headers
` [PATCH v2 3/9] update-linux-headers: Add vfio_zdev.h
` [PATCH v2 4/9] linux-headers: update against 5.9-rc7
` [PATCH v2 5/9] s390x/pci: create a header dedicated to PCI CLP

[PATCH v5 00/10] migration: bring improved savevm/loadvm/delvm to QMP
 2020-10-06 17:36 UTC  (4+ messages)
` [PATCH v5 10/10] migration: introduce snapshot-{save, load, delete} QMP commands
    ` [PATCH v5 10/10] migration: introduce snapshot-{save,load,delete} "

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

[PATCH 0/3] docs: Include QTest protocol and libqtest API on documentation
 2020-10-06 17:22 UTC  (6+ messages)
` [PATCH 3/3] docs/devel/qtest: Include libqtest API reference

[PATCH v3 0/1] qom: Fix missing interface in qemu-storage-daemon
 2020-10-06 16:20 UTC  (11+ messages)
` [PATCH v3 1/1] hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACE

[PATCH v2 0/6] virtiofsd xattr name mappings
 2020-10-06 16:17 UTC  (6+ messages)
` [PATCH v2 3/6] tools/virtiofsd: xattr name mappings: Add option
` [PATCH v2 5/6] tools/virtiofsd: xattr name mappings: Map server xattr names

[PATCH] hw/ide/ahci: silence a compiler warning
 2020-10-06 16:11 UTC  (2+ messages)

[PATCH 00/12] contrib/gitdm: First round of updates
 2020-10-06 16:06 UTC  (13+ messages)
` [PATCH 01/12] contrib/gitdm: Add more academic domains
` [PATCH 02/12] contrib/gitdm: Add more individual contributors
` [PATCH 03/12] contrib/gitdm: Add Baidu to the domain map
` [PATCH 04/12] contrib/gitdm: Add ByteDance "
` [PATCH 05/12] contrib/gitdm: Add Google "
` [PATCH 06/12] contrib/gitdm: Add Nuvia "
` [PATCH 07/12] contrib/gitdm: Add Qualcomm "
` [PATCH 08/12] contrib/gitdm: Add Nir Soffer to Red Hat domain
` [PATCH 09/12] contrib/gitdm: Add SUSE to the domain map
` [PATCH 10/12] contrib/gitdm: Add Yadro "
` [PATCH 11/12] contrib/gitdm: Add Yandex "
` [PATCH 12/12] .mailmap: Fix more contributor entries

[PATCH] vhost: Ignore vrings in dirty log when using a vIOMMU
 2020-10-06 15:30 UTC  (7+ messages)

[PATCH v2] numa: hmat: require parent cache description before the next level one
 2020-10-06 15:00 UTC 

[RFC PATCH 00/21] contrib/gitdm: Add more companies entries
 2020-10-06 14:14 UTC  (9+ messages)
` [RFC PATCH 08/21] contrib/gitdm: Add Mentor Graphics to the domain map

[PATCH v5] hw/avr: Add limited support for avr gpio registers
 2020-10-06 13:53 UTC 

[PATCH v2 0/3] qga: add command guest-get-disk
 2020-10-06 13:56 UTC  (5+ messages)
` [PATCH v2 1/3] qga: add command guest-get-disks

[PATCH] hw/pci: Fix typo in PCI hot-plug error message
 2020-10-06 13:53 UTC  (2+ messages)

[PATCH] virtiofsd: avoid /proc/self/fd tempdir
 2020-10-06 13:43 UTC  (2+ messages)

[PATCH v2 0/9] meson: Move the creation of the library to the main meson.build
 2020-10-06 13:09 UTC  (13+ messages)
` [PATCH v2 1/9] meson.build: Add comments to clarify code organization
` [PATCH v2 2/9] meson.build: Sort sourcesets alphabetically
` [PATCH v2 3/9] hw/core: Move the creation of the library to the main meson.build
` [PATCH v2 4/9] chardev: "
` [PATCH v2 5/9] migration: "
` [PATCH v2 6/9] io: "
` [PATCH v2 7/9] crypto: "
` [PATCH v2 8/9] authz: "
` [PATCH v2 9/9] qom: "

[PATCH v7 00/13] Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread
 2020-10-06 13:17 UTC  (17+ messages)
` [PATCH v7 01/13] qtest: rename qtest_qmp_receive to qtest_qmp_receive_dict
` [PATCH v7 02/13] qtest: Reintroduce qtest_qmp_receive
` [PATCH v7 03/13] qtest: switch users back to qtest_qmp_receive
` [PATCH v7 04/13] qdev: add "check if address free" callback for buses
` [PATCH v7 05/13] scsi: switch to bus->check_address
` [PATCH v7 06/13] scsi/scsi_bus: switch search direction in scsi_device_find
` [PATCH v7 07/13] device_core: use drain_call_rcu in in qmp_device_add
` [PATCH v7 08/13] device-core: use RCU for list of children of a bus
` [PATCH v7 09/13] device-core: use atomic_set on .realized property
` [PATCH v7 10/13] scsi/scsi-bus: scsi_device_find: don't return unrealized devices
` [PATCH v7 11/13] scsi/scsi_bus: Add scsi_device_get
` [PATCH v7 12/13] virtio-scsi: use scsi_device_get
` [PATCH v7 13/13] scsi/scsi_bus: fix races in REPORT LUNS

[PATCH v2 0/1] qom: Fix missing interface in qemu-storage-daemon
 2020-10-06 13:03 UTC  (8+ messages)
` [PATCH v2 1/1] hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACE

[PATCH v2] hw/pci/pci: Fix slot check for plugged devices
 2020-10-06 12:59 UTC 

[PATCH 00/10] meson: Move the creation of the library to the main meson.build
 2020-10-06 12:48 UTC  (3+ messages)

[PULL v2 00/17] Block patches
 2020-10-06 12:18 UTC  (2+ messages)

[PATCH v5 0/7] Enable plugin support on msys2/mingw
 2020-10-06 12:09 UTC  (4+ messages)
` [PATCH v5 5/7] plugin: Getting qemu-plugin works under win32
` [PATCH v5 6/7] plugin: Getting qemu-plugin.h can be included in multiple source file
` [PATCH v5 7/7] cirrus: Enable plugin in cirrus for windows


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