summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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
2020-05-27linux-user: properly "unrealize" vCPU objectAlex Bennée1-8/+11
2020-05-27cpus-common: ensure auto-assigned cpu_indexes don't clashAlex Bennée1-5/+5
2020-05-27tests/docker: use a gcc-10 based image for arm64 testsAlex Bennée3-2/+17
2020-05-27tests/docker: add debian11 base imageAlex Bennée2-1/+19
2020-05-27tests/tcg: better detect confused gdb which can't connectAlex Bennée1-0/+4
2020-05-27tests/fp: split and audit the conversion testsAlex Bennée1-5/+32
2020-05-27tests/fp: enable extf80_le_quite testsAlex Bennée1-7/+0
2020-05-27tests/tcg: fix invocation of the memory record/replay testsAlex Bennée1-1/+1
2020-05-27travis.yml: Use clang++ in the Clang testsThomas Huth1-3/+5
2020-05-27tests/vm: pass --genisoimage to basevm scriptAlex Bennée2-6/+11
2020-05-27configure: add alternate binary for genisoimageAlex Bennée1-1/+1
2020-05-27i386: Fix x86_cpu_load_model() error API violationMarkus Armbruster1-10/+17
2020-05-27arm/sabrelite: Consistently use &error_fatal in sabrelite_init()Markus Armbruster1-6/+1
2020-05-27mips/boston: Plug memory leak in boston_mach_init()Markus Armbruster1-2/+2
2020-05-27mips/boston: Fix boston_mach_init() error handlingMarkus Armbruster1-8/+5
2020-05-27mips/malta: Fix create_cps() error handlingMarkus Armbruster1-9/+6