summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update OpenBIOS images to b5c93acd14 built from submodule.Mark Cave-Ayland2018-01-264-0/+0
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180125'...Peter Maydell2018-01-2523-525/+607
|\
| * pl110: Implement vertical compare/next base interruptsLinus Walleij2018-01-251-1/+29
| * xilinx_spips: Correct usage of an uninitialized local variableFrancisco Iglesias2018-01-251-1/+17
| * sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace objectPhilippe Mathieu-Daudé2018-01-252-0/+2
| * hw/arm/virt: Check that the CPU realize method succeededPeter Maydell2018-01-251-1/+1
| * hw/intc/arm_gic: Fix the NS view of C_BPR when C_CTRL.CBPR is 1Luc MICHEL2018-01-251-3/+13
| * hw/intc/arm_gic: Fix group priority computation for group 1 IRQsLuc MICHEL2018-01-251-1/+2
| * hw/intc/arm_gic: Fix C_RPR value on idle priorityLuc MICHEL2018-01-251-0/+5
| * hw/intc/arm_gic: Prevent the GIC from signaling an IRQ when it's "active and ...Luc MICHEL2018-01-251-0/+1
| * target/arm: Simplify fp_exception_el for user-onlyRichard Henderson2018-01-251-1/+2
| * target/arm: Hoist store to flags output in cpu_get_tb_cpu_stateRichard Henderson2018-01-251-16/+19
| * target/arm: Move cpu_get_tb_cpu_state out of lineRichard Henderson2018-01-252-125/+128
| * target/arm: Add ARM_FEATURE_SVERichard Henderson2018-01-251-0/+1
| * vmstate: Add VMSTATE_UINT64_SUB_ARRAYRichard Henderson2018-01-251-3/+6
| * target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpersRichard Henderson2018-01-259-74/+96
| * target/arm: Change the type of vfp.regsRichard Henderson2018-01-256-19/+19
| * target/arm: Use pointers in neon tbl helperRichard Henderson2018-01-253-15/+12Star
| * target/arm: Use pointers in neon zip/uzp helpersRichard Henderson2018-01-253-104/+120
| * target/arm: Use pointers in crypto helpersRichard Henderson2018-01-254-184/+161Star
| * target/arm: Mark disas_set_insn_syndrome inlineRichard Henderson2018-01-251-1/+1
| * i.MX: Fix FEC/ENET receive funtionsJean-Christophe Dubois2018-01-251-6/+2Star
| * target/arm: Fix 32-bit address truncationArd Biesheuvel2018-01-251-1/+1
* | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell2018-01-2513-267/+416
|\ \
| * | sun4u: implement power deviceMark Cave-Ayland2018-01-251-1/+63
| * | sparc64: convert hw/sparc64/sparc64.c from DPRINTF macros to trace eventsMark Cave-Ayland2018-01-252-51/+52
| * | sabre: convert from SABRE_DPRINTF macro to trace-eventsMark Cave-Ayland2018-01-243-22/+22
| * | apb: rename apb.c to sabre.cMark Cave-Ayland2018-01-245-32/+33
| * | sun4u: rename apb variables and constantsMark Cave-Ayland2018-01-241-20/+21
| * | apb: rename QOM type from TYPE_APB to TYPE_SABREMark Cave-Ayland2018-01-243-23/+23
| * | apb: QOMify sabre PCI host bridgeMark Cave-Ayland2018-01-242-6/+14
| * | apb: change pbm_pci_host prefix functions to use sabre_pci prefixMark Cave-Ayland2018-01-241-6/+6
| * | apb: rename APB functions to use sabre prefixMark Cave-Ayland2018-01-242-56/+54Star
| * | simba: rename PBMPCIBridge and QOM types to reflect simba namingMark Cave-Ayland2018-01-243-22/+22
| * | apb: split simba PCI bridge into hw/pci-bridge/simba.cMark Cave-Ayland2018-01-246-70/+143
| * | sparc/leon3 irqmp: fix IRQ software ackJean-Christophe Dubois2018-01-241-6/+11
* | | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180125-pull-request' ...Peter Maydell2018-01-251-0/+3
|\ \ \ | |_|/ |/| |
| * | vga: check the validation of memory addr when draw textlinzhecheng2018-01-251-0/+3
* | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell2018-01-2510-149/+328
|\ \ \
| * | | linux-user: implement renameat2Andreas Schwab2018-01-231-0/+34
| * | | page_unprotect(): handle calls to pages that are PAGE_WRITEPeter Maydell2018-01-232-20/+43
| * | | linux-user: Propagate siginfo_t through to handle_cpu_signal()Peter Maydell2018-01-231-25/+14Star
| * | | linux-user: remove nmi.c and fw-path-provider.cLaurent Vivier2018-01-233-79/+99
| * | | linux-user: Add getcpu() supportSamuel Thibault2018-01-231-0/+19
| * | | linux-user: Add AT_SECURE auxvalMarco A L Barbosa2018-01-231-1/+2
| * | | linux-user: Fix sched_get/setaffinity conversionSamuel Thibault2018-01-231-8/+73
| * | | linux-user/mmap.c: Avoid choosing NULL as start addressMaximilian Riemensberger2018-01-231-1/+1
| * | | linux-user: Translate flags argument to dup3 syscallPeter Maydell2018-01-231-1/+9
| * | | linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)Peter Maydell2018-01-232-5/+5
| * | | linux-user: Fix length calculations in host_to_target_cmsg()Peter Maydell2018-01-231-7/+22