]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: use init/exit where possible
authorSasha Levin <levinsasha928@gmail.com>
Mon, 17 Sep 2012 08:03:30 +0000 (10:03 +0200)
committerPekka Enberg <penberg@kernel.org>
Tue, 18 Sep 2012 07:30:22 +0000 (10:30 +0300)
commita48488d283f8bc8575a7c243c8d61935c6f3b25c
tree64d02ad655378133f3da01f0a7b784b135d8030c
parent1be5590f3a4fc33650acba8d208717bdea253fc1
kvm tools: use init/exit where possible

Switch to using init/exit calls instead of the repeating call blocks in builtin-run.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
28 files changed:
tools/kvm/Makefile
tools/kvm/builtin-run.c
tools/kvm/disk/core.c
tools/kvm/framebuffer.c
tools/kvm/hw/i8042.c
tools/kvm/hw/pci-shmem.c
tools/kvm/hw/rtc.c
tools/kvm/hw/serial.c
tools/kvm/include/kvm/kvm.h
tools/kvm/ioeventfd.c
tools/kvm/ioport.c
tools/kvm/kvm-cpu.c
tools/kvm/kvm-ipc.c
tools/kvm/kvm.c
tools/kvm/pci.c
tools/kvm/symbol.c
tools/kvm/term.c
tools/kvm/ui/sdl.c
tools/kvm/ui/vnc.c
tools/kvm/util/threadpool.c
tools/kvm/virtio/9p.c
tools/kvm/virtio/balloon.c
tools/kvm/virtio/blk.c
tools/kvm/virtio/console.c
tools/kvm/virtio/net.c
tools/kvm/virtio/rng.c
tools/kvm/virtio/scsi.c
tools/kvm/x86/irq.c