summaryrefslogtreecommitdiff
path: root/hw/ppc/pnv.c
AgeCommit message (Expand)Author
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-06-21ppc/pnv: consolidate the creation of the ISA bus device treeCédric Le Goater
2018-06-21ppc/pnv: introduce Pnv8Chip and Pnv9Chip modelsCédric Le Goater
2018-06-21ppc/pnv: introduce a new isa_create() operation to the chip modelCédric Le Goater
2018-06-21ppc/pnv: introduce a new intc_create() operation to the chip modelCédric Le Goater
2018-06-16ppc/pnv: introduce a pnv_chip_core_realize() routineCédric Le Goater
2018-06-16pnv_core: Allocate cpu thread objects individuallyDavid Gibson
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()David Gibson
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell
2018-01-17ppc/pnv: change initrd addressCédric Le Goater
2018-01-17ppc/pnv: fix XSCOM core addressing on POWER9Cédric Le Goater
2018-01-17ppc/pnv: change core mask for POWER9Cédric Le Goater
2018-01-17ppc/pnv: use POWER9 DD2 processorCédric Le Goater
2018-01-10ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistencyCédric Le Goater
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé
2017-10-17ppc: pnv: consolidate type definitions and batch register themIgor Mammedov
2017-10-17ppc: pnv: drop PnvChipClass::cpu_model fieldIgor Mammedov
2017-10-17ppc: pnv: normalize core/chip type namesIgor Mammedov
2017-10-17ppc: pnv: use generic cpu_model parsingIgor Mammedov
2017-10-17hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")Greg Kurz
2017-09-27ppc/pnv: check for OPAL firmware file presenceCédric Le Goater
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-06-20object: use more specific property type namesMarc-André Lureau
2017-06-06ppc/pnv: check the return value of fdt_setprop()Cédric Le Goater
2017-05-15Merge remote-tracking branch 'dgibson/tags/ppc-for-2.10-20170511' into stagingStefan Hajnoczi
2017-05-11ppc/pnv: restrict BMC object to the BMC simulatorCédric Le Goater
2017-05-07Remove reduntant qemu: from error functionsIshani Chugh
2017-04-26ppc/pnv: generate an OEM SEL event on shutdownCédric Le Goater
2017-04-26ppc/pnv: add initial IPMI sensors for the BMC simulatorCédric Le Goater
2017-04-26ppc/pnv: populate device tree for IPMI BT devicesCédric Le Goater
2017-04-26ppc/pnv: populate device tree for serial devicesCédric Le Goater
2017-04-26ppc/pnv: populate device tree for RTC devicesCédric Le Goater
2017-04-26ppc/pnv: scan ISA bus to populate device treeCédric Le Goater
2017-04-26ppc/pnv: enable only one LPC busCédric Le Goater
2017-04-26ppc/pnv: Add support for POWER8+ LPC ControllerBenjamin Herrenschmidt
2017-04-26ppc/pnv: Add OCC model stub with interrupt supportBenjamin Herrenschmidt
2017-04-26ppc/pnv: Add cut down PSI bridge model and hookup external interruptCédric Le Goater
2017-04-26ppc/pnv: add memory regions for the ICP registersCédric Le Goater
2017-04-26ppc/pnv: create the ICP object under PnvCoreCédric Le Goater
2017-04-26ppc/pnv: extend the machine with a InterruptStatsProvider interfaceCédric Le Goater
2017-04-26ppc/pnv: extend the machine with a XICSFabric interfaceCédric Le Goater
2017-04-26hw/ppc/pnv: Classify the "PowerNV Chip" devices as CPU devicesThomas Huth
2017-03-14qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini
2017-02-22hw/ppc/pnv: Remove superfluous "qemu" prefix from error stringsThomas Huth
2017-02-02hw/ppc/pnv: Use error_report instead of hw_error if a ROM file can't be foundThomas Huth
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-11-15ppc/pnv: Fix fatal bug on 32-bit hostsDavid Gibson