commit | 38dad9e574746981dfbac52b3bbbd6d894f31d26 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Feb 11 16:41:25 2013 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Feb 16 10:45:46 2013 +0000 |
tree | 9facbc37ad39b0d2b1e0d9e67cb189d2aa6cb8a7 | |
parent | b946bffab5e0d359accfcc78faead20fd69f26e8 [diff] |
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>