Re: [Qemu-devel] [PATCH 02/28] openpic: remove dead code to make a PCI device version

2012-01-26 Thread Andreas Färber
Am 24.01.2012 20:32, schrieb Anthony Liguori: > bus is always NULL so the code in this if clause is dead (and therefore > untested). > > Signed-off-by: Anthony Liguori > --- > hw/openpic.c | 30 +++--- > hw/openpic.h |2 +- > hw/ppc_newworld.c |2 +- >

[Qemu-devel] [PATCH 02/28] openpic: remove dead code to make a PCI device version

2012-01-24 Thread Anthony Liguori
bus is always NULL so the code in this if clause is dead (and therefore untested). Signed-off-by: Anthony Liguori --- hw/openpic.c | 30 +++--- hw/openpic.h |2 +- hw/ppc_newworld.c |2 +- 3 files changed, 5 insertions(+), 29 deletions(-) diff --git a