summary refs log tree commit diff stats
path: root/python/qemu/utils/qemu_ga_client.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-21hw/virtio: Extract QMP related code virtio-qmp.cPhilippe Mathieu-Daudé4-634/+682
2022-12-21hw/virtio: Extract config read/write accessors to virtio-config-io.cPhilippe Mathieu-Daudé3-190/+205
2022-12-21hw/virtio: Constify qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé1-17/+17
2022-12-21hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé1-14/+42
2022-12-21hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]Philippe Mathieu-Daudé1-21/+22
2022-12-21hw/virtio: Add missing "hw/core/cpu.h" includePhilippe Mathieu-Daudé1-0/+1
2022-12-21hw/cxl/device: Add Flex Bus Port DVSECIra Weiny1-0/+11
2022-12-21hw/acpi: Rename tco.c -> ich9_tco.cPhilippe Mathieu-Daudé7-8/+8
2022-12-21acpi/tests/avocado/bits: add mformat as one of the dependenciesAni Sinha1-1/+1
2022-12-21docs/acpi/bits: document BITS_DEBUG environment variableAni Sinha1-0/+3
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov17-46/+19
2022-12-21remove DEC 21154 PCI bridgeIgor Mammedov5-181/+4
2022-12-21vhost: fix vq dirty bitmap syncing when vIOMMU is enabledJason Wang1-20/+64
2022-12-21acpi/tests/avocado/bits: add SPDX license identifiers for bios bits testsAni Sinha3-0/+12
2022-12-21include/hw: attempt to document VirtIO feature variablesAlex Bennée2-4/+40
2022-12-21vhost-user: send set log base message only onceYajun Wu1-0/+5
2022-12-21vdpa: always start CVQ in SVQ mode if possibleEugenio Pérez2-2/+111
2022-12-21vdpa: add shadow_data to vhost_vdpaEugenio Pérez3-3/+6
2022-12-21vdpa: store x-svq parameter in VhostVDPAStateEugenio Pérez1-0/+3
2022-12-21vdpa: add asid parameter to vhost_vdpa_dma_map/unmapEugenio Pérez4-19/+41
2022-12-21vdpa: allocate SVQ array unconditionallyEugenio Pérez1-4/+0
2022-12-21vdpa: move SVQ vring features check to net/Eugenio Pérez2-31/+4
2022-12-21vdpa: request iova_range only onceEugenio Pérez2-28/+14
2022-12-21vdpa: add vhost_vdpa_net_valid_svq_featuresEugenio Pérez1-9/+17
2022-12-21vhost: move iova_tree set to vhost_svq_startEugenio Pérez3-11/+8
2022-12-21vhost: allocate SVQ device file descriptors at device startEugenio Pérez2-36/+30
2022-12-21vhost: set SVQ device call handler at SVQ startEugenio Pérez1-2/+2
2022-12-21vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stopEugenio Pérez1-2/+2
2022-12-21vdpa-dev: mark the device as unmigratableLongpeng1-0/+1
2022-12-21vdpa: add vdpa-dev-pci supportLongpeng2-0/+103
2022-12-21vdpa: add vdpa-dev supportLongpeng4-0/+425
2022-12-21virtio: get class_id and pci device id by the virtio idLongpeng2-0/+93
2022-12-21ich9: honour 'enable_tco' propertyDaniel P. Berrangé1-2/+4
2022-12-21hw/isa: enable TCO watchdog reboot pin strap by defaultDaniel P. Berrangé3-3/+5
2022-12-21pc: clean up compat machinesCornelia Huck2-41/+2
2022-12-21hw: Add compat machines for 8.0Cornelia Huck10-7/+79
2022-12-21hw/watchdog: add trace events for watchdog action handlingDaniel P. Berrangé2-0/+8
2022-12-21hw/isa: add trace events for ICH9 LPC chip config accessDaniel P. Berrangé2-0/+7
2022-12-21hw/acpi: add trace events for TCO watchdog register accessDaniel P. Berrangé2-13/+30
2022-12-18target/tricore: Fix gdbstub write to address registersRichard Henderson1-1/+1
2022-12-18target/sh4: Mask restore of env->flags from tb->flagsGuenter Roeck1-1/+1
2022-12-16target/hexagon: import additional testsNiccolò Izzo27-1/+766
2022-12-16target/hexagon: call idef-parser functionsAlessandro Di Federico5-34/+154
2022-12-16target/hexagon: import parser for idef-parserAnton Johansson4-0/+3730
2022-12-16target/hexagon: import lexer for idef-parserPaolo Montesel3-0/+730
2022-12-16target/hexagon: prepare input for the idef-parserAlessandro Di Federico5-0/+317
2022-12-16target/hexagon: introduce new helper functionsNiccolò Izzo3-2/+166
2022-12-16target/hexagon: make helper functions non-staticPaolo Montesel4-35/+99
2022-12-16target/hexagon: make slot number an unsignedPaolo Montesel2-12/+14
2022-12-16target/hexagon: import README for idef-parserAlessandro Di Federico2-0/+727