summaryrefslogtreecommitdiffstats
path: root/hw/alpha_dp264.c
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2012-09-08 12:16:28 +0200
committerAurelien Jarno <aurelien@aurel32.net>2012-10-06 18:48:38 +0200
commit606f90cc22094bab743c84d40a11f6ded603ad34 (patch)
treed57b9b54b934b75472726c36f8bdd4d182bbcc41 /hw/alpha_dp264.c
parent9c59864d16d720184e723c0c29c505c34e94fed5 (diff)
downloadhqemu-606f90cc22094bab743c84d40a11f6ded603ad34.zip
hqemu-606f90cc22094bab743c84d40a11f6ded603ad34.tar.gz
alpha: use the new pci_vga_init() function
This remove the fallback to std-vga in case, as availability of the requested vga device is now tested in vl.c, and returns an error message to the user. Acked-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/alpha_dp264.c')
-rw-r--r--hw/alpha_dp264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/alpha_dp264.c b/hw/alpha_dp264.c
index 9eb939f..5ea04c7 100644
--- a/hw/alpha_dp264.c
+++ b/hw/alpha_dp264.c
@@ -77,7 +77,7 @@ static void clipper_init(ram_addr_t ram_size,
isa_create_simple(isa_bus, "i8042");
/* VGA setup. Don't bother loading the bios. */
- alpha_pci_vga_setup(pci_bus);
+ pci_vga_init(pci_bus);
/* Serial code setup. */
for (i = 0; i < MAX_SERIAL_PORTS; ++i) {
OpenPOWER on IntegriCloud