summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-03-16pc: correct misspelled CPU model-id for pc 2.2Wang Xin
2018-03-16Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2018-03-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-03-13-v2' into...Peter Maydell
2018-03-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-03-16Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20180313.0' i...Peter Maydell
2018-03-15Merge remote-tracking branch 'remotes/berrange/tags/socket-next-pull-request'...Peter Maydell
2018-03-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell
2018-03-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-sev' into sta...Peter Maydell
2018-03-13migration: add postcopy migration of dirty bitmapsVladimir Sementsov-Ogievskiy
2018-03-13migration: add is_active_iterate handlerVladimir Sementsov-Ogievskiy
2018-03-13migration: introduce postcopy-only pendingVladimir Sementsov-Ogievskiy
2018-03-13dirty-bitmap: add locked stateVladimir Sementsov-Ogievskiy
2018-03-13block/dirty-bitmap: add _locked version of bdrv_reclaim_dirty_bitmapVladimir Sementsov-Ogievskiy
2018-03-13nbd: BLOCK_STATUS for standard get_block_status function: client partVladimir Sementsov-Ogievskiy
2018-03-13block/dirty-bitmap: add bdrv_dirty_bitmap_enable_successor()Vladimir Sementsov-Ogievskiy
2018-03-13sockets: move fd_is_socket() into common sockets codeDaniel P. Berrange
2018-03-13cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int typesDaniel P. Berrange
2018-03-13vfio-pci: Allow mmap of MSIX BARAlexey Kardashevskiy
2018-03-13vfio/display: adding dmabuf supportGerd Hoffmann
2018-03-13vfio/display: adding region supportGerd Hoffmann
2018-03-13console: minimal hotplug suportGerd Hoffmann
2018-03-13ui/pixman: add qemu_drm_format_to_pixman()Gerd Hoffmann
2018-03-13standard-headers: add drm/drm_fourcc.hGerd Hoffmann
2018-03-13kvm: introduce memory encryption APIsBrijesh Singh
2018-03-13kvm: add memory encryption contextBrijesh Singh
2018-03-13machine: add memory-encryption optionBrijesh Singh
2018-03-13update Linux headers to 4.16-rc5Paolo Bonzini
2018-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2018-03-13Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2018-03-12Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180312-pull-request...Peter Maydell
2018-03-12replay: make locking visible outside replay codeAlex Bennée
2018-03-12replay: save prior value of the host clockPavel Dovgalyuk
2018-03-12replay: fix save/load vm for non-empty queuePavel Dovgalyuk
2018-03-12hw/isa/superio: Add the SMC FDC37C669 Super I/OPhilippe Mathieu-Daudé
2018-03-12hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIOPhilippe Mathieu-Daudé
2018-03-12hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()Philippe Mathieu-Daudé
2018-03-12hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé
2018-03-12hw/isa/superio: Factor out the IDE code from pc87312.cPhilippe Mathieu-Daudé
2018-03-12hw/isa/superio: Add a keyboard/mouse controller (8042)Philippe Mathieu-Daudé
2018-03-12hw/isa/superio: Factor out the floppy disc controller code from pc87312.cPhilippe Mathieu-Daudé
2018-03-12hw/isa/superio: Factor out the serial code from pc87312.cPhilippe Mathieu-Daudé
2018-03-12hw/isa/superio: Factor out the parallel code from pc87312.cPhilippe Mathieu-Daudé
2018-03-12hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIOPhilippe Mathieu-Daudé
2018-03-12hw/isa/superio: Add a Super I/O template based on the PC87312 devicePhilippe Mathieu-Daudé
2018-03-12hw/isa/pc87312: Use uint16_t for the ISA I/O base addressPhilippe Mathieu-Daudé
2018-03-12hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé
2018-03-12membarrier: add --enable-membarrierPaolo Bonzini