aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-31python/qemu: Adjust traceback typingJohn Snow2-4/+14
2020-05-31python/qemu: fix socket.makefile() typingJohn Snow2-7/+15
2020-05-31python/qemu: remove Python2 style super() callsJohn Snow2-9/+8
2020-05-31python/qemu: delint; add flake8 configJohn Snow4-9/+19
2020-05-31python/qemu: delint and add pylintrcJohn Snow3-18/+88
2020-05-31python/qemu/machine: remove logging configurationJohn Snow1-3/+0
2020-05-31python/qemu/machine: add kill() methodVladimir Sementsov-Ogievskiy1-3/+9
2020-05-31python: remove more instances of sys.version_infoJohn Snow5-30/+13
2020-05-31scripts/qmp: Fix shebang and importsJohn Snow6-6/+18
2020-05-31scripts/modules/module_block: Use Python 3 interpreter & add pseudo-mainPhilippe Mathieu-Daudé1-14/+15
2020-05-31scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main()Philippe Mathieu-Daudé1-3/+4
2020-05-31scripts/qmp: Use Python 3 interpreterPhilippe Mathieu-Daudé4-4/+4
2020-05-31scripts/qemu-gdb: Use Python 3 interpreterPhilippe Mathieu-Daudé1-2/+2
2020-05-31scripts/qemugdb: Remove shebang headerPhilippe Mathieu-Daudé6-11/+4
2020-05-29Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2...Peter Maydell15-39/+172
2020-05-28Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200528-pull-request' ...Peter Maydell11-281/+300
2020-05-28Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2...Peter Maydell5-23/+51
2020-05-28Merge remote-tracking branch 'remotes/alistair/tags/pull-register-api-2020052...Peter Maydell1-20/+20
2020-05-28Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into...Peter Maydell14-65/+60
2020-05-28sm501: Remove obsolete changelog and todo commentBALATON Zoltan1-18/+1
2020-05-28sm501: Optimize small overlapping blitsBALATON Zoltan1-4/+11
2020-05-28sm501: Replace hand written implementation with pixman where possibleBALATON Zoltan1-88/+119
2020-05-28sm501: Clean up local variables in sm501_2d_operationBALATON Zoltan1-15/+16
2020-05-28sm501: Use BIT(x) macro to shorten constantBALATON Zoltan1-3/+2
2020-05-28sm501: Shorten long variable names in sm501_2d_operationBALATON Zoltan1-23/+22
2020-05-28sm501: Convert printf + abort to qemu_log_maskBALATON Zoltan1-30/+27
2020-05-28hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()Philippe Mathieu-Daudé1-12/+14
2020-05-28hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)Philippe Mathieu-Daudé1-1/+1
2020-05-28hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé1-17/+29
2020-05-28hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegionPhilippe Mathieu-Daudé1-1/+1
2020-05-28hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)Philippe Mathieu-Daudé1-5/+11
2020-05-28hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()Philippe Mathieu-Daudé1-6/+8
2020-05-28hw/display/dpcd: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2-13/+7
2020-05-28hw/display/dpcd: Fix memory region sizePhilippe Mathieu-Daudé1-2/+2
2020-05-28hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé2-14/+11
2020-05-28hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printfPhilippe Mathieu-Daudé1-44/+33
2020-05-28hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printfPhilippe Mathieu-Daudé1-6/+8
2020-05-28hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé2-3/+2
2020-05-28hw/display/cg3: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2-10/+8
2020-05-28hw/display/edid: Add missing 'qdev-properties.h' headerPhilippe Mathieu-Daudé1-0/+1
2020-05-28gitlab-ci: Determine the number of jobs dynamicallyThomas Huth1-11/+13
2020-05-28gitlab-ci: Do not use the standard container images from gitlabThomas Huth1-12/+25
2020-05-28gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folderThomas Huth4-3/+3
2020-05-28GitLab CI: avoid calling before_scripts on unintended jobsCleber Rosa1-3/+11
2020-05-28gitlab-ci: Remove flex/bison packagesPhilippe Mathieu-Daudé1-1/+1
2020-05-28MAINTAINERS: Add Philippe, Alex and Wainer to the Gitlab-CI sectionThomas Huth1-0/+3
2020-05-28linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITSAlex Bennée1-0/+2
2020-05-27Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200527' into...Peter Maydell16-102/+237
2020-05-27hw/registerfields: Prefix local variables with underscore in macrosPhilippe Mathieu-Daudé1-20/+20
2020-05-27tests/tcg: add new threadcount testAlex Bennée2-0/+66