[libvirt] [PATCH 2/2] Document behavior of setvcpus during guest boot

2014-04-23 Thread Ján Tomko
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1088748 The hotlugged vcpus could fail to show up in the guest if they were added during boot, see: https://bugzilla.redhat.com/show_bug.cgi?id=807508 --- src/libvirt.c | 6 ++ tools/virsh.pod | 4 +++- 2 files changed, 9 insertions(+), 1

Re: [libvirt] [PATCH 2/2] Document behavior of setvcpus during guest boot

2014-04-23 Thread Eric Blake
On 04/23/2014 05:08 AM, Ján Tomko wrote: Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1088748 The hotlugged vcpus could fail to show up in the guest if s/hotlugged/hotplugged/ they were added during boot, see: https://bugzilla.redhat.com/show_bug.cgi?id=807508 --- src/libvirt.c |

Re: [libvirt] [PATCH 2/2] Document behavior of setvcpus during guest boot

2014-04-23 Thread Ján Tomko
On 04/23/2014 02:14 PM, Eric Blake wrote: On 04/23/2014 05:08 AM, Ján Tomko wrote: Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1088748 The hotlugged vcpus could fail to show up in the guest if s/hotlugged/hotplugged/ they were added during boot, see: