]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Abolishment of uint*_t types
authorSasha Levin <levinsasha928@gmail.com>
Thu, 5 May 2011 18:34:31 +0000 (21:34 +0300)
committerPekka Enberg <penberg@kernel.org>
Thu, 5 May 2011 19:01:06 +0000 (22:01 +0300)
commit7b3375b04b2e661582e14eedd65e63c04c51be0d
treeb985f4fc5fc99981ec078351948bca07d7441c1d
parent1084c98add3f3b92464d26a6b3371b9bc436ec3e
kvm tools: Abolishment of uint*_t types

Clean uint*_t type from the code.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
30 files changed:
tools/kvm/8250-serial.c
tools/kvm/bios/e820.c
tools/kvm/disk-image.c
tools/kvm/include/kvm/cpufeature.h
tools/kvm/include/kvm/disk-image.h
tools/kvm/include/kvm/e820.h
tools/kvm/include/kvm/interrupt.h
tools/kvm/include/kvm/ioport.h
tools/kvm/include/kvm/kvm-cpu.h
tools/kvm/include/kvm/kvm.h
tools/kvm/include/kvm/pci.h
tools/kvm/include/kvm/qcow.h
tools/kvm/include/kvm/segment.h
tools/kvm/include/kvm/threadpool.h
tools/kvm/include/kvm/virtio.h
tools/kvm/include/linux/types.h
tools/kvm/ioport.c
tools/kvm/kvm-cpu.c
tools/kvm/kvm-run.c
tools/kvm/kvm.c
tools/kvm/mmio.c
tools/kvm/pci.c
tools/kvm/qcow.c
tools/kvm/rtc.c
tools/kvm/util/parse-options.c
tools/kvm/virtio/blk.c
tools/kvm/virtio/console.c
tools/kvm/virtio/core.c
tools/kvm/virtio/net.c
tools/kvm/virtio/rng.c