summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2018-05-2148-348/+187Star
|\
| * acpi: fix a comment about aml_call0()Marc-André Lureau2018-05-201-1/+1
| * qapi/net.json: Fix the version number of the "vlan" removalThomas Huth2018-05-201-2/+2
| * gdbstub: Handle errors in gdb_accept()Peter Maydell2018-05-201-4/+12
| * gdbstub: Use qemu_set_cloexec()Peter Maydell2018-05-201-6/+2Star
| * replace functions which are only available in glib-2.24Olaf Hering2018-05-201-4/+2Star
| * typedefs: Remove PcGuestInfo from qemu/typedefs.hPhilippe Mathieu-Daudé2018-05-201-1/+0Star
| * qemu-options: Allow -no-user-config againMichal Privoznik2018-05-201-0/+4
| * hw/timer/mt48t59: Fix bit-rotten NVRAM_PRINTF format stringsThomas Huth2018-05-202-8/+5Star
| * Remove unnecessary variables for function return valueLaurent Vivier2018-05-2020-248/+79Star
| * trivial: Do not include pci.h if it is not necessaryThomas Huth2018-05-203-4/+0Star
| * tests: fix tpm-crb tpm-tis tests raceMarc-André Lureau2018-05-201-1/+1
| * hw/ide/ahci: Keep ALLWINNER_AHCI() macro internalPhilippe Mathieu-Daudé2018-05-202-3/+3
| * qemu-img-cmds.hx: add passive-aggressive noteJohn Snow2018-05-201-0/+3
| * qemu-img: Make documentation between .texi and .hx consistentJohn Snow2018-05-202-14/+14
| * qemu-img: remove references to GEN_DOCSJohn Snow2018-05-202-3/+0Star
| * qemu-img.texi: fix command orderingJohn Snow2018-05-201-28/+30
| * qemu-img-commands.hx: argument ordering fixupsJohn Snow2018-05-201-3/+3
| * HACKING: document preference for g_new instead of g_mallocMurilo Opsfelder Araujo2018-05-201-0/+9
| * qemu-option-trace: -trace enable= is a pattern, not a fileMichael Tokarev2018-05-201-3/+2Star
| * slirp/debug: Print IP addresses in human readable formAlexey Kardashevskiy2018-05-203-8/+8
| * misc, ide: remove use of HWADDR_PRIx in trace eventsDaniel P. Berrangé2018-05-202-6/+6
| * tcg: fix s/compliment/complement/ typosEmilio G. Cota2018-05-203-3/+3
* | Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20180518' into stagingPeter Maydell2018-05-218-42/+57
|\ \ | |/ |/|
| * target/xtensa: Honor CPU_DUMP_FPURichard Henderson2018-05-181-1/+2
| * target/unicore32: Honor CPU_DUMP_FPURichard Henderson2018-05-181-1/+3
| * target/sparc: Honor CPU_DUMP_FPURichard Henderson2018-05-181-7/+10
| * target/s390x: Honor CPU_DUMP_FPURichard Henderson2018-05-181-11/+12
| * target/riscv: Honor CPU_DUMP_FPURichard Henderson2018-05-181-5/+7
| * target/ppc: Honor CPU_DUMP_FPURichard Henderson2018-05-181-7/+13
| * target/mips: Honor CPU_DUMP_FPURichard Henderson2018-05-181-1/+2
| * target/alpha: Honor CPU_DUMP_FPURichard Henderson2018-05-181-9/+8Star
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180518'...Peter Maydell2018-05-1822-116/+5778
|\
| * target/arm: Implement SVE Permute - Extract GroupRichard Henderson2018-05-184-0/+124
| * target/arm: Implement SVE Integer Wide Immediate - Predicated GroupRichard Henderson2018-05-184-1/+224
| * target/arm: Implement SVE Bitwise Immediate GroupRichard Henderson2018-05-182-0/+66
| * target/arm: Implement SVE Element Count GroupRichard Henderson2018-05-184-1/+465
| * target/arm: Implement SVE floating-point trig select coefficientRichard Henderson2018-05-184-0/+72
| * target/arm: Implement SVE floating-point exponential acceleratorRichard Henderson2018-05-184-0/+125
| * target/arm: Implement SVE Compute Vector Address GroupRichard Henderson2018-05-184-0/+93
| * target/arm: Implement SVE Bitwise Shift - Unpredicated GroupRichard Henderson2018-05-184-0/+153
| * target/arm: Implement SVE Stack Allocation GroupRichard Henderson2018-05-182-0/+39
| * target/arm: Implement SVE Index Generation GroupRichard Henderson2018-05-184-0/+138
| * target/arm: Implement SVE Integer Arithmetic - Unpredicated GroupRichard Henderson2018-05-182-0/+47
| * target/arm: Implement SVE Integer Multiply-Add GroupRichard Henderson2018-05-184-0/+126
| * target/arm: Implement SVE Integer Arithmetic - Unary Predicated GroupRichard Henderson2018-05-184-0/+323
| * target/arm: Implement SVE bitwise shift by wide elements (predicated)Richard Henderson2018-05-184-0/+86
| * target/arm: Implement SVE bitwise shift by vector (predicated)Richard Henderson2018-05-184-0/+64
| * target/arm: Implement SVE bitwise shift by immediate (predicated)Richard Henderson2018-05-184-0/+445
| * target/arm: Implement SVE Integer Reduction GroupRichard Henderson2018-05-184-0/+225