index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
cirrus_vga.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
Isaku Yamahata
2009-11-09
1
-2
/
+2
*
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
Isaku Yamahata
2009-11-09
1
-2
/
+2
*
pci: define a constant to represent a unmapped bar and use it.
Isaku Yamahata
2009-11-09
1
-1
/
+1
*
vga roms: move loading from pc.c to vga drivers.
Gerd Hoffmann
2009-10-30
1
-1
/
+5
*
vmstate: add version_id argument to post_load
Juan Quintela
2009-10-05
1
-1
/
+1
*
cirrus_vga: also assign gr0/1 when writting shadow_gr0/1
Juan Quintela
2009-10-05
1
-0
/
+2
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-25
/
+25
*
Get rid of _t suffix
malc
2009-10-01
1
-25
/
+25
*
vmstate: port cirrus_vga device
Juan Quintela
2009-09-11
1
-98
/
+54
*
cirrus_vga: CIRRUS_HOOK_* is not used anymore
Juan Quintela
2009-09-09
1
-5
/
+0
*
cirrus_vga: rename cirrus_hook_write_cr() cirrus_vga_write_cr()
Juan Quintela
2009-09-09
1
-32
/
+27
*
cirrus_vga: rename cirrus_hook_read_cr() cirrus_vga_read_cr()
Juan Quintela
2009-09-09
1
-15
/
+7
*
cirrus_vga: rename cirrus_hook_write_gr() cirrus_vga_write_gr()
Juan Quintela
2009-09-09
1
-41
/
+38
*
cirrus_vga: rename cirrus_hook_read_gr() cirrus_vga_read_gr()
Juan Quintela
2009-09-09
1
-45
/
+38
*
cirrus_vga: rename cirrus_hook_write_palette() cirrus_vga_write_palette()
Juan Quintela
2009-09-09
1
-15
/
+9
*
cirrus_vga: rename cirrus_hook_read_palette() cirrus_vga_read_palette()
Juan Quintela
2009-09-09
1
-15
/
+12
*
cirrus_vga: rename cirrus_hook_write_sr() cirrus_vga_write_sr()
Juan Quintela
2009-09-09
1
-23
/
+22
*
cirrus_vga: rename cirrus_hook_read_sr() cirrus_vga_read_sr()
Juan Quintela
2009-09-09
1
-20
/
+12
*
vga and cirrus_vga: substitute switch for equivalent assigntment
Juan Quintela
2009-09-09
1
-14
/
+1
*
cirrus_vga: make cirrus_read_hidden_dac() return its result
Juan Quintela
2009-09-09
1
-5
/
+5
*
cirrus_vga: Add a VGACommonState local var to cirrus_vga_ioport_{read, write}
Juan Quintela
2009-09-09
1
-80
/
+82
*
vga and cirrus_vga: create vga_ioport_invalid() and use it everywhere
Juan Quintela
2009-09-09
1
-8
/
+3
*
cirrus_vga: prefix vga_ioport_{read, write} with cirrus
Juan Quintela
2009-09-09
1
-14
/
+14
*
Add pci_cirrus_vga_{save/load} functions, then remove vga.pci_dev use
Juan Quintela
2009-08-27
1
-12
/
+27
*
cirrus_vga: Change casts to DO_UPCAST() for PCICirrusVGAState
Juan Quintela
2009-08-27
1
-5
/
+5
*
cirrus_vga: remove pointless cast from void *
Juan Quintela
2009-08-27
1
-5
/
+5
*
Everything outside of vga.c should use VGACommonState
Juan Quintela
2009-08-27
1
-5
/
+5
*
Introduce vga_common_reset() to be able to typcheck vga_reset()
Juan Quintela
2009-08-27
1
-1
/
+1
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-1
/
+2
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-8
/
+8
*
qdev: convert all vga devices.
Gerd Hoffmann
2009-07-30
1
-38
/
+47
*
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
2009-07-20
1
-2
/
+3
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-1
/
+1
*
Rename pci_register_io_region() to pci_register_bar()
Avi Kivity
2009-06-16
1
-2
/
+2
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-4
/
+4
*
Introduce reset notifier order
Jan Kiszka
2009-05-22
1
-1
/
+1
*
Remove vga_ram_size
Paul Brook
2009-05-13
1
-4
/
+4
*
vga: Replace VGA_COMMON with a structure
Avi Kivity
2009-05-08
1
-342
/
+344
*
use PCI_HEADER_TYPE.
Isaku Yamahata
2009-05-03
1
-2
/
+1
*
Remove redundant cirrus vga ram functions.
Paul Brook
2009-05-01
1
-30
/
+0
*
Remove vga LFB accessor hacks.
Paul Brook
2009-04-30
1
-8
/
+0
*
vga: Cleanup dirty logging (Jan Kiszka)
aliguori
2009-04-17
1
-17
/
+0
*
Clean up VGA ram allocation.
pbrook
2009-04-10
1
-8
/
+4
*
Revert r6989
aliguori
2009-04-07
1
-10
/
+1
*
Fix display breakage when resizing the screen (v2) (Avi Kivity)
aliguori
2009-04-05
1
-1
/
+10
*
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
2009-03-16
1
-6
/
+0
*
stop dirty logging while updating cirrus bank memory (Glauber Costa)
aliguori
2009-03-13
1
-0
/
+5
*
Sparse fixes: dubious mixing of bitwise and logical operations
blueswir1
2009-03-07
1
-1
/
+1
*
Missing cirrus_invalidate_region() in cirrus_do_copy() (Brian Kress)
aliguori
2009-02-27
1
-4
/
+3
*
Fix hardware accelerated video to video copy on Cirrus VGA (Brian Kress)
aliguori
2009-02-16
1
-4
/
+4
[next]