]> git.proxmox.com Git - qemu.git/commit - target-i386/cpu.c
target-i386: Move hyperv_* static globals to X86CPU
authorIgor Mammedov <imammedo@redhat.com>
Wed, 5 Jun 2013 13:18:40 +0000 (15:18 +0200)
committerAndreas Färber <afaerber@suse.de>
Fri, 16 Aug 2013 16:44:33 +0000 (18:44 +0200)
commit92067bf4bfa144ea3967a9951808f5e587bdab18
tree350b95ddc573a8326d93b034ac90dae80967426a
parent99a0b03650176340ab6667fa1e5711a4552d4494
target-i386: Move hyperv_* static globals to X86CPU

- since hyperv_* helper functions are used only in target-i386/kvm.c
  move them there as static helpers

Requested-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/Makefile.objs
target-i386/cpu-qom.h
target-i386/cpu.c
target-i386/cpu.h
target-i386/hyperv.c [deleted file]
target-i386/hyperv.h [deleted file]
target-i386/kvm.c