Age | Commit message (Expand) | Author | Files | Lines |
2012-12-15 | Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf | Blue Swirl | 1 | -1/+34 |
2012-12-14 | pseries: Implement PAPR NVRAM | David Gibson | 1 | -0/+33 |
2012-12-14 | pseries: Use #define for XICS base irq number | Ben Herrenschmidt | 1 | -1/+1 |
2012-12-11 | Support default block interfaces per QEMUMachine | Christian Borntraeger | 1 | -1/+1 |
2012-10-31 | spapr: Pass PowerPCCPU to spapr_hypercall() | Andreas Färber | 1 | -1/+1 |
2012-10-31 | target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall | Andreas Färber | 1 | -1/+3 |
2012-10-29 | pseries: Implement qemu initiated shutdowns using EPOW events | David Gibson | 1 | -2/+12 |
2012-10-29 | Add USB option in machine options | zhlcindy@gmail.com | 1 | -1/+1 |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity | 1 | -8/+8 |
2012-10-20 | create struct for machine initialization arguments | Eduardo Habkost | 1 | -6/+7 |
2012-10-06 | Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf | Aurelien Jarno | 1 | -131/+198 |
2012-10-06 | ppc/pSeries: use the new pci_vga_init() function | Aurelien Jarno | 1 | -5/+2 |
2012-10-06 | vga: rename pci_vga_init() into pci_std_vga_init() | Aurelien Jarno | 1 | -1/+1 |
2012-10-05 | pseries: Don't test for MSR_PR for hypercalls under KVM | David Gibson | 1 | -1/+6 |
2012-10-04 | pseries: Set hash table size based on RAM size | David Gibson | 1 | -3/+10 |
2012-10-04 | pseries: Remove XICS irq type enum type | David Gibson | 1 | -4/+4 |
2012-10-04 | pseries: Add support for new KVM hash table control call | David Gibson | 1 | -112/+162 |
2012-10-04 | pseries: Use new method to correct reset sequence | David Gibson | 1 | -5/+4 |
2012-10-04 | pseries: Fix and cleanup CPU initialization and reset | David Gibson | 1 | -14/+20 |
2012-08-22 | pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGE | Andreas Färber | 1 | -1/+1 |
2012-08-22 | spapr_pci: QOM'ify sPAPR PCI host bridge | Andreas Färber | 1 | -3/+4 |
2012-08-16 | pseries: Instantiate USB interface when required | David Gibson | 1 | -0/+10 |
2012-08-15 | pseries: Add PCI MSI/MSI-X support | Alexey Kardashevskiy | 1 | -1/+6 |
2012-08-15 | pseries: added allocator for a block of IRQs | Alexey Kardashevskiy | 1 | -0/+26 |
2012-08-15 | pseries: Separate PCI RTAS setup from common from emulation specific PCI setup | Alexey Kardashevskiy | 1 | -0/+2 |
2012-08-15 | pseries: Rework irq assignment to avoid carrying qemu_irqs around | Alexey Kardashevskiy | 1 | -11/+7 |
2012-08-15 | pseries: Remove extraneous prints | David Gibson | 1 | -18/+0 |
2012-08-15 | PPC: spapr: Remove global variable | Alexander Graf | 1 | -3/+2 |
2012-08-15 | PPC: spapr: Rework VGA select logic | Alexander Graf | 1 | -4/+9 |
2012-08-15 | spapr: Add support for -vga option | zhlcindy@gmail.com | 1 | -1/+25 |
2012-08-15 | pseries pci: spapr_populate_pci_devices renamed to spapr_populate_pci_dt | Alexey Kardashevskiy | 1 | -1/+1 |
2012-06-27 | pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure | David Gibson | 1 | -0/+3 |
2012-06-24 | spapr: Add "memop" hypercall | Benjamin Herrenschmidt | 1 | -0/+3 |
2012-06-24 | pseries: Correctly create ibm,segment-page-sizes property | Benjamin Herrenschmidt | 1 | -0/+43 |
2012-06-04 | spapr: Pass PowerPCCPU to spapr_cpu_reset() | Andreas Färber | 1 | -3/+3 |
2012-06-04 | spapr: Use cpu_ppc_init() to obtain PowerPCCPU | Andreas Färber | 1 | -3/+5 |
2012-05-01 | pseries: Implement automatic PAPR VIO address allocation | David Gibson | 1 | -4/+3 |
2012-03-15 | pseries: Add support for level interrupts to XICS | David Gibson | 1 | -2/+3 |
2012-03-14 | ppc hw/: Don't use CPUState | Andreas Färber | 1 | -5/+5 |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber | 1 | -1/+8 |
2012-01-22 | vga: improve VGA logic | Blue Swirl | 1 | -1/+0 |
2012-01-21 | pseries: SLOF PCI flag day | Benjamin Herrenschmidt | 1 | -44/+91 |
2012-01-07 | Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf | Aurelien Jarno | 1 | -11/+103 |
2012-01-04 | vmstate, memory: decouple vmstate from memory API | Avi Kivity | 1 | -1/+2 |
2012-01-03 | pseries: Populate "/chosen/linux,stdout-path" in the FDT | David Gibson | 1 | -0/+2 |
2012-01-03 | pseries: FDT NUMA extensions to support multi-node guests | Bharata B Rao | 1 | -11/+101 |
2011-11-18 | pseries: Correct RAM size check for SLOF | David Gibson | 1 | -3/+3 |
2011-11-11 | pseries: Fix initialization of sPAPREnvironment structure | David Gibson | 1 | -1/+3 |
2011-10-31 | pseries: Add partial support for PCI | David Gibson | 1 | -4/+32 |
2011-10-30 | pseries: Correct vmx/dfp handling in both KVM and TCG cases | David Gibson | 1 | -5/+5 |