index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
cirrus_vga.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-27
cirrus_vga: remove pointless cast from void *
Juan Quintela
1
-5
/
+5
2009-08-27
Everything outside of vga.c should use VGACommonState
Juan Quintela
1
-5
/
+5
2009-08-27
Introduce vga_common_reset() to be able to typcheck vga_reset()
Juan Quintela
1
-1
/
+1
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
1
-1
/
+2
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-8
/
+8
2009-07-30
qdev: convert all vga devices.
Gerd Hoffmann
1
-38
/
+47
2009-07-20
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
1
-2
/
+3
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-1
/
+1
2009-06-16
Rename pci_register_io_region() to pci_register_bar()
Avi Kivity
1
-2
/
+2
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-4
/
+4
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-1
/
+1
2009-05-13
Remove vga_ram_size
Paul Brook
1
-4
/
+4
2009-05-08
vga: Replace VGA_COMMON with a structure
Avi Kivity
1
-342
/
+344
2009-05-03
use PCI_HEADER_TYPE.
Isaku Yamahata
1
-2
/
+1
2009-05-01
Remove redundant cirrus vga ram functions.
Paul Brook
1
-30
/
+0
2009-04-30
Remove vga LFB accessor hacks.
Paul Brook
1
-8
/
+0
2009-04-17
vga: Cleanup dirty logging (Jan Kiszka)
aliguori
1
-17
/
+0
2009-04-10
Clean up VGA ram allocation.
pbrook
1
-8
/
+4
2009-04-07
Revert r6989
aliguori
1
-10
/
+1
2009-04-05
Fix display breakage when resizing the screen (v2) (Avi Kivity)
aliguori
1
-1
/
+10
2009-03-16
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
1
-6
/
+0
2009-03-13
stop dirty logging while updating cirrus bank memory (Glauber Costa)
aliguori
1
-0
/
+5
2009-03-07
Sparse fixes: dubious mixing of bitwise and logical operations
blueswir1
1
-1
/
+1
2009-02-27
Missing cirrus_invalidate_region() in cirrus_do_copy() (Brian Kress)
aliguori
1
-4
/
+3
2009-02-16
Fix hardware accelerated video to video copy on Cirrus VGA (Brian Kress)
aliguori
1
-4
/
+4
2009-02-01
Add and use #defines for PCI device classes
blueswir1
1
-2
/
+1
2009-01-26
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
1
-6
/
+3
2009-01-21
cirrus: unify unmapping of vram (Jan Kiszka)
aliguori
1
-2
/
+2
2009-01-21
cirrus: cleanup reset handler (Jan Kiszka)
aliguori
1
-34
/
+27
2009-01-21
cirrus: avoid resetting vga dirty logging unnecessarily (Avi Kivity)
aliguori
1
-0
/
+6
2009-01-21
cirrus: stop dirty logging during remaps (Jan Kiszka)
aliguori
1
-6
/
+28
2009-01-21
cirrus: unmap vram on reset (Jan Kiszka)
aliguori
1
-0
/
+1
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
1
-9
/
+9
2009-01-15
DisplayState interface change (Stefano Stabellini)
aliguori
1
-16
/
+3
2009-01-05
Add cirrus reset handler
blueswir1
1
-51
/
+63
2008-12-09
KVM: Coalesced MMIO support
aliguori
1
-0
/
+1
2008-12-04
do boundary check based on absolute value (Glauber Costa)
aliguori
1
-2
/
+4
2008-11-24
vga optimization (Glauber Costa)
aliguori
1
-0
/
+65
2008-11-24
move vga_io_address to VGA State (Glauber Costa)
aliguori
1
-3
/
+3
2008-11-24
better type checking for vga (Glauber Costa)
aliguori
1
-2
/
+2
2008-11-24
Introduce accessors for DisplayState (Stefano Stabellini)
aliguori
1
-2
/
+2
2008-11-01
CVE-2008-4539: fix a heap overflow in Cirrus emulation
aurel32
1
-4
/
+3
2008-09-28
Optional "precise" VGA retrace support
malc
1
-2
/
+15
2008-09-24
Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
balrog
1
-5
/
+5
2008-08-19
i386: fix isapc machine
aurel32
1
-0
/
+2
2008-07-01
Implement resolution switching in common console code.
pbrook
1
-2
/
+2
2008-05-08
cirrusfb: proper "Attribute Controller Toggle Readback" register behaviour
aurel32
1
-1
/
+3
2008-05-05
CVE-2007-1320 - Cirrus LGD-54XX "bitblt" heap overflow
aurel32
1
-13
/
+42
2008-02-10
Add an ncurses UI.
balrog
1
-1
/
+2
2007-12-16
qemu_put signedness fixes, by Andre Przywara.
ths
1
-4
/
+4
[prev]
[next]