summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-03-192-10/+78
|\
| * block/mirror: change the semantic of 'force' of block-job-cancelLiang Li2018-03-191-2/+10
| * blockjobs: add block-job-finalizeJohn Snow2018-03-191-0/+17
| * blockjobs: add PENDING status and eventJohn Snow2018-03-191-0/+5
| * blockjobs: add prepare callbackJohn Snow2018-03-191-0/+10
| * blockjobs: add block_job_dismissJohn Snow2018-03-191-0/+14
| * blockjobs: add block_job_verb permission tableJohn Snow2018-03-191-2/+11
| * blockjobs: add status enumJohn Snow2018-03-191-0/+3
| * Blockjobs: documentation touchupJohn Snow2018-03-192-5/+7
| * blockjobs: model single jobs as transactionsJohn Snow2018-03-192-2/+2
* | hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devicesThomas Huth2018-03-181-0/+1
|/
* pc: correct misspelled CPU model-id for pc 2.2Wang Xin2018-03-161-1/+1
* Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2018-03-163-2/+34
|\
| * migration: add postcopy migration of dirty bitmapsVladimir Sementsov-Ogievskiy2018-03-131-0/+3
| * migration: add is_active_iterate handlerVladimir Sementsov-Ogievskiy2018-03-131-0/+9
| * migration: introduce postcopy-only pendingVladimir Sementsov-Ogievskiy2018-03-131-2/+15
| * dirty-bitmap: add locked stateVladimir Sementsov-Ogievskiy2018-03-131-0/+3
| * block/dirty-bitmap: add _locked version of bdrv_reclaim_dirty_bitmapVladimir Sementsov-Ogievskiy2018-03-131-0/+3
| * block/dirty-bitmap: add bdrv_dirty_bitmap_enable_successor()Vladimir Sementsov-Ogievskiy2018-03-131-0/+1
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-03-13-v2' into...Peter Maydell2018-03-161-0/+3
|\ \
| * | nbd: BLOCK_STATUS for standard get_block_status function: client partVladimir Sementsov-Ogievskiy2018-03-131-0/+3
| |/
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-03-1617-47/+207
|\ \
| * | replay: make locking visible outside replay codeAlex Bennée2018-03-121-0/+13
| * | replay: save prior value of the host clockPavel Dovgalyuk2018-03-121-0/+14
| * | replay: fix save/load vm for non-empty queuePavel Dovgalyuk2018-03-121-0/+3
| * | hw/isa/superio: Add the SMC FDC37C669 Super I/OPhilippe Mathieu-Daudé2018-03-121-0/+1
| * | hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIOPhilippe Mathieu-Daudé2018-03-121-0/+2
| * | hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()Philippe Mathieu-Daudé2018-03-121-1/+1
| * | hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé2018-03-121-0/+2
| * | hw/isa/superio: Factor out the IDE code from pc87312.cPhilippe Mathieu-Daudé2018-03-121-0/+2
| * | hw/isa/superio: Add a keyboard/mouse controller (8042)Philippe Mathieu-Daudé2018-03-121-0/+1
| * | hw/isa/superio: Factor out the floppy disc controller code from pc87312.cPhilippe Mathieu-Daudé2018-03-122-4/+2Star
| * | hw/isa/superio: Factor out the serial code from pc87312.cPhilippe Mathieu-Daudé2018-03-122-4/+2Star
| * | hw/isa/superio: Factor out the parallel code from pc87312.cPhilippe Mathieu-Daudé2018-03-122-4/+6
| * | hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIOPhilippe Mathieu-Daudé2018-03-121-2/+4
| * | hw/isa/superio: Add a Super I/O template based on the PC87312 devicePhilippe Mathieu-Daudé2018-03-121-0/+44
| * | hw/isa/pc87312: Use uint16_t for the ISA I/O base addressPhilippe Mathieu-Daudé2018-03-121-1/+1
| * | hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé2018-03-121-2/+2
| * | hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2018-03-122-9/+24
| * | hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2018-03-122-2/+6
| * | hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé2018-03-122-8/+14
| * | membarrier: add --enable-membarrierPaolo Bonzini2018-03-121-0/+10
| * | membarrier: introduce qemu/sys_membarrier.hPaolo Bonzini2018-03-122-3/+21
| * | rcu: make memory barriers more explicitPaolo Bonzini2018-03-121-2/+13
| * | hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth2018-03-121-5/+5
| * | chardev: introduce chr_machine_done hookPeter Xu2018-03-122-2/+2
| * | vl: export machine_init_donePeter Xu2018-03-121-0/+2
| * | q35: change default NIC to e1000ePaolo Bonzini2018-03-121-1/+2
| * | qom: introduce object_class_get_list_sortedPaolo Bonzini2018-03-121-0/+11
* | | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20180313.0' i...Peter Maydell2018-03-164-0/+441
|\ \ \