Age | Commit message (Expand) | Author | Files | Lines |
2019-02-18 | target/ppc: Use helper_mtvscr for reset and gdb | Richard Henderson | 1 | -3/+2 |
2019-02-18 | target/ppc: Pass integer to helper_mtvscr | Richard Henderson | 3 | -8/+17 |
2019-02-18 | target/ppc: convert xxsel to vector operations | Richard Henderson | 1 | -28/+27 |
2019-02-18 | target/ppc: convert xxspltw to vector operations | Richard Henderson | 1 | -25/+11 |
2019-02-18 | target/ppc: convert xxspltib to vector operations | Richard Henderson | 1 | -8/+5 |
2019-02-18 | target/ppc: convert VSX logical operations to vector operations | Richard Henderson | 1 | -26/+17 |
2019-02-18 | target/ppc: convert vsplt[bhw] to use vector operations | Richard Henderson | 3 | -41/+27 |
2019-02-18 | target/ppc: convert vspltis[bhw] to use vector operations | Richard Henderson | 3 | -46/+8 |
2019-02-18 | target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper... | Mark Cave-Ayland | 3 | -23/+8 |
2019-02-18 | target/ppc: convert VMX logical instructions to use vector operations | Mark Cave-Ayland | 2 | -31/+17 |
2019-02-18 | xics: Drop the KVM ICS class | Greg Kurz | 3 | -44/+1 |
2019-02-18 | spapr/irq: Use the "simple" ICS class for KVM | Greg Kurz | 1 | -8/+7 |
2019-02-18 | xics: Handle KVM interrupt presentation from "simple" ICS code | Greg Kurz | 4 | -9/+8 |
2019-02-18 | xics: Handle KVM ICS reset from the "simple" ICS code | Greg Kurz | 2 | -18/+4 |
2019-02-18 | xics: Explicitely call KVM ICS methods from the common code | Greg Kurz | 3 | -24/+18 |
2019-02-18 | xics: Drop the KVM ICP class | Greg Kurz | 2 | -21/+0 |
2019-02-18 | spapr/irq: Use the base ICP class for KVM | Greg Kurz | 2 | -4/+1 |
2019-02-18 | xics: Handle KVM ICP realize from the common code | Greg Kurz | 3 | -9/+10 |
2019-02-18 | xics: Handle KVM ICP reset from the common code | Greg Kurz | 3 | -20/+4 |
2019-02-18 | xics: Explicitely call KVM ICP methods from the common code | Greg Kurz | 3 | -25/+20 |
2019-02-17 | spapr/irq: remove the XICS offset adjustment | Cédric Le Goater | 1 | -26/+1 |
2019-02-17 | spapr/irq: add an 'nr_irq' parameter to initialize the backend. | Cédric Le Goater | 2 | -9/+11 |
2019-02-17 | spapr: fix out of bounds write in spapr_populate_drmem_v2 | Fabiano Rosas | 1 | -2/+2 |
2019-02-17 | target/ppc: Disable ISA 2.06 PM instructions on POWER9 | Benjamin Herrenschmidt | 1 | -1/+1 |
2019-02-17 | qdev: pass an Object * to qbus_set_hotplug_handler() | Michael Roth | 13 | -24/+16 |
2019-02-17 | xive: Only set source type for LSIs | Greg Kurz | 2 | -9/+5 |
2019-02-17 | ppc: fix crash during branch stepping | Roman Kapl | 1 | -22/+15 |
2019-02-17 | target/ppc: Remove some #if 0'ed code | Benjamin Herrenschmidt | 2 | -24/+0 |
2019-02-17 | mac_newworld: change default NIC to sungem for mac99 machine | Mark Cave-Ayland | 1 | -1/+1 |
2019-02-17 | spapr: Disallow unsupported kernel-irqchip settings | Greg Kurz | 1 | -0/+13 |
2019-02-17 | cuda: decrease time delay before raising VIA SR interrupt and remove fast path | Mark Cave-Ayland | 1 | -10/+1 |
2019-02-17 | spapr_pci: Fix interrupt leak in rtas_ibm_change_msi() error path | Greg Kurz | 1 | -0/+6 |
2019-02-17 | target/ppc: Fix msync to do what hardware does | BALATON Zoltan | 1 | -3/+8 |
2019-02-17 | target/ppc: Enable reporting of SPRs to GDB | Fabiano Rosas | 4 | -2/+130 |
2019-02-17 | spapr: Rename xics to intc in interrupt controller agnostic code | Greg Kurz | 6 | -10/+10 |
2019-02-17 | hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h" | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-02-15 | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20190215' i... | Peter Maydell | 4 | -0/+0 |
2019-02-15 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190215'... | Peter Maydell | 18 | -195/+622 |
2019-02-15 | Update OpenBIOS images to 3464681b built from submodule. | Mark Cave-Ayland | 4 | -0/+0 |
2019-02-15 | gdbstub: Send a reply to the vKill packet. | Sandra Loosemore | 1 | -0/+1 |
2019-02-15 | target/arm: Add missing clear_tail calls | Richard Henderson | 1 | -0/+2 |
2019-02-15 | target/arm: Use vector operations for saturation | Richard Henderson | 5 | -44/+331 |
2019-02-15 | target/arm: Split out FPSCR.QC to a vector field | Richard Henderson | 4 | -7/+21 |
2019-02-15 | target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR] | Richard Henderson | 1 | -7/+8 |
2019-02-15 | target/arm: Split out flags setting from vfp compares | Richard Henderson | 1 | -18/+27 |
2019-02-15 | target/arm: Fix arm_cpu_dump_state vs FPSCR | Richard Henderson | 1 | -1/+1 |
2019-02-15 | target/arm: Fix vfp_gdb_get/set_reg vs FPSCR | Richard Henderson | 1 | -2/+2 |
2019-02-15 | target/arm: Remove neon min/max helpers | Richard Henderson | 2 | -24/+0 |
2019-02-15 | target/arm: Use tcg integer min/max primitives for neon | Richard Henderson | 1 | -4/+4 |
2019-02-15 | target/arm: Use vector minmax expanders for aarch32 | Richard Henderson | 1 | -6/+19 |