mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-15 15:52:57 +00:00
exported display init functions to common code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3563 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
aaed909a49
commit
2a324a26a8
32
vl.h
32
vl.h
@ -787,6 +787,22 @@ void readline_start(const char *prompt, int is_password,
|
|||||||
|
|
||||||
void kqemu_record_dump(void);
|
void kqemu_record_dump(void);
|
||||||
|
|
||||||
|
/* sdl.c */
|
||||||
|
void sdl_display_init(DisplayState *ds, int full_screen, int no_frame);
|
||||||
|
|
||||||
|
/* cocoa.m */
|
||||||
|
void cocoa_display_init(DisplayState *ds, int full_screen);
|
||||||
|
|
||||||
|
/* vnc.c */
|
||||||
|
void vnc_display_init(DisplayState *ds);
|
||||||
|
void vnc_display_close(DisplayState *ds);
|
||||||
|
int vnc_display_open(DisplayState *ds, const char *display);
|
||||||
|
int vnc_display_password(DisplayState *ds, const char *password);
|
||||||
|
void do_info_vnc(void);
|
||||||
|
|
||||||
|
/* x_keymap.c */
|
||||||
|
extern uint8_t _translate_keycode(const int key);
|
||||||
|
|
||||||
#ifndef QEMU_TOOL
|
#ifndef QEMU_TOOL
|
||||||
|
|
||||||
typedef void QEMUMachineInitFunc(int ram_size, int vga_ram_size,
|
typedef void QEMUMachineInitFunc(int ram_size, int vga_ram_size,
|
||||||
@ -994,22 +1010,6 @@ void isa_cirrus_vga_init(DisplayState *ds, uint8_t *vga_ram_base,
|
|||||||
void pci_vmsvga_init(PCIBus *bus, DisplayState *ds, uint8_t *vga_ram_base,
|
void pci_vmsvga_init(PCIBus *bus, DisplayState *ds, uint8_t *vga_ram_base,
|
||||||
unsigned long vga_ram_offset, int vga_ram_size);
|
unsigned long vga_ram_offset, int vga_ram_size);
|
||||||
|
|
||||||
/* sdl.c */
|
|
||||||
void sdl_display_init(DisplayState *ds, int full_screen, int no_frame);
|
|
||||||
|
|
||||||
/* cocoa.m */
|
|
||||||
void cocoa_display_init(DisplayState *ds, int full_screen);
|
|
||||||
|
|
||||||
/* vnc.c */
|
|
||||||
void vnc_display_init(DisplayState *ds);
|
|
||||||
void vnc_display_close(DisplayState *ds);
|
|
||||||
int vnc_display_open(DisplayState *ds, const char *display);
|
|
||||||
int vnc_display_password(DisplayState *ds, const char *password);
|
|
||||||
void do_info_vnc(void);
|
|
||||||
|
|
||||||
/* x_keymap.c */
|
|
||||||
extern uint8_t _translate_keycode(const int key);
|
|
||||||
|
|
||||||
/* ide.c */
|
/* ide.c */
|
||||||
#define MAX_DISKS 4
|
#define MAX_DISKS 4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user