Age | Commit message (Expand) | Author | Files | Lines |
2015-06-04 | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int... | Peter Maydell | 8 | -156/+1899 |
2015-06-03 | pseries: Enable in-kernel H_LOGICAL_CI_{LOAD, STORE} implementations | David Gibson | 1 | -0/+5 |
2015-06-03 | spapr: override default ram size to 512MB | Nikunj A Dadhania | 1 | -0/+1 |
2015-06-03 | spapr_pci: emit hotplug add/remove events during hotplug | Tyrel Datwyler | 1 | -0/+4 |
2015-06-03 | spapr_pci: enable basic hotplug operations | Michael Roth | 1 | -19/+380 |
2015-06-03 | spapr_pci: create DRConnectors for each PCI slot during PHB realize | Michael Roth | 1 | -1/+17 |
2015-06-03 | spapr_pci: add dynamic-reconfiguration option for spapr-pci-host-bridge | Michael Roth | 2 | -2/+9 |
2015-06-03 | spapr_drc: add spapr_drc_populate_dt() | Michael Roth | 1 | -0/+156 |
2015-06-03 | spapr_events: event-scan RTAS interface | Tyrel Datwyler | 2 | -7/+60 |
2015-06-03 | spapr_events: re-use EPOW event infrastructure for hotplug events | Nathan Fontenot | 2 | -51/+239 |
2015-06-03 | spapr_rtas: add ibm, configure-connector RTAS interface | Michael Roth | 2 | -0/+184 |
2015-06-03 | spapr_rtas: add get-sensor-state RTAS interface | Mike Day | 1 | -0/+43 |
2015-06-03 | spapr_rtas: add set-indicator RTAS interface | Mike Day | 1 | -0/+84 |
2015-06-03 | spapr_rtas: add get/set-power-level RTAS interfaces | Nathan Fontenot | 1 | -0/+54 |
2015-06-03 | spapr_drc: initial implementation of sPAPRDRConnector device | Michael Roth | 2 | -1/+589 |
2015-06-03 | hw/ppc/spapr: Use error_report() instead of hw_error() | Thomas Huth | 1 | -8/+8 |
2015-06-03 | hw/ppc/spapr: Fix error message when firmware could not be loaded | Thomas Huth | 1 | -3/+3 |
2015-06-03 | pseries: Add pseries-2.4 machine type | David Gibson | 1 | -0/+5 |
2015-06-03 | hw/ppc/spapr_iommu: Fix the check for invalid upper bits in liobn | Thomas Huth | 1 | -2/+2 |
2015-06-03 | spapr_iommu: Give unique QOM name to TCE table | Alexey Kardashevskiy | 1 | -1/+3 |
2015-06-03 | spapr_pci: Rework device-tree rendering | Alexey Kardashevskiy | 1 | -25/+5 |
2015-06-03 | spapr_iommu: Make spapr_tce_find_by_liobn() public | Alexey Kardashevskiy | 1 | -1/+1 |
2015-06-03 | spapr_pci: Make find_phb()/find_dev() public | Alexey Kardashevskiy | 1 | -18/+18 |
2015-06-03 | spapr_iommu: Add separate trace points for PCI DMA operations | Alexey Kardashevskiy | 1 | -7/+20 |
2015-06-03 | spapr_pci: Define default DMA window size as a macro | Alexey Kardashevskiy | 1 | -3/+3 |
2015-06-03 | spapr_vio: Introduce a liobn number generating macros | Alexey Kardashevskiy | 1 | -1/+1 |
2015-06-03 | spapr_pci: Introduce a liobn number generating macros | Alexey Kardashevskiy | 1 | -2/+2 |
2015-06-03 | spapr_iommu: Make H_PUT_TCE_INDIRECT endian-safe | Alexey Kardashevskiy | 1 | -4/+3 |
2015-06-03 | spapr_iommu: Disable in-kernel IOMMU tables for >4GB windows | Alexey Kardashevskiy | 1 | -3/+3 |
2015-06-03 | spapr_pci: Fix unsafe signed/unsigned comparisons | David Gibson | 1 | -8/+8 |
2015-06-03 | hw/ppc/prep.c: Fix misusing qemu_allocate_irqs for single irq | Shannon Zhao | 1 | -3/+2 |
2015-06-03 | hw/ppc/e500.c: Fix memory leak | Shannon Zhao | 1 | -0/+1 |
2015-05-31 | spapr: define SPAPR_COMPAT_2_3 | Eduardo Habkost | 1 | -0/+4 |
2015-05-31 | spapr: Use HW_COMPAT_* inside SPAPR_COMPAT_* macros | Eduardo Habkost | 1 | -2/+3 |
2015-05-31 | spapr: Move commas inside SPAPR_COMPAT_* macros | Eduardo Habkost | 1 | -3/+3 |
2015-05-31 | hw: Move commas inside HW_COMPAT_2_1 macro | Eduardo Habkost | 1 | -1/+1 |
2015-05-11 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -2/+52 |
2015-04-30 | misc: Fix new collection of typos | Stefan Weil | 1 | -1/+1 |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi | 1 | -1/+1 |
2015-04-27 | ppc: spapr: add 2.4 machine type | Jason Wang | 1 | -2/+29 |
2015-04-27 | spapr: add machine type specific instance init function | Jason Wang | 1 | -0/+23 |
2015-03-26 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2 | -2/+0 |
2015-03-25 | powerpc: fix -machine usb=no for newworld and pseries machines | Paolo Bonzini | 2 | -2/+2 |
2015-03-25 | PPC: pseries: Implement boot once=foo | Alexander Graf | 1 | -8/+22 |
2015-03-25 | spapr: Add missing checks for NULL pointers and report failures | Stefan Weil | 1 | -0/+8 |
2015-03-25 | fw_cfg: factor out initialization of FW_CFG_ID (rev. number) | Gabriel L. Somlo | 2 | -2/+0 |
2015-03-12 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2 | -19/+11 |
2015-03-11 | machine: query kernel-irqchip property | Marcel Apfelbaum | 2 | -19/+11 |
2015-03-11 | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s... | Peter Maydell | 3 | -174/+152 |
2015-03-10 | m48t59: introduce new base-year qdev property | Mark Cave-Ayland | 2 | -2/+2 |