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-08-29
ppc/pnv: Set default ram size to 1.75GB
Joel Stanley
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-07-05
hw/ppc: Replace global smp variables with machine smp properties
Like Xu
2019-07-05
machine: Refactor smp-related call chains to pass MachineState
Like Xu
2019-07-02
ppc/pnv: remove xscom_base field from PnvChip
Cédric Le Goater
2019-07-02
ppc/pnv: fix XSCOM MMIO base address for P9 machines with multiple chips
Cédric Le Goater
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
[next]