qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 11/13] ide: move pata specific parts to pata.c


From: Stefan Hajnoczi
Subject: [Qemu-devel] Re: [PATCH 11/13] ide: move pata specific parts to pata.c
Date: Wed, 1 Dec 2010 14:44:45 +0000

On Fri, Nov 26, 2010 at 7:17 PM, Alexander Graf <address@hidden> wrote:
> Due to popular request, this patch moves pieces that are successfully 
> identified
> as PATA only to a new file called pata.c.
>
> Signed-off-by: Alexander Graf <address@hidden>
> ---
>  Makefile.objs     |    2 +-
>  hw/ide/core.c     |  144 +------------------------------------------
>  hw/ide/internal.h |    3 +
>  hw/ide/pata.c     |  178 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 184 insertions(+), 143 deletions(-)
>  create mode 100644 hw/ide/pata.c

Reviewed-by: Stefan Hajnoczi <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]