[Xen-devel] [PATCH 14/32] pic: Don't allocate irq buffers

2015-04-22 Thread Andrew Cooper
i8259_init() doesn't inspect its argument at all, causing the allocation to be leaked and never used. Signed-off-by: Andrew Cooper --- hw/pc.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hw/pc.c b/hw/pc.c index 7359338..09b4af4 100644 --- a/hw/pc.c +++ b/hw/pc.c @@

[Xen-devel] [PATCH 14/32] pic: Don't allocate irq buffers

2015-04-22 Thread Andrew Cooper
i8259_init() doesn't inspect its argument at all, causing the allocation to be leaked and never used. Signed-off-by: Andrew Cooper --- hw/pc.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hw/pc.c b/hw/pc.c index 7359338..09b4af4 100644 --- a/hw/pc.c +++ b/hw/pc.c @@