• G
    introduce on_vcpu · 452e4751
    Glauber Costa 提交于
    on_vcpu is a qemu-kvm function that will make sure that a specific
    piece of code will run on a requested cpu. We don't need that because
    we're restricted to -smp 1 right now, but those days are likely to end soon.
    
    So for the benefit of having qemu-kvm share more code with us, I'm
    introducing our own version of on_vcpu(). Right now, we either run
    a function on the current cpu, or abort the execution, because it would
    mean something is seriously wrong.
    
    As an example code, I "ported" kvm_update_guest_debug to use it,
    with some slight differences from qemu-kvm.
    
    This is probably 0.12 material
    Signed-off-by: NGlauber Costa <glommer@redhat.com>
    CC: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
    452e4751
kvm-all.c 27.1 KB