summary refs log tree commit diff stats
path: root/python/qemu/qmp.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-01Acceptance Tests: add basic documentation on LinuxTest base classCleber Rosa1-0/+26
2021-06-01tests/acceptance/virtiofs_submounts.py: remove launch_vm()Cleber Rosa1-8/+5
2021-06-01Acceptance Tests: set up SSH connection by default after boot for LinuxTestCleber Rosa3-11/+13
2021-06-01Acceptance Tests: make username/password configurableCleber Rosa1-2/+4
2021-06-01Acceptance Tests: add port redirection for ssh by defaultCleber Rosa2-5/+4
2021-06-01Acceptance Tests: move useful ssh methods to base classCleber Rosa3-75/+50
2021-06-01Python: add utility function for retrieving port redirectionCleber Rosa5-32/+78
2021-06-01tests/acceptance/virtiofs_submounts.py: evaluate string not lengthCleber Rosa1-1/+1
2021-06-01tests/acceptance/virtiofs_submounts.py: add missing accel tagCleber Rosa1-0/+1
2021-06-01Python: expose QEMUMachine's temporary directoryCleber Rosa3-12/+20
2021-05-28hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-XRuimei Yan4-7/+15
2021-05-28hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told toRuimei Yan1-2/+3
2021-05-28hw/input/hid: Add support for keys of jp106 keyboard.Katsuhiro Ueno1-2/+2
2021-05-27gitlab: Convert check-dco/check-patch jobs to the 'rules' syntaxPhilippe Mathieu-Daudé1-7/+9
2021-05-27gitlab: Use $CI_DEFAULT_BRANCH instead of hardcoded 'master'Philippe Mathieu-Daudé1-2/+2
2021-05-27gitlab: Run Avocado tests manually (except mainstream CI)Philippe Mathieu-Daudé2-0/+36
2021-05-27gitlab: Keep Avocado reports during 1 weekPhilippe Mathieu-Daudé1-2/+2
2021-05-27gitlab: Extract cross-container jobs to container-cross.ymlPhilippe Mathieu-Daudé2-193/+193
2021-05-27gitlab: Document how forks can use different set of jobsPhilippe Mathieu-Daudé1-0/+13
2021-05-27gitlab: Move current job set to qemu-project.ymlPhilippe Mathieu-Daudé2-7/+12
2021-05-27gitlab: Extract all default build/test jobs to buildtest.ymlPhilippe Mathieu-Daudé2-729/+731
2021-05-27gitlab: Drop linux user build job for CentOS 7Daniel P. Berrangé1-9/+0
2021-05-27gitlab: Extract core container jobs to container-core.ymlPhilippe Mathieu-Daudé2-16/+18
2021-05-27gitlab: Extract default build/test jobs templatesPhilippe Mathieu-Daudé2-70/+70
2021-05-27gitlab: Extract build stages to stages.ymlPhilippe Mathieu-Daudé2-9/+9
2021-05-27gitlab: Extract DCO/style check jobs to static_checks.ymlPhilippe Mathieu-Daudé2-25/+25
2021-05-27gitlab: Extract crossbuild job templates to crossbuild-template.ymlPhilippe Mathieu-Daudé2-41/+43
2021-05-27gitlab: Extract container job template to container-template.ymlPhilippe Mathieu-Daudé2-21/+23
2021-05-27gitlab: Enable cross-i386 builds of TCIRichard Henderson1-1/+10
2021-05-27gitlab: Rename ACCEL_CONFIGURE_OPTS to EXTRA_CONFIGURE_OPTSRichard Henderson1-6/+6
2021-05-27gitlab: Replace YAML anchors by extends (acceptance_test_job)Philippe Mathieu-Daudé1-19/+11
2021-05-27virtio-gpu: Update cursor data using blobVivek Kasireddy1-5/+14
2021-05-27virtio-gpu: Add virtio_gpu_set_scanout_blobVivek Kasireddy3-7/+103
2021-05-27virtio-gpu: Factor out update scanoutVivek Kasireddy1-12/+23
2021-05-27virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy3-0/+89
2021-05-27ui/pixman: Add qemu_pixman_to_drm_format()Vivek Kasireddy2-11/+25
2021-05-27virtio-gpu: Add virtio_gpu_resource_create_blobVivek Kasireddy3-3/+80
2021-05-27virtio-gpu: Add initial definitions for blob resourcesVivek Kasireddy3-0/+20
2021-05-27virtio-gpu: Refactor virtio_gpu_create_mapping_iovVivek Kasireddy3-12/+12
2021-05-27virtio-gpu: Refactor virtio_gpu_set_scanoutVivek Kasireddy2-64/+95
2021-05-27virtio-gpu: Add virtio_gpu_find_check_resourceVivek Kasireddy1-19/+47
2021-05-27stubs: Add stubs for udmabuf helpersVivek Kasireddy3-1/+20
2021-05-27virtio-gpu: Add udmabuf helpersVivek Kasireddy3-0/+170
2021-05-27headers: Add udmabuf.hVivek Kasireddy2-0/+35
2021-05-27ui: Get the fd associated with udmabuf driverVivek Kasireddy3-0/+44
2021-05-27hw/display/qxl: Set pci rom address aligned with page sizemaobibo1-1/+1
2021-05-27vhost-user-gpu: abstract vg_cleanup_mapping_iovLi Qiang3-9/+26
2021-05-27vhost-user-gpu: fix OOB write in 'virgl_cmd_get_capset' (CVE-2021-3546)Li Qiang1-0/+4
2021-05-27vhost-user-gpu: fix memory leak in 'virgl_resource_attach_backing' (CVE-2021-...Li Qiang1-1/+4
2021-05-27vhost-user-gpu: fix memory leak in 'virgl_cmd_resource_unref' (CVE-2021-3544)Li Qiang1-0/+7