aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-08target/arm: Add v8M stack checks on exception entryPeter Maydell1-8/+46
2018-10-08target/arm: Add some comments in Thumb decodePeter Maydell1-3/+17
2018-10-08target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell4-9/+106
2018-10-08target/arm: Move v7m_using_psp() to internals.hPeter Maydell2-12/+16
2018-10-08target/arm: Define new EXCP type for v8M stack overflowsPeter Maydell2-0/+7
2018-10-08target/arm: Define new TBFLAG for v8M stack checkingPeter Maydell4-0/+19
2018-10-08target/arm: Pass TCGMemOpIdx to sve memory helpersRichard Henderson3-89/+121
2018-10-08target/arm: Rewrite vector gather first-fault loadsRichard Henderson3-141/+325
2018-10-08target/arm: Rewrite vector gather storesRichard Henderson3-90/+179
2018-10-08target/arm: Rewrite vector gather loadsRichard Henderson3-173/+392
2018-10-08target/arm: Split contiguous stores for endiannessRichard Henderson3-37/+98
2018-10-08target/arm: Split contiguous loads for endiannessRichard Henderson3-142/+263
2018-10-08target/arm: Rewrite helper_sve_st[1234]*_rRichard Henderson1-177/+170
2018-10-08target/arm: Rewrite helper_sve_ld[234]*_rRichard Henderson1-93/+117
2018-10-08target/arm: Rewrite helper_sve_ld1*_r using pagesRichard Henderson1-164/+571
2018-10-08target/arm: Clear unused predicate bits for LD1RQRichard Henderson1-1/+22
2018-10-08target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson3-5/+13
2018-10-08target/arm: Handle SVE vector length changes in system modeRichard Henderson4-55/+125
2018-10-08target/arm: Pass in current_el to fp and sve_exception_elRichard Henderson1-12/+9
2018-10-08target/arm: Adjust sve_exception_elRichard Henderson1-46/+42
2018-10-08target/arm: Define ID_AA64ZFR0_EL1Richard Henderson1-1/+2
2018-10-08target/arm: Don't read r4 from v8M exception stackframe twicePeter Maydell1-1/+0
2018-10-08target/arm: Correct condition for v8M callee stack pushPeter Maydell1-1/+1
2018-10-08virt: Suppress external aborts on virt-2.10 and earlierPeter Maydell1-0/+2
2018-10-08target/arm: fix code comments errorDongjiu Geng2-3/+3
2018-10-08Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20181005' into stagingPeter Maydell13-125/+2390
2018-10-08Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell4-11/+56
2018-10-08Merge remote-tracking branch 'remotes/elmarco/tags/option-pull-request' into ...Peter Maydell12-60/+228
2018-10-07slirp: Propagate host TCP RST packet to the guest after socket disconnectedGavin Grant1-3/+10
2018-10-07slirp: fix ICMP handling on macOS hostsAndrew Oates1-1/+26
2018-10-07slirp: document mbuf pointers and sizesPeter Maydell2-7/+20
2018-10-05softfloat: Specialize udiv_qrnnd for ppc64Richard Henderson1-0/+16
2018-10-05softfloat: Specialize udiv_qrnnd for s390xRichard Henderson1-0/+6
2018-10-05softfloat: Specialize udiv_qrnnd for x86_64Richard Henderson1-0/+6
2018-10-05softfloat: Fix divisionRichard Henderson2-17/+52
2018-10-05softfloat: Replace countLeadingZeros32/64 with clz32/64Thomas Huth2-100/+13
2018-10-05tests/fp/fp-test: add floating point testsEmilio G. Cota7-0/+2291
2018-10-05gitmodules: add berkeley's softfloat + testfloat version 3Emilio G. Cota3-0/+6
2018-10-05softfloat: remove float64_trunc_to_intEmilio G. Cota2-8/+0
2018-10-05Merge remote-tracking branch 'remotes/kraxel/tags/vga-20181005-pull-request' ...Peter Maydell6-3/+45
2018-10-05Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios.for-upstrea...Peter Maydell4-0/+0
2018-10-05Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181004' into stagingPeter Maydell17-383/+430
2018-10-05Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-10-03-v2' into...Peter Maydell5-97/+63
2018-10-05vl: list user creatable properties when 'help' is argumentMarc-André Lureau2-6/+40
2018-10-05hostmem: add some properties descriptionMarc-André Lureau2-0/+23
2018-10-05vl: handle -object helpMarc-André Lureau1-0/+13
2018-10-05tests/qom-proplist: check class properties iteratorMarc-André Lureau1-0/+9
2018-10-05tests/qom-proplist: check properties are not listed multiple timesMarc-André Lureau1-20/+24
2018-10-05tests/qom-proplist: check duplicate "bv" property registration failedMarc-André Lureau1-1/+4
2018-10-05qom/object: register 'type' property as class propertyMarc-André Lureau1-3/+4