aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-31scripts/qmp: Fix shebang and importsJohn Snow
2020-05-31scripts/modules/module_block: Use Python 3 interpreter & add pseudo-mainPhilippe Mathieu-Daudé
2020-05-31scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main()Philippe Mathieu-Daudé
2020-05-31scripts/qmp: Use Python 3 interpreterPhilippe Mathieu-Daudé
2020-05-31scripts/qemu-gdb: Use Python 3 interpreterPhilippe Mathieu-Daudé
2020-05-31scripts/qemugdb: Remove shebang headerPhilippe Mathieu-Daudé
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/ericb/tags/pull-bitmaps-2020-05-26-v3' ...Peter Maydell
2020-05-29Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2...Peter Maydell
2020-05-28iotests: Add test 291 to for qemu-img bitmap coverageEric Blake
2020-05-28qemu-img: Add convert --bitmaps optionEric Blake
2020-05-28qemu-img: Factor out code for merging bitmapsEric Blake
2020-05-28qcow2: Expose bitmaps' size during measureEric Blake
2020-05-28iotests: Fix test 178Eric Blake
2020-05-28migration: forbid bitmap migration by generated node-nameVladimir Sementsov-Ogievskiy
2020-05-28migration: add_bitmaps_to_list: check disk name onceVladimir Sementsov-Ogievskiy
2020-05-28iotests: 194: test also migration of dirty bitmapVladimir Sementsov-Ogievskiy
2020-05-28migration: fix bitmaps pre-blockdev migration with mirror jobVladimir Sementsov-Ogievskiy
2020-05-28block/dirty-bitmap: add bdrv_has_named_bitmaps helperVladimir Sementsov-Ogievskiy
2020-05-28migration: refactor init_dirty_bitmap_migrationVladimir Sementsov-Ogievskiy
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