]> git.proxmox.com Git - qemu.git/commit
qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_items
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Feb 2013 16:41:25 +0000 (16:41 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 16 Feb 2013 10:45:46 +0000 (10:45 +0000)
commit38dad9e574746981dfbac52b3bbbd6d894f31d26
tree9facbc37ad39b0d2b1e0d9e67cb189d2aa6cb8a7
parentb946bffab5e0d359accfcc78faead20fd69f26e8
qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_items

Rename the typedef CPULogItem and the public array cpu_log_items
to names that better reflect the fact that the qemu_log functionality
isn't restricted to TCG CPU debug logs any more.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
include/qemu/log.h
monitor.c
qemu-log.c