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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
pnv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-05
hw/ppc: Replace global smp variables with machine smp properties
Like Xu
1
-2
/
+4
2019-07-05
machine: Refactor smp-related call chains to pass MachineState
Like Xu
1
-2
/
+1
2019-07-02
ppc/pnv: remove xscom_base field from PnvChip
Cédric Le Goater
1
-10
/
+0
2019-07-02
ppc/pnv: fix XSCOM MMIO base address for P9 machines with multiple chips
Cédric Le Goater
1
-8
/
+16
2019-06-12
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...
Peter Maydell
1
-0
/
+2
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-06-12
ppc/pnv: activate the "dumpdtb" option on the powernv machine
Cédric Le Goater
1
-0
/
+2
2019-05-29
ppc/pnv: introduce new skiboot platform properties
Cédric Le Goater
1
-3
/
+10
2019-05-24
hw/ppc/pnv: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
1
-8
/
+4
2019-03-19
ppc/pnv: Use local_err variable in pnv_chip_power9_intc_create()
Greg Kurz
1
-1
/
+1
2019-03-12
ppc/pnv: add a "ibm,opal/power-mgt" device tree node on POWER9
Cédric Le Goater
1
-0
/
+15
2019-03-12
ppc/pnv: POWER9 XSCOM quad support
Cédric Le Goater
1
-1
/
+37
2019-03-12
ppc/pnv: add a OCC model for POWER9
Cédric Le Goater
1
-0
/
+13
2019-03-12
ppc/pnv: add a OCC model class
Cédric Le Goater
1
-1
/
+1
2019-03-12
ppc/pnv: add a LPC Controller model for POWER9
Cédric Le Goater
1
-1
/
+21
2019-03-12
ppc/pnv: add a 'dt_isa_nodename' to the chip
Cédric Le Goater
1
-13
/
+5
2019-03-12
ppc/pnv: add a LPC Controller class model
Cédric Le Goater
1
-1
/
+1
2019-03-12
ppc/pnv: add a PSI bridge model for POWER9
Cédric Le Goater
1
-0
/
+18
2019-03-12
ppc/pnv: add a PSI bridge class model
Cédric Le Goater
1
-2
/
+4
2019-03-12
ppc/pnv: introduce a new pic_print_info() operation to the chip model
Cédric Le Goater
1
-3
/
+24
2019-03-12
ppc/pnv: introduce a new dt_populate() operation to the chip model
Cédric Le Goater
1
-2
/
+25
2019-03-12
ppc/pnv: add a XIVE interrupt controller model for POWER9
Cédric Le Goater
1
-1
/
+43
2019-03-12
ppc/pnv: change the CPU machine_data presenter type to Object *
Cédric Le Goater
1
-3
/
+3
2019-03-12
ppc: externalize ppc_get_vcpu_by_pir()
Cédric Le Goater
1
-16
/
+0
2019-02-26
ppc/pnv: use IEC binary prefixes to represent sizes
Murilo Opsfelder Araujo
1
-2
/
+2
2019-02-26
ppc/pnv: add INITRD_MAX_SIZE constant
Murilo Opsfelder Araujo
1
-1
/
+2
2019-02-26
ppc/pnv: increase kernel size limit to 256MiB
Murilo Opsfelder Araujo
1
-1
/
+2
2019-02-26
hw/ppc: Use object_initialize_child for correct reference counting
Thomas Huth
1
-6
/
+6
2019-02-04
ppc/pnv: introduce a CPU machine_data
Cédric Le Goater
1
-3
/
+4
2019-01-09
ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU
Cédric Le Goater
1
-3
/
+3
2019-01-09
spapr: modify the prototype of the cpu_intc_create() method
Cédric Le Goater
1
-7
/
+16
2018-07-02
hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"
Philippe Mathieu-Daudé
1
-1
/
+1
2018-07-02
hw: Use IEC binary prefix definitions from "qemu/units.h"
Philippe Mathieu-Daudé
1
-2
/
+2
2018-06-21
ppc/pnv: consolidate the creation of the ISA bus device tree
Cédric Le Goater
1
-28
/
+23
2018-06-21
ppc/pnv: introduce Pnv8Chip and Pnv9Chip models
Cédric Le Goater
1
-102
/
+179
2018-06-21
ppc/pnv: introduce a new isa_create() operation to the chip model
Cédric Le Goater
1
-15
/
+19
2018-06-21
ppc/pnv: introduce a new intc_create() operation to the chip model
Cédric Le Goater
1
-2
/
+19
2018-06-16
ppc/pnv: introduce a pnv_chip_core_realize() routine
Cédric Le Goater
1
-10
/
+22
2018-06-16
pnv_core: Allocate cpu thread objects individually
David Gibson
1
-2
/
+2
2018-04-27
target/ppc: Fold slb_nr into PPCHash64Options
David Gibson
1
-1
/
+1
2018-04-27
target/ppc: Move 1T segment and AMR options to PPCHash64Options
David Gibson
1
-1
/
+2
2018-04-27
target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()
David Gibson
1
-2
/
+2
2018-04-26
serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTS
Peter Maydell
1
-1
/
+1
2018-01-17
ppc/pnv: change initrd address
Cédric Le Goater
1
-1
/
+1
2018-01-17
ppc/pnv: fix XSCOM core addressing on POWER9
Cédric Le Goater
1
-7
/
+8
2018-01-17
ppc/pnv: change core mask for POWER9
Cédric Le Goater
1
-2
/
+2
2018-01-17
ppc/pnv: use POWER9 DD2 processor
Cédric Le Goater
1
-1
/
+1
2018-01-10
ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency
Cédric Le Goater
1
-49
/
+45
[next]