Re: [libvirt] [PATCH 28/34] conf: Add helper to get pointer to a certain vCPU definition

2015-11-23 Thread John Ferlan
On 11/20/2015 10:22 AM, Peter Krempa wrote: > Once more stuff will be moved into the vCPU data structure it will be > necessary to get a specific one in some ocasions. Add a helper that will > simplify this task. > --- > src/conf/domain_conf.c | 15 +++ > src/conf/domain_conf.h |

[libvirt] [PATCH 28/34] conf: Add helper to get pointer to a certain vCPU definition

2015-11-20 Thread Peter Krempa
Once more stuff will be moved into the vCPU data structure it will be necessary to get a specific one in some ocasions. Add a helper that will simplify this task. --- src/conf/domain_conf.c | 15 +++ src/conf/domain_conf.h | 4 src/libvirt_private.syms | 1 + 3 files changed