aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-15tcg: Search includes in the parent source directoryPhilippe Mathieu-Daudé
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-15cputlb: Expand cpu_ldst_template.h in cputlb.cRichard Henderson
2020-01-15cputlb: Remove support for MMU_MODE*_SUFFIXRichard Henderson
2020-01-15target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson
2020-01-15target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson
2020-01-15target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson
2020-01-15target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIXRichard Henderson
2020-01-15target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIXRichard Henderson
2020-01-15target/unicore32: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson
2020-01-15target/sh4: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson
2020-01-15target/microblaze: Remove MMU_MODE{0,1,2}_SUFFIXRichard Henderson
2020-01-15target/i386: Remove MMU_MODE{0,1,2}_SUFFIXRichard Henderson
2020-01-15target/cris: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson
2020-01-15target/alpha: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson
2020-01-15target/nios2: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson
2020-01-15cputlb: Expand cpu_ldst_useronly_template.h in user-exec.cRichard Henderson
2020-01-15target/i386: Use cpu_*_mmuidx_ra instead of templatesRichard Henderson
2020-01-15cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-onlyRichard Henderson
2020-01-15cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_codeRichard Henderson
2020-01-15translator: Use cpu_ld*_code instead of open-codingRichard Henderson
2020-01-15cputlb: Move body of cpu_ldst_template.h out of lineRichard Henderson
2020-01-15plugins: Include trace/mem.h in api.cRichard Henderson
2020-01-15linux-user: Include trace-root.h in syscall-trace.hRichard Henderson
2020-01-15linux-user: Include tcg.h in syscall.cRichard Henderson
2020-01-15accel/tcg: Include tcg.h in tcg-runtime.cRichard Henderson
2020-01-15target/arm: Include tcg.h in sve_helper.cRichard Henderson
2020-01-15target/s390x: Include tcg.h in mem_helper.cRichard Henderson
2020-01-15trace: Remove trace_mem_build_info_no_se_[bl]eRichard Henderson
2020-01-15cputlb: Use trace_mem_get_info instead of trace_mem_build_infoRichard Henderson
2020-01-15target/xtensa: Use probe_access for itlb_hit_testRichard Henderson
2020-01-14Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200114-pull-request' i...Peter Maydell
2020-01-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2020-01-14Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2020-01-14display/gtk: get proper refreshrateNikola Pavlica
2020-01-14ui: Print available display backends with '-display help'Thomas Huth
2020-01-13trace: update qemu-trace-stap to Python 3Stefan Hajnoczi
2020-01-13linux-aio: increasing MAX_EVENTS to a larger hardcoded valueWangyong
2020-01-13Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200113-pull-request' ...Peter Maydell
2020-01-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-01-1...Peter Maydell
2020-01-13xhci: recheck slot statusGerd Hoffmann
2020-01-13xhci: Fix memory leak in xhci_kick_epctx when poweroff GuestOSChen Qun
2020-01-13usbredir: Prevent recursion in usbredir_writeDr. David Alan Gilbert
2020-01-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2020-01-13usb-redir: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich
2020-01-13usb-host: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich
2020-01-12docs: build an index page for the HTML docsStefan Hajnoczi
2020-01-12tests/libqos: Move the libqos files under tests/qtest/Thomas Huth
2020-01-12tests/Makefile: Move qtest-related settings to a separate Makefile.includeThomas Huth
2020-01-12test: Move qtests to a separate directoryThomas Huth