summaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-26Merge commit '3329f07b7a8b919d4a5641611beb0671a2c381a2' into upstream-mergeMarcelo Tosatti1-7/+0
2010-08-22VGA: Don't register deprecated VBE rangeAlex Williamson1-7/+0
2010-07-13Merge commit '1724f04985367b15751f11f4a9558f8736b2ab59' into upstream-mergeMarcelo Tosatti1-1/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+1
2010-05-26Merge commit '0bfcd599e3f5c5679cc7d0165a0a1822e2f60de2' into upstream-mergeAvi Kivity1-1/+1
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-1/+1
2010-05-16Merge commit 'fc0bdd995ca36a34cc576ee706df239dd5ff79a9' into upstream-mergeAvi Kivity1-5/+5
2010-05-14vga: make some tables 'const'Blue Swirl1-5/+5
2010-05-03Merge commit 'cce83b7d625d71b8708c869403d1b8781af6f9b4' into upstream-mergeMarcelo Tosatti1-2/+2
2010-05-01Merge commit '0e8d2b5575938b8876a3c4bb66ee13c5d306fb6d' into upstream-mergeMarcelo Tosatti1-3/+6
2010-05-01Merge commit '00a1555e0cff5d710ea63145b18e2915b84b58de' into upstream-mergeMarcelo Tosatti1-2/+4
2010-04-28vga: fix typo in length passed to kvm_log_stopMarcelo Tosatti1-2/+2
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+6
2010-04-08update bochs vbe interfaceGerd Hoffmann1-2/+4
2010-01-21Merge commit 'bb0300dc57c10b3721451b0ff566a03f9276cc77' into upstream-mergeMarcelo Tosatti1-1/+0
2010-01-13hw/vga.c: remove dead assignmentAmit Shah1-1/+0
2009-12-20Merge commit 'b5cc6e32baa9d98d50debe23229b303f89fe84f1' into upstream-mergeAvi Kivity1-14/+29
2009-12-20Merge commit 'f0138a63a41fe26bcef61d031ae53d872d12a992' into upstream-mergeAvi Kivity1-0/+24
2009-12-18VMware VGA: Only enable dirty log tracking when fifo is disabledAnthony Liguori1-0/+22
2009-12-18Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori1-0/+24
2009-11-27Revert "vga: do not resize the screen on hw_invalidate"Aurelien Jarno1-3/+3
2009-11-22Merge commit '59f2689d9082f2f631253c810f73cd22290144a9' into upstream-mergeAvi Kivity1-6/+11
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-1/+0
2009-11-06vga: fix line comparisonmalc1-7/+5
2009-11-06vga: Respect Line Compare Register in text modesmalc1-5/+13
2009-10-28Merge commit '59c7b155aa6e1cbfe8a92e2322ea59ab31965c10' into upstream-mergeMark McLoughlin1-84/+48
2009-10-27vga: remove unused vga_common_save/loadJuan Quintela1-10/+0
2009-10-27vga: port vga_common_save/load to vmstateJuan Quintela1-80/+51
2009-10-27vga: create is_vbe_vmstate fieldJuan Quintela1-7/+10
2009-10-05Merge commit '50af324697cb91d3e7a820e2b94ee0237c0103e2' into upstream-mergeAvi Kivity1-12/+12
2009-10-05vga: move back dirty_log functions to vga.cJuan Quintela1-0/+12
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-9/+9
2009-10-01Get rid of _t suffixmalc1-9/+9
2009-09-21vga: move back dirty_log functions to vga.cJuan Quintela1-0/+43
2009-09-14Merge commit '752ff2fa3188f8bd9a105024ab65f6fe53736126' into upstream-mergeMarcelo Tosatti1-3/+3
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-3/+3
2009-09-10Merge commit 'e09a5267adf0af25b55d2abaf06e288b2d9537ea' into upstream-mergeAvi Kivity1-172/+49
2009-09-10Merge commit '47d37dd9c87951e43768edce52c70b9c66315ca4' into upstream-mergeAvi Kivity1-170/+0
2009-09-10Merge commit '0d65ddc3847ff3676f91907f2d6de6585d4d42fd' into upstream-mergeAvi Kivity1-28/+44
2009-09-09vga: Rename last VGAState occurrences to VGACommonStateJuan Quintela1-31/+29
2009-09-09vga and cirrus_vga: substitute switch for equivalent assigntmentJuan Quintela1-13/+1
2009-09-09vga: change tabs to spacesJuan Quintela1-3/+3
2009-09-09vga and cirrus_vga: create vga_ioport_invalid() and use it everywhereJuan Quintela1-6/+14
2009-09-09vga: split pci bits into vga-pci.cJuan Quintela1-134/+0
2009-09-09vga: split vga_{load, save} into pci and common partsJuan Quintela1-18/+34
2009-09-09vga: split vga-isa-mm.oJuan Quintela1-96/+0
2009-09-09vga: export vga_mem_{read,write}Juan Quintela1-2/+2
2009-09-09vga: split isa bits inco vga-isa.cJuan Quintela1-21/+0
2009-09-09vga: export vga_ioport_{read,write}Juan Quintela1-4/+4
2009-09-09vga: remove useless cast from void *Juan Quintela1-5/+5