qemu-devel
[Top][All Lists]
Advanced

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

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


From: Stefan Hajnoczi
Subject: [Qemu-devel] Re: [PATCH 09/10] ide: move pata specific parts to pata.c
Date: Thu, 2 Dec 2010 10:20:54 +0000

On Wed, Dec 1, 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>
>
> ---
>
> v6 -> v7:
>
>  - stick to new IDEBusOps (stefanha, kwolf)
> ---
>  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]