Re: [Qemu-devel] [PATCH 0/6] qemu_log: remove 'cpu' from qemu log function names

2013-02-16 Thread Blue Swirl
Thanks, applied. On Mon, Feb 11, 2013 at 4:41 PM, Peter Maydell wrote: > This patchset is just cleanups; it has two major aims: > * remove 'cpu' from public-facing qemu_log function/type/etc >names, since the logging is now entirely generic and not >tied to TCG CPU debug logging at all >

Re: [Qemu-devel] [PATCH 0/6] qemu_log: remove 'cpu' from qemu log function names

2013-02-13 Thread Blue Swirl
On Mon, Feb 11, 2013 at 4:41 PM, Peter Maydell wrote: > This patchset is just cleanups; it has two major aims: > * remove 'cpu' from public-facing qemu_log function/type/etc >names, since the logging is now entirely generic and not >tied to TCG CPU debug logging at all > * remove unneces

Re: [Qemu-devel] [PATCH 0/6] qemu_log: remove 'cpu' from qemu log function names

2013-02-12 Thread Stefan Hajnoczi
On Mon, Feb 11, 2013 at 04:41:19PM +, Peter Maydell wrote: > This patchset is just cleanups; it has two major aims: > * remove 'cpu' from public-facing qemu_log function/type/etc >names, since the logging is now entirely generic and not >tied to TCG CPU debug logging at all > * remove

Re: [Qemu-devel] [PATCH 0/6] qemu_log: remove 'cpu' from qemu log function names

2013-02-11 Thread Richard Henderson
On 2013-02-11 08:41, Peter Maydell wrote: Peter Maydell (6): qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename qemu-log: Abstract out "print usage message about valid log categories" qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask qemu-log:

[Qemu-devel] [PATCH 0/6] qemu_log: remove 'cpu' from qemu log function names

2013-02-11 Thread Peter Maydell
This patchset is just cleanups; it has two major aims: * remove 'cpu' from public-facing qemu_log function/type/etc names, since the logging is now entirely generic and not tied to TCG CPU debug logging at all * remove unnecessary indirection through cpus.c (ie set_cpu_log and set_cpu_lo