Re: [Qemu-devel] [PATCH 14/28] ahci: remove duplicate PORT_IRQ_* constants

2014-07-31 Thread Stefan Hajnoczi
On Mon, Jul 07, 2014 at 02:17:55PM -0400, John Snow wrote: > From: Paolo Bonzini > > These are defined twice, just use one set consistently. > > Signed-off-by: Paolo Bonzini > Signed-off-by: John Snow > --- > hw/ide/ahci.c | 6 +++--- > hw/ide/ahci.h | 21 - > 2 files cha

[Qemu-devel] [PATCH 14/28] ahci: remove duplicate PORT_IRQ_* constants

2014-07-07 Thread John Snow
From: Paolo Bonzini These are defined twice, just use one set consistently. Signed-off-by: Paolo Bonzini Signed-off-by: John Snow --- hw/ide/ahci.c | 6 +++--- hw/ide/ahci.h | 21 - 2 files changed, 3 insertions(+), 24 deletions(-) diff --git a/hw/ide/ahci.c b/hw/ide/ahc