summary refs log tree commit diff stats
path: root/hw/ppc/pnv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ppc/pnv: add a PSI bridge model for POWER9Cédric Le Goater2019-03-121-0/+18
* ppc/pnv: add a PSI bridge class modelCédric Le Goater2019-03-121-2/+4
* ppc/pnv: introduce a new pic_print_info() operation to the chip modelCédric Le Goater2019-03-121-3/+24
* ppc/pnv: introduce a new dt_populate() operation to the chip modelCédric Le Goater2019-03-121-2/+25
* ppc/pnv: add a XIVE interrupt controller model for POWER9Cédric Le Goater2019-03-121-1/+43
* ppc/pnv: change the CPU machine_data presenter type to Object *Cédric Le Goater2019-03-121-3/+3
* ppc: externalize ppc_get_vcpu_by_pir()Cédric Le Goater2019-03-121-16/+0
* ppc/pnv: use IEC binary prefixes to represent sizesMurilo Opsfelder Araujo2019-02-261-2/+2
* ppc/pnv: add INITRD_MAX_SIZE constantMurilo Opsfelder Araujo2019-02-261-1/+2
* ppc/pnv: increase kernel size limit to 256MiBMurilo Opsfelder Araujo2019-02-261-1/+2
* hw/ppc: Use object_initialize_child for correct reference countingThomas Huth2019-02-261-6/+6
* ppc/pnv: introduce a CPU machine_dataCédric Le Goater2019-02-041-3/+4
* ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater2019-01-091-3/+3
* spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater2019-01-091-7/+16
* hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé2018-07-021-1/+1
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-2/+2
* ppc/pnv: consolidate the creation of the ISA bus device treeCédric Le Goater2018-06-211-28/+23
* ppc/pnv: introduce Pnv8Chip and Pnv9Chip modelsCédric Le Goater2018-06-211-102/+179
* ppc/pnv: introduce a new isa_create() operation to the chip modelCédric Le Goater2018-06-211-15/+19
* ppc/pnv: introduce a new intc_create() operation to the chip modelCédric Le Goater2018-06-211-2/+19
* ppc/pnv: introduce a pnv_chip_core_realize() routineCédric Le Goater2018-06-161-10/+22
* pnv_core: Allocate cpu thread objects individuallyDavid Gibson2018-06-161-2/+2
* target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson2018-04-271-1/+1
* target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson2018-04-271-1/+2
* target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()David Gibson2018-04-271-2/+2
* serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell2018-04-261-1/+1
* ppc/pnv: change initrd addressCédric Le Goater2018-01-171-1/+1
* ppc/pnv: fix XSCOM core addressing on POWER9Cédric Le Goater2018-01-171-7/+8
* ppc/pnv: change core mask for POWER9Cédric Le Goater2018-01-171-2/+2
* ppc/pnv: use POWER9 DD2 processorCédric Le Goater2018-01-171-1/+1
* ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistencyCédric Le Goater2018-01-101-49/+45
* hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé2017-12-181-1/+1
* ppc: pnv: consolidate type definitions and batch register themIgor Mammedov2017-10-171-58/+34
* ppc: pnv: drop PnvChipClass::cpu_model fieldIgor Mammedov2017-10-171-12/+13
* ppc: pnv: normalize core/chip type namesIgor Mammedov2017-10-171-1/+1
* ppc: pnv: use generic cpu_model parsingIgor Mammedov2017-10-171-12/+10
* hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")Greg Kurz2017-10-171-2/+1
* ppc/pnv: check for OPAL firmware file presenceCédric Le Goater2017-09-271-1/+5
* Convert error_report() to warn_report()Alistair Francis2017-07-131-3/+3
* object: use more specific property type namesMarc-André Lureau2017-06-201-1/+1
* ppc/pnv: check the return value of fdt_setprop()Cédric Le Goater2017-06-061-2/+3
* Merge remote-tracking branch 'dgibson/tags/ppc-for-2.10-20170511' into stagingStefan Hajnoczi2017-05-151-1/+1
|\
| * ppc/pnv: restrict BMC object to the BMC simulatorCédric Le Goater2017-05-111-1/+1
* | Remove reduntant qemu: from error functionsIshani Chugh2017-05-071-1/+1
|/
* ppc/pnv: generate an OEM SEL event on shutdownCédric Le Goater2017-04-261-0/+14
* ppc/pnv: add initial IPMI sensors for the BMC simulatorCédric Le Goater2017-04-261-0/+21
* ppc/pnv: populate device tree for IPMI BT devicesCédric Le Goater2017-04-261-0/+35
* ppc/pnv: populate device tree for serial devicesCédric Le Goater2017-04-261-0/+33
* ppc/pnv: populate device tree for RTC devicesCédric Le Goater2017-04-261-0/+30
* ppc/pnv: scan ISA bus to populate device treeCédric Le Goater2017-04-261-0/+28