commit | cefa33e2f8f7852abb42f22ec25a6084a931c5ac | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Aug 24 15:48:51 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:51:29 2010 +0200 |
tree | 6944f5afe499955b69316cf7b3f62e7464028dd3 | |
parent | fc678d67fee1acccf21322318dd833b892a572e4 [diff] |
KVM: S390: Add virtio hotplug add support The one big missing feature in s390-virtio was hotplugging. This is no more. This patch implements hotplug add support, so you can on the fly add new devices in the guest. Keep in mind that this needs a patch for qemu to actually leverage the functionality. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>