summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater2016-10-281-0/+2
| * nvram: Rename openbios_firmware_abi.h into sun_nvram.hThomas Huth2016-10-281-3/+3
| * nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth2016-10-282-41/+30Star
| * nvram: Introduce helper functions for CHRP "system" and "free space" partitionsThomas Huth2016-10-281-0/+24
* | Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...Peter Maydell2016-10-282-3/+37
|\ \
| * | char: set name for all I/O channels createdDaniel P. Berrange2016-10-271-0/+4
| * | io: add ability to set a name for IO channelsDaniel P. Berrange2016-10-272-0/+20
| * | io: Introduce a qio_channel_set_feature() helperFelipe Franciosi2016-10-261-0/+10
| * | io: Fix double shift usages on QIOChannel featuresFelipe Franciosi2016-10-261-3/+3
* | | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2016-10-281-3/+3
|\ \ \
| * | | dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland2016-10-271-3/+3
| | |/ | |/|
* | | block: Remove bdrv_aio_ioctl()Kevin Wolf2016-10-271-3/+0Star
* | | block: Introduce .bdrv_co_ioctl() driver callbackKevin Wolf2016-10-271-0/+2
* | | block: Remove bdrv_ioctl()Kevin Wolf2016-10-271-1/+0Star
* | | block: Use blk_co_ioctl() for all BB level ioctlsKevin Wolf2016-10-272-0/+2
* | | block: Remove bdrv_aio_pdiscard()Kevin Wolf2016-10-271-3/+0Star
|/ /
* | tcg: Add atomic128 helpersRichard Henderson2016-10-261-0/+6
* | tcg: Add EXCP_ATOMICRichard Henderson2016-10-263-0/+3
* | int128: Add int128_make128Richard Henderson2016-10-261-5/+15
* | int128: Use __int128 if availableRichard Henderson2016-10-261-1/+134
* | exec: Avoid direct references to Int128 partsRichard Henderson2016-10-261-0/+10
* | atomics: Add __nocheck atomic operationsRichard Henderson2016-10-261-9/+27
* | atomics: add atomic_op_fetch variantsEmilio G. Cota2016-10-261-0/+17
* | atomics: add atomic_xorEmilio G. Cota2016-10-261-0/+4
* | atomics: Add parameters to macrosRichard Henderson2016-10-261-5/+5
* | qdict: implement a qdict_crumple method for un-flattening a dictDaniel P. Berrange2016-10-251-0/+1
* | qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange2016-10-251-2/+2
* | qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange2016-10-251-2/+2
* | qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-253-9/+9
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2016-10-256-4/+37
|\ \
| * | exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier2016-10-241-1/+1
| * | exec: move cpu_exec_init() calls to realize functionsLaurent Vivier2016-10-242-1/+1
| * | exec: split cpu_exec_init()Laurent Vivier2016-10-241-0/+1
| * | pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUsIgor Mammedov2016-10-241-0/+2
| * | Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov2016-10-241-1/+1
| * | pc: apic_common: Extend APIC ID property to 32bitIgor Mammedov2016-10-241-1/+2
| * | pc: acpi: x2APIC support for SRAT tableIgor Mammedov2016-10-241-0/+11
| * | pc: acpi: x2APIC support for MADT table and _MAT methodIgor Mammedov2016-10-241-0/+18
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20161024'...Peter Maydell2016-10-246-4/+117
|\ \ \
| * | | ACPI: Add IORT Structure definitionPrem Mallappa2016-10-241-0/+68
| * | | arm_mptimer: Convert to use ptimerDmitry Osipenko2016-10-241-4/+1Star
| * | | hw/ptimer: Add "no counter round down" policyDmitry Osipenko2016-10-241-0/+4
| * | | hw/ptimer: Add "no immediate reload" policyDmitry Osipenko2016-10-241-0/+4
| * | | hw/ptimer: Add "no immediate trigger" policyDmitry Osipenko2016-10-241-0/+4
| * | | hw/ptimer: Add "continuous trigger" policyDmitry Osipenko2016-10-241-0/+4
| * | | hw/ptimer: Add "wraparound after one period" policyDmitry Osipenko2016-10-241-0/+4
| * | | cpu: Support a target CPU having a variable page sizePeter Maydell2016-10-243-0/+28
| |/ /
* | | block: More operations for meta dirty bitmapFam Zheng2016-10-241-0/+3
* | | block: BdrvDirtyBitmap serialization interfaceVladimir Sementsov-Ogievskiy2016-10-241-0/+14
* | | hbitmap: serializationVladimir Sementsov-Ogievskiy2016-10-241-0/+79