summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
* meson: convert hw/displayMarc-André Lureau2020-08-212-65/+84
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* qxl: fix modular builds with dtraceGerd Hoffmann2020-07-211-0/+9
* Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into stagingPeter Maydell2020-07-201-1/+1
|\
| * hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-1/+1
* | Revert "vga: build virtio-gpu as module"Gerd Hoffmann2020-07-111-13/+10Star
|/
* error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster2020-07-101-4/+1Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-102-6/+2Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-102-6/+4Star
* qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster2020-07-101-7/+1Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-102-5/+2Star
* vga: build virtio-gpu as moduleGerd Hoffmann2020-07-071-10/+13
* vga: build virtio-gpu only onceGerd Hoffmann2020-07-071-6/+6
* vga: build qxl as moduleGerd Hoffmann2020-07-071-1/+4
* Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell2020-07-032-6/+13
* hw/display/bcm2835_fb.c: Initialize all fields of structPeter Maydell2020-07-031-0/+4
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-02' into...Peter Maydell2020-07-022-2/+2
|\
| * hw: Fix error API violation around object_property_set_link()Markus Armbruster2020-07-022-2/+2
* | ati-vga: Add dummy MEM_SDRAM_MODE_REGBALATON Zoltan2020-06-303-0/+7
* | ati-vga: Do not assert on errorBALATON Zoltan2020-06-301-1/+1
* | ati-vga: Support unaligned access to hardware cursor registersBALATON Zoltan2020-06-301-29/+58
* | sm501: Fix and optimize overlap checkBALATON Zoltan2020-06-301-10/+16
* | sm501: Convert debug printfs to tracesBALATON Zoltan2020-06-302-37/+25Star
* | sm501: Do not allow guest to set invalid formatBALATON Zoltan2020-06-301-0/+3
* | sm501: Use stn_he_p/ldn_he_p instead of switch/caseBALATON Zoltan2020-06-301-11/+1Star
* | sm501: Optimise 1 pixel 2d opsBALATON Zoltan2020-06-301-3/+16
* | sm501: Introduce variable for commonly used value for better readabilityBALATON Zoltan2020-06-301-20/+21
* | sm501: Ignore no-op blitsBALATON Zoltan2020-06-301-0/+5
* | sm501: Drop unneded variableBALATON Zoltan2020-06-301-3/+2Star
* | sm501: Fix bounds checksBALATON Zoltan2020-06-301-4/+4
|/
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3Markus Armbruster2020-06-151-2/+2
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-152-2/+2
* sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1Markus Armbruster2020-06-151-1/+1
* auxbus: Eliminate aux_create_slave()Markus Armbruster2020-06-151-1/+1
* auxbus: Convert a use of qdev_set_parent_bus()Markus Armbruster2020-06-151-1/+1
* auxbus: New aux_bus_realize(), pairing with aux_bus_init()Markus Armbruster2020-06-151-1/+1
* auxbus: Rename aux_init_bus() to aux_bus_init()Markus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-152-4/+2Star
* qdev: Convert uses of qdev_create() manuallyMarkus Armbruster2020-06-153-8/+7Star
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-152-4/+4
* display/sm501 display/ati: Fix to realize "i2c-ddc"Markus Armbruster2020-06-152-0/+4
* display/xlnx_dp: Fix to realize "i2c-ddc" and "aux-to-i2c-bridge"Markus Armbruster2020-06-151-0/+4
* hw/display/cirrus_vga: Fix code mis-indentationPhilippe Mathieu-Daudé2020-06-051-3/+3
* ati-vga: check mm_index before recursive call (CVE-2020-13800)Prasad J Pandit2020-06-051-2/+8
* 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