summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ppc/spapr: Implement H_RANDOM hypercall in QEMUThomas Huth2015-09-236-1/+213
* ppc/spapr: Fix buffer overflow in spapr_populate_drconf_memory()Thomas Huth2015-09-231-3/+6
* spapr: Fix default NUMA node allocation for threadsDavid Gibson2015-09-231-0/+8
* spapr: Move memory hotplug to RTAS_LOG_V6_HP_ID_DRC_COUNT typeBharata B Rao2015-09-231-1/+1
* spapr: Support hotplug by specifying DRC countBharata B Rao2015-09-234-14/+47
* spapr: Revert to memory@XXXX representation for non-hotplugged memoryBharata B Rao2015-09-231-38/+9Star
* spapr: Populate ibm,associativity-lookup-arrays correctly for non-NUMABharata B Rao2015-09-231-2/+3
* spapr: Provide better error message when slots exceed max allowedBharata B Rao2015-09-231-2/+2
* spapr: Don't allow memory hotplug to memory less nodesBharata B Rao2015-09-231-1/+23
* spapr: Memory hotplug supportBharata B Rao2015-09-232-3/+123
* spapr: Make hash table size a factor of maxram_sizeBharata B Rao2015-09-231-1/+1
* spapr: Support ibm,dynamic-reconfiguration-memoryBharata B Rao2015-09-234-50/+274
* spapr: Add LMB DR connectorsDavid Gibson2015-09-232-0/+88
* spapr: Use QEMU limit for maximum CPUs numberAlexey Kardashevskiy2015-09-231-4/+2Star
* spapr: Don't use QOM [*] syntax for DR connectors.David Gibson2015-09-231-1/+4
* spapr_drc: use RTAS return codes for methods called by RTASMichael Roth2015-09-233-43/+48
* spapr: Initialize hotplug memory address spaceBharata B Rao2015-09-233-0/+31
* spapr_drc: don't allow 'empty' DRCs to be unisolated or allocatedMichael Roth2015-09-232-0/+22
* spapr_pci: fix device tree props for MSI/MSI-XMichael Roth2015-09-231-2/+10
* spapr: Enable in-kernel H_SET_MODE handlingAlexey Kardashevskiy2015-09-233-0/+11
* pseries: Fix incorrect calculation of threads per socket for chip-idDavid Gibson2015-09-231-4/+2Star
* pseries: Update SLOF firmware image to qemu-slof-20150813Alexey Kardashevskiy2015-09-233-1/+1
* pseries: define coldplugged devices as "configured"Laurent Vivier2015-09-231-1/+1
* sPAPR: Introduce rtas_ldq()Gavin Shan2015-09-232-10/+15
* spapr_rtas: Prevent QEMU crash during hotplug without a prior device_addBharata B Rao2015-09-232-7/+14
* ppc/spapr: Use qemu_log_mask() for hcall_dprintf()Thomas Huth2015-09-232-9/+5Star
* spapr_drc: Fix potential undefined behaviourDavid Gibson2015-09-231-1/+1
* spapr: add dumpdtb supportAndrew Jones2015-09-231-0/+2
* spapr: SPLPAR CharacteristicsSam Bobroff2015-09-231-2/+9
* spapr: Make ibm, change-msi respect 3 return valuesSam Bobroff2015-09-231-1/+3
* spapr: Add /rtas/ibm,change-msix-capableSam Bobroff2015-09-231-0/+4
* spapr: Add /ibm,partition-nameSam Bobroff2015-09-231-0/+5
* spapr: Create pseries-2.5 machineDavid Gibson2015-09-231-1/+18
* spapr: Provide an error message when migration fails due to htab_shift mismatchBharata B Rao2015-09-231-0/+2
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-ipxe-20150903-1' into ...Peter Maydell2015-09-229-11/+4Star
|\
| * ipxe: update binariesGerd Hoffmann2015-09-036-0/+0
| * ipxe: use upstream configurationGerd Hoffmann2015-09-032-11/+4Star
| * ipxe: don't override GITVERSIONGerd Hoffmann2015-09-031-2/+2
| * ipxe: update from 35c53797 to 4e03af8Gerd Hoffmann2015-09-031-0/+0
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-09-22' in...Peter Maydell2015-09-225-8/+38
|\ \
| * | hmp: Restore "info pci"Paolo Bonzini2015-09-221-0/+14
| * | monitor: allow device_del to accept QOM pathsDaniel P. Berrange2015-09-224-8/+24
* | | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150921-1' into ...Peter Maydell2015-09-221-1/+2
|\ \ \ | |/ / |/| |
| * | spice: surface switch fast path requires same format too.Gerd Hoffmann2015-09-211-1/+2
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-09-21' into ...Peter Maydell2015-09-2160-1180/+2609
|\ \ \
| * | | qapi-introspect: Hide type namesMarkus Armbruster2015-09-213-33/+56
| * | | qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster2015-09-2127-11/+830
| * | | qapi: Pseudo-type '**' is now unused, drop itMarkus Armbruster2015-09-2111-40/+11Star
| * | | qapi-schema: Fix up misleading specification of netdev_addMarkus Armbruster2015-09-213-8/+11
| * | | qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster2015-09-215-26/+14Star