summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* xen: Fix ring.h headerAnthony PERARD2019-08-271-6/+7
* Merge remote-tracking branch 'remotes/berrange/tags/autofree-pull-request' in...Peter Maydell2019-08-226-40/+12Star
|\
| * crypto: define cleanup functions for use with g_autoptrDaniel P. Berrangé2019-08-225-0/+10
| * glib: bump min required glib library version to 2.48Daniel P. Berrangé2019-08-221-40/+2Star
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-08-221-1/+1
|\ \
| * | module: return success on module loadMarc-André Lureau2019-08-211-1/+1
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-228-7/+7
|\ \ \ | |_|/ |/| |
| * | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-218-7/+7
* | | 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