aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2-6/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster2-6/+4
2020-07-10qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster1-7/+1
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2-5/+2
2020-07-07vga: build virtio-gpu as moduleGerd Hoffmann1-10/+13
2020-07-07vga: build virtio-gpu only onceGerd Hoffmann1-6/+6
2020-07-07vga: build qxl as moduleGerd Hoffmann1-1/+4
2020-07-03Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell2-6/+13
2020-07-03hw/display/bcm2835_fb.c: Initialize all fields of structPeter Maydell1-0/+4
2020-07-02Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-02' into...Peter Maydell2-2/+2
2020-07-02hw: Fix error API violation around object_property_set_link()Markus Armbruster2-2/+2
2020-06-30ati-vga: Add dummy MEM_SDRAM_MODE_REGBALATON Zoltan3-0/+7
2020-06-30ati-vga: Do not assert on errorBALATON Zoltan1-1/+1
2020-06-30ati-vga: Support unaligned access to hardware cursor registersBALATON Zoltan1-29/+58
2020-06-30sm501: Fix and optimize overlap checkBALATON Zoltan1-10/+16
2020-06-30sm501: Convert debug printfs to tracesBALATON Zoltan2-37/+25
2020-06-30sm501: Do not allow guest to set invalid formatBALATON Zoltan1-0/+3
2020-06-30sm501: Use stn_he_p/ldn_he_p instead of switch/caseBALATON Zoltan1-11/+1
2020-06-30sm501: Optimise 1 pixel 2d opsBALATON Zoltan1-3/+16
2020-06-30sm501: Introduce variable for commonly used value for better readabilityBALATON Zoltan1-20/+21
2020-06-30sm501: Ignore no-op blitsBALATON Zoltan1-0/+5
2020-06-30sm501: Drop unneded variableBALATON Zoltan1-3/+2
2020-06-30sm501: Fix bounds checksBALATON Zoltan1-4/+4
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3Markus Armbruster1-2/+2
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2-2/+2
2020-06-15sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1Markus Armbruster1-1/+1
2020-06-15auxbus: Eliminate aux_create_slave()Markus Armbruster1-1/+1
2020-06-15auxbus: Convert a use of qdev_set_parent_bus()Markus Armbruster1-1/+1
2020-06-15auxbus: New aux_bus_realize(), pairing with aux_bus_init()Markus Armbruster1-1/+1
2020-06-15auxbus: Rename aux_init_bus() to aux_bus_init()Markus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2-4/+2
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster3-8/+7
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2-4/+4
2020-06-15display/sm501 display/ati: Fix to realize "i2c-ddc"Markus Armbruster2-0/+4
2020-06-15display/xlnx_dp: Fix to realize "i2c-ddc" and "aux-to-i2c-bridge"Markus Armbruster1-0/+4
2020-06-05hw/display/cirrus_vga: Fix code mis-indentationPhilippe Mathieu-Daudé1-3/+3
2020-06-05ati-vga: check mm_index before recursive call (CVE-2020-13800)Prasad J Pandit1-2/+8
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