Age | Commit message (Expand) | Author |
2020-05-31 | python/qemu/qtest: Check before accessing _qtest | John Snow |
2020-05-31 | python/qemu/qmp: assert sockfile is not None | John Snow |
2020-05-31 | python/qemu/qmp: use True/False for non/blocking modes | John Snow |
2020-05-31 | python/qemu: Adjust traceback typing | John Snow |
2020-05-31 | python/qemu: fix socket.makefile() typing | John Snow |
2020-05-31 | python/qemu: remove Python2 style super() calls | John Snow |
2020-05-31 | python/qemu: delint; add flake8 config | John Snow |
2020-05-31 | python/qemu: delint and add pylintrc | John Snow |
2020-05-31 | python/qemu/machine: remove logging configuration | John Snow |
2020-05-31 | python/qemu/machine: add kill() method | Vladimir Sementsov-Ogievskiy |
2020-05-31 | python: remove more instances of sys.version_info | John Snow |
2020-05-31 | scripts/qmp: Fix shebang and imports | John Snow |
2020-05-31 | scripts/modules/module_block: Use Python 3 interpreter & add pseudo-main | Philippe Mathieu-Daudé |
2020-05-31 | scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main() | Philippe Mathieu-Daudé |
2020-05-31 | scripts/qmp: Use Python 3 interpreter | Philippe Mathieu-Daudé |
2020-05-31 | scripts/qemu-gdb: Use Python 3 interpreter | Philippe Mathieu-Daudé |
2020-05-31 | scripts/qemugdb: Remove shebang header | Philippe Mathieu-Daudé |
2020-05-29 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2... | Peter Maydell |
2020-05-28 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200528-pull-request' ... | Peter Maydell |
2020-05-28 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2... | Peter Maydell |
2020-05-28 | Merge remote-tracking branch 'remotes/alistair/tags/pull-register-api-2020052... | Peter Maydell |
2020-05-28 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into... | Peter Maydell |
2020-05-28 | sm501: Remove obsolete changelog and todo comment | BALATON Zoltan |
2020-05-28 | sm501: Optimize small overlapping blits | BALATON Zoltan |
2020-05-28 | sm501: Replace hand written implementation with pixman where possible | BALATON Zoltan |
2020-05-28 | sm501: Clean up local variables in sm501_2d_operation | BALATON Zoltan |
2020-05-28 | sm501: Use BIT(x) macro to shorten constant | BALATON Zoltan |
2020-05-28 | sm501: Shorten long variable names in sm501_2d_operation | BALATON Zoltan |
2020-05-28 | sm501: Convert printf + abort to qemu_log_mask | BALATON Zoltan |
2020-05-28 | hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask() | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP) | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR) | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR) | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report() | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/dpcd: Convert debug printf()s to trace events | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/dpcd: Fix memory region size | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/cirrus_vga: Convert debug printf() to trace event | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printf | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/cirrus_vga: Convert debug printf() to trace event | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/cg3: Convert debug printf()s to trace events | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/edid: Add missing 'qdev-properties.h' header | Philippe Mathieu-Daudé |
2020-05-28 | gitlab-ci: Determine the number of jobs dynamically | Thomas Huth |
2020-05-28 | gitlab-ci: Do not use the standard container images from gitlab | Thomas Huth |
2020-05-28 | gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folder | Thomas Huth |
2020-05-28 | GitLab CI: avoid calling before_scripts on unintended jobs | Cleber Rosa |
2020-05-28 | gitlab-ci: Remove flex/bison packages | Philippe Mathieu-Daudé |
2020-05-28 | MAINTAINERS: Add Philippe, Alex and Wainer to the Gitlab-CI section | Thomas Huth |
2020-05-28 | linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS | Alex Bennée |