commit | 5632ae46d5bda798e971dae48ebb318ac2c3686a | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Sep 12 13:00:05 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 14:58:36 2011 +0300 |
tree | 700923983488f09b16a431dcfab9f81297c533a1 | |
parent | 60ea6aa8fcf1bc678b13bf8cff5848e0c8eb8430 [diff] |
mips_malta: move i8259 initialization after piix4 initialization i8259 is an ISA device (or at least, depends on the ISA infrastructure to register its ioport); and the ISA bus is supplied by piix4. Later patches make this dependency explicit. Use qemu_irq_proxy() to stop the cycle by adding an extra layer of indirection. Signed-off-by: Avi Kivity <avi@redhat.com>