index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
spapr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-13
pci: allow 0 address for PCI IO/MEM regions
Laurent Vivier
1
-0
/
+1
2015-07-07
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
1
-212
/
+238
2015-07-07
ppc: Update cpu_model in MachineState
Bharata B Rao
1
-4
/
+3
2015-07-07
spapr: Consolidate cpu init code into a routine
Bharata B Rao
1
-25
/
+29
2015-07-07
spapr: Reorganize CPU dt generation code
Bharata B Rao
1
-125
/
+159
2015-07-07
spapr: Consider max_cpus during xics initialization
Bharata B Rao
1
-2
/
+2
2015-07-07
spapr: Add sPAPRMachineClass
David Gibson
1
-0
/
+1
2015-07-07
spapr: Remove obsolete entry_point field from sPAPRMachineState
David Gibson
1
-3
/
+1
2015-07-07
spapr: Remove obsolete ram_limit field from sPAPRMachineState
David Gibson
1
-10
/
+12
2015-07-07
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
1
-43
/
+30
2015-07-07
spapr: ensure we have at least one XICS server
Greg Kurz
1
-1
/
+2
2015-07-07
global_state: Make section optional
Juan Quintela
1
-0
/
+1
2015-07-07
Fix older machine type compatibility on power with section footers
Dr. David Alan Gilbert
1
-0
/
+2
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: add dynamic-reconfiguration option for spapr-pci-host-bridge
Michael Roth
1
-2
/
+7
2015-06-03
spapr_events: event-scan RTAS interface
Tyrel Datwyler
1
-0
/
+2
2015-06-03
spapr_events: re-use EPOW event infrastructure for hotplug events
Nathan Fontenot
1
-1
/
+2
2015-06-03
spapr_rtas: add ibm, configure-connector RTAS interface
Michael Roth
1
-0
/
+4
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-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-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-25
powerpc: fix -machine usb=no for newworld and pseries machines
Paolo Bonzini
1
-1
/
+1
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-11
machine: query kernel-irqchip property
Marcel Apfelbaum
1
-9
/
+6
2015-03-09
spapr: Clean up misuse of qdev_init() in xics-kvm creation
Markus Armbruster
1
-13
/
+12
2015-03-09
pseries: Export RTC time via QOM
David Gibson
1
-0
/
+3
2015-03-09
pseries: Move rtc_offset into RTC device's state structure
David Gibson
1
-3
/
+27
2015-03-09
pseries: Make the PAPR RTC a qdev device
David Gibson
1
-1
/
+9
2015-03-09
pseries: Move sPAPR RTC code into its own file
David Gibson
1
-0
/
+3
2015-03-09
spapr-pci: Enable huge BARs
Alexey Kardashevskiy
1
-0
/
+16
2015-03-09
spapr: Add pseries-2.3 machine
Alexey Kardashevskiy
1
-2
/
+17
2015-03-02
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...
Peter Maydell
1
-0
/
+1
2015-02-23
numa: Move NUMA declarations from sysemu.h to numa.h
Eduardo Habkost
1
-0
/
+1
2015-02-18
PPC: Don't use legacy -usbdevice support for setting up board
Markus Armbruster
1
-2
/
+5
2015-02-10
fw_cfg: fix typos in comments: patch -> path
Gonglei
1
-1
/
+1
2015-01-07
hw/ppc/spapr: simplify usb controller creation logic
Marcel Apfelbaum
1
-1
/
+2
2015-01-07
hw/usb: simplified usb_enabled
Marcel Apfelbaum
1
-1
/
+1
2015-01-07
hw/ppc: modified the condition for usb controllers to be created for some ppc...
Marcel Apfelbaum
1
-1
/
+1
2015-01-07
target-ppc: Cast ssize_t to size_t before printing with %zx
Peter Maydell
1
-1
/
+1
2015-01-07
spapr: Fix stale HTAB during live migration (TCG)
Samuel Mendoza-Jonas
1
-5
/
+11
[next]