summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2018-04-10sam460ex: Fix timer frequency and clock multipliersBALATON Zoltan2-5/+5
2018-04-10spapr: Initialize reserved areas list in FDT in H_CAS handlerAlexey Kardashevskiy1-0/+1
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+1
2018-03-20pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang1-2/+1
2018-03-18ppc440_pcix: Change some error_report to qemu_log_mask(LOG_UNIMP, ...)BALATON Zoltan1-4/+7
2018-03-18hw/ppc/spapr: Allow "spapr-vlan" as NIC model name beside "ibmveth"Thomas Huth1-2/+3
2018-03-18PPC e500: Fix gap between u-boot and kernelDavid Engraf1-5/+4
2018-03-18hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devicesThomas Huth1-1/+1
2018-03-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-7/+4
2018-03-13ppc/spapr, vfio: Turn off MSIX emulation for VFIO devicesAlexey Kardashevskiy1-0/+7
2018-03-12hw/isa/superio: Add a keyboard/mouse controller (8042)Philippe Mathieu-Daudé1-1/+0
2018-03-12hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé1-1/+1
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé1-2/+3
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth3-3/+0
2018-03-12net: allow using any PCI NICs in -net or -nicPaolo Bonzini1-1/+1
2018-03-06PPC: e500: Fix duplicate kernel load and device tree overlapDavid Engraf1-46/+70
2018-03-06hw/ppc/spapr,e500: Use new property "stdout-path" for boot consoleNikunj A Dadhania2-0/+14
2018-03-06ppc/spapr-caps: Define the pseries-2.12-sxxm machine typeSuraj Jitindar Singh2-0/+28
2018-03-06ppc/spapr-caps: Convert cap-ibs to custom spapr-capSuraj Jitindar Singh2-67/+28
2018-03-06ppc/spapr-caps: Convert cap-sbbc to custom spapr-capSuraj Jitindar Singh1-5/+18
2018-03-06ppc/spapr-caps: Convert cap-cfpc to custom spapr-capSuraj Jitindar Singh1-11/+22
2018-03-06ppc/spapr-caps: Add support for custom spapr_capabilitiesSuraj Jitindar Singh1-0/+70
2018-03-06macio: remove macio_init() functionMark Cave-Ayland2-6/+2
2018-03-06mac_newworld: use object link to pass OpenPIC object to macioMark Cave-Ayland1-9/+11
2018-03-06openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland1-0/+1
2018-03-06mac_oldworld: use object link to pass heathrow PIC object to macioMark Cave-Ayland1-3/+5
2018-03-06macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland3-3/+2
2018-03-06heathrow: change heathrow_pic_init() to return the heathrow deviceMark Cave-Ayland2-6/+7
2018-03-06macio: move ESCC device within the macio deviceMark Cave-Ayland3-58/+20
2018-03-06spapr: harden code that depends on VSMTGreg Kurz1-69/+75
2018-03-06spapr: register dummy ICPs laterGreg Kurz1-12/+12
2018-03-06ppc: Add aCube Sam460ex boardBALATON Zoltan2-1/+605
2018-03-06ppc440: Add emulation of plb-pcix controller found in some 440 SoCsBALATON Zoltan3-1/+537
2018-03-06ppc440_uc: Fix unintialized variable warning with older gccBALATON Zoltan1-0/+3
2018-03-06spapr: fix missing CPU core nodes in DT when running with TCGGreg Kurz1-7/+1
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+0
2018-02-16ppc4xx: Add device models found in PPC440 core SoCsBALATON Zoltan2-0/+1185
2018-02-16ppc/spapr-caps: Disallow setting workaround for spapr-cap-ibsSuraj Jitindar Singh1-2/+4
2018-02-16spapr: consolidate the VCPU id numbering logic in a single placeGreg Kurz1-7/+23
2018-02-16spapr: rename spapr_vcpu_id() to spapr_get_vcpu_id()Greg Kurz1-8/+8
2018-02-16spapr: move VCPU calculation to core machine codeGreg Kurz2-7/+21
2018-02-16spapr: use spapr->vsmt to compute VCPU idsGreg Kurz1-14/+10
2018-02-16ppc/spapr-caps: Change migration macro to take full spapr-cap nameSuraj Jitindar Singh1-15/+15
2018-02-16hw/char: remove legacy interface escc_init()Laurent Vivier2-4/+34
2018-02-16hw/ppc/spapr_hcall: set htab_shift after kvmppc_resize_hpt_commitDaniel Henrique Barboza1-1/+11
2018-02-16ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland1-77/+0
2018-02-16cuda: convert to use the shared mos6522 deviceMark Cave-Ayland1-42/+45
2018-02-11cuda: rename frequency property to tb_frequencyMark Cave-Ayland1-1/+1
2018-02-10spapr: set vsmt to MAX(8, smp_threads)Laurent Vivier1-1/+1