]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Specify names for VM internal threads
authorSasha Levin <sasha.levin@oracle.com>
Wed, 24 Oct 2012 16:52:27 +0000 (12:52 -0400)
committerPekka Enberg <penberg@kernel.org>
Thu, 25 Oct 2012 06:48:00 +0000 (09:48 +0300)
commitc5519894fba5602d92b26f6754e72ed6b401ea2d
treef76184e93c98b89f41adf8f3d9f8993835543f69
parent1682dc593a5b26a91fff7f39562f245fe1176f1e
kvm tools: Specify names for VM internal threads

Give threads a meaningful name. This makes debugging much easier, and
everything else much prettier.

Suggested-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
[ penberg@kernel.org: specify vcpu names ]
Signed-off-by: Pekka Enberg <penberg@kernel.org>
12 files changed:
tools/kvm/builtin-run.c
tools/kvm/disk/core.c
tools/kvm/include/kvm/kvm.h
tools/kvm/ioeventfd.c
tools/kvm/kvm-ipc.c
tools/kvm/net/uip/tcp.c
tools/kvm/net/uip/udp.c
tools/kvm/ui/sdl.c
tools/kvm/ui/vnc.c
tools/kvm/util/threadpool.c
tools/kvm/virtio/blk.c
tools/kvm/virtio/net.c