| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/display: Allow vga_common_init() to return errors | Thomas Huth | 2022-03-18 | 1 | -1/+3 |
* | hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address() | Philippe Mathieu-Daudé | 2021-07-08 | 1 | -1/+1 |
* | ati-vga: Add dummy MEM_SDRAM_MODE_REG | BALATON Zoltan | 2020-06-30 | 1 | -0/+5 |
* | 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 |
* | qdev: Convert uses of qdev_create() manually | Markus Armbruster | 2020-06-15 | 1 | -3/+2 |
* | display/sm501 display/ati: Fix to realize "i2c-ddc" | Markus Armbruster | 2020-06-15 | 1 | -0/+2 |
* | ati-vga: check mm_index before recursive call (CVE-2020-13800) | Prasad J Pandit | 2020-06-05 | 1 | -2/+8 |
* | ati-vga: Do not allow unaligned access via index register | BALATON Zoltan | 2020-05-18 | 1 | -1/+1 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | ati: use vga_read_byte in ati_cursor_define | Gerd Hoffmann | 2019-09-19 | 1 | -9/+10 |
* | ati-vga: Implement dummy VBlank IRQ | BALATON Zoltan | 2019-08-22 | 1 | -0/+44 |
* | ati-vga: Add limited support for big endian frame buffer aperture | BALATON Zoltan | 2019-08-21 | 1 | -1/+9 |
* | ati-vga: Attempt to handle CRTC offset not exact multiple of stride | BALATON Zoltan | 2019-08-21 | 1 | -7/+15 |
* | ati-vga: Fix hardware cursor image offset | BALATON Zoltan | 2019-08-21 | 1 | -5/+3 |
* | ati-vga: Fix cursor color with guest_hwcursor=true | BALATON Zoltan | 2019-08-21 | 1 | -1/+1 |
* | ati-vga: Fix GPIO_MONID register write | BALATON Zoltan | 2019-08-21 | 1 | -4/+7 |
* | ati-vga: Add registers for getting apertures | BALATON Zoltan | 2019-08-21 | 1 | -0/+15 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | ati-vga: Fix setting offset together with pitch for r128pro | BALATON Zoltan | 2019-07-05 | 1 | -2/+2 |
* | ati-vga: Fix frame buffer endianness for big endian target | BALATON Zoltan | 2019-07-05 | 1 | -0/+1 |
* | hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s... | Peter Maydell | 2019-07-03 | 1 | -4/+3 |
* | ati-vga: switch to vgabios-ati.bin | Gerd Hoffmann | 2019-06-28 | 1 | -1/+1 |
* | ati-vga: Fixes to offset and pitch registers | BALATON Zoltan | 2019-06-28 | 1 | -10/+22 |
* | ati-vga: Implement DDC and EDID info from monitor | BALATON Zoltan | 2019-06-28 | 1 | -2/+63 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | Clean up includes | Markus Armbruster | 2019-05-13 | 1 | -0/+1 |
* | ati-vga: Fix indexed access to video memory | BALATON Zoltan | 2019-03-26 | 1 | -12/+6 |
* | hw/display: Add basic ATI VGA emulation | BALATON Zoltan | 2019-03-11 | 1 | -0/+865 |