hi,

On 02/21/2017 01:42 PM, Paolo Bonzini wrote:
qemu_system_guest_panicked was already using current_cpu implicitly,
so it makes sense for it to receive a CPUState.  This lets the
function call cpu_get_crash_info and free the result.


my motivation against this was that as qemu_system_guest_panicked() is also used by pvpanic device, if it's ever going to pass any information, GuestPanicInformation struct could be reused.
Though I guess it doesnt matter much now

/Anton

Reply via email to