summaryrefslogtreecommitdiffstats
path: root/hw/virtio-net.c
diff options
context:
space:
mode:
authorGlauber Costa <glommer@redhat.com>2009-07-16 17:55:28 -0400
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-22 10:58:49 -0500
commit452e475196a3f8b6b96d16bbaca727ebc1278a97 (patch)
treeaa4533822f9189f630237776e55471d92523f1b5 /hw/virtio-net.c
parentcf070d7ec0b8fb21faa9a630ed5cc66f90844a08 (diff)
downloadhqemu-452e475196a3f8b6b96d16bbaca727ebc1278a97.zip
hqemu-452e475196a3f8b6b96d16bbaca727ebc1278a97.tar.gz
introduce on_vcpu
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: Glauber Costa <glommer@redhat.com> CC: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/virtio-net.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud