summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13spapr: Fix return value of vga initializationMark Wu1-1/+3
2014-03-05target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy1-4/+5
2014-03-05target-ppc: Fix page table lookup with kvm enabledAneesh Kumar K.V1-0/+1
2014-03-05target-ppc: Fix htab_mask calculationAneesh Kumar K.V1-1/+7
2014-03-05target-ppc: Update external_htab even when HTAB is managed by kernelAneesh Kumar K.V1-0/+7
2014-03-05spapr: print more detailed error message on failed load_elf()Alexey Kardashevskiy1-3/+3
2014-03-05spapr: support only ELF kernel imagesAlexey Kardashevskiy1-5/+0
2014-03-05kvm: Add a new machine option kvm-typeAneesh Kumar K.V1-0/+20
2013-12-20spapr: limit numa memory regions by ram sizePaul Mackerras1-4/+16
2013-12-20spapr: make sure RMA is in first mode of first memory nodeAlexey Kardashevskiy1-6/+11
2013-12-20spapr: tie spapr-nvram to -pflashPaolo Bonzini1-11/+3
2013-10-31Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-1/+1
2013-10-26misc: New spelling fixes in commentsStefan Weil1-1/+1
2013-10-25spapr: Use DeviceClass::fw_name for device tree CPU nodeAndreas Färber1-20/+6
2013-10-25xics-kvm: Support for in-kernel XICS interrupt controllerDavid Gibson1-1/+20
2013-10-25xics: split to xics and xics-commonAlexey Kardashevskiy1-1/+1
2013-10-25spapr: move cpu_setup after kvmppc_set_paprAlexey Kardashevskiy1-2/+2
2013-10-25spapr: Add ibm, purr property on power7 and newerAlexey Kardashevskiy1-0/+4
2013-10-25spapr: increase temporary fdt buffer sizeAlexey Kardashevskiy1-1/+1
2013-10-25pseries: Fix loading of little endian kernelsBenjamin Herrenschmidt1-1/+12
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-2/+2
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-2/+2
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-2/+2
2013-09-02pseries: Add H_SET_MODE hcall to change guest exception endiannessAnton Blanchard1-1/+1
2013-09-02spapr-pci: rework MSI/MSIXAlexey Kardashevskiy1-4/+25
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-2/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-4/+4
2013-07-29xics: rename types to be sane and follow coding styleAnthony Liguori1-0/+28
2013-07-29pseries: savevm support with KVMAlexey Kardashevskiy1-22/+84
2013-07-29pseries: savevm support for pseries machineDavid Gibson1-1/+268
2013-07-29spapr-tce: make sPAPRTCETable a proper deviceAnthony Liguori1-3/+0
2013-07-11spapr: Respect -bios command line option for SLOFAndreas Färber1-1/+4
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-14/+13
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-14/+13
2013-07-09Simplify -machine option queries with qemu_get_machine_opts()Markus Armbruster1-18/+10
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-07-01pseries: Fix compiler warning (conversion of pointer to integral value)Stefan Weil1-1/+1
2013-07-01target-ppc: Change default machine for 64-bitDavid Gibson1-0/+1
2013-05-18remove some double-includesMichael Tokarev1-2/+0
2013-04-26pseries: Fixes and enhancements to L1 cache propertiesDavid Gibson1-2/+19
2013-04-26PPC: Remove env->hreset_excp_prefixFabien Chouteau1-2/+4
2013-04-08hw: move headers to include/Paolo Bonzini1-5/+5
2013-03-22pseries: Move XICS initialization before cpu initializationDavid Gibson1-5/+7
2013-03-22pseries: Remove "busname" property for PCI host bridgeDavid Gibson1-1/+1
2013-03-22pseries: Fix breakage in CPU QOM conversionDavid Gibson1-1/+1
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-3/+7
2013-03-10Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori1-0/+1
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+963