| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 2020-07-10 | 2 | -5/+2 |
* | vga: build virtio-gpu as module | Gerd Hoffmann | 2020-07-07 | 1 | -10/+13 |
* | vga: build virtio-gpu only once | Gerd Hoffmann | 2020-07-07 | 1 | -6/+6 |
* | vga: build qxl as module | Gerd Hoffmann | 2020-07-07 | 1 | -1/+4 |
* | Replace uses of FROM_SSI_SLAVE() macro with QOM casts | Peter Maydell | 2020-07-03 | 2 | -6/+13 |
* | hw/display/bcm2835_fb.c: Initialize all fields of struct | Peter Maydell | 2020-07-03 | 1 | -0/+4 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-02' into... | Peter Maydell | 2020-07-02 | 2 | -2/+2 |
|\ |
|
| * | hw: Fix error API violation around object_property_set_link() | Markus Armbruster | 2020-07-02 | 2 | -2/+2 |
* | | ati-vga: Add dummy MEM_SDRAM_MODE_REG | BALATON Zoltan | 2020-06-30 | 3 | -0/+7 |
* | | ati-vga: Do not assert on error | BALATON Zoltan | 2020-06-30 | 1 | -1/+1 |
* | | ati-vga: Support unaligned access to hardware cursor registers | BALATON Zoltan | 2020-06-30 | 1 | -29/+58 |
* | | sm501: Fix and optimize overlap check | BALATON Zoltan | 2020-06-30 | 1 | -10/+16 |
* | | sm501: Convert debug printfs to traces | BALATON Zoltan | 2020-06-30 | 2 | -37/+25 |
* | | sm501: Do not allow guest to set invalid format | BALATON Zoltan | 2020-06-30 | 1 | -0/+3 |
* | | sm501: Use stn_he_p/ldn_he_p instead of switch/case | BALATON Zoltan | 2020-06-30 | 1 | -11/+1 |
* | | sm501: Optimise 1 pixel 2d ops | BALATON Zoltan | 2020-06-30 | 1 | -3/+16 |
* | | sm501: Introduce variable for commonly used value for better readability | BALATON Zoltan | 2020-06-30 | 1 | -20/+21 |
* | | sm501: Ignore no-op blits | BALATON Zoltan | 2020-06-30 | 1 | -0/+5 |
* | | sm501: Drop unneded variable | BALATON Zoltan | 2020-06-30 | 1 | -3/+2 |
* | | sm501: Fix bounds checks | BALATON Zoltan | 2020-06-30 | 1 | -4/+4 |
|/ |
|
* | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3 | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 2 | -2/+2 |
* | sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1 | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | auxbus: Eliminate aux_create_slave() | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | auxbus: Convert a use of qdev_set_parent_bus() | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | auxbus: New aux_bus_realize(), pairing with aux_bus_init() | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | auxbus: Rename aux_init_bus() to aux_bus_init() | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | qdev: Convert uses of qdev_set_parent_bus() with Coccinelle | Markus Armbruster | 2020-06-15 | 2 | -4/+2 |
* | qdev: Convert uses of qdev_create() manually | Markus Armbruster | 2020-06-15 | 3 | -8/+7 |
* | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 2 | -4/+4 |
* | display/sm501 display/ati: Fix to realize "i2c-ddc" | Markus Armbruster | 2020-06-15 | 2 | -0/+4 |
* | display/xlnx_dp: Fix to realize "i2c-ddc" and "aux-to-i2c-bridge" | Markus Armbruster | 2020-06-15 | 1 | -0/+4 |
* | hw/display/cirrus_vga: Fix code mis-indentation | Philippe Mathieu-Daudé | 2020-06-05 | 1 | -3/+3 |
* | ati-vga: check mm_index before recursive call (CVE-2020-13800) | Prasad J Pandit | 2020-06-05 | 1 | -2/+8 |
* | sm501: Remove obsolete changelog and todo comment | BALATON Zoltan | 2020-05-28 | 1 | -18/+1 |
* | sm501: Optimize small overlapping blits | BALATON Zoltan | 2020-05-28 | 1 | -4/+11 |
* | sm501: Replace hand written implementation with pixman where possible | BALATON Zoltan | 2020-05-28 | 1 | -88/+119 |
* | sm501: Clean up local variables in sm501_2d_operation | BALATON Zoltan | 2020-05-28 | 1 | -15/+16 |
* | sm501: Use BIT(x) macro to shorten constant | BALATON Zoltan | 2020-05-28 | 1 | -3/+2 |
* | sm501: Shorten long variable names in sm501_2d_operation | BALATON Zoltan | 2020-05-28 | 1 | -23/+22 |
* | sm501: Convert printf + abort to qemu_log_mask | BALATON Zoltan | 2020-05-28 | 1 | -30/+27 |
* | hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask() | Philippe Mathieu-Daudé | 2020-05-28 | 1 | -12/+14 |
* | hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP) | Philippe Mathieu-Daudé | 2020-05-28 | 1 | -1/+1 |
* | hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR) | Philippe Mathieu-Daudé | 2020-05-28 | 1 | -17/+29 |
* | hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion | Philippe Mathieu-Daudé | 2020-05-28 | 1 | -1/+1 |
* | hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR) | Philippe Mathieu-Daudé | 2020-05-28 | 1 | -5/+11 |
* | hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report() | Philippe Mathieu-Daudé | 2020-05-28 | 1 | -6/+8 |
* | hw/display/dpcd: Convert debug printf()s to trace events | Philippe Mathieu-Daudé | 2020-05-28 | 2 | -13/+7 |
* | hw/display/dpcd: Fix memory region size | Philippe Mathieu-Daudé | 2020-05-28 | 1 | -2/+2 |
* | hw/display/cirrus_vga: Convert debug printf() to trace event | Philippe Mathieu-Daudé | 2020-05-28 | 2 | -14/+11 |