summaryrefslogtreecommitdiff
path: root/hw/vga.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust vga dirty logging for upstream changesAvi Kivity2009-12-201-5/+10
* Merge commit '2b311b3cce0e30dc361a4f67948a8ccfe4db248d' into stable-0.12-mergeAvi Kivity2009-12-201-12/+22
|\
| * VMware VGA: Only enable dirty log tracking when fifo is disabledAnthony Liguori2009-12-191-0/+22
* | Merge commit '3c547d7bb7889182d5bcecbb3edea4c71774c6a3' into stable-0.12-mergeAvi Kivity2009-12-201-0/+24
|\|
| * Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori2009-12-191-0/+24
| * Revert "vga: do not resize the screen on hw_invalidate"Aurelien Jarno2009-11-271-3/+3
* | Merge commit '59f2689d9082f2f631253c810f73cd22290144a9' into upstream-mergeAvi Kivity2009-11-221-6/+11
|\|
| * v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
| * vga: fix line comparisonmalc2009-11-061-7/+5
| * vga: Respect Line Compare Register in text modesmalc2009-11-061-5/+13
* | Merge commit '59c7b155aa6e1cbfe8a92e2322ea59ab31965c10' into upstream-mergeMark McLoughlin2009-10-281-84/+48
|\|
| * vga: remove unused vga_common_save/loadJuan Quintela2009-10-271-10/+0
| * vga: port vga_common_save/load to vmstateJuan Quintela2009-10-271-80/+51
| * vga: create is_vbe_vmstate fieldJuan Quintela2009-10-271-7/+10
* | Merge commit '50af324697cb91d3e7a820e2b94ee0237c0103e2' into upstream-mergeAvi Kivity2009-10-051-12/+12
|\|
| * vga: move back dirty_log functions to vga.cJuan Quintela2009-10-051-0/+12
| * Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-9/+9
| * Get rid of _t suffixmalc2009-10-011-9/+9
* | vga: move back dirty_log functions to vga.cJuan Quintela2009-09-211-0/+43
* | Merge commit '752ff2fa3188f8bd9a105024ab65f6fe53736126' into upstream-mergeMarcelo Tosatti2009-09-141-3/+3
|\|
| * Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-3/+3
* | Merge commit 'e09a5267adf0af25b55d2abaf06e288b2d9537ea' into upstream-mergeAvi Kivity2009-09-101-172/+49
|\|
| * vga: Rename last VGAState occurrences to VGACommonStateJuan Quintela2009-09-091-31/+29
| * vga and cirrus_vga: substitute switch for equivalent assigntmentJuan Quintela2009-09-091-13/+1
| * vga: change tabs to spacesJuan Quintela2009-09-091-3/+3
| * vga and cirrus_vga: create vga_ioport_invalid() and use it everywhereJuan Quintela2009-09-091-6/+14
| * vga: split vga-isa-mm.oJuan Quintela2009-09-091-96/+0
| * vga: export vga_mem_{read,write}Juan Quintela2009-09-091-2/+2
| * vga: split isa bits inco vga-isa.cJuan Quintela2009-09-091-21/+0
* | Merge commit '47d37dd9c87951e43768edce52c70b9c66315ca4' into upstream-mergeAvi Kivity2009-09-101-170/+0
|\|
| * vga: split pci bits into vga-pci.cJuan Quintela2009-09-091-134/+0
* | Merge commit '0d65ddc3847ff3676f91907f2d6de6585d4d42fd' into upstream-mergeAvi Kivity2009-09-101-28/+44
|\|
| * vga: split vga_{load, save} into pci and common partsJuan Quintela2009-09-091-18/+34
| * vga: export vga_ioport_{read,write}Juan Quintela2009-09-091-4/+4
| * vga: remove useless cast from void *Juan Quintela2009-09-091-5/+5
* | Merge commit 'a4a2f59cda3c88eb647d651e0e0c5f1933b646b3' into upstream-mergeAvi Kivity2009-08-301-11/+17
|\|
| * Everything outside of vga.c should use VGACommonStateJuan Quintela2009-08-271-1/+3
| * vga: Rename vga_state -> vgaJuan Quintela2009-08-271-6/+6
| * Introduce vga_common_reset() to be able to typcheck vga_reset()Juan Quintela2009-08-271-3/+7
* | Merge commit 'ec82026c97975e1e327aab76653ff7edeeb27967' into upstream-mergeAvi Kivity2009-08-301-2/+3
|\|
| * qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-2/+3
* | Merge commit 'e2d52ad32abb158f272f120dc1ba06c74abe4824' into upstream-mergeAvi Kivity2009-08-291-4/+4
|\|
| * Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-4/+4
* | Merge commit '1452411b25fb207e7f442e5a5128f34b4939d31c' into upstream-mergeAvi Kivity2009-08-241-69/+21
|\|
| * make vga screen_dump use DisplayState properlyStefano Stabellini2009-08-241-69/+21
* | Revert "vga: do not resize the screen on hw_invalidate"Avi Kivity2009-08-111-3/+3
* | Merge commit '72c61d0bf4f1e014ce662f70b459c5a8abd7190d' into upstream-mergeAvi Kivity2009-08-111-10/+3
|\|
| * qdev/prop: convert vga.c to helper macros.Gerd Hoffmann2009-08-101-10/+3
* | Merge commit 'a36abbbbfbe32f3beb649d3cddd7304137f44780' into upstream-mergeAvi Kivity2009-08-111-3/+3
|\|
| * vga: do not resize the screen on hw_invalidateStefano Stabellini2009-08-101-3/+3