aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2020-08-26Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-v3-pull-reques...Peter Maydell1-72/+114
2020-08-26hw/display/artist: Fix invalidation of lines near screen borderSven Schnelle1-1/+6
2020-08-26hw/display/artist: Fix invalidation of lines in artist_draw_line()Sven Schnelle1-1/+4
2020-08-26hw/display/artist: Unbreak size mismatch memory accessesHelge Deller1-8/+4
2020-08-26hw/display/artist: Prevent out of VRAM buffer accessesHelge Deller1-41/+69
2020-08-26Revert "hw/display/artist: Avoid drawing line when nothing to display"Helge Deller1-3/+0
2020-08-26hw/display/artist: Refactor artist_rop8() to avoid buffer over-runPhilippe Mathieu-Daudé1-15/+25
2020-08-26hw/display/artist: Check offset in draw_line to avoid buffer over-runPhilippe Mathieu-Daudé1-2/+7
2020-08-21meson: convert hw/displayMarc-André Lureau2-65/+84
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-08-04hw/display/artist.c: fix out of bounds checkSven Schnelle1-13/+11
2020-07-21qxl: fix modular builds with dtraceGerd Hoffmann1-0/+9
2020-07-20Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into stagingPeter Maydell1-1/+1
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé1-1/+1
2020-07-11Revert "vga: build virtio-gpu as module"Gerd Hoffmann1-13/+10
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster1-4/+1
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