Re: [libvirt] [PATCH v2 5/5] qemu: qemuDomainHotplugVcpus - separate out pin adjustment code

2015-04-08 Thread John Ferlan
I'd rather split this function into two - one that adds the pin definition and another that pins the thread Jan. I've resent 5/5 again - other changes are made, but I'll push as a series... Not always very creative with the function names... John -- libvir-list mailing list

Re: [libvirt] [PATCH v2 5/5] qemu: qemuDomainHotplugVcpus - separate out pin adjustment code

2015-04-08 Thread Ján Tomko
On Tue, Apr 07, 2015 at 09:23:17AM -0400, John Ferlan wrote: Future IOThread setting patches would copy the code anyway, so create and generalize the adding of pindef for the vcpu into its own API Signed-off-by: John Ferlan jfer...@redhat.com --- src/qemu/qemu_driver.c | 92

[libvirt] [PATCH v2 5/5] qemu: qemuDomainHotplugVcpus - separate out pin adjustment code

2015-04-07 Thread John Ferlan
Future IOThread setting patches would copy the code anyway, so create and generalize the adding of pindef for the vcpu into its own API Signed-off-by: John Ferlan jfer...@redhat.com --- src/qemu/qemu_driver.c | 92 +- 1 file changed, 54