Re: [Qemu-devel] [PATCH v4 00/14] add support for Hypervisor.framework in QEMU

2017-10-03 Thread Paolo Bonzini
On 13/09/2017 11:05, Sergio Andres Gomez Del Real wrote: > > Changes in v4: > (1) Use g_new0 instead of g_malloc. > (2) hvf TODO's in cpu.c explained: in-kernel irqchip. > (3) Introduce ins_len field in patch where actually used. > (4) Remove outdated comment "/* Definition of

[Qemu-devel] [PATCH v4 00/14] add support for Hypervisor.framework in QEMU

2017-09-13 Thread Sergio Andres Gomez Del Real
Changes in v4: (1) Use g_new0 instead of g_malloc. (2) hvf TODO's in cpu.c explained: in-kernel irqchip. (3) Introduce ins_len field in patch where actually used. (4) Remove outdated comment "/* Definition of hvf_state is here */" (5) Treat vcpu_dirty as boolean throughout. (