mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
Allow VMware-SVGA operation enable before command FIFO is configured. Implement "screendump" for 32 bit colour depth.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2808 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
1eb5207bfd
commit
f707cfba9a
3 changed files with 31 additions and 23 deletions
|
@ -166,6 +166,8 @@ void vga_init(VGAState *s);
|
|||
uint32_t vga_mem_readb(void *opaque, target_phys_addr_t addr);
|
||||
void vga_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val);
|
||||
void vga_invalidate_scanlines(VGAState *s, int y1, int y2);
|
||||
int ppm_save(const char *filename, uint8_t *data,
|
||||
int w, int h, int linesize);
|
||||
|
||||
void vga_draw_cursor_line_8(uint8_t *d1, const uint8_t *src1,
|
||||
int poffset, int w,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue