index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
pnv.c
Age
Commit message (
Expand
)
Author
2019-06-12
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...
Peter Maydell
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
ppc/pnv: activate the "dumpdtb" option on the powernv machine
Cédric Le Goater
2019-05-29
ppc/pnv: introduce new skiboot platform properties
Cédric Le Goater
2019-05-24
hw/ppc/pnv: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
2019-03-19
ppc/pnv: Use local_err variable in pnv_chip_power9_intc_create()
Greg Kurz
2019-03-12
ppc/pnv: add a "ibm,opal/power-mgt" device tree node on POWER9
Cédric Le Goater
2019-03-12
ppc/pnv: POWER9 XSCOM quad support
Cédric Le Goater
2019-03-12
ppc/pnv: add a OCC model for POWER9
Cédric Le Goater
2019-03-12
ppc/pnv: add a OCC model class
Cédric Le Goater
2019-03-12
ppc/pnv: add a LPC Controller model for POWER9
Cédric Le Goater
2019-03-12
ppc/pnv: add a 'dt_isa_nodename' to the chip
Cédric Le Goater
2019-03-12
ppc/pnv: add a LPC Controller class model
Cédric Le Goater
2019-03-12
ppc/pnv: add a PSI bridge model for POWER9
Cédric Le Goater
2019-03-12
ppc/pnv: add a PSI bridge class model
Cédric Le Goater
2019-03-12
ppc/pnv: introduce a new pic_print_info() operation to the chip model
Cédric Le Goater
2019-03-12
ppc/pnv: introduce a new dt_populate() operation to the chip model
Cédric Le Goater
2019-03-12
ppc/pnv: add a XIVE interrupt controller model for POWER9
Cédric Le Goater
2019-03-12
ppc/pnv: change the CPU machine_data presenter type to Object *
Cédric Le Goater
2019-03-12
ppc: externalize ppc_get_vcpu_by_pir()
Cédric Le Goater
2019-02-26
ppc/pnv: use IEC binary prefixes to represent sizes
Murilo Opsfelder Araujo
2019-02-26
ppc/pnv: add INITRD_MAX_SIZE constant
Murilo Opsfelder Araujo
2019-02-26
ppc/pnv: increase kernel size limit to 256MiB
Murilo Opsfelder Araujo
2019-02-26
hw/ppc: Use object_initialize_child for correct reference counting
Thomas Huth
2019-02-04
ppc/pnv: introduce a CPU machine_data
Cédric Le Goater
2019-01-09
ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU
Cédric Le Goater
2019-01-09
spapr: modify the prototype of the cpu_intc_create() method
Cédric Le Goater
2018-07-02
hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"
Philippe Mathieu-Daudé
2018-07-02
hw: Use IEC binary prefix definitions from "qemu/units.h"
Philippe Mathieu-Daudé
2018-06-21
ppc/pnv: consolidate the creation of the ISA bus device tree
Cédric Le Goater
2018-06-21
ppc/pnv: introduce Pnv8Chip and Pnv9Chip models
Cédric Le Goater
2018-06-21
ppc/pnv: introduce a new isa_create() operation to the chip model
Cédric Le Goater
2018-06-21
ppc/pnv: introduce a new intc_create() operation to the chip model
Cédric Le Goater
2018-06-16
ppc/pnv: introduce a pnv_chip_core_realize() routine
Cédric Le Goater
2018-06-16
pnv_core: Allocate cpu thread objects individually
David Gibson
2018-04-27
target/ppc: Fold slb_nr into PPCHash64Options
David Gibson
2018-04-27
target/ppc: Move 1T segment and AMR options to PPCHash64Options
David Gibson
2018-04-27
target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()
David Gibson
2018-04-26
serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTS
Peter Maydell
2018-01-17
ppc/pnv: change initrd address
Cédric Le Goater
2018-01-17
ppc/pnv: fix XSCOM core addressing on POWER9
Cédric Le Goater
2018-01-17
ppc/pnv: change core mask for POWER9
Cédric Le Goater
2018-01-17
ppc/pnv: use POWER9 DD2 processor
Cédric Le Goater
2018-01-10
ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency
Cédric Le Goater
2017-12-18
hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()
Philippe Mathieu-Daudé
2017-10-17
ppc: pnv: consolidate type definitions and batch register them
Igor Mammedov
2017-10-17
ppc: pnv: drop PnvChipClass::cpu_model field
Igor Mammedov
2017-10-17
ppc: pnv: normalize core/chip type names
Igor Mammedov
2017-10-17
ppc: pnv: use generic cpu_model parsing
Igor Mammedov
2017-10-17
hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")
Greg Kurz
[next]