summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* spapr: improve ibm,architecture-vec-5 property handlingMichael Roth2016-10-281-0/+1
* spapr: add option vector handling in CAS-generated resetsMichael Roth2016-10-281-1/+3
* spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth2016-10-282-1/+7
* spapr_ovec: initial implementation of option vector helpersMichael Roth2016-10-281-0/+62
* pseries: Remove spapr_create_fdt_skel()David Gibson2016-10-281-1/+0Star
* pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson2016-10-281-1/+1
* pseries: Move /event-sources construction to spapr_build_fdt()David Gibson2016-10-281-1/+1
* pseries: Consolidate construction of /rtas device tree nodeDavid Gibson2016-10-281-2/+1Star
* pseries: Consolidate construction of /chosen device tree nodeDavid Gibson2016-10-281-1/+1
* pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson2016-10-281-0/+1
* pseries: Consolidate RTAS loadingDavid Gibson2016-10-281-0/+1
* pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson2016-10-281-0/+4
* pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson2016-10-281-1/+0Star
* ppc/pnv: add a ISA busCédric Le Goater2016-10-281-0/+2
* ppc/pnv: add a LPC controllerBenjamin Herrenschmidt2016-10-283-0/+73
* ppc/pnv: add XSCOM handlers to PnvCoreCédric Le Goater2016-10-282-0/+21
* ppc/pnv: add XSCOM infrastructureCédric Le Goater2016-10-282-0/+71
* ppc/pnv: add a PnvCore objectCédric Le Goater2016-10-282-0/+50
* ppc/pnv: add a PIR handler to PnvChipCédric Le Goater2016-10-281-0/+2
* ppc/pnv: add a core mask to PnvChipCédric Le Goater2016-10-281-0/+4
* ppc/pnv: add a PnvChip objectCédric Le Goater2016-10-281-0/+63
* ppc/pnv: add skeleton PowerNV platformBenjamin Herrenschmidt2016-10-281-0/+38
* pseries: Remove unused callbacks from sPAPR VIO bus stateDavid Gibson2016-10-281-2/+0Star
* ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater2016-10-281-3/+3
* ppc/xics: add a XICSState backlink in ICPStateCédric Le Goater2016-10-281-0/+2
* 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
* 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