|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 12/14] accel: Rename WHPX struct whpx_vcpu -> struct AccelvCPUState
On 4/5/23 03:18, Philippe Mathieu-Daudé wrote:
Same comment about removing 'struct'. Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> - vcpu = g_new0(struct whpx_vcpu, 1); + vcpu = g_new0(struct AccelvCPUState, 1);if (!vcpu) { Hah. And a "can't happen" error_report, since we're not actually using try here. :-P r~
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |