aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-09-23spapr: Don't allow memory hotplug to memory less nodesBharata B Rao1-1/+23
2015-09-23spapr: Memory hotplug supportBharata B Rao2-3/+123
2015-09-23spapr: Make hash table size a factor of maxram_sizeBharata B Rao1-1/+1
2015-09-23spapr: Support ibm,dynamic-reconfiguration-memoryBharata B Rao2-49/+212
2015-09-23spapr: Add LMB DR connectorsDavid Gibson1-0/+87
2015-09-23spapr: Use QEMU limit for maximum CPUs numberAlexey Kardashevskiy1-4/+2
2015-09-23spapr: Don't use QOM [*] syntax for DR connectors.David Gibson1-1/+4
2015-09-23spapr_drc: use RTAS return codes for methods called by RTASMichael Roth2-36/+41
2015-09-23spapr: Initialize hotplug memory address spaceBharata B Rao1-0/+18
2015-09-23spapr_drc: don't allow 'empty' DRCs to be unisolated or allocatedMichael Roth1-0/+21
2015-09-23spapr_pci: fix device tree props for MSI/MSI-XMichael Roth1-2/+10
2015-09-23spapr: Enable in-kernel H_SET_MODE handlingAlexey Kardashevskiy1-0/+1
2015-09-23pseries: Fix incorrect calculation of threads per socket for chip-idDavid Gibson1-4/+2
2015-09-23pseries: define coldplugged devices as "configured"Laurent Vivier1-1/+1
2015-09-23sPAPR: Introduce rtas_ldq()Gavin Shan1-10/+10
2015-09-23spapr_rtas: Prevent QEMU crash during hotplug without a prior device_addBharata B Rao1-0/+6
2015-09-23ppc/spapr: Use qemu_log_mask() for hcall_dprintf()Thomas Huth1-1/+2
2015-09-23spapr_drc: Fix potential undefined behaviourDavid Gibson1-1/+1
2015-09-23spapr: add dumpdtb supportAndrew Jones1-0/+2
2015-09-23spapr: SPLPAR CharacteristicsSam Bobroff1-2/+9
2015-09-23spapr: Make ibm, change-msi respect 3 return valuesSam Bobroff1-1/+3
2015-09-23spapr: Add /rtas/ibm,change-msix-capableSam Bobroff1-0/+4
2015-09-23spapr: Add /ibm,partition-nameSam Bobroff1-0/+5
2015-09-23spapr: Create pseries-2.5 machineDavid Gibson1-1/+18
2015-09-23spapr: Provide an error message when migration fails due to htab_shift mismatchBharata B Rao1-0/+2
2015-09-20PPC: e500 pci host: Fix ATMUs register readsRudolf Marek1-2/+2
2015-09-20mac_dbdma: always clear FLUSH bit once DBDMA channel flush is completeMark Cave-Ayland1-7/+5
2015-09-20kvm_ppc: remove kvmppc_timer_hackPaolo Bonzini2-7/+0
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber15-88/+484
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost57-772/+517
2015-09-19mac_world: Break long lineEduardo Habkost1-1/+2
2015-09-19exynos4: Declare each QEMUMachine as a separate variableEduardo Habkost1-17/+14
2015-09-19exynos4: Use MachineClass instead of exynos4_machines arrayEduardo Habkost1-1/+3
2015-09-19exynos4: Use EXYNOS4210_NCPUS instead of max_cpus on error messageEduardo Habkost1-2/+1
2015-09-19machine: Set MachineClass::name automaticallyEduardo Habkost7-17/+6
2015-09-19machine: Ensure all TYPE_MACHINE subclasses have the right suffixEduardo Habkost1-0/+9
2015-09-19mac99: Use MACHINE_TYPE_NAME to encode class nameEduardo Habkost1-1/+1
2015-09-19s390: Rename s390-ccw-virtio-2.4 class name to use MACHINE_TYPE_NAMEEduardo Habkost1-2/+2
2015-09-19s390-virtio: Rename machine class name to use MACHINE_TYPE_NAMEEduardo Habkost1-2/+3
2015-09-19pseries: Rename machine class names to use MACHINE_TYPE_NAMEEduardo Habkost1-4/+4
2015-09-19arm: Rename virt machine class to use MACHINE_TYPE_NAMEEduardo Habkost1-2/+3
2015-09-19vexpress: Rename machine classes to use MACHINE_TYPE_NAMEEduardo Habkost1-4/+6
2015-09-19vexpress: Don't set name on abstract classEduardo Habkost1-1/+0
2015-09-19qdev: Do not use slow [*] expansion for GPIO creationPavel Fedin1-6/+15
2015-09-18Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell4-62/+84
2015-09-18ahci: clean up initial d2h semanticsJohn Snow1-11/+16
2015-09-18ahci: remove cmd_fis argument from write_fis_d2hJohn Snow1-7/+4
2015-09-18ahci: fix signature generationJohn Snow1-12/+20
2015-09-18ahci: remove dead reset codeJohn Snow1-4/+1
2015-09-18atapi: abort transfers with 0 byte limitsJohn Snow3-6/+29