aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-15cputlb: Expand cpu_ldst_useronly_template.h in user-exec.cRichard Henderson3-190/+265
2020-01-15target/i386: Use cpu_*_mmuidx_ra instead of templatesRichard Henderson1-31/+31
2020-01-15cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-onlyRichard Henderson2-60/+229
2020-01-15cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_codeRichard Henderson5-141/+36
2020-01-15translator: Use cpu_ld*_code instead of open-codingRichard Henderson2-46/+13
2020-01-15cputlb: Move body of cpu_ldst_template.h out of lineRichard Henderson3-100/+166
2020-01-15plugins: Include trace/mem.h in api.cRichard Henderson1-0/+1
2020-01-15linux-user: Include trace-root.h in syscall-trace.hRichard Henderson1-0/+2
2020-01-15linux-user: Include tcg.h in syscall.cRichard Henderson1-0/+1
2020-01-15accel/tcg: Include tcg.h in tcg-runtime.cRichard Henderson1-0/+1
2020-01-15target/arm: Include tcg.h in sve_helper.cRichard Henderson1-0/+1
2020-01-15target/s390x: Include tcg.h in mem_helper.cRichard Henderson1-0/+1
2020-01-15trace: Remove trace_mem_build_info_no_se_[bl]eRichard Henderson2-60/+24
2020-01-15cputlb: Use trace_mem_get_info instead of trace_mem_build_infoRichard Henderson2-17/+17
2020-01-15target/xtensa: Use probe_access for itlb_hit_testRichard Henderson1-2/+3
2020-01-14Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200114-pull-request' i...Peter Maydell6-1/+36
2020-01-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+1
2020-01-14Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-4/+4
2020-01-14display/gtk: get proper refreshrateNikola Pavlica2-0/+13
2020-01-14ui: Print available display backends with '-display help'Thomas Huth4-1/+23
2020-01-13trace: update qemu-trace-stap to Python 3Stefan Hajnoczi1-4/+4
2020-01-13linux-aio: increasing MAX_EVENTS to a larger hardcoded valueWangyong1-1/+1
2020-01-13Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200113-pull-request' ...Peter Maydell5-3/+65
2020-01-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-01-1...Peter Maydell183-388/+413
2020-01-13xhci: recheck slot statusGerd Hoffmann1-3/+12
2020-01-13xhci: Fix memory leak in xhci_kick_epctx when poweroff GuestOSChen Qun1-0/+1
2020-01-13usbredir: Prevent recursion in usbredir_writeDr. David Alan Gilbert1-0/+9
2020-01-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell5-10/+6
2020-01-13usb-redir: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich2-0/+21
2020-01-13usb-host: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich3-0/+22
2020-01-12docs: build an index page for the HTML docsStefan Hajnoczi2-0/+23
2020-01-12tests/libqos: Move the libqos files under tests/qtest/Thomas Huth74-48/+47
2020-01-12tests/Makefile: Move qtest-related settings to a separate Makefile.includeThomas Huth2-318/+319
2020-01-12test: Move qtests to a separate directoryThomas Huth109-158/+157
2020-01-12tests/Makefile: Separate unit test dependencies from qtest dependenciesThomas Huth1-5/+5
2020-01-12tests/Makefile: Remove 'tests/' and '$(EXESUF)' from the check-qtest variablesThomas Huth1-126/+130
2020-01-12tests/ptimer: Remove unnecessary inclusion of libqtest.hThomas Huth1-1/+0
2020-01-12tests/Makefile: test-char does not need libqtestThomas Huth1-1/+1
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell74-90/+315
2020-01-10Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200108' into...Peter Maydell28-161/+345
2020-01-10Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-semihosti...Peter Maydell26-56/+328
2020-01-10configure: check for gdbus-codegen presenceMarc-André Lureau1-0/+3
2020-01-09tests/tcg: add user version of dumb-as-bricks semiconsole testAlex Bennée3-0/+53
2020-01-09tests/tcg: extract __semi_call into a header and expandAlex Bennée3-20/+45
2020-01-09tests/tcg: add a dumb-as-bricks semihosting console testAlex Bennée2-1/+48
2020-01-09semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard7-2/+134
2020-01-09target/arm: only update pc after semihosting completesAlex Bennée6-4/+9
2020-01-09target/arm: remove unused EXCP_SEMIHOST legAlex Bennée1-6/+0
2020-01-09testing: don't nest build for fp-testAlex Bennée2-9/+7
2020-01-09travis.yml: install homebrew python for OS XAlex Bennée1-7/+10