aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-18target/ppc: Add set_vscr_satRichard Henderson
2019-02-18target/ppc: Use mtvscr/mfvscr for vmstateRichard Henderson
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson
2019-02-18target/ppc: Remove vscr_nj and vscr_satRichard Henderson
2019-02-18target/ppc: Use helper_mtvscr for reset and gdbRichard Henderson
2019-02-18target/ppc: Pass integer to helper_mtvscrRichard Henderson
2019-02-18target/ppc: convert xxsel to vector operationsRichard Henderson
2019-02-18target/ppc: convert xxspltw to vector operationsRichard Henderson
2019-02-18target/ppc: convert xxspltib to vector operationsRichard Henderson
2019-02-18target/ppc: convert VSX logical operations to vector operationsRichard Henderson
2019-02-18target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson
2019-02-18target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson
2019-02-18target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland
2019-02-18target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland
2019-02-18xics: Drop the KVM ICS classGreg Kurz
2019-02-18spapr/irq: Use the "simple" ICS class for KVMGreg Kurz
2019-02-18xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz
2019-02-18xics: Handle KVM ICS reset from the "simple" ICS codeGreg Kurz
2019-02-18xics: Explicitely call KVM ICS methods from the common codeGreg Kurz
2019-02-18xics: Drop the KVM ICP classGreg Kurz
2019-02-18spapr/irq: Use the base ICP class for KVMGreg Kurz
2019-02-18xics: Handle KVM ICP realize from the common codeGreg Kurz
2019-02-18xics: Handle KVM ICP reset from the common codeGreg Kurz
2019-02-18xics: Explicitely call KVM ICP methods from the common codeGreg Kurz
2019-02-17spapr/irq: remove the XICS offset adjustmentCédric Le Goater
2019-02-17spapr/irq: add an 'nr_irq' parameter to initialize the backend.Cédric Le Goater
2019-02-17spapr: fix out of bounds write in spapr_populate_drmem_v2Fabiano Rosas
2019-02-17target/ppc: Disable ISA 2.06 PM instructions on POWER9Benjamin Herrenschmidt
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2019-02-17xive: Only set source type for LSIsGreg Kurz
2019-02-17ppc: fix crash during branch steppingRoman Kapl
2019-02-17target/ppc: Remove some #if 0'ed codeBenjamin Herrenschmidt
2019-02-17mac_newworld: change default NIC to sungem for mac99 machineMark Cave-Ayland
2019-02-17spapr: Disallow unsupported kernel-irqchip settingsGreg Kurz
2019-02-17cuda: decrease time delay before raising VIA SR interrupt and remove fast pathMark Cave-Ayland
2019-02-17spapr_pci: Fix interrupt leak in rtas_ibm_change_msi() error pathGreg Kurz
2019-02-17target/ppc: Fix msync to do what hardware doesBALATON Zoltan
2019-02-17target/ppc: Enable reporting of SPRs to GDBFabiano Rosas
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz
2019-02-17hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé
2019-02-15Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20190215' i...Peter Maydell
2019-02-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190215'...Peter Maydell
2019-02-15Update OpenBIOS images to 3464681b built from submodule.Mark Cave-Ayland
2019-02-15gdbstub: Send a reply to the vKill packet.Sandra Loosemore
2019-02-15target/arm: Add missing clear_tail callsRichard Henderson
2019-02-15target/arm: Use vector operations for saturationRichard Henderson
2019-02-15target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson
2019-02-15target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]Richard Henderson
2019-02-15target/arm: Split out flags setting from vfp comparesRichard Henderson
2019-02-15target/arm: Fix arm_cpu_dump_state vs FPSCRRichard Henderson