
24 Aug
2016
24 Aug
'16
3:54 p.m.
On Wed, Aug 24, 2016 at 09:35:17AM -0400, Peter Krempa wrote:
The function will gradually add more returned data. Return a struct for every vCPU containing the data. ---
Notes: v2: - already ACKed
src/qemu/qemu_domain.c | 25 +++++++++------------- src/qemu/qemu_monitor.c | 57 +++++++++++++++++++++++++++++++++++++++++++------ src/qemu/qemu_monitor.h | 13 ++++++++++- 3 files changed, 72 insertions(+), 23 deletions(-)
ACK; this compiles for me. Jan