On Thu, Jan 17, 2013 at 06:59:30PM -0200, Eduardo Habkost wrote: > This will allow each architecture to define how the VCPU ID is set on > the KVM_CREATE_VCPU ioctl call. > > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > --- > Cc: k...@vger.kernel.org > Cc: Michael S. Tsirkin <m...@redhat.com> > Cc: Gleb Natapov <g...@redhat.com> > Cc: Marcelo Tosatti <mtosa...@redhat.com> > > Changes v2: > - Get CPUState as argument instead of CPUArchState > --- > include/sysemu/kvm.h | 3 +++ > kvm-all.c | 2 +- > target-i386/kvm.c | 5 +++++ > target-ppc/kvm.c | 5 +++++ > target-s390x/kvm.c | 5 +++++ > 5 files changed, 19 insertions(+), 1 deletion(-)
Reviewed-by: Marcelo Tosatti <mtosa...@redhat.com>