aboutsummaryrefslogtreecommitdiff
path: root/hw/display/ati.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster1-3/+2
2020-06-15display/sm501 display/ati: Fix to realize "i2c-ddc"Markus Armbruster1-0/+2
2020-06-05ati-vga: check mm_index before recursive call (CVE-2020-13800)Prasad J Pandit1-2/+8
2020-05-18ati-vga: Do not allow unaligned access via index registerBALATON Zoltan1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-09-19ati: use vga_read_byte in ati_cursor_defineGerd Hoffmann1-9/+10
2019-08-22ati-vga: Implement dummy VBlank IRQBALATON Zoltan1-0/+44
2019-08-21ati-vga: Add limited support for big endian frame buffer apertureBALATON Zoltan1-1/+9
2019-08-21ati-vga: Attempt to handle CRTC offset not exact multiple of strideBALATON Zoltan1-7/+15
2019-08-21ati-vga: Fix hardware cursor image offsetBALATON Zoltan1-5/+3
2019-08-21ati-vga: Fix cursor color with guest_hwcursor=trueBALATON Zoltan1-1/+1
2019-08-21ati-vga: Fix GPIO_MONID register writeBALATON Zoltan1-4/+7
2019-08-21ati-vga: Add registers for getting aperturesBALATON Zoltan1-0/+15
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-07-05ati-vga: Fix setting offset together with pitch for r128proBALATON Zoltan1-2/+2
2019-07-05ati-vga: Fix frame buffer endianness for big endian targetBALATON Zoltan1-0/+1
2019-07-03hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell1-4/+3
2019-06-28ati-vga: switch to vgabios-ati.binGerd Hoffmann1-1/+1
2019-06-28ati-vga: Fixes to offset and pitch registersBALATON Zoltan1-10/+22
2019-06-28ati-vga: Implement DDC and EDID info from monitorBALATON Zoltan1-2/+63
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-13Clean up includesMarkus Armbruster1-0/+1
2019-03-26ati-vga: Fix indexed access to video memoryBALATON Zoltan1-12/+6
2019-03-11hw/display: Add basic ATI VGA emulationBALATON Zoltan1-0/+865