summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | target-m68k: some bit ops cleanupLaurent Vivier2016-10-281-19/+15Star
| * | target-m68k: suba/adda can manage word operandLaurent Vivier2016-10-281-2/+3
| * | target-m68k: and can manage word and byte operandsLaurent Vivier2016-10-281-6/+10
| * | target-m68k: or can manage word and byte operandsLaurent Vivier2016-10-281-6/+8
| * | target-m68k: eor can manage word and byte operandsLaurent Vivier2016-10-281-6/+7
| * | target-m68k: add addressing modes to notLaurent Vivier2016-10-281-4/+10
| * | target-m68k: Inline addx, subx, negxRichard Henderson2016-10-283-60/+178
| * | target-m68k: add dbccLaurent Vivier2016-10-281-0/+25
| * | target-m68k: add addressing modes to sccLaurent Vivier2016-10-281-20/+20
| * | target-m68k: add exg opsLaurent Vivier2016-10-281-0/+30
| * | target-m68k: add linklLaurent Vivier2016-10-281-5/+21
| * | target-m68k: add bkpt instructionLaurent Vivier2016-10-281-0/+6
* | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161028' into...Peter Maydell2016-10-2887-1713/+4981
|\ \ \
| * | | ppc: allow certain HV interrupts to be delivered to guestsNicholas Piggin2016-10-281-6/+26
| * | | spapr: Memory hot-unplug supportBharata B Rao2016-10-282-1/+135
| * | | spapr: use count+index for memory hotplugMichael Roth2016-10-281-4/+18
| * | | spapr: Add DRC count indexed hotplug identifier typeBharata B Rao2016-10-282-15/+65
| * | | spapr: add hotplug interrupt machine optionsMichael Roth2016-10-281-0/+28
| * | | spapr_events: add support for dedicated hotplug event sourceMichael Roth2016-10-284-41/+177
| * | | spapr: update spapr hotplug documentationMichael Roth2016-10-281-9/+46
| * | | target-ppc: Add xvcmpnesp, xvcmpnedp instructionsSwapnil Bokade2016-10-284-8/+17
| * | | target-ppc: add xscmp[eq,gt,ge,ne]dp instructionsSandipan Das2016-10-284-0/+64
| * | | tests: Add pseries machine to the prom-env-test, tooDavid Gibson2016-10-281-8/+12
| * | | spapr_nvram: Pre-initialize the NVRAM to support the -prom-env parameterThomas Huth2016-10-281-0/+6
| * | | libqos: Change PCI accessors to take opaque BAR handleDavid Gibson2016-10-2814-309/+300Star
| * | | tests: Don't assume structure of PCI IO base in ahci-testDavid Gibson2016-10-283-6/+9
| * | | tests: Use qpci_mem{read,write} in ivshmem-testDavid Gibson2016-10-281-8/+27
| * | | libqos: Add 64-bit PCI IO accessorsDavid Gibson2016-10-285-12/+60
| * | | tests: Clean up IO handling in ide-testDavid Gibson2016-10-281-61/+118
| * | | libqos: Implement mmio accessors in terms of mem{read,write}David Gibson2016-10-284-96/+14Star
| * | | libqos: Add streaming accessors for PCI MMIODavid Gibson2016-10-284-0/+53
| * | | tests: Adjust tco-test to use qpci_legacy_iomap()David Gibson2016-10-281-1/+1
| * | | libqos: Better handling of PCI legacy IODavid Gibson2016-10-282-0/+6
| * | | libqos: Move BAR assignment to common codeDavid Gibson2016-10-284-176/+63Star
| * | | libqos: Handle PCI IO de-multiplexing in common codeDavid Gibson2016-10-284-126/+170
| * | | libqos: Give qvirtio_config_read*() consistent semanticsDavid Gibson2016-10-285-59/+36Star
| * | | adb: change handler only when recognizedHervé Poussineau2016-10-281-3/+23
| * | | spapr: improve ibm,architecture-vec-5 property handlingMichael Roth2016-10-282-6/+18
| * | | spapr: add option vector handling in CAS-generated resetsMichael Roth2016-10-283-11/+55
| * | | spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth2016-10-284-44/+30Star
| * | | spapr_ovec: initial implementation of option vector helpersMichael Roth2016-10-283-1/+305
| * | | pseries: Remove spapr_create_fdt_skel()David Gibson2016-10-282-59/+36Star
| * | | pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson2016-10-283-25/+19Star
| * | | pseries: Move /hypervisor node construction to fdt_build_fdt()David Gibson2016-10-281-21/+28
| * | | pseries: Move /event-sources construction to spapr_build_fdt()David Gibson2016-10-283-15/+14Star
| * | | pseries: Consolidate construction of /rtas device tree nodeDavid Gibson2016-10-283-90/+76Star
| * | | pseries: Consolidate construction of /chosen device tree nodeDavid Gibson2016-10-283-80/+70Star
| * | | pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson2016-10-283-17/+26
| * | | pseries: Consolidate RTAS loadingDavid Gibson2016-10-283-33/+43
| * | | pseries: Move adding of fdt reserve map entriesDavid Gibson2016-10-281-8/+9