On Mon, 4 Sep 2017 17:43:15 +0200 David Hildenbrand <da...@redhat.com> wrote:
> CPU hotplug is only possible on a per core basis on s390x. > > As we now have ms->possible_cpus, we can get rid of the global variable > cpu_states. > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > hw/s390x/s390-virtio-ccw.c | 90 > +++++++++++++++++++++++++++++++++------------- > qapi-schema.json | 16 +++++++++ > 2 files changed, 81 insertions(+), 25 deletions(-) LGTM