]> git.proxmox.com Git - qemu.git/commit
i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variable
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 4 Oct 2012 20:48:55 +0000 (17:48 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 31 Oct 2012 01:39:46 +0000 (23:39 -0200)
commit47111e2cfa1a83a99ac10ed19c7c8b02be4fe973
tree759d8a447ad6846aae1b916bf70365ac70828f89
parent8c723b7958127b8f204dd4b278ad3c8f6f48ae17
i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variable

The reg switch will be moved to a separate function, so store the entry
pointer in a variable.

No behavior change, just code movement.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
target-i386/kvm.c