index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vga_int.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-03
vmware_vga: Allow simple drivers to work without using the fifo
BALATON Zoltan
1
-0
/
+1
2012-11-01
vga: fix text mode updating
Gerd Hoffmann
1
-0
/
+2
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-2
/
+2
2012-10-20
vga: remove CONFIG_BOCHS_VBE
Gerd Hoffmann
1
-21
/
+7
2012-10-20
vga: add mmio bar to standard vga
Gerd Hoffmann
1
-0
/
+6
2012-09-05
vga: ppm_save(): add error handling
Luiz Capitulino
1
-1
/
+2
2012-07-14
vga: Implement blinking of text cursor
Jan Kiszka
1
-0
/
+2
2012-06-22
vga: make vram size configurable
Gerd Hoffmann
1
-2
/
+2
2012-06-22
vga: raise xres+yres limits
Gerd Hoffmann
1
-2
/
+2
2012-05-29
vga: fix vram double-mapping with -vga std and -M pc-0.12
Avi Kivity
1
-0
/
+1
2012-02-04
vga: use constants from vga.h
Blue Swirl
1
-3
/
+0
2012-02-04
vga: move Cirrus VGA template to its own file
Blue Swirl
1
-13
/
+0
2011-10-11
vga: Convert to isa_register_portio_list
Richard Henderson
1
-2
/
+5
2011-08-22
vga: Drop some unused fields
Jan Kiszka
1
-2
/
+0
2011-08-22
vga: Use linear mapping + dirty logging in chain 4 memory access mode
Jan Kiszka
1
-0
/
+2
2011-08-22
vmware-vga: Eliminate vga_dirty_log_restart
Jan Kiszka
1
-1
/
+0
2011-08-22
vga: drop get_system_memory() from vga devices and derivatives
Avi Kivity
1
-2
/
+2
2011-08-08
vga: simplify vga window mmio access functions
Avi Kivity
1
-2
/
+2
2011-08-08
vga: convert vga and its derivatives to the memory API
Avi Kivity
1
-9
/
+5
2011-07-23
vga: Fix type of lfb/map_addr/end.
Richard Henderson
1
-5
/
+5
2011-02-20
vga-isa: convert to qdev
Blue Swirl
1
-0
/
+1
2010-12-09
spice: add qxl device
Gerd Hoffmann
1
-1
/
+1
2010-11-16
more stdvga cleanups.
Gerd Hoffmann
1
-2
/
+0
2010-04-08
update bochs vbe interface
Gerd Hoffmann
1
-1
/
+3
2009-12-18
VMware VGA: Only enable dirty log tracking when fifo is disabled
Anthony Liguori
1
-0
/
+2
2009-12-18
Make sure to enable dirty tracking of VBE vram mapping
Anthony Liguori
1
-2
/
+3
2009-11-27
Revert "vga: do not resize the screen on hw_invalidate"
Aurelien Jarno
1
-1
/
+0
2009-10-30
vga roms: move loading from pc.c to vga drivers.
Gerd Hoffmann
1
-0
/
+2
2009-10-27
vga: remove unused vga_common_save/load
Juan Quintela
1
-2
/
+0
2009-10-27
vga: port vga_common_save/load to vmstate
Juan Quintela
1
-0
/
+4
2009-10-27
vga: create is_vbe_vmstate field
Juan Quintela
1
-0
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-3
/
+3
2009-10-01
Get rid of _t suffix
malc
1
-3
/
+3
2009-09-09
vga and cirrus_vga: create vga_ioport_invalid() and use it everywhere
Juan Quintela
1
-0
/
+2
2009-09-09
vga: split vga-isa-mm.o
Juan Quintela
1
-1
/
+0
2009-09-09
vga: export vga_mem_{read,write}
Juan Quintela
1
-0
/
+2
2009-09-09
vga: split vga_{load, save} into pci and common parts
Juan Quintela
1
-1
/
+2
2009-09-09
vga: export vga_ioport_{read,write}
Juan Quintela
1
-0
/
+2
2009-08-27
Everything outside of vga.c should use VGACommonState
Juan Quintela
1
-6
/
+4
2009-08-27
Introduce vga_common_reset() to be able to typcheck vga_reset()
Juan Quintela
1
-1
/
+1
2009-08-10
qdev/prop: convert vga.c to helper macros.
Gerd Hoffmann
1
-2
/
+2
2009-08-10
vga: do not resize the screen on hw_invalidate
Stefano Stabellini
1
-0
/
+1
2009-05-13
Remove vga_ram_size
Paul Brook
1
-0
/
+3
2009-05-08
vga: Replace VGA_COMMON with a structure
Avi Kivity
1
-86
/
+84
2009-04-17
vga: Cleanup dirty logging (Jan Kiszka)
aliguori
1
-1
/
+0
2009-04-10
Clean up VGA ram allocation.
pbrook
1
-2
/
+1
2009-04-07
Revert r6989
aliguori
1
-4
/
+0
2009-04-05
Fix display breakage when resizing the screen (v2) (Avi Kivity)
aliguori
1
-0
/
+4
2009-01-16
fix screendump (Stefano Stabellini)
aliguori
1
-2
/
+1
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
1
-2
/
+1
[next]