On Wed, Aug 24, 2016 at 09:35:30AM -0400, Peter Krempa wrote:
Now that the monitor code gathers all the data we can extract it to
relevant places either in the definition or the private data of a vcpu.
As only thread id is broken for TCG guests we may extract the rest of
the data and just skip assigning of the thread id. In case where qemu
would allow cpu hotplug in TCG mode this will make it work eventually.
---
src/qemu/qemu_domain.c | 90 ++++++++++++++++++++++++++++++++------------------
src/qemu/qemu_domain.h | 10 ++++++
2 files changed, 67 insertions(+), 33 deletions(-)
ACK
Jan