index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
pnv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppc/pnv: Introduce PowerNV machines with fixed CPU models
Cédric Le Goater
2019-08-29
1
-7
/
+63
*
ppc/pnv: Generate phandle for the "interrupt-parent" property
Cédric Le Goater
2019-08-29
1
-0
/
+5
*
ppc/pnv: Set default ram size to 1.75GB
Joel Stanley
2019-08-29
1
-1
/
+5
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/boards.h a bit less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
hw/ppc: Replace global smp variables with machine smp properties
Like Xu
2019-07-05
1
-2
/
+4
*
machine: Refactor smp-related call chains to pass MachineState
Like Xu
2019-07-05
1
-2
/
+1
*
ppc/pnv: remove xscom_base field from PnvChip
Cédric Le Goater
2019-07-02
1
-10
/
+0
*
ppc/pnv: fix XSCOM MMIO base address for P9 machines with multiple chips
Cédric Le Goater
2019-07-02
1
-8
/
+16
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...
Peter Maydell
2019-06-12
1
-0
/
+2
|
\
|
*
ppc/pnv: activate the "dumpdtb" option on the powernv machine
Cédric Le Goater
2019-06-12
1
-0
/
+2
*
|
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
|
/
*
ppc/pnv: introduce new skiboot platform properties
Cédric Le Goater
2019-05-29
1
-3
/
+10
*
hw/ppc/pnv: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
2019-05-24
1
-8
/
+4
*
ppc/pnv: Use local_err variable in pnv_chip_power9_intc_create()
Greg Kurz
2019-03-19
1
-1
/
+1
*
ppc/pnv: add a "ibm,opal/power-mgt" device tree node on POWER9
Cédric Le Goater
2019-03-12
1
-0
/
+15
*
ppc/pnv: POWER9 XSCOM quad support
Cédric Le Goater
2019-03-12
1
-1
/
+37
*
ppc/pnv: add a OCC model for POWER9
Cédric Le Goater
2019-03-12
1
-0
/
+13
*
ppc/pnv: add a OCC model class
Cédric Le Goater
2019-03-12
1
-1
/
+1
*
ppc/pnv: add a LPC Controller model for POWER9
Cédric Le Goater
2019-03-12
1
-1
/
+21
*
ppc/pnv: add a 'dt_isa_nodename' to the chip
Cédric Le Goater
2019-03-12
1
-13
/
+5
*
ppc/pnv: add a LPC Controller class model
Cédric Le Goater
2019-03-12
1
-1
/
+1
*
ppc/pnv: add a PSI bridge model for POWER9
Cédric Le Goater
2019-03-12
1
-0
/
+18
*
ppc/pnv: add a PSI bridge class model
Cédric Le Goater
2019-03-12
1
-2
/
+4
*
ppc/pnv: introduce a new pic_print_info() operation to the chip model
Cédric Le Goater
2019-03-12
1
-3
/
+24
*
ppc/pnv: introduce a new dt_populate() operation to the chip model
Cédric Le Goater
2019-03-12
1
-2
/
+25
*
ppc/pnv: add a XIVE interrupt controller model for POWER9
Cédric Le Goater
2019-03-12
1
-1
/
+43
*
ppc/pnv: change the CPU machine_data presenter type to Object *
Cédric Le Goater
2019-03-12
1
-3
/
+3
*
ppc: externalize ppc_get_vcpu_by_pir()
Cédric Le Goater
2019-03-12
1
-16
/
+0
*
ppc/pnv: use IEC binary prefixes to represent sizes
Murilo Opsfelder Araujo
2019-02-26
1
-2
/
+2
*
ppc/pnv: add INITRD_MAX_SIZE constant
Murilo Opsfelder Araujo
2019-02-26
1
-1
/
+2
*
ppc/pnv: increase kernel size limit to 256MiB
Murilo Opsfelder Araujo
2019-02-26
1
-1
/
+2
*
hw/ppc: Use object_initialize_child for correct reference counting
Thomas Huth
2019-02-25
1
-6
/
+6
*
ppc/pnv: introduce a CPU machine_data
Cédric Le Goater
2019-02-04
1
-3
/
+4
*
ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU
Cédric Le Goater
2019-01-08
1
-3
/
+3
*
spapr: modify the prototype of the cpu_intc_create() method
Cédric Le Goater
2019-01-08
1
-7
/
+16
*
hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"
Philippe Mathieu-Daudé
2018-07-02
1
-1
/
+1
*
hw: Use IEC binary prefix definitions from "qemu/units.h"
Philippe Mathieu-Daudé
2018-07-02
1
-2
/
+2
*
ppc/pnv: consolidate the creation of the ISA bus device tree
Cédric Le Goater
2018-06-21
1
-28
/
+23
*
ppc/pnv: introduce Pnv8Chip and Pnv9Chip models
Cédric Le Goater
2018-06-21
1
-102
/
+179
*
ppc/pnv: introduce a new isa_create() operation to the chip model
Cédric Le Goater
2018-06-21
1
-15
/
+19
*
ppc/pnv: introduce a new intc_create() operation to the chip model
Cédric Le Goater
2018-06-21
1
-2
/
+19
*
ppc/pnv: introduce a pnv_chip_core_realize() routine
Cédric Le Goater
2018-06-16
1
-10
/
+22
*
pnv_core: Allocate cpu thread objects individually
David Gibson
2018-06-16
1
-2
/
+2
*
target/ppc: Fold slb_nr into PPCHash64Options
David Gibson
2018-04-27
1
-1
/
+1
*
target/ppc: Move 1T segment and AMR options to PPCHash64Options
David Gibson
2018-04-27
1
-1
/
+2
*
target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()
David Gibson
2018-04-27
1
-2
/
+2
[next]