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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-17
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Paolo Bonzini
1
-1
/
+1
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-1
/
+1
2012-12-14
pixman: fix vnc tight png/jpeg support
Gerd Hoffmann
1
-1
/
+1
2012-11-16
vga: fix bochs alignment issue
Gerd Hoffmann
1
-2
/
+1
2012-11-03
vmware_vga: Allow simple drivers to work without using the fifo
BALATON Zoltan
1
-1
/
+1
2012-11-01
pixman: switch screendump function.
Gerd Hoffmann
1
-28
/
+11
2012-11-01
vga: stop direct access to DisplaySurface fields.
Gerd Hoffmann
1
-2
/
+7
2012-11-01
vga: fix text mode updating
Gerd Hoffmann
1
-0
/
+19
2012-11-01
console: untangle gfx & txt updates
Gerd Hoffmann
1
-19
/
+15
2012-11-01
console: move set_mouse + cursor_define callbacks
Gerd Hoffmann
1
-5
/
+5
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-5
/
+5
2012-10-20
vga: remove CONFIG_BOCHS_VBE
Gerd Hoffmann
1
-29
/
+5
2012-10-20
vga: add mmio bar to standard vga
Gerd Hoffmann
1
-3
/
+3
2012-09-11
VGA: Flush coalesced MMIO on related MMIO/PIO accesses
Jan Kiszka
1
-0
/
+5
2012-09-05
vga: ppm_save(): add error handling
Luiz Capitulino
1
-7
/
+25
2012-09-05
console: vga_hw_screen_dump_ptr: take Error argument
Luiz Capitulino
1
-2
/
+4
2012-08-27
Revert "vga: add some optional CGA compatibility hacks"
malc
1
-28
/
+8
2012-08-24
vga: add some optional CGA compatibility hacks
Matthew Ogilvie
1
-8
/
+28
2012-07-14
vga: Implement blinking of text cursor
Jan Kiszka
1
-2
/
+12
2012-06-22
vga: make vram size configurable
Gerd Hoffmann
1
-3
/
+10
2012-05-29
vga: fix vram double-mapping with -vga std and -M pc-0.12
Avi Kivity
1
-1
/
+6
2012-05-01
vga: Don't switch to 1 x 1 character text screen
Stefan Weil
1
-0
/
+4
2012-03-24
fix screendump
Gerd Hoffmann
1
-1
/
+1
2012-03-12
vga: add trace event for ppm_save
Alon Levy
1
-0
/
+2
2012-02-24
optimize screendump for the common non-switch case
Gerd Hoffmann
1
-4
/
+6
2012-02-24
vga: simplify screendump
Gerd Hoffmann
1
-35
/
+1
2012-02-11
vga: Fix full updates in graphic mode
Jan Kiszka
1
-2
/
+3
2012-02-11
Fix memory dirty getting API change fallout
Blue Swirl
1
-1
/
+1
2012-02-04
vga: improve documentation
Blue Swirl
1
-0
/
+12
2012-02-04
vga: use constants from vga.h
Blue Swirl
1
-168
/
+194
2012-02-04
memory: change dirty getting API to take a size
Blue Swirl
1
-12
/
+5
2012-01-25
memory: change dirty setting APIs to take a size
Blue Swirl
1
-3
/
+3
2012-01-12
vga: optimize ppm_save() divisions
Avi Kivity
1
-6
/
+4
2012-01-04
vmstate, memory: decouple vmstate from memory API
Avi Kivity
1
-1
/
+2
2011-12-20
xen, vga: add API for registering the framebuffer
Avi Kivity
1
-0
/
+2
2011-10-15
Move graphic-related coalesced MMIO flushes to affected device models
Jan Kiszka
1
-0
/
+4
2011-10-11
vga: Convert to isa_register_portio_list
Richard Henderson
1
-31
/
+42
2011-09-16
vga: Respect isa_mem_base when registering chain4 alias
Jan Kiszka
1
-0
/
+1
2011-09-16
vga: Fix text mode screendumps
Jan Kiszka
1
-4
/
+3
2011-08-25
vga: Silence bogus gcc warning about uninitialized variables
Jan Kiszka
1
-0
/
+1
2011-08-22
vga: Use linear mapping + dirty logging in chain 4 memory access mode
Jan Kiszka
1
-1
/
+50
2011-08-22
vmware-vga: Eliminate vga_dirty_log_restart
Jan Kiszka
1
-6
/
+0
2011-08-22
vga: drop get_system_memory() from vga devices and derivatives
Avi Kivity
1
-5
/
+4
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-4
/
+4
2011-08-08
vga: simplify vga window mmio access functions
Avi Kivity
1
-48
/
+8
2011-08-08
vga: convert vga and its derivatives to the memory API
Avi Kivity
1
-79
/
+67
2011-06-22
Optimize screendump
Avi Kivity
1
-3
/
+10
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-1
/
+1
2011-02-20
vga-isa: convert to qdev
Blue Swirl
1
-8
/
+14
2011-02-14
Introduce log_start/log_stop in CPUPhysMemoryClient
Anthony PERARD
1
-15
/
+16
[next]