summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber1-1/+1
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber1-1/+1
2013-06-28kvm: Change kvm_cpu_synchronize_state() argument to CPUStateAndreas Färber1-1/+1
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy2-2/+4
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-1/+0
2013-06-20spapr_vio: take care of creating our own AddressSpace/DMAContextPaolo Bonzini2-12/+2
2013-06-20pci: use memory core for iommu supportAvi Kivity1-4/+4
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini1-1/+1
2013-06-20spapr: use memory core for iommu supportPaolo Bonzini1-21/+27
2013-06-20spapr: make IOMMU translation go through IOMMUTLBEntryPaolo Bonzini1-25/+35
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini3-42/+33
2013-06-17Merge remote-tracking branch 'pmaydell/configury.next' into stagingAnthony Liguori3-26/+0
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl1-3/+4
2013-06-14ppc: Remove CONFIG_FDT conditionalsPeter Maydell3-26/+0
2013-06-13spapr_rtas: Abstract rtas_start_cpu() with qemu_get_cpu()Andreas Färber1-11/+8
2013-06-12spapr_rtas: Abstract rtas_query_cpu_stopped_state() with qemu_get_cpu()Andreas Färber1-7/+2
2013-06-07isa: QOM'ify ISADeviceAndreas Färber1-2/+3
2013-06-07isa: QOM'ify ISABusAndreas Färber1-1/+1
2013-05-18remove some double-includesMichael Tokarev2-3/+0
2013-05-06PPC: e500: correct params->ram_size with ram_sizeTiejun Chen1-0/+1
2013-05-06PPC: e500: initialize GPRs as per epaprBharat Bhushan1-3/+27
2013-05-06pseries: Fix debug message for out-of-bounds address in H_PUT_TCEDavid Gibson1-1/+1
2013-05-06pseries: Factor out check for out-of-bounds LIOBNDavid Gibson1-6/+6
2013-05-06prep: Make System I/O port 0092 read/writeJulio Guerra1-1/+1
2013-05-05prep: Add ELF support for -biosAndreas Färber1-9/+22
2013-05-05prep: Fix NIP reset valueFabien Chouteau1-0/+3
2013-04-29audio: enable PCI audio cards for all PCI-enabled targetsPaolo Bonzini1-3/+0
2013-04-29audio: look for the ISA and PCI busesPaolo Bonzini1-1/+1
2013-04-26pseries: Generate device paths for VIO devicesDavid Gibson1-14/+23
2013-04-26pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson1-2/+2
2013-04-26pseries: Fix some small errors in XICS logicDavid Gibson1-0/+2
2013-04-26pseries: Fixes and enhancements to L1 cache propertiesDavid Gibson1-2/+19
2013-04-26PPC: mac newworld: fix cpu NIP reset valueAlexander Graf1-0/+2
2013-04-26Enable kvm emulated watchdogBharat Bhushan1-4/+41
2013-04-26PPC: Remove env->hreset_excp_prefixFabien Chouteau1-2/+4
2013-04-26PPC: e500: advertise 4.2 MPIC only if KVM supports EPRStuart Yoder1-0/+7
2013-04-19Remove unneeded type castsStefan Weil2-2/+2
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2-2/+2
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini5-4/+85
2013-04-08hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/Paolo Bonzini1-5/+0
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-2/+0
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini3-3/+1255
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini1-1/+0
2013-04-08hw: move SCSI controllers to hw/scsi/, configure via default-configs/Paolo Bonzini1-1/+1
2013-04-08hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini1-4/+1
2013-04-08hw: move MC146818RTC to hw/timer/, configure via default-configs/Paolo Bonzini1-2/+0
2013-04-08hw: make all of hw/pci/ configurable via default-configs/Paolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini21-62/+62
2013-03-22mmu-hash*: Add hash pte load/store helpersDavid Gibson1-19/+19