aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-30hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-30hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bitPhilippe Mathieu-Daudé
2020-05-29Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2...Peter Maydell
2020-05-28Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200528-pull-request' ...Peter Maydell
2020-05-28Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2...Peter Maydell
2020-05-28Merge remote-tracking branch 'remotes/alistair/tags/pull-register-api-2020052...Peter Maydell
2020-05-28Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into...Peter Maydell
2020-05-28sm501: Remove obsolete changelog and todo commentBALATON Zoltan
2020-05-28sm501: Optimize small overlapping blitsBALATON Zoltan
2020-05-28sm501: Replace hand written implementation with pixman where possibleBALATON Zoltan
2020-05-28sm501: Clean up local variables in sm501_2d_operationBALATON Zoltan
2020-05-28sm501: Use BIT(x) macro to shorten constantBALATON Zoltan
2020-05-28sm501: Shorten long variable names in sm501_2d_operationBALATON Zoltan
2020-05-28sm501: Convert printf + abort to qemu_log_maskBALATON Zoltan
2020-05-28hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-28hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)Philippe Mathieu-Daudé
2020-05-28hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé
2020-05-28hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegionPhilippe Mathieu-Daudé
2020-05-28hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)Philippe Mathieu-Daudé
2020-05-28hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()Philippe Mathieu-Daudé
2020-05-28hw/display/dpcd: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé
2020-05-28hw/display/dpcd: Fix memory region sizePhilippe Mathieu-Daudé
2020-05-28hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé
2020-05-28hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printfPhilippe Mathieu-Daudé
2020-05-28hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printfPhilippe Mathieu-Daudé
2020-05-28hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé
2020-05-28hw/display/cg3: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé
2020-05-28hw/display/edid: Add missing 'qdev-properties.h' headerPhilippe Mathieu-Daudé
2020-05-28gitlab-ci: Determine the number of jobs dynamicallyThomas Huth
2020-05-28gitlab-ci: Do not use the standard container images from gitlabThomas Huth
2020-05-28gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folderThomas Huth
2020-05-28GitLab CI: avoid calling before_scripts on unintended jobsCleber Rosa
2020-05-28gitlab-ci: Remove flex/bison packagesPhilippe Mathieu-Daudé
2020-05-28MAINTAINERS: Add Philippe, Alex and Wainer to the Gitlab-CI sectionThomas Huth
2020-05-28linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITSAlex Bennée
2020-05-27Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200527' into...Peter Maydell
2020-05-27hw/registerfields: Prefix local variables with underscore in macrosPhilippe Mathieu-Daudé
2020-05-27tests/tcg: add new threadcount testAlex Bennée
2020-05-27linux-user: properly "unrealize" vCPU objectAlex Bennée
2020-05-27cpus-common: ensure auto-assigned cpu_indexes don't clashAlex Bennée
2020-05-27tests/docker: use a gcc-10 based image for arm64 testsAlex Bennée
2020-05-27tests/docker: add debian11 base imageAlex Bennée
2020-05-27tests/tcg: better detect confused gdb which can't connectAlex Bennée
2020-05-27tests/fp: split and audit the conversion testsAlex Bennée
2020-05-27tests/fp: enable extf80_le_quite testsAlex Bennée
2020-05-27tests/tcg: fix invocation of the memory record/replay testsAlex Bennée
2020-05-27travis.yml: Use clang++ in the Clang testsThomas Huth
2020-05-27tests/vm: pass --genisoimage to basevm scriptAlex Bennée
2020-05-27configure: add alternate binary for genisoimageAlex Bennée
2020-05-27i386: Fix x86_cpu_load_model() error API violationMarkus Armbruster