aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2020-09-15virtio-gpu: build modularGerd Hoffmann1-16/+6
2020-09-15virtio-gpu: make virtio_gpu_ops staticGerd Hoffmann2-9/+10
2020-09-15meson: remove duplicate qxl sourcesGerd Hoffmann1-2/+0
2020-09-15meson: fix qxl dependenciesGerd Hoffmann1-1/+2
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell29-108/+175
2020-09-09virtio-vga: Use typedef name for instance_sizeEduardo Habkost1-3/+3
2020-09-09vhost-user-vga: Use typedef name for instance_sizeEduardo Habkost1-1/+1
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+3
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost29-47/+60
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost29-57/+113
2020-09-07Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-pull-request' ...Peter Maydell1-14/+29
2020-09-04cirrus: handle wraparound in cirrus_invalidate_regionGerd Hoffmann1-3/+9
2020-09-04virtio-gpu: fix unmap the already mapped itemsLi Zhijian1-1/+4
2020-09-03hw/display/artist: Allow screen size up to 2048 linesHelge Deller1-1/+1
2020-09-03hw/display/artist: Refactor x/y coordination extractionHelge Deller1-14/+17
2020-09-03hw/display/artist: Verify artist screen resolutionHelge Deller1-0/+12
2020-09-01hw/display/vga:Remove redundant statement in vga_draw_graphic()Chen Qun1-1/+0
2020-09-01hw: Remove superfluous breaksLiao Pingfang2-3/+0
2020-08-27nubus: Rename class type checking macrosEduardo Habkost1-2/+2
2020-08-27vhost-user-gpu: Move QOM macro to headerEduardo Habkost1-3/+0
2020-08-27pl110: Rename pl110_version enum valuesEduardo Habkost1-11/+11
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