summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sm501: Remove obsolete changelog and todo commentBALATON Zoltan2020-05-281-18/+1Star
| * | | sm501: Optimize small overlapping blitsBALATON Zoltan2020-05-281-4/+11
| * | | sm501: Replace hand written implementation with pixman where possibleBALATON Zoltan2020-05-281-88/+119
| * | | sm501: Clean up local variables in sm501_2d_operationBALATON Zoltan2020-05-281-15/+16
| * | | sm501: Use BIT(x) macro to shorten constantBALATON Zoltan2020-05-281-3/+2Star
| * | | sm501: Shorten long variable names in sm501_2d_operationBALATON Zoltan2020-05-281-23/+22Star
| * | | sm501: Convert printf + abort to qemu_log_maskBALATON Zoltan2020-05-281-30/+27Star
| * | | hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()Philippe Mathieu-Daudé2020-05-281-12/+14
| * | | hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)Philippe Mathieu-Daudé2020-05-281-1/+1
| * | | hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé2020-05-281-17/+29
| * | | hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegionPhilippe Mathieu-Daudé2020-05-281-1/+1
| * | | hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)Philippe Mathieu-Daudé2020-05-281-5/+11
| * | | hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()Philippe Mathieu-Daudé2020-05-281-6/+8
| * | | hw/display/dpcd: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2020-05-282-13/+7Star
| * | | hw/display/dpcd: Fix memory region sizePhilippe Mathieu-Daudé2020-05-281-2/+2
| * | | hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé2020-05-282-14/+11Star
| * | | hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printfPhilippe Mathieu-Daudé2020-05-281-44/+33Star
| * | | hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printfPhilippe Mathieu-Daudé2020-05-281-6/+8
| * | | hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé2020-05-282-3/+2Star
| * | | hw/display/cg3: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2020-05-282-10/+8Star
| * | | hw/display/edid: Add missing 'qdev-properties.h' headerPhilippe Mathieu-Daudé2020-05-281-0/+1
* | | | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2...Peter Maydell2020-05-285-23/+51
|\ \ \ \
| * | | | gitlab-ci: Determine the number of jobs dynamicallyThomas Huth2020-05-281-11/+13
| * | | | gitlab-ci: Do not use the standard container images from gitlabThomas Huth2020-05-281-12/+25
| * | | | gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folderThomas Huth2020-05-284-3/+3
| * | | | GitLab CI: avoid calling before_scripts on unintended jobsCleber Rosa2020-05-281-3/+11
| * | | | gitlab-ci: Remove flex/bison packagesPhilippe Mathieu-Daudé2020-05-281-1/+1
| * | | | MAINTAINERS: Add Philippe, Alex and Wainer to the Gitlab-CI sectionThomas Huth2020-05-281-0/+3
| * | | | linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITSAlex Bennée2020-05-281-0/+2
| |/ / /
* | | | Merge remote-tracking branch 'remotes/alistair/tags/pull-register-api-2020052...Peter Maydell2020-05-281-20/+20
|\ \ \ \
| * | | | hw/registerfields: Prefix local variables with underscore in macrosPhilippe Mathieu-Daudé2020-05-271-20/+20
| |/ / /
* | | | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into...Peter Maydell2020-05-2814-65/+60Star
|\ \ \ \
| * | | | i386: Fix x86_cpu_load_model() error API violationMarkus Armbruster2020-05-271-10/+17
| * | | | arm/sabrelite: Consistently use &error_fatal in sabrelite_init()Markus Armbruster2020-05-271-6/+1Star
| * | | | mips/boston: Plug memory leak in boston_mach_init()Markus Armbruster2020-05-271-2/+2
| * | | | mips/boston: Fix boston_mach_init() error handlingMarkus Armbruster2020-05-271-8/+5Star
| * | | | mips/malta: Fix create_cps() error handlingMarkus Armbruster2020-05-271-9/+6Star
| * | | | error: Use error_reportf_err() where appropriateMarkus Armbruster2020-05-276-16/+17
| * | | | tests/migration: Tighten error checkingMarkus Armbruster2020-05-271-2/+2
| * | | | s390x/cpumodel: Fix harmless misuse of visit_check_struct()Markus Armbruster2020-05-271-1/+1
| * | | | xen: Fix and improve handling of device_add usb-host errorsMarkus Armbruster2020-05-271-10/+9Star
| * | | | nvdimm: Plug memory leak in uuid property setterMarkus Armbruster2020-05-271-1/+0Star
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200527' into...Peter Maydell2020-05-2716-102/+237
|\ \ \ \ | |_|/ / |/| | |
| * | | vfio/nvlink: Remove exec permission to avoid SELinux AVCsLeonardo Bras2020-05-271-2/+2
| * | | target/ppc: Fix argument to ppc_radix64_partition_scoped_xlate() againGreg Kurz2020-05-271-1/+1
| * | | hw/nvram/mac_nvram: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2020-05-272-14/+7Star
| * | | hw/pci-bridge/dec: Remove dead debug codePhilippe Mathieu-Daudé2020-05-271-10/+0Star
| * | | target/ppc: Don't update radix PTE R/C bits with gdbstubGreg Kurz2020-05-271-18/+21
| * | | target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate()Greg Kurz2020-05-271-2/+4
| * | | target/ppc: Add missing braces in ppc_radix64_partition_scoped_xlate()Greg Kurz2020-05-271-1/+2