aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-03-12replay: save prior value of the host clockPavel Dovgalyuk1-0/+14
2018-03-12replay: fix save/load vm for non-empty queuePavel Dovgalyuk1-0/+3
2018-03-12hw/isa/superio: Add the SMC FDC37C669 Super I/OPhilippe Mathieu-Daudé1-0/+1
2018-03-12hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIOPhilippe Mathieu-Daudé1-0/+2
2018-03-12hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()Philippe Mathieu-Daudé1-1/+1
2018-03-12hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé1-0/+2
2018-03-12hw/isa/superio: Factor out the IDE code from pc87312.cPhilippe Mathieu-Daudé1-0/+2
2018-03-12hw/isa/superio: Add a keyboard/mouse controller (8042)Philippe Mathieu-Daudé1-0/+1
2018-03-12hw/isa/superio: Factor out the floppy disc controller code from pc87312.cPhilippe Mathieu-Daudé2-4/+2
2018-03-12hw/isa/superio: Factor out the serial code from pc87312.cPhilippe Mathieu-Daudé2-4/+2
2018-03-12hw/isa/superio: Factor out the parallel code from pc87312.cPhilippe Mathieu-Daudé2-4/+6
2018-03-12hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIOPhilippe Mathieu-Daudé1-2/+4
2018-03-12hw/isa/superio: Add a Super I/O template based on the PC87312 devicePhilippe Mathieu-Daudé1-0/+44
2018-03-12hw/isa/pc87312: Use uint16_t for the ISA I/O base addressPhilippe Mathieu-Daudé1-1/+1
2018-03-12hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé1-2/+2
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2-9/+24
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2-2/+6
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé2-8/+14
2018-03-12membarrier: add --enable-membarrierPaolo Bonzini1-0/+10
2018-03-12membarrier: introduce qemu/sys_membarrier.hPaolo Bonzini2-3/+21
2018-03-12rcu: make memory barriers more explicitPaolo Bonzini1-2/+13
2018-03-12hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth1-5/+5
2018-03-12chardev: introduce chr_machine_done hookPeter Xu2-2/+2
2018-03-12vl: export machine_init_donePeter Xu1-0/+2
2018-03-12q35: change default NIC to e1000ePaolo Bonzini1-1/+2
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini1-0/+11
2018-03-12Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180312-pull-request' i...Peter Maydell3-0/+25
2018-03-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180309'...Peter Maydell3-0/+326
2018-03-12log-for-trace.h: Split out parts of log.h used by trace.hPeter Maydell2-14/+39
2018-03-12block: make BDRV_POLL_WHILE() re-entrancy safeStefan Hajnoczi1-31/+30
2018-03-12audio: add module loading supportGerd Hoffmann1-0/+1
2018-03-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-4/+19
2018-03-12spice: add cursor_dmabuf supportGerd Hoffmann1-0/+9
2018-03-12vnc: deal with surface NULL pointersGerd Hoffmann1-0/+2
2018-03-12ui/gtk-egl: add cursor_dmabuf supportGerd Hoffmann1-0/+8
2018-03-12ui/gtk-egl: add scanout_dmabuf supportGerd Hoffmann1-0/+4
2018-03-12ui/gtk: make GtkGlArea usage a runtime optionGerd Hoffmann1-0/+2
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov2-10/+12
2018-03-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-1/+14
2018-03-09i.MX: Add i.MX7 SOC implementation.Andrey Smirnov1-0/+222
2018-03-09pci: Add support for Designware IP blockAndrey Smirnov2-0/+104
2018-03-09block: x-blockdev-create QMP commandKevin Wolf1-1/+4
2018-03-09block: Make bdrv_is_whitelisted() publicKevin Wolf1-0/+1
2018-03-09qdict: Introduce qdict_rename_keys()Kevin Wolf1-0/+6
2018-03-09util: Add qemu_opts_to_qdict_filtered()Kevin Wolf1-0/+2
2018-03-09qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf1-0/+1
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini1-2/+3
2018-03-09block: convert bdrv_invalidate_cache callback to coroutine_fnPaolo Bonzini1-1/+2
2018-03-09Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-upstream-v8.2' in...Peter Maydell16-14/+702
2018-03-08vl: introduce vm_shutdown()Stefan Hajnoczi2-1/+1