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 <[email protected]>
> ---
> Cc: [email protected]
> Cc: Michael S. Tsirkin <[email protected]>
> Cc: Gleb Natapov <[email protected]>
> Cc: Marcelo Tosatti <[email protected]>
> 
> 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 <[email protected]>



Reply via email to