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
/
vmware_vga.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-11
vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflow
Roland Dreier
1
-0
/
+7
2009-12-23
vmware_vga: symbolic names for pci registers
Michael S. Tsirkin
1
-9
/
+11
2009-12-18
vmware: increase cursor buffer size.
Dave Airlie
1
-1
/
+1
2009-12-18
VMware VGA: Only enable dirty log tracking when fifo is disabled
Anthony Liguori
1
-4
/
+12
2009-12-18
Fix VMware VGA depth computation
Anthony Liguori
1
-7
/
+7
2009-12-18
Make sure to enable dirty log tracking for VMware VGA
Anthony Liguori
1
-0
/
+4
2009-12-18
Make sure to enable dirty tracking of VBE vram mapping
Anthony Liguori
1
-6
/
+2
2009-12-18
vmware: setup PCI BAR 2 for FIFO as per vmware spec
Dave Airlie
1
-5
/
+30
2009-12-12
qdev: Replace device names containing whitespace
Markus Armbruster
1
-2
/
+2
2009-12-12
vmware_vga: add rom file so that it boots.
Dave Airlie
1
-0
/
+2
2009-12-04
Add "static" to please Sparse
Blue Swirl
1
-2
/
+2
2009-12-03
savevm: Port to qdev.vmsd all devices that have qdev
Juan Quintela
1
-1
/
+1
2009-12-01
pci: pci.h cleanup: move out stuff not in pci.c
Michael S. Tsirkin
1
-0
/
+1
2009-11-09
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
Isaku Yamahata
1
-2
/
+2
2009-11-09
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
Isaku Yamahata
1
-2
/
+2
2009-10-27
vmware_vga: port to vmstate
Juan Quintela
1
-72
/
+43
2009-10-27
vmware_vga: the support to change dinamically depth is not there
Juan Quintela
1
-1
/
+1
2009-10-27
vmware_vga: scratch is really an array of uint32_t
Juan Quintela
1
-2
/
+8
2009-10-27
vmware_vga: remove !EMBED_STDVGA code
Juan Quintela
1
-25
/
+0
2009-10-27
vmware_vga: qemu_malloc() returns void *
Juan Quintela
1
-1
/
+1
2009-10-27
vmware_vga: Remove uselss casts from void *
Juan Quintela
1
-16
/
+16
2009-10-27
vmware_vga: Pass pci_vmsga_state_t arg no VGACommonState
Juan Quintela
1
-1
/
+1
2009-10-27
vga: port vmware std vga to vmstate
Juan Quintela
1
-1
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-10
/
+10
2009-10-01
Get rid of _t suffix
malc
1
-10
/
+10
2009-09-09
vga: split vga_{load, save} into pci and common parts
Juan Quintela
1
-0
/
+1
2009-08-27
Everything outside of vga.c should use VGACommonState
Juan Quintela
1
-2
/
+2
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
-2
/
+2
2009-08-23
Revert my commit c00a9de060124a988bd9847c095e5836488c6f01
Andrzej Zaborowski
1
-3
/
+3
2009-08-23
Use corect depth from DisplaySurface in vmware_vga.c
Reimar Döffinger
1
-3
/
+3
2009-07-30
qdev: convert all vga devices.
Gerd Hoffmann
1
-6
/
+20
2009-06-22
vmware_vga: clean up
Isaku Yamahata
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
-1
/
+1
2009-05-13
Remove vga_ram_size
Paul Brook
1
-3
/
+3
2009-05-08
vga: Replace VGA_COMMON with a structure
Avi Kivity
1
-32
/
+32
2009-05-03
use PCI_HEADER_TYPE.
Isaku Yamahata
1
-3
/
+1
2009-04-10
Clean up VGA ram allocation.
pbrook
1
-27
/
+23
2009-03-07
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
1
-1
/
+10
2009-02-01
Add and use #defines for PCI device classes
blueswir1
1
-4
/
+1
2009-01-26
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
1
-10
/
+2
2009-01-16
fix screendump (Stefano Stabellini)
aliguori
1
-1
/
+4
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
1
-13
/
+11
2008-12-22
Use the ARRAY_SIZE() macro where appropriate.
malc
1
-1
/
+1
2008-12-01
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
1
-6
/
+0
2008-11-24
Introduce accessors for DisplayState (Stefano Stabellini)
aliguori
1
-12
/
+12
2008-09-24
Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
balrog
1
-1
/
+1
2008-07-16
Properly byte-swap values in VMware SVGA (malc).
balrog
1
-12
/
+19
2008-07-16
Make Bochs VBE work with VMWare SVGA (malc).
balrog
1
-0
/
+6
[next]