]> xenbits.xensource.com Git - qemu-xen-4.6-testing.git/commit
pic: Don't allocate irq buffers
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 21 Apr 2015 13:36:08 +0000 (14:36 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Oct 2015 15:52:06 +0000 (16:52 +0100)
commitc36a4e522bfa615f38fbf71d7da483fefc8900f2
treec926028de2003997f5d39a3a66727bc606851605
parentb1f89c26126df966894b1e0746bfa56267ae1478
pic: Don't allocate irq buffers

i8259_init() doesn't inspect its argument at all, causing the allocation to
be leaked and never used.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
hw/pc.c