qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 09/15] target-i386: move hyperv_* static globals


From: Igor Mammedov
Subject: Re: [Qemu-devel] [PATCH 09/15] target-i386: move hyperv_* static globals to CPUState
Date: Mon, 8 Jul 2013 14:45:27 +0200

On Mon, 08 Jul 2013 13:48:55 +0200
Andreas Färber <address@hidden> 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 <address@hidden>
> > Requestd-By: Eduardo Habkost <address@hidden>
> > ---
> >  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



reply via email to

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