Re: [Qemu-devel] [PATCH qom-cpu 0/3] target-i386: log_cpu_state() cleanups

2013-07-05 Thread Andreas Färber
Am 03.07.2013 20:42, schrieb Andreas Färber: > Hello, > > As a follow-up to my CPUState part 11 series changing log_cpu_state[_mask]() > argument to CPUState, these patches propagate X86CPU argument where possible. > This is in response to rth asking about type/placement of variables. [...] > Andr

[Qemu-devel] [PATCH qom-cpu 0/3] target-i386: log_cpu_state() cleanups

2013-07-03 Thread Andreas Färber
Hello, As a follow-up to my CPUState part 11 series changing log_cpu_state[_mask]() argument to CPUState, these patches propagate X86CPU argument where possible. This is in response to rth asking about type/placement of variables. I note that x86 had me confused in two other places where TCG help