summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190821-pull-request...Peter Maydell2019-08-212-2/+5
|\
| * audio: use size_t where makes senseKővágó, Zoltán2019-08-211-2/+2
| * audio: add audiodev properties to frontendsKővágó, Zoltán2019-08-211-0/+3
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell2019-08-218-11/+71
|\ \
| * | spapr/irq: Drop spapr_irq_msi_reset()Greg Kurz2019-08-211-1/+0Star
| * | spapr: Implement ibm,suspend-meNicholas Piggin2019-08-211-1/+2
| * | machine: Add wakeup method to MachineClassNicholas Piggin2019-08-211-0/+1
| * | ppc/xive: Improve 'info pic' supportCédric Le Goater2019-08-212-5/+6
| * | ppc/xive: Provide silent escalation supportCédric Le Goater2019-08-211-0/+2
| * | ppc/xive: Provide unconditional escalation supportCédric Le Goater2019-08-211-0/+2
| * | ppc/xive: use an abstract type for XiveNotifierCédric Le Goater2019-08-211-4/+2Star
| * | spapr: initial implementation for H_TPM_COMM/spapr-tpm-proxyMichael Roth2019-08-212-0/+42
| * | spapr: Implement H_PRODNicholas Piggin2019-08-211-0/+1
| * | spapr: Implement dispatch tracking for tcgNicholas Piggin2019-08-211-0/+7
| * | hw: add compat machines for 4.2Cornelia Huck2019-08-212-0/+6
| |/
* | icount: remove unnecessary gen_io_end callsPavel Dovgalyuk2019-08-201-1/+7
* | icount: clean up cpu_can_io at the entry to the blockPavel Dovgalyuk2019-08-201-18/+20
* | replay: rename step-related variables and functionsPavel Dovgalyuk2019-08-201-1/+1
* | util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk2019-08-201-2/+6
* | timer: last, remove last bits of lastDr. David Alan Gilbert2019-08-201-13/+0Star
* | timer: Remove reset notifiersDr. David Alan Gilbert2019-08-201-22/+0Star
* | memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini2019-08-201-0/+12
* | configure: Define target access alignment in configuretony.nguyen@bt.com2019-08-202-1/+2
* | hw/i386/pc: Map into memory the initrdStefano Garzarella2019-08-201-0/+1
* | elf-ops.h: Map into memory the ELF to loadStefano Garzarella2019-08-201-29/+42
* | loader: Handle memory-mapped ELFsStefano Garzarella2019-08-202-3/+4
* | kvm: i386: halt poll control MSR supportMarcelo Tosatti2019-08-201-0/+2
|/
* Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-08-19' in...Peter Maydell2019-08-202-0/+10
|\
| * block: Add bdrv_has_zero_init_truncate()Max Reitz2019-08-192-0/+8
| * mirror: Fix bdrv_has_zero_init() useMax Reitz2019-08-191-0/+2
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-softfloat-headers-190...Peter Maydell2019-08-193-68/+137
|\ \ | |/ |/|
| * fpu: make softfloat-macros "self-contained"Alex Bennée2019-08-191-1/+1
| * fpu: move inline helpers into a separate headerAlex Bennée2019-08-192-62/+133
| * fpu: remove the LIT64 macroAlex Bennée2019-08-191-2/+0Star
| * fpu: replace LIT64 with UINT64_C macrosAlex Bennée2019-08-191-3/+3
* | qapi: implement block-dirty-bitmap-remove transaction actionJohn Snow2019-08-161-1/+1
* | block/dirty-bitmap: add bdrv_dirty_bitmap_getJohn Snow2019-08-161-2/+2
* | block/dirty-bitmap: add bdrv_dirty_bitmap_merge_internalJohn Snow2019-08-161-0/+3
* | block/backup: Add mirror sync mode 'bitmap'John Snow2019-08-161-1/+3
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-08-161-2/+1Star
|\
| * block-backend: Queue requests while drainedKevin Wolf2019-08-161-0/+1
| * block: Remove blk_pread_unthrottled()Kevin Wolf2019-08-161-2/+0Star
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell2019-08-162-2/+9
|\ \
| * | block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy2019-08-151-1/+2
| * | block: implement BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy2019-08-151-1/+7
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell2019-08-16249-272/+377
|\ \
| * | sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-163-62/+69
| * | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-166-5/+3Star
| * | Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-162-5/+3Star
| * | Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-1611-11/+2Star