index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vga.c
Age
Commit message (
Expand
)
Author
2010-05-22
Fix %lld or %llx printf format use
Blue Swirl
2010-05-14
vga: make some tables 'const'
Blue Swirl
2010-04-28
vga: fix typo in length passed to kvm_log_stop
Marcelo Tosatti
2010-04-25
x86: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-04-08
update bochs vbe interface
Gerd Hoffmann
2010-01-13
hw/vga.c: remove dead assignment
Amit Shah
2009-12-18
VMware VGA: Only enable dirty log tracking when fifo is disabled
Anthony Liguori
2009-12-18
Make sure to enable dirty tracking of VBE vram mapping
Anthony Liguori
2009-11-27
Revert "vga: do not resize the screen on hw_invalidate"
Aurelien Jarno
2009-11-07
v3: don't call reset functions on cpu initialization
Glauber Costa
2009-11-06
vga: fix line comparison
malc
2009-11-06
vga: Respect Line Compare Register in text modes
malc
2009-10-27
vga: remove unused vga_common_save/load
Juan Quintela
2009-10-27
vga: port vga_common_save/load to vmstate
Juan Quintela
2009-10-27
vga: create is_vbe_vmstate field
Juan Quintela
2009-10-05
vga: move back dirty_log functions to vga.c
Juan Quintela
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
Get rid of _t suffix
malc
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-09
vga: Rename last VGAState occurrences to VGACommonState
Juan Quintela
2009-09-09
vga and cirrus_vga: substitute switch for equivalent assigntment
Juan Quintela
2009-09-09
vga: change tabs to spaces
Juan Quintela
2009-09-09
vga and cirrus_vga: create vga_ioport_invalid() and use it everywhere
Juan Quintela
2009-09-09
vga: split vga-isa-mm.o
Juan Quintela
2009-09-09
vga: export vga_mem_{read,write}
Juan Quintela
2009-09-09
vga: split isa bits inco vga-isa.c
Juan Quintela
2009-09-09
vga: split pci bits into vga-pci.c
Juan Quintela
2009-09-09
vga: split vga_{load, save} into pci and common parts
Juan Quintela
2009-09-09
vga: export vga_ioport_{read,write}
Juan Quintela
2009-09-09
vga: remove useless cast from void *
Juan Quintela
2009-08-27
Everything outside of vga.c should use VGACommonState
Juan Quintela
2009-08-27
vga: Rename vga_state -> vga
Juan Quintela
2009-08-27
Introduce vga_common_reset() to be able to typcheck vga_reset()
Juan Quintela
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-24
make vga screen_dump use DisplayState properly
Stefano Stabellini
2009-08-10
qdev/prop: convert vga.c to helper macros.
Gerd Hoffmann
2009-08-10
vga: do not resize the screen on hw_invalidate
Stefano Stabellini
2009-07-30
qdev: convert all vga devices.
Gerd Hoffmann
2009-07-27
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2009-07-20
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-16
Fix vga_screen_dump_blank() PPM generation
Eduardo Habkost
2009-06-16
Rename pci_register_io_region() to pci_register_bar()
Avi Kivity
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-05-22
Introduce reset notifier order
Jan Kiszka
2009-05-13
Remove vga_ram_size
Paul Brook
2009-05-03
use PCI_HEADER_TYPE.
Isaku Yamahata
2009-04-27
[RESEND] Fix vga segfaults or screen corruption with large memory guests
Avi Kivity
2009-04-17
vga: Cleanup dirty logging (Jan Kiszka)
aliguori
[next]