On 07.07.2015 01:27, Jim Fehlig wrote:
> On 07/06/2015 03:46 PM, Jim Fehlig wrote:
>> In Xen, dom0 is really just another domain that supports ballooning,
>> adding/removing devices, changing vcpu configuration, etc. This patch
>> adds support to the libxl driver for managing dom0. Note that the
>>
On 09.05.2015 00:00, Jim Fehlig wrote:
> This series fixes several bugs related to SPICE parsing and formatting
> code in xenconfig. The bugs are mostly due to misinterpretation of the
> Xen documenation, which I failed to notice when reviewing the initial
> submission.
>
> Jim Fehlig (4):
> xe
On 09.05.2015 00:31, Jim Fehlig wrote:
> Signed-off-by: Jim Fehlig
> ---
> src/libxl/libxl_conf.c | 72
> +-
> 1 file changed, 66 insertions(+), 6 deletions(-)
>
> diff --git a/src/libxl/libxl_conf.c b/src/libxl/libxl_conf.c
> index 8552c77..5bb04
On 09.05.2015 00:31, Jim Fehlig wrote:
> This series provides support for SPICE graphics in the libxl driver.
> The first patch is mostly code movement. The second patch is a trivial
> name change of a structure member. Patch3 populates the
> libxl_domain_build_info struct with SPICE info. SPICE
On 28.05.2015 17:45, Jim Fehlig wrote:
>
>
>> On May 28, 2015, at 4:07 AM, Michal Privoznik wrote:
>>
>>> On 09.05.2015 00:31, Jim Fehlig wrote:
>>> Signed-off-by: Jim Fehlig
>>> ---
>>> src/libxl/libxl_conf.c | 72
>>> ++
On 14.12.2015 11:23, Ian Campbell wrote:
> Hello,
>
> On Thu, 2015-12-10 at 08:38 +0100, Michal Privoznik wrote:
>> Like we are doing for TUN/TAP devices, we should do the same for
>> macvtaps. Although, it's not as critical as in that case, we
>> should do it f
On 15.12.2015 23:20, Jim Fehlig wrote:
> From: Ian Campbell
>
> xend prior to 4.0 understands vcpus as maxvcpus and vcpu_avail
> as a bit map of which cpus are online (default is all).
>
> xend from 4.0 onwards understands maxvcpus as maxvcpus and
> vcpus as the number which are online (from 0..
On 29.12.2015 02:09, Jim Fehlig wrote:
> Both xm and xl config have long supported specifying vif rate
> limiting, e.g.
>
> vif = [ 'mac=00:16:3E:74:3d:76,bridge=br0,rate=10MB/s' ]
>
> Add support for mapping rate to and from in the xenconfig
> parser and formatter. rate is mapped to the require
On 08.01.2016 06:11, Jim Fehlig wrote:
> On 01/07/2016 07:48 AM, Michal Privoznik wrote:
>> On 29.12.2015 02:09, Jim Fehlig wrote:
>>> The libxl_device_nic structure supports specifying an outgoing rate
>>> limit based on a time interval and bytes allowed per interv
On 05.01.2016 02:08, Jim Fehlig wrote:
> Happy New Year!
>
> This small series adds support for specifying vif outgoing rate limits
> in Xen. The first patch adds support for converting rate limits between
> sexpr config and domXML. The second patch does the same for xl/xm config.
> The third patc
On 18.02.2015 04:56, Jim Fehlig wrote:
> This series is a follow up to
>
> https://www.redhat.com/archives/libvir-list/2015-February/msg00024.html
>
> It goes a step further and changes the libxl driver to use one,
> driver-wide libxl_ctx. Currently the libxl driver has one driver-wide
> ctx for
On 10.09.2015 17:45, Ian Campbell wrote:
> commit 4b53d0d4ac9c "libxl: don't remove persistent domain on start
> failure" cleans up the vm object and sets it to NULL if the vm is not
> persistent, however at end job vm (now NULL) is dereferenced via the call to
> libxlDomainObjEndJob. Avoid this by
On 03.09.2015 12:14, Ian Campbell wrote:
> saved_errno is never written to in this function after it is
> initialised and it is only used to log the failure from
> virNetSocketNewConnectTCP masking the real errno from that function.
>
> Drop saved_errno and use errno itself.
>
> Signed-off-by: Ia
On 03.09.2015 22:55, John Ferlan wrote:
>
>
> On 09/03/2015 01:40 PM, Jim Fehlig wrote:
>> Remove redundant error reporting in libxlDomainMigrationPerform().
>> virNetSocketNewConnectTCP() is perfectly capable of reporting
>> sensible errors.
>>
>> Signed-off-by: Jim Fehlig
>> ---
>>
>> V2:
>> A
On 04.04.2015 00:49, Jim Fehlig wrote:
> Let callers of libxlDomainStart decide when it is appropriate to
> acquire a job on the associated virDomainObj.
>
> Signed-off-by: Jim Fehlig
> ---
>
> Job handling in the migration code is currently broken/incomplete,
> so fixing it is deferred to a fol
On 04.04.2015 00:49, Jim Fehlig wrote:
> V3 of a small series to fix issues wrt domain destroy
>
> V1:
> https://www.redhat.com/archives/libvir-list/2015-March/msg01337.html
>
> V2:
> https://www.redhat.com/archives/libvir-list/2015-April/msg00072.html
>
> In this version, patch 3 is changed a b
On 04.05.2015 22:35, Jim Fehlig wrote:
> The xend driver and the parsing/formating code in src/xenconfig
> have long supported soundhw. Add support in the libxl driver too.
>
> Signed-off-by: Jim Fehlig
> ---
>
> This patch continues the tradition of silently ignoring unsupported
> config in th
17 matches
Mail list logo