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