summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | target/mips: fpu: Remove now unused FLOAT_CLASS macroAleksandar Markovic2020-06-091-39/+0Star
| * | | target/mips: fpu: Demacro CLASS.<D|S>Aleksandar Markovic2020-06-091-2/+68
| * | | target/mips: fpu: Remove now unused UNFUSED_FMA and FLOAT_FMA macrosAleksandar Markovic2020-06-091-50/+0Star
| * | | target/mips: fpu: Demacro NMSUB.<D|S|PS>Aleksandar Markovic2020-06-091-1/+43
| * | | target/mips: fpu: Demacro NMADD.<D|S|PS>Aleksandar Markovic2020-06-091-1/+43
| * | | target/mips: fpu: Demacro MSUB.<D|S|PS>Aleksandar Markovic2020-06-091-1/+39
| * | | target/mips: fpu: Demacro MADD.<D|S|PS>Aleksandar Markovic2020-06-091-1/+40
| * | | target/mips: fpu: Remove now unused macro FLOAT_BINOPAleksandar Markovic2020-06-091-39/+0Star
| * | | target/mips: fpu: Demacro DIV.<D|S|PS>Aleksandar Markovic2020-06-091-1/+36
| * | | target/mips: fpu: Demacro MUL.<D|S|PS>Aleksandar Markovic2020-06-091-1/+36
| * | | target/mips: fpu: Demacro SUB.<D|S|PS>Aleksandar Markovic2020-06-091-1/+36
| * | | target/mips: fpu: Demacro ADD.<D|S|PS>Aleksandar Markovic2020-06-091-1/+37
| * | | mailmap: Change email address of Stefan BrankovicAleksandar Markovic2020-06-091-0/+1
| * | | mailmap: Change email address of Filip BozutaAleksandar Markovic2020-06-091-0/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20200609' into stagingPeter Maydell2020-06-118-224/+359
|\ \ \
| * | | target/arm: Use a non-overlapping group for misc controlRichard Henderson2020-06-091-2/+2
| * | | decodetree: Drop check for less than 2 patterns in a groupRichard Henderson2020-06-092-2/+13
| * | | tests/decode: Test non-overlapping groupsRichard Henderson2020-06-084-0/+45
| * | | decodetree: Implement non-overlapping groupsRichard Henderson2020-06-081-4/+14
| * | | decodetree: Move semantic propagation into classesRichard Henderson2020-06-081-210/+252
| * | | decodetree: Allow group covering the entire insn spaceRichard Henderson2020-06-082-4/+12
| * | | decodetree: Split out MultiPattern from IncMultiPatternRichard Henderson2020-06-081-11/+26
| * | | decodetree: Rename MultiPattern to IncMultiPatternRichard Henderson2020-06-081-7/+7
| * | | decodetree: Tidy error_with_fileRichard Henderson2020-06-081-10/+14
| |/ /
* | | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-0806...Peter Maydell2020-06-0928-60/+195
|\ \ \ | |_|/ |/| |
| * | scripts/coverity-scan: Remove flex/bison packagesPhilippe Mathieu-Daudé2020-06-081-2/+0Star
| * | cirrus-ci: Remove flex/bison packagesPhilippe Mathieu-Daudé2020-06-081-1/+1
| * | tests/vm: Remove flex/bison packagesPhilippe Mathieu-Daudé2020-06-085-5/+1Star
| * | tests/docker: Remove flex/bison packagesPhilippe Mathieu-Daudé2020-06-088-14/+2Star
| * | linux-user: detect overflow of MAP_FIXED mmapAlex Bennée2020-06-081-1/+1
| * | tests/tcg: add simple commpage test caseAlex Bennée2020-06-082-0/+63
| * | linux-user: deal with address wrap for ARM_COMMPAGE on 32 bitAlex Bennée2020-06-081-14/+17
| * | linux-user: provide fallback pgd_find_hole for bare chrootsAlex Bennée2020-06-081-0/+48
| * | hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODEAlex Bennée2020-06-082-17/+43
| * | docker: update Ubuntu to 20.04Paolo Bonzini2020-06-081-1/+1
| * | tests/docker: fix pre-requisite for debian-tricore-crossAlex Bennée2020-06-081-1/+1
| * | .shippable: temporaily disable some cross buildsAlex Bennée2020-06-081-6/+6
| * | .travis.yml: allow failure for unreliable hostsAlex Bennée2020-06-081-0/+5
| * | exec: flush the whole TLB if a watchpoint crosses a page boundaryAlex Bennée2020-06-081-1/+7
| * | tests/plugin: correctly honour io_countAlex Bennée2020-06-081-1/+1
| * | scripts/clean-includes: Mark 'qemu/qemu-plugin.h' as special headerPhilippe Mathieu-Daudé2020-06-081-0/+1
| * | qemu-plugin.h: add missing include <stddef.h> to define size_tEmilio G. Cota2020-06-081-0/+1
| |/
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sparc-next-20200609'...Peter Maydell2020-06-0915-70/+124
|\ \ | |/ |/|
| * target/sparc/int32_helper: Extract and use excp_name_str()Philippe Mathieu-Daudé2020-06-091-6/+12
| * target/sparc/int32_helper: Remove DEBUG_PCALL definitionPhilippe Mathieu-Daudé2020-06-091-5/+0Star
| * hw/timer/grlib_gptimer: Display frequency in decimalPhilippe Mathieu-Daudé2020-06-091-1/+1
| * hw/misc/grlib_ahb_apb_pnp: Add trace events on read accessesPhilippe Mathieu-Daudé2020-06-092-2/+15
| * hw/misc/grlib_ahb_apb_pnp: Fix AHB PnP 8-bit accessesPhilippe Mathieu-Daudé2020-06-091-0/+4
| * hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to AHB PnP registersPhilippe Mathieu-Daudé2020-06-091-0/+7
| * hw/sparc64/niagara: Remove duplicated NIAGARA_UART_BASE definitionPhilippe Mathieu-Daudé2020-06-091-1/+0Star