summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170426' int...Peter Maydell2017-04-2619-273/+2159
|\
| * spapr-cpu-core: Release ICPState object during CPU unrealizationBharata B Rao2017-04-261-0/+1
| * ppc/pnv: generate an OEM SEL event on shutdownCédric Le Goater2017-04-262-0/+55
| * ppc/pnv: add initial IPMI sensors for the BMC simulatorCédric Le Goater2017-04-263-1/+103
| * ppc/pnv: populate device tree for IPMI BT devicesCédric Le Goater2017-04-261-0/+35
| * ppc/pnv: populate device tree for serial devicesCédric Le Goater2017-04-261-0/+33
| * ppc/pnv: populate device tree for RTC devicesCédric Le Goater2017-04-261-0/+30
| * ppc/pnv: scan ISA bus to populate device treeCédric Le Goater2017-04-261-0/+28
| * ppc/pnv: enable only one LPC busCédric Le Goater2017-04-262-9/+22
| * ppc/pnv: Add support for POWER8+ LPC ControllerBenjamin Herrenschmidt2017-04-262-42/+100
| * spapr: remove the 'nr_servers' field from the machineCédric Le Goater2017-04-261-32/+24Star
| * ipmi: introduce an ipmi_bmc_gen_event() APICédric Le Goater2017-04-261-0/+24
| * ipmi: introduce an ipmi_bmc_sdr_find() APICédric Le Goater2017-04-261-0/+16
| * ipmi: provide support for FRUsCédric Le Goater2017-04-261-0/+133
| * ipmi: use a file to load SDRsCédric Le Goater2017-04-261-2/+21
| * ppc/pnv: Add OCC model stub with interrupt supportBenjamin Herrenschmidt2017-04-263-1/+150
| * ppc/pnv: Add cut down PSI bridge model and hookup external interruptCédric Le Goater2017-04-263-7/+631
| * ppc/pnv: add memory regions for the ICP registersCédric Le Goater2017-04-261-0/+81
| * ppc/pnv: create the ICP object under PnvCoreCédric Le Goater2017-04-262-2/+27
| * ppc/pnv: extend the machine with a InterruptStatsProvider interfaceCédric Le Goater2017-04-261-0/+17
| * ppc/pnv: extend the machine with a XICSFabric interfaceCédric Le Goater2017-04-261-0/+30
| * ppc/pnv: add a PnvICPState objectCédric Le Goater2017-04-262-0/+193
| * ppc/xics: add a realize() handler to ICPStateClassCédric Le Goater2017-04-261-0/+5
| * spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater2017-04-263-48/+28Star
| * spapr: move the IRQ server number mapping under the machineCédric Le Goater2017-04-263-5/+5
| * ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater2017-04-263-19/+11Star
| * spapr_pci: Removed unused includeAlexey Kardashevskiy2017-04-261-2/+0Star
| * spapr_pci: Warn when RAM page size is not enabled in IOMMU page maskAlexey Kardashevskiy2017-04-261-0/+6
| * target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tceAlexey Kardashevskiy2017-04-261-1/+3
| * spapr: Workaround for broken radix guestsSam Bobroff2017-04-262-4/+17
| * spapr: Enable ISA 3.0 MMU mode selection via CASSam Bobroff2017-04-262-13/+88
| * spapr: move spapr_populate_pa_features()Sam Bobroff2017-04-261-61/+61
| * target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh2017-04-262-15/+133
| * target/ppc: Add new H-CALL shells for in memory table translationSuraj Jitindar Singh2017-04-261-0/+31
| * spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff2017-04-261-0/+13
| * target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64Alexey Kardashevskiy2017-04-261-3/+5
| * hw/ppc/pnv: Classify the "PowerNV Chip" devices as CPU devicesThomas Huth2017-04-261-0/+1
| * ppc/spapr: QOM'ify sPAPRRTCStateCédric Le Goater2017-04-263-43/+16Star
| * pseries: Add pseries-2.10 machine typeDavid Gibson2017-04-261-2/+21
* | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell2017-04-2617-13/+2553
|\ \ | |/ |/|
| * move xen-mapcache.c to hw/i386/xen/Anthony Xu2017-04-253-1/+466
| * move xen-hvm.c to hw/i386/xen/Anthony Xu2017-04-253-1/+1441
| * move xen-common.c to hw/xen/Anthony Xu2017-04-252-1/+170
| * xen/9pfs: build and register Xen 9pfs backendStefano Stabellini2017-04-252-0/+4
| * xen/9pfs: send responses back to the frontendStefano Stabellini2017-04-251-0/+19
| * xen/9pfs: implement in/out_iov_from_pdu and vmarshal/vunmarshalStefano Stabellini2017-04-251-2/+97
| * xen/9pfs: receive requests from the frontendStefano Stabellini2017-04-251-0/+50
| * xen/9pfs: connect to the frontendStefano Stabellini2017-04-251-1/+181
| * xen/9pfs: introduce Xen 9pfs backendStefano Stabellini2017-04-252-0/+117
| * 9p: introduce a type for the 9p headerStefano Stabellini2017-04-212-5/+7