aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-27vhost-user-gpu: fix memory leak while calling 'vg_resource_unref' (CVE-2021-3...Li Qiang1-0/+1
2021-05-27vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544)Li Qiang1-0/+5
2021-05-27vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)Li Qiang1-0/+1
2021-05-27vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info (CVE-2021-...Li Qiang1-0/+1
2021-05-26Merge remote-tracking branch 'remotes/kraxel/tags/input-20210526-pull-request...Peter Maydell4-85/+293
2021-05-26hw/input/ps2: Use ps2_raise_irq() instead of open coding itPhilippe Mathieu-Daudé1-4/+4
2021-05-26pckbd: clear outport_present in outer pre_load()Volker Rümelin1-2/+1
2021-05-26pckbd: remove duplicated keyboard and mouse definesVolker Rümelin1-37/+0
2021-05-26pckbd: correctly disable PS/2 communicationVolker Rümelin1-4/+47
2021-05-26pckbd: add function kbd_pending()Volker Rümelin1-7/+14
2021-05-26pckbd: add controller response queueVolker Rümelin1-7/+35
2021-05-26pckbd: add state variable for interrupt sourceVolker Rümelin1-5/+28
2021-05-26pckbd: PS/2 keyboard throttleVolker Rümelin1-0/+61
2021-05-26pckbd: don't update OBF flags if KBD_STAT_OBF is setVolker Rümelin2-20/+84
2021-05-26pckbd: split out interrupt line changing codeVolker Rümelin1-10/+22
2021-05-26ps2: don't deassert irq twice if queue is emptyVolker Rümelin1-1/+3
2021-05-26ps2: don't raise an interrupt if queue is fullVolker Rümelin1-0/+4
2021-05-26ps2: fix mouse stream corruptionVolker Rümelin1-1/+2
2021-05-26hw/input: expand trace info reported for ps2 deviceDaniel P. Berrangé2-2/+3
2021-05-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-upda...Peter Maydell5-184/+297
2021-05-25plugins/syscall: Added a table-like summary outputMahmoud Mandour1-5/+93
2021-05-25gdbstub: tidy away reverse debugging check into functionAlex Bennée1-2/+11
2021-05-25hmp-commands: expand type of icount to "l" in replay commandsAlex Bennée1-2/+2
2021-05-25gdbstub: Replace GdbCmdContext with plain g_array()Alex Bennée1-168/+154
2021-05-25gdbstub: Constify GdbCmdParseEntryPhilippe Mathieu-Daudé1-4/+4
2021-05-25gitlab: add special rule for the hexagon containerAlex Bennée2-1/+32
2021-05-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210525'...Peter Maydell33-1258/+8233
2021-05-25target/arm: Enable SVE2 and related extensionsRichard Henderson3-0/+16
2021-05-25linux-user/aarch64: Enable hwcap bits for sve2 and related extensionsRichard Henderson1-0/+10
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson7-0/+169
2021-05-25target/arm: Implement aarch32 VSUDOT, VUSDOTRichard Henderson3-0/+38
2021-05-25target/arm: Split decode of VSDOT and VUDOTRichard Henderson2-11/+28
2021-05-25target/arm: Split out do_neon_dddaRichard Henderson1-52/+38