aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-18target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson3-38/+61
2019-02-18target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson2-4/+11
2019-02-18target/ppc: Add set_vscr_satRichard Henderson1-12/+17
2019-02-18target/ppc: Use mtvscr/mfvscr for vmstateRichard Henderson1-3/+41
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson5-3/+10
2019-02-18target/ppc: Remove vscr_nj and vscr_satRichard Henderson1-2/+0
2019-02-18target/ppc: Use helper_mtvscr for reset and gdbRichard Henderson1-3/+2
2019-02-18target/ppc: Pass integer to helper_mtvscrRichard Henderson3-8/+17
2019-02-18target/ppc: convert xxsel to vector operationsRichard Henderson1-28/+27
2019-02-18target/ppc: convert xxspltw to vector operationsRichard Henderson1-25/+11
2019-02-18target/ppc: convert xxspltib to vector operationsRichard Henderson1-8/+5
2019-02-18target/ppc: convert VSX logical operations to vector operationsRichard Henderson1-26/+17
2019-02-18target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson3-41/+27
2019-02-18target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson3-46/+8
2019-02-18target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland3-23/+8
2019-02-18target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland2-31/+17
2019-02-18xics: Drop the KVM ICS classGreg Kurz3-44/+1
2019-02-18spapr/irq: Use the "simple" ICS class for KVMGreg Kurz1-8/+7
2019-02-18xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz4-9/+8
2019-02-18xics: Handle KVM ICS reset from the "simple" ICS codeGreg Kurz2-18/+4
2019-02-18xics: Explicitely call KVM ICS methods from the common codeGreg Kurz3-24/+18
2019-02-18xics: Drop the KVM ICP classGreg Kurz2-21/+0
2019-02-18spapr/irq: Use the base ICP class for KVMGreg Kurz2-4/+1
2019-02-18xics: Handle KVM ICP realize from the common codeGreg Kurz3-9/+10
2019-02-18xics: Handle KVM ICP reset from the common codeGreg Kurz3-20/+4
2019-02-18xics: Explicitely call KVM ICP methods from the common codeGreg Kurz3-25/+20
2019-02-17spapr/irq: remove the XICS offset adjustmentCédric Le Goater1-26/+1
2019-02-17spapr/irq: add an 'nr_irq' parameter to initialize the backend.Cédric Le Goater2-9/+11
2019-02-17spapr: fix out of bounds write in spapr_populate_drmem_v2Fabiano Rosas1-2/+2
2019-02-17target/ppc: Disable ISA 2.06 PM instructions on POWER9Benjamin Herrenschmidt1-1/+1
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth13-24/+16
2019-02-17xive: Only set source type for LSIsGreg Kurz2-9/+5
2019-02-17ppc: fix crash during branch steppingRoman Kapl1-22/+15
2019-02-17target/ppc: Remove some #if 0'ed codeBenjamin Herrenschmidt2-24/+0
2019-02-17mac_newworld: change default NIC to sungem for mac99 machineMark Cave-Ayland1-1/+1
2019-02-17spapr: Disallow unsupported kernel-irqchip settingsGreg Kurz1-0/+13
2019-02-17cuda: decrease time delay before raising VIA SR interrupt and remove fast pathMark Cave-Ayland1-10/+1
2019-02-17spapr_pci: Fix interrupt leak in rtas_ibm_change_msi() error pathGreg Kurz1-0/+6
2019-02-17target/ppc: Fix msync to do what hardware doesBALATON Zoltan1-3/+8
2019-02-17target/ppc: Enable reporting of SPRs to GDBFabiano Rosas4-2/+130
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz6-10/+10
2019-02-17hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé1-1/+0
2019-02-15Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20190215' i...Peter Maydell4-0/+0
2019-02-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190215'...Peter Maydell18-195/+622
2019-02-15Update OpenBIOS images to 3464681b built from submodule.Mark Cave-Ayland4-0/+0
2019-02-15gdbstub: Send a reply to the vKill packet.Sandra Loosemore1-0/+1
2019-02-15target/arm: Add missing clear_tail callsRichard Henderson1-0/+2
2019-02-15target/arm: Use vector operations for saturationRichard Henderson5-44/+331
2019-02-15target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson4-7/+21
2019-02-15target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]Richard Henderson1-7/+8