pc: Re-order pc_init1 to initialize the ISA bus before ISA devices
authorRichard Henderson <rth@twiddle.net>
Wed, 10 Aug 2011 22:28:13 +0000 (15:28 -0700)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Sep 2011 11:58:36 +0000 (14:58 +0300)
commit4bae1efe63a507b99cad4f8c8b8cf6fa8d203881
tree21d5a4b1335ac2ad31e3ef46cac38babf6f564ff
parent78e20593527ce35c5be9d89d686ba9d8e95041b6
pc: Re-order pc_init1 to initialize the ISA bus before ISA devices

In particular, the i8259 was being initialized before the ISA bus,
leading to a crash.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Avi Kivity <avi@redhat.com>
hw/pc_piix.c