summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2018-04-27target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()David Gibson3-6/+7
2018-04-27spapr: drop useless dynamic sysbus device sanity checkGreg Kurz1-18/+0
2018-04-27Revert "spapr: Don't allow memory hotplug to memory less nodes"Serhii Popovych1-22/+0
2018-04-27spapr: drop useless sanity check in spapr_irq_alloc*()Greg Kurz1-6/+3
2018-04-27spapr: Introduce pseries-2.13 machine typeDavid Gibson1-2/+21
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland2-5/+5
2018-04-27uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland1-6/+6
2018-04-27uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland1-4/+8
2018-04-27uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland1-1/+12
2018-04-27uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland1-1/+29
2018-04-27uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland2-8/+4
2018-04-27mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland1-14/+0
2018-04-27mac_oldworld: remove pics IRQ array and wire up macio to heathrow directlyMark Cave-Ayland2-13/+22
2018-04-27grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland1-6/+3
2018-04-27grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland2-6/+18
2018-04-27grackle: general tidy-up and QOMifyMark Cave-Ayland2-2/+2
2018-04-27heathrow: remove obsolete heathow_init() functionMark Cave-Ayland2-12/+12
2018-04-27uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland2-6/+14
2018-04-27uninorth: remove stray PCIBus realize from mac_newworld.cMark Cave-Ayland1-1/+0
2018-04-27uninorth: remove second set of uninorth token registersMark Cave-Ayland1-4/+0
2018-04-26vl.c: new function serial_max_hds()Peter Maydell1-1/+1
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell1-1/+1
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell6-25/+25
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