On Mon, 08 Jul 2013 13:48:55 +0200 Andreas Färber <afaer...@suse.de> wrote:
> Am 05.06.2013 15:18, schrieb Igor Mammedov: > > - since hyperv_* helper functions are used only in target-i386/kvm.c > > move them there as static helpers > > > > Signed-off-by: Igor Mammedov <imamm...@redhat.com> > > Requestd-By: Eduardo Habkost <ehabk...@redhat.com> > > --- > > target-i386/Makefile.objs | 2 +- > > target-i386/cpu.c | 16 +++++++--- > > target-i386/cpu.h | 7 +++++ > > target-i386/hyperv.c | 64 > > --------------------------------------------- > > target-i386/hyperv.h | 45 ------------------------------- > > target-i386/kvm.c | 36 ++++++++++++++++++------- > > 6 files changed, 45 insertions(+), 125 deletions(-) > > delete mode 100644 target-i386/hyperv.c > > delete mode 100644 target-i386/hyperv.h > > I proposed a v9 of this that I'd like to queue if you're okay with it: > http://patchwork.ozlabs.org/patch/257454/ I'm ok with it. > > I do wonder if we should transfer Vadim's authorship info somewhere? > It is being deleted along with the target-i386/hyperv.[hc] files. Feel free to add it, if Vadim doesn't object to it. > > Regards, > Andreas > Thanks, Igor