aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-08target/arm: Rewrite vector gather first-fault loadsRichard Henderson
2018-10-08target/arm: Rewrite vector gather storesRichard Henderson
2018-10-08target/arm: Rewrite vector gather loadsRichard Henderson
2018-10-08target/arm: Split contiguous stores for endiannessRichard Henderson
2018-10-08target/arm: Split contiguous loads for endiannessRichard Henderson
2018-10-08target/arm: Rewrite helper_sve_st[1234]*_rRichard Henderson
2018-10-08target/arm: Rewrite helper_sve_ld[234]*_rRichard Henderson
2018-10-08target/arm: Rewrite helper_sve_ld1*_r using pagesRichard Henderson
2018-10-08target/arm: Clear unused predicate bits for LD1RQRichard Henderson
2018-10-08target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson
2018-10-08target/arm: Handle SVE vector length changes in system modeRichard Henderson
2018-10-08target/arm: Pass in current_el to fp and sve_exception_elRichard Henderson
2018-10-08target/arm: Adjust sve_exception_elRichard Henderson
2018-10-08target/arm: Define ID_AA64ZFR0_EL1Richard Henderson
2018-10-08target/arm: Don't read r4 from v8M exception stackframe twicePeter Maydell
2018-10-08target/arm: Correct condition for v8M callee stack pushPeter Maydell
2018-10-08virt: Suppress external aborts on virt-2.10 and earlierPeter Maydell
2018-10-08target/arm: fix code comments errorDongjiu Geng
2018-10-08Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20181005' into stagingPeter Maydell
2018-10-08Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell
2018-10-08Merge remote-tracking branch 'remotes/elmarco/tags/option-pull-request' into ...Peter Maydell
2018-10-07slirp: Propagate host TCP RST packet to the guest after socket disconnectedGavin Grant
2018-10-07slirp: fix ICMP handling on macOS hostsAndrew Oates
2018-10-07slirp: document mbuf pointers and sizesPeter Maydell
2018-10-05softfloat: Specialize udiv_qrnnd for ppc64Richard Henderson
2018-10-05softfloat: Specialize udiv_qrnnd for s390xRichard Henderson
2018-10-05softfloat: Specialize udiv_qrnnd for x86_64Richard Henderson
2018-10-05softfloat: Fix divisionRichard Henderson
2018-10-05softfloat: Replace countLeadingZeros32/64 with clz32/64Thomas Huth
2018-10-05tests/fp/fp-test: add floating point testsEmilio G. Cota
2018-10-05gitmodules: add berkeley's softfloat + testfloat version 3Emilio G. Cota
2018-10-05softfloat: remove float64_trunc_to_intEmilio G. Cota
2018-10-05Merge remote-tracking branch 'remotes/kraxel/tags/vga-20181005-pull-request' ...Peter Maydell
2018-10-05Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios.for-upstrea...Peter Maydell
2018-10-05Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181004' into stagingPeter Maydell
2018-10-05Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-10-03-v2' into...Peter Maydell
2018-10-05vl: list user creatable properties when 'help' is argumentMarc-André Lureau
2018-10-05hostmem: add some properties descriptionMarc-André Lureau
2018-10-05vl: handle -object helpMarc-André Lureau
2018-10-05tests/qom-proplist: check class properties iteratorMarc-André Lureau
2018-10-05tests/qom-proplist: check properties are not listed multiple timesMarc-André Lureau
2018-10-05tests/qom-proplist: check duplicate "bv" property registration failedMarc-André Lureau
2018-10-05qom/object: register 'type' property as class propertyMarc-André Lureau
2018-10-05qom/object: fix iterating properties over a classMarc-André Lureau
2018-10-05qemu-option: improve qemu_opts_print_help() outputMarc-André Lureau
2018-10-05qemu-option: add help fallback to print the list of optionsMarc-André Lureau
2018-10-05cutils: add qemu_pstrcmp0()Marc-André Lureau
2018-10-05qdev-monitor: print help to stdoutMarc-André Lureau
2018-10-05Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell
2018-10-05edid: fix vendor defaultGerd Hoffmann