aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-05-12Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-05-12Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210510-pull-request' ...Peter Maydell
2021-05-12Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20210510' into st...Peter Maydell
2021-05-11main-loop: remove dead codePaolo Bonzini
2021-05-10accel: add init_accel_cpu for adapting accel behavior to CPU typeClaudio Fontana
2021-05-10accel-cpu: make cpu_realizefn return a boolClaudio Fontana
2021-05-10accel: introduce new accessor functionsClaudio Fontana
2021-05-10hw/misc/mps2-scc: Support using CFG0 bit 0 for remappingPeter Maydell
2021-05-10hw/misc/mps2-scc: Add "QEMU interface" commentPeter Maydell
2021-05-10include/disas/dis-asm.h: Handle being included outside 'extern "C"'Peter Maydell
2021-05-10include/qemu/bswap.h: Handle being included outside extern "C" blockPeter Maydell
2021-05-10osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell
2021-05-10xen: Free xenforeignmemory_resource at exitAnthony PERARD
2021-05-10modules: add have_vgaGerd Hoffmann
2021-05-10virtio-gpu: move fields to struct VirtIOGPUGLGerd Hoffmann
2021-05-10virtio-gpu: drop use_virgl_rendererGerd Hoffmann
2021-05-10virtio-gpu: move update_cursor_dataGerd Hoffmann
2021-05-10virtio-gpu: move virgl process_cmdGerd Hoffmann
2021-05-10virtio-gpu: use class function for ctrl queue handlersGerd Hoffmann
2021-05-10virtio-gpu: move virgl resetGerd Hoffmann
2021-05-10virtio-gpu: move virgl realize + propertiesGerd Hoffmann
2021-05-10virtio-gpu: add virtio-gpu-gl-deviceGerd Hoffmann
2021-05-10virtio-gpu: handle partial maps properlyGerd Hoffmann
2021-05-10edid: Make refresh rate configurableAkihiko Odaki
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-04Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210503' int...Peter Maydell
2021-05-04glib-compat: accept G_TEST_SLOW environment variablePaolo Bonzini
2021-05-04ratelimit: protect with a mutexPaolo Bonzini
2021-05-04Add NVMM accelerator: acceleration enlightenmentsReinoud Zandijk
2021-05-04spapr.h: increase FDT_MAX_SIZEDaniel Henrique Barboza
2021-05-04ppc: Rename current DAWR macros and variablesRavi Bangoria
2021-05-04ppc/spapr: Add support for implement support for H_SCM_HEALTHVaibhav Jain
2021-05-04hw/pci-host: Add emulation of Marvell MV64361 PPC system controllerBALATON Zoltan
2021-05-04vt82c686: Add emulation of VT8231 south bridgeBALATON Zoltan
2021-05-04vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on itBALATON Zoltan
2021-05-04vt82c686: QOM-ify superio related functionalityBALATON Zoltan
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth
2021-05-02vmstate: Constify some VMStateDescriptionsKeqian Zhu
2021-05-01exec: Remove accel/tcg/ from include pathsPhilippe Mathieu-Daudé
2021-05-01aspeed/smc: Add extra controls to request DMACédric Le Goater
2021-05-01aspeed/smc: Add a 'features' attribute to the object classCédric Le Goater
2021-05-01hw/misc/aspeed_xdma: Add AST2600 supportCédric Le Goater
2021-05-01aspeed: Integrate HACEJoel Stanley
2021-05-01hw: Model ASPEED's Hash and Crypto EngineJoel Stanley
2021-05-01hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use aliasPhilippe Mathieu-Daudé
2021-05-01aspeed/smc: Remove unused "sdram-base" propertyCédric Le Goater
2021-04-30Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-04-30block: Add BDRV_O_NO_SHARE for blk_new_open()Kevin Wolf