Re: [Qemu-devel] [PATCH 11/28] ide: fold add_status callback into set_inactive

2014-07-31 Thread Stefan Hajnoczi
On Mon, Jul 07, 2014 at 02:17:52PM -0400, John Snow wrote: > From: Paolo Bonzini > > It is now called only after the set_inactive callback. Put the two together. > > Signed-off-by: Paolo Bonzini > Signed-off-by: John Snow > --- > hw/ide/ahci.c | 9 - > hw/ide/atapi.c| 2 +-

[Qemu-devel] [PATCH 11/28] ide: fold add_status callback into set_inactive

2014-07-07 Thread John Snow
From: Paolo Bonzini It is now called only after the set_inactive callback. Put the two together. Signed-off-by: Paolo Bonzini Signed-off-by: John Snow --- hw/ide/ahci.c | 9 - hw/ide/atapi.c| 2 +- hw/ide/core.c | 12 hw/ide/internal.h | 6 +++--- hw/ide/m