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
*
hw/cirrus_vga.c: Replace register_ioport_*
Julien Grall
2012-12-04
1
-20
/
+28
*
cirrus_vga: allow configurable vram size
Marcelo Tosatti
2012-10-30
1
-5
/
+16
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-8
/
+8
*
vga: cleanup after isa_vga_init() and pci_vga_init() conversion
Aurelien Jarno
2012-10-06
1
-6
/
+0
*
VGA: Flush coalesced MMIO on related MMIO/PIO accesses
Jan Kiszka
2012-09-11
1
-0
/
+7
*
Revert "fix some debug printf format strings"
malc
2012-08-27
1
-2
/
+2
*
fix some debug printf format strings
Matthew Ogilvie
2012-08-24
1
-2
/
+2
*
Add one new file vga-pci.h and cleanup on all platforms
zhlcindy@gmail.com
2012-08-15
1
-1
/
+1
*
vga: make vram size configurable
Gerd Hoffmann
2012-06-22
1
-2
/
+6
*
cirrus_vga: do not reset videoram
Stefano Stabellini
2012-03-13
1
-4
/
+0
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-8
/
+4
*
vga: move Cirrus VGA template to its own file
Blue Swirl
2012-02-04
1
-0
/
+9
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-13
/
+17
*
pci: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-13
/
+20
*
isa: pic: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-5
/
+12
*
qdev: move qdev->info to class
Anthony Liguori
2012-01-27
1
-1
/
+1
*
vga: compile cirrus_vga in hwlib
Blue Swirl
2012-01-25
1
-3
/
+0
*
memory: change dirty setting APIs to take a size
Blue Swirl
2012-01-25
1
-10
/
+6
*
vga: make Cirrus ISA device optional
Blue Swirl
2012-01-22
1
-12
/
+29
*
Merge remote-tracking branch 'qemu-kvm/memory/mutators' into staging
Anthony Liguori
2011-12-19
1
-33
/
+17
|
\
|
*
cirrus_vga: adapt to memory mutators API
Avi Kivity
2011-12-05
1
-33
/
+17
*
|
qom: add vga node to the pc composition tree
Anthony Liguori
2011-12-15
1
-3
/
+5
*
|
fix spelling in hw sub directory
Dong Xu Wang
2011-12-06
1
-1
/
+1
|
/
*
cirrus: Unbreak ISA support
Jan Kiszka
2011-09-23
1
-2
/
+2
*
cirrus: wrap memory update in a transaction
Avi Kivity
2011-09-04
1
-0
/
+2
*
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
Anthony Liguori
2011-08-25
1
-2
/
+0
*
cirrus: wrap memory update in a transaction
Avi Kivity
2011-08-25
1
-0
/
+2
*
vga: drop get_system_memory() from vga devices and derivatives
Avi Kivity
2011-08-22
1
-6
/
+6
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-5
/
+3
*
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
1
-3
/
+2
*
cirrus: simplify linear framebuffer access functions
Avi Kivity
2011-08-08
1
-66
/
+8
*
vga: simplify vga window mmio access functions
Avi Kivity
2011-08-08
1
-2
/
+2
*
cirrus: simplify vga window mmio access functions
Avi Kivity
2011-08-08
1
-68
/
+11
*
cirrus: simplify bitblt BAR access functions
Avi Kivity
2011-08-08
1
-68
/
+13
*
cirrus: simplify mmio BAR access functions
Avi Kivity
2011-08-08
1
-70
/
+8
*
vga: convert vga and its derivatives to the memory API
Avi Kivity
2011-08-08
1
-140
/
+202
*
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
2011-06-22
1
-5
/
+5
|
\
|
*
hw/cirrus_vga.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
2011-06-12
1
-5
/
+5
*
|
cirrus_vga: reset lfb_addr after a pci config write if the BAR is unmapped
Stefano Stabellini
2011-06-19
1
-1
/
+4
|
/
*
cirrus-vga: convert to pci_register_bar_simple()
Avi Kivity
2011-04-07
1
-11
/
+2
*
cirrus_vga: flag on-device ram for dirty logging
Michael S. Tsirkin
2011-04-07
1
-5
/
+11
*
cirrus_vga: remove unneeded reset
Stefan Weil
2011-03-28
1
-1
/
+0
*
cirrus: Remove obsolete kvm.h include
Jan Kiszka
2011-02-14
1
-1
/
+0
*
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
2011-01-10
1
-135
/
+48
|
\
|
*
cirrus: delete GCC 4.6 warnings
Aurelien Jarno
2011-01-06
1
-3
/
+3
|
*
cirrus_vga: Declare as little endian
Blue Swirl
2011-01-06
1
-100
/
+12
|
*
cirrus_vga: fix division by 0 for color expansion rop
Aurelien Jarno
2011-01-04
1
-32
/
+33
*
|
vga: tag as not hotplugable.
Gerd Hoffmann
2011-01-10
1
-0
/
+1
|
/
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-4
/
+8
*
pci: Replace unneeded type casts in calls of pci_register_bar
Stefan Weil
2010-11-22
1
-2
/
+2
[next]