Age | Commit message (Expand) | Author | Files | Lines |
2018-08-21 | hw/ppc/ppc405_uc: Convert away from old_mmio | Peter Maydell | 1 | -148/+25 |
2018-08-21 | hw/ppc/ppc_boards: Don't use old_mmio for ref405ep_fpga | Peter Maydell | 1 | -50/+10 |
2018-08-21 | hw/ppc/prep: Remove ifdeffed-out stub of XCSR code | Peter Maydell | 1 | -93/+4 |
2018-08-21 | spapr: introduce a fixed IRQ number space | Cédric Le Goater | 8 | -18/+216 |
2018-08-21 | spapr: Add a pseries-3.1 machine type | Cédric Le Goater | 1 | -2/+21 |
2018-08-21 | target/ppc: simplify bcdadd/sub functions | Yasmin Beatriz | 1 | -31/+18 |
2018-08-21 | xics: don't include "target/ppc/cpu-qom.h" in "hw/ppc/xics.h" | Greg Kurz | 1 | -1/+0 |
2018-08-21 | vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pages | Alexey Kardashevskiy | 3 | -1/+24 |
2018-08-21 | target/ppc: bcdsub fix sign when result is zero | Yasmin Beatriz | 1 | -0/+3 |
2018-08-21 | target/ppc: Use non-arithmetic conversions for fp load/store | Richard Henderson | 3 | -30/+61 |
2018-08-21 | target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrt | Richard Henderson | 1 | -25/+37 |
2018-08-21 | target/ppc: Tidy helper_fsqrt | Richard Henderson | 2 | -16/+15 |
2018-08-21 | target/ppc: Tidy helper_fadd, helper_fsub | Richard Henderson | 2 | -31/+23 |
2018-08-21 | target/ppc: Tidy helper_fmul | Richard Henderson | 2 | -15/+12 |
2018-08-21 | target/ppc: Honor fpscr_ze semantics and tidy fdiv | Richard Henderson | 2 | -23/+29 |
2018-08-21 | target/ppc: Enable fp exceptions for user-only | Richard Henderson | 2 | -3/+14 |
2018-08-21 | pseries: Update SLOF firmware image | Alexey Kardashevskiy | 3 | -1/+1 |
2018-08-21 | spapr_cpu_core: vmstate_[un]register per-CPU data from (un)realizefn | Bharata B Rao | 1 | -30/+32 |
2018-08-20 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180820' into staging | Peter Maydell | 36 | -157/+460 |
2018-08-20 | tests/vm: Clean out old working directories on build | Peter Maydell | 3 | -0/+3 |
2018-08-20 | Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta... | Peter Maydell | 13 | -139/+283 |
2018-08-20 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180820'... | Peter Maydell | 31 | -529/+716 |
2018-08-20 | s390x: Enable KVM huge page backing support | Janosch Frank | 1 | -2/+33 |
2018-08-20 | s390x/kvm: add etoken facility | Christian Borntraeger | 6 | -4/+39 |
2018-08-20 | linux-headers: update | Cornelia Huck | 15 | -17/+284 |
2018-08-20 | s390x/cpumodel: Add "-cpu max" support | David Hildenbrand | 1 | -25/+57 |
2018-08-20 | s390x: remove 's390-squash-mcss' option | Cornelia Huck | 13 | -88/+10 |
2018-08-20 | s390x/cpumodel: enum type S390FeatGroup now gets generated | Michael Mueller | 3 | -20/+18 |
2018-08-20 | s390x: introduce 3.1 compat machine | Cornelia Huck | 2 | -1/+19 |
2018-08-20 | hw/dma/pl080: Remove hw_error() if DMA is enabled | Peter Maydell | 1 | -1/+0 |
2018-08-20 | hw/dma/pl080: Correct bug in register address decode logic | Peter Maydell | 1 | -2/+3 |
2018-08-20 | hw/dma/pl080: Provide device reset function | Peter Maydell | 1 | -0/+25 |
2018-08-20 | hw/dma/pl080: Don't use CPU address space for DMA accesses | Peter Maydell | 4 | -8/+49 |
2018-08-20 | hw/dma/pl080: Support all three interrupt lines | Peter Maydell | 2 | -6/+13 |
2018-08-20 | hw/dma/pl080: Allow use as embedded-struct device | Peter Maydell | 3 | -32/+65 |
2018-08-20 | nvic: Expose NMI line | Peter Maydell | 3 | -0/+21 |
2018-08-20 | hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog module | Peter Maydell | 7 | -0/+396 |
2018-08-20 | hw/timer/m48t59: Move away from old_mmio accessors | Peter Maydell | 1 | -48/+11 |
2018-08-20 | hw/misc: Remove mmio_interface device | Peter Maydell | 3 | -185/+0 |
2018-08-20 | memory: Remove MMIO request_ptr APIs | Peter Maydell | 2 | -145/+0 |
2018-08-20 | hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr code | Peter Maydell | 1 | -46/+0 |
2018-08-20 | sdhci: add i.MX SD Stable Clock bit | Hans-Erik Floryd | 2 | -0/+10 |
2018-08-20 | hw/arm/virt: Add virt-3.1 machine type | Andrew Jones | 1 | -5/+16 |
2018-08-20 | target/arm: Implement AArch32 ERET instruction | Peter Maydell | 1 | -2/+29 |
2018-08-20 | target/arm: Permit accesses to ELR_Hyp from Hyp mode via MSR/MRS (banked) | Peter Maydell | 2 | -14/+18 |
2018-08-20 | target/arm: Implement ESR_EL2/HSR for AArch32 and no-EL2 | Peter Maydell | 1 | -1/+5 |
2018-08-20 | target/arm: Implement AArch32 Hyp FARs | Peter Maydell | 1 | -1/+13 |
2018-08-20 | target/arm: Implement AArch32 HVBAR | Peter Maydell | 1 | -2/+2 |
2018-08-20 | target/arm: Add missing .cp = 15 to HMAIR1 and HAMAIR1 regdefs | Peter Maydell | 1 | -4/+4 |
2018-08-20 | target/arm: Correct typo in HAMAIR1 regdef name | Peter Maydell | 1 | -2/+2 |