summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-10hw/ppc: rename functions in commentsDaniel Henrique Barboza2-2/+3
2018-02-10spapr: add missing break in h_get_cpu_characteristics()Greg Kurz1-0/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2-1/+2
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+1
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster6-6/+2
2018-02-07Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-02-06' into...Peter Maydell7-31/+28
2018-02-06spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM deviceAlexey Kardashevskiy1-0/+18
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis7-31/+28
2018-01-29target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICSSuraj Jitindar Singh1-0/+58
2018-01-29target/ppc/spapr_caps: Add new tristate cap safe_indirect_branchSuraj Jitindar Singh2-0/+23
2018-01-29target/ppc/spapr_caps: Add new tristate cap safe_bounds_checkSuraj Jitindar Singh2-0/+23
2018-01-29target/ppc/spapr_caps: Add new tristate cap safe_cacheSuraj Jitindar Singh2-10/+28
2018-01-29target/ppc/spapr_caps: Add support for tristate spapr_capabilitiesSuraj Jitindar Singh1-0/+66
2018-01-29spapr_pci: fix MSI/MSIX selectionGreg Kurz1-19/+42
2018-01-27ppc: Deprecate qemu-system-ppcembthuth@redhat.com3-0/+31
2018-01-20target/ppc/spapr_caps: Add macro to generate spapr_caps migration vmstateSuraj Jitindar Singh1-54/+24
2018-01-20spapr: fix device tree properties when using compatibility modeGreg Kurz3-18/+16
2018-01-20spapr: drop duplicate variable in spapr_core_plug()Greg Kurz1-3/+1
2018-01-20hw/ppc/Makefile: Add a way to disable the PPC4xx boardsThomas Huth1-2/+2
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov1-5/+8
2018-01-19spapr: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+1
2018-01-19ppc: e500: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+2
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost2-2/+5
2018-01-17ppc/pnv: change initrd addressCédric Le Goater1-1/+1
2018-01-17ppc/pnv: fix XSCOM core addressing on POWER9Cédric Le Goater2-8/+9
2018-01-17ppc/pnv: introduce pnv*_is_power9() helpersCédric Le Goater1-5/+3
2018-01-17ppc/pnv: change core mask for POWER9Cédric Le Goater1-2/+2
2018-01-17ppc/pnv: use POWER9 DD2 processorCédric Le Goater1-1/+1
2018-01-17spapr: Adjust default VSMT value for better migration compatibilityDavid Gibson1-3/+8
2018-01-17spapr: Allow some cases where we can't set VSMT mode in the kernelDavid Gibson1-7/+19
2018-01-17target/ppc: Clarify compat mode max_threads valueDavid Gibson1-2/+2
2018-01-17spapr: Remove unnecessary 'options' field from sPAPRCapabilityInfoDavid Gibson1-5/+1
2018-01-17hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representationSuraj Jitindar Singh2-166/+201
2018-01-17spapr: Handle Decimal Floating Point (DFP) as an optional capabilityDavid Gibson2-3/+22
2018-01-17spapr: Handle VMX/VSX presence as an spapr capability flagDavid Gibson2-9/+36
2018-01-17spapr: Validate capabilities on migrationDavid Gibson2-3/+99
2018-01-17spapr: Treat Hardware Transactional Memory (HTM) as an optional capabilityDavid Gibson2-6/+38
2018-01-17spapr: Capabilities infrastructureDavid Gibson3-1/+189
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin17-210/+335
2018-01-10spapr: Correct compatibility mode setting for hotplugged CPUsDavid Gibson2-1/+10
2018-01-10hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge deviceThomas Huth1-47/+0
2018-01-10target/ppc: more use of the PPC_*() macrosCédric Le Goater1-5/+5
2018-01-10ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistencyCédric Le Goater6-64/+60
2018-01-10spapr_pci: use warn_report()Greg Kurz2-4/+4
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé1-0/+1
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé1-1/+1
2017-12-18ppc: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0