Re: [Qemu-devel] [PATCH 1/2] ide: Factor ide_flush_cache out
On Tue, Oct 19, 2010 at 05:08:51PM +0200, Kevin Wolf wrote: > The next patch reuses this code, so put it in its own function. > > Signed-off-by: Kevin Wolf ACK
[Qemu-devel] [PATCH 1/2] ide: Factor ide_flush_cache out
The next patch reuses this code, so put it in its own function. Signed-off-by: Kevin Wolf --- hw/ide/core.c | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/hw/ide/core.c b/hw/ide/core.c index 5ccb09c..6d8606e 100644 --- a/hw/ide/core.c +++ b/hw/ide/core.c @