]> git.proxmox.com Git - qemu.git/commit
qemu-log: move logging to qemu-log.c
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Jun 2012 15:03:23 +0000 (15:03 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 21 Jun 2012 18:45:16 +0000 (18:45 +0000)
commit5726c27fa913296aafab9f50b912cea5b3709271
treec0ef9de36555929ae7fe2cd74870f9e4c2f3ca2b
parent7798a8828a654ce438584bdfccaa3e8a120cf998
qemu-log: move logging to qemu-log.c

Move logging functions from exec.c to qemu-log.c,
compile it only once.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.objs
cpu-all.h
exec.c
qemu-log.c [new file with mode: 0644]
qemu-log.h