mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
Add an ncurses UI.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3976 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c0be16d39f
commit
4d3b6f6e12
21 changed files with 1238 additions and 34 deletions
|
@ -3257,7 +3257,8 @@ void pci_cirrus_vga_init(PCIBus *bus, DisplayState *ds, uint8_t *vga_ram_base,
|
|||
ds, vga_ram_base, vga_ram_offset, vga_ram_size);
|
||||
cirrus_init_common(s, device_id, 1);
|
||||
|
||||
graphic_console_init(s->ds, s->update, s->invalidate, s->screen_dump, s);
|
||||
graphic_console_init(s->ds, s->update, s->invalidate, s->screen_dump,
|
||||
s->text_update, s);
|
||||
|
||||
s->pci_dev = (PCIDevice *)d;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue