aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-05-10virtio-gpu: use class function for ctrl queue handlersGerd Hoffmann1-1/+7
2021-05-10virtio-gpu: move virgl resetGerd Hoffmann1-0/+1
2021-05-10virtio-gpu: move virgl realize + propertiesGerd Hoffmann1-0/+1
2021-05-10virtio-gpu: add virtio-gpu-gl-deviceGerd Hoffmann1-0/+7
2021-05-10virtio-gpu: handle partial maps properlyGerd Hoffmann1-1/+2
2021-05-10edid: Make refresh rate configurableAkihiko Odaki1-5/+7
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell4-0/+58
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell4-5/+16
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell7-7/+1
2021-05-04Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210503' int...Peter Maydell4-5/+65
2021-05-04glib-compat: accept G_TEST_SLOW environment variablePaolo Bonzini1-0/+17
2021-05-04ratelimit: protect with a mutexPaolo Bonzini1-0/+14
2021-05-04Add NVMM accelerator: acceleration enlightenmentsReinoud Zandijk2-0/+27
2021-05-04spapr.h: increase FDT_MAX_SIZEDaniel Henrique Barboza1-1/+1
2021-05-04ppc: Rename current DAWR macros and variablesRavi Bangoria1-1/+1
2021-05-04ppc/spapr: Add support for implement support for H_SCM_HEALTHVaibhav Jain1-1/+2
2021-05-04hw/pci-host: Add emulation of Marvell MV64361 PPC system controllerBALATON Zoltan2-0/+9
2021-05-04vt82c686: Add emulation of VT8231 south bridgeBALATON Zoltan2-0/+2
2021-05-04vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on itBALATON Zoltan1-1/+1
2021-05-04vt82c686: QOM-ify superio related functionalityBALATON Zoltan1-1/+0
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth6-6/+0
2021-05-02vmstate: Constify some VMStateDescriptionsKeqian Zhu1-1/+1
2021-05-01exec: Remove accel/tcg/ from include pathsPhilippe Mathieu-Daudé3-6/+6
2021-05-01aspeed/smc: Add extra controls to request DMACédric Le Goater1-0/+1
2021-05-01aspeed/smc: Add a 'features' attribute to the object classCédric Le Goater1-1/+1
2021-05-01hw/misc/aspeed_xdma: Add AST2600 supportCédric Le Goater1-1/+16
2021-05-01aspeed: Integrate HACEJoel Stanley1-0/+3
2021-05-01hw: Model ASPEED's Hash and Crypto EngineJoel Stanley1-0/+43
2021-05-01hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use aliasPhilippe Mathieu-Daudé1-0/+1
2021-05-01aspeed/smc: Remove unused "sdram-base" propertyCédric Le Goater1-3/+0
2021-04-30Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-13/+72
2021-04-30block: Add BDRV_O_NO_SHARE for blk_new_open()Kevin Wolf1-0/+1
2021-04-30block: refactor bdrv_child_set_perm_safe() transaction actionVladimir Sementsov-Ogievskiy1-5/+0
2021-04-30block: bdrv_reopen_multiple: refresh permissions on updated graphVladimir Sementsov-Ogievskiy1-2/+1
2021-04-30block: make bdrv_refresh_limits() to be a transaction actionVladimir Sementsov-Ogievskiy1-1/+2
2021-04-30block: introduce bdrv_drop_filter()Vladimir Sementsov-Ogievskiy1-0/+1
2021-04-30util: add transactions.cVladimir Sementsov-Ogievskiy1-0/+63
2021-04-30block: make bdrv_reopen_{prepare,commit,abort} privateVladimir Sementsov-Ogievskiy1-4/+0
2021-04-30block: drop ctx argument from bdrv_root_attach_childVladimir Sementsov-Ogievskiy1-1/+0
2021-04-30block: BdrvChildClass: add .get_parent_aio_context handlerVladimir Sementsov-Ogievskiy2-0/+4
2021-04-30hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windowsPeter Maydell1-0/+4
2021-04-30hw: add compat machines for 6.1Cornelia Huck2-0/+6
2021-04-23net: check the existence of peer before trying to padJason Wang1-0/+5
2021-04-17include/qemu/osdep.h: Move system includes to topPeter Maydell1-7/+13
2021-04-17osdep: protect qemu/osdep.h with extern "C"Paolo Bonzini2-1/+15
2021-04-17osdep: include glib-compat.h before other QEMU headersPaolo Bonzini1-1/+7
2021-04-15hw/i2c: add pca954x i2c-mux switchPatrick Venture1-0/+19
2021-04-15hw/i2c: move search to i2c_scan_bus methodPatrick Venture1-0/+2
2021-04-15hw/i2c: add match method for device searchPatrick Venture1-0/+11
2021-04-15hw/i2c: name I2CNode list in I2CBusPatrick Venture1-1/+3