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