commit | 78cafff81088492fe70e12b3bded219096031f7c | [log] [tgz] |
---|---|---|
author | Sergio Lopez <slp@redhat.com> | Thu Sep 26 14:48:00 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 22 09:39:54 2019 +0200 |
tree | 3bedc0aff263d40979d4cdf6f27476bf791041b7 | |
parent | e5f6aa319f7636168469b2c797249680fa5e0413 [diff] |
hw/intc/apic: reject pic ints if isa_pic == NULL In apic_accept_pic_intr(), reject PIC interruptions if a i8259 PIC has not been instantiated (isa_pic == NULL). Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Sergio Lopez <slp@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com>