OSDN Git Service

isa: add a isa_vga_init() function
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 8 Sep 2012 14:58:57 +0000 (16:58 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Oct 2012 16:48:38 +0000 (18:48 +0200)
commit14e7a6456e1dba2c6499b3b05637fee9f553e6ce
tree65a82f8b9fb636a41865cefcdc0f46cdba20d521
parent129d42fb8496de5c1896160fddab949784d4dea4
isa: add a isa_vga_init() function

This function create a ISA VGA device according to the value of
vga_interface_type. It returns a ISADevice (and not a DeviceState).

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/isa-bus.c
hw/isa.h