aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-15target/arm: Split out flags setting from vfp comparesRichard Henderson1-18/+27
2019-02-15target/arm: Fix arm_cpu_dump_state vs FPSCRRichard Henderson1-1/+1
2019-02-15target/arm: Fix vfp_gdb_get/set_reg vs FPSCRRichard Henderson1-2/+2
2019-02-15target/arm: Remove neon min/max helpersRichard Henderson2-24/+0
2019-02-15target/arm: Use tcg integer min/max primitives for neonRichard Henderson1-4/+4
2019-02-15target/arm: Use vector minmax expanders for aarch32Richard Henderson1-6/+19
2019-02-15target/arm: Use vector minmax expanders for aarch64Richard Henderson1-21/+14
2019-02-15target/arm: Rely on optimization within tcg_gen_gvec_orRichard Henderson3-19/+5
2019-02-15hw/arm/armsse: Fix miswiring of expansion IRQsPeter Maydell1-1/+1
2019-02-15hw/intc/armv7m_nvic: Allow byte accesses to SHPR1Peter Maydell1-2/+2
2019-02-15MAINTAINERS: Remove Peter Crosthwaite from various entriesPeter Maydell1-4/+0
2019-02-15arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell5-22/+38
2019-02-15linux-user/elfload: enable HWCAP_CPUID for AArch64Alex Bennée1-0/+1
2019-02-15target/arm: expose remaining CPUID registers as RAZAlex Bennée2-3/+26
2019-02-15target/arm: expose MPIDR_EL1 to userspaceAlex Bennée1-7/+14
2019-02-15target/arm: expose CPUID registers to userspaceAlex Bennée2-0/+80
2019-02-15target/arm: relax permission checks for HWCAP_CPUID registersAlex Bennée2-1/+17
2019-02-15target/arm: Fix int128_make128 lo, hi order in paired_cmpxchg64_beCatherine Ho1-2/+2
2019-02-15target/arm: Implement HACR_EL2Peter Maydell1-0/+6
2019-02-15target/arm: Fix CRn to be 14 for PMEVTYPER/PMEVCNTRAaron Lindsay OS1-4/+4
2019-02-14Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-14-2019' ...Peter Maydell46-229/+5194
2019-02-14Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell13-72/+61
2019-02-14tests/tcg: target/mips: Add tests for MSA logic instructionsAleksandar Markovic4-0/+612
2019-02-14tests/tcg: target/mips: Add wrappers for MSA logic instructionsAleksandar Markovic1-0/+5
2019-02-14tests/tcg: target/mips: Add tests for MSA interleave instructionsAleksandar Markovic16-0/+2448