aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-25target/arm: Fix decode for VDOT (indexed)Richard Henderson2-3/+3
2021-05-25target/arm: Remove unused fpst from VDOT_scalarRichard Henderson1-3/+0
2021-05-25target/arm: Split out do_neon_ddda_fpstRichard Henderson1-55/+43
2021-05-25target/arm: Implement aarch64 SUDOT, USDOTRichard Henderson2-0/+30
2021-05-25target/arm: Implement SVE2 fp multiply-add longStephen Long4-0/+141
2021-05-25target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson3-28/+24
2021-05-25target/arm: Implement SVE2 bitwise shift immediateStephen Long4-0/+133
2021-05-25target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson4-8/+90
2021-05-25target/arm: Implement SVE2 LD1RORichard Henderson2-0/+97
2021-05-25target/arm: Tidy do_ldrqRichard Henderson1-9/+4
2021-05-25target/arm: Share table of sve load functionsRichard Henderson1-128/+126