]> git.proxmox.com Git - mirror_qemu.git/commit
hyperv: address HvSintRoute by X86CPU pointer
authorRoman Kagan <rkagan@virtuozzo.com>
Fri, 21 Sep 2018 08:18:34 +0000 (11:18 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 Oct 2018 11:44:13 +0000 (13:44 +0200)
commit09cfb2f6350512eb3ef7e9e2136daabbcf265880
treee12884b3ba451fb1c1260b0bfcca1191342f9e4c
parentb56920245c1f708976b6f1bf8ddc4a1e9bd33059
hyperv: address HvSintRoute by X86CPU pointer

Use X86CPU pointer to refer to the respective HvSintRoute instead of
vp_index.  This is more convenient and also paves the way for future
enhancements.

Signed-off-by: Roman Kagan <rkagan@virtuozzo.com>
Message-Id: <20180921081836.29230-7-rkagan@virtuozzo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/hyperv.c