qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/2] dec.c - move to pci-bridge


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH 1/2] dec.c - move to pci-bridge
Date: Thu, 30 May 2013 20:37:43 +0300

On Thu, May 30, 2013 at 05:27:46PM +0200, Andreas Färber wrote:
> Am 30.05.2013 11:30, schrieb Michael S. Tsirkin:
> > Looks like dec.c is in pci-host by mistake.
> > Moving it over to pci-bridge.
> > 
> > Cc: Andreas Färber <address@hidden>
> > Signed-off-by: Michael S. Tsirkin <address@hidden>
> > ---
> >  hw/pci-bridge/Makefile.objs |   2 +
> >  hw/pci-bridge/dec.c         | 156 
> > ++++++++++++++++++++++++++++++++++++++++++++
> >  hw/pci-bridge/dec.h         |  10 +++
> >  hw/pci-host/Makefile.objs   |   1 -
> >  hw/pci-host/dec.c           | 156 
> > --------------------------------------------
> >  hw/pci-host/dec.h           |  10 ---
> >  6 files changed, 168 insertions(+), 167 deletions(-)
> >  create mode 100644 hw/pci-bridge/dec.c
> >  create mode 100644 hw/pci-bridge/dec.h
> >  delete mode 100644 hw/pci-host/dec.c
> >  delete mode 100644 hw/pci-host/dec.h
> 
> Unfortunately you seem to have rename detection disabled - if this is
> just a move of the file with includes adjusted then
> 
> Acked-by: Andreas Färber <address@hidden>
> 
> Otherwise please supply a "readable" diff or point to a Git branch where
> we can check.
> 
> Thanks,
> Andreas

True. It will be readable in the pull request.

> -- 
> SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
> GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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