Displaying 20 results from an estimated 120 matches similar to: "Re: [libvirt] [PATCH] Convert libxl driver to Xen 4.2"
2012 Oct 24
8
libxl drivers for libvirt?
Hey Jim,
I was wondering if you or someone on your team could give me an idea
what the status of libxl support is in libvirt, particularly wrt
various releases?
I''m asking because I''m going to UDS next week to talk about the 13.04
release, and it would be good to get Xen 4.2 in; but that in part
depends on whether there will be libvirt support for 4.2 in whatever
version of
2006 Apr 20
3
[PATCH] fix tools compile issue on sles 10
With sles 10, ''make tools'' produces the following:
CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall
-Wstrict-prototypes -Wdeclaration-after-statement
-D__XEN_INTERFACE_VERSION__=0x00030101" python setup.py install
--home="/root/xen/xen-unstable.hg/dist/install/usr" --force
running install
error: must supply either home or prefix/exec-prefix --
2014 Feb 19
2
Re: event-test.py cannot detects domain shutdown
Cole Robinson wrote:
> On 02/18/2014 05:12 AM, Kim Larry wrote:
>
>> The thing I found today is that if libvirt uses xend driver, shutdown events
>> are delivered, but if libvirt uses libxl drvier, doesn't show up anything. It
>> seems there are bugs on shutdown event, so I did dig into the libvirt source
>> briefly, but I couldn't find where libxl driver
2010 Oct 28
5
[PATCH] Fix pci passthru in xend interface used by libvirt
# HG changeset patch
# User Jim Fehlig <jfehlig@novell.com>
# Date 1288301229 21600
# Branch xend-pci
# Node ID 461b9d3a643a2c67c961d9fc468a804891f3770d
# Parent 28a16074681582f1209c9077f870ccf44927133e
Fix pci passthru in xend interface used by libvirt
Attempting to define or create a domain whose XML config contains a
passthru PCI device fails with libvirt
xen84: # cat win2k8r2.xml
...
2014 Feb 19
1
Re: event-test.py cannot detects domain shutdown
Cole Robinson wrote:
> On 02/18/2014 10:45 PM, Jim Fehlig wrote:
>
>> Cole Robinson wrote:
>>
>>> On 02/18/2014 05:12 AM, Kim Larry wrote:
>>>
>>>
>>>> The thing I found today is that if libvirt uses xend driver, shutdown events
>>>> are delivered, but if libvirt uses libxl drvier, doesn't show up anything.
2014 Sep 26
5
increase number of libvirt threads by starting tansient guest doamin - is it a bug?
hello,
if i start a transient guest doamin via "virsh create abcd.xml" i see an additional libvirt thread and also some open files:
pstree -h `pgrep libvirtd`
libvirtd───11*[{libvirtd}]
libvirtd 3016 root 21w REG 253,0 6044 1052094 /var/log/libvirt/libxl/abcd.log
libvirtd 3016 root 22r FIFO 0,8 0t0 126124 pipe
libvirtd 3016 root
2007 May 15
4
[PATCH] [xm] Fix vncdisplay for hvm guests
''vncdisplay=N'' in hvm config file is ignored when building qemu-dm
arguments.
xm create or xm new -> xm start with hvm config file containing
vnc=1
vncdisplay=5
results in ''-vncunused'' being passed to qemu-dm. There are several
approaches
for a fix - this patch defaults vncdisplay to None in xm options. It
currently defaults to 1 and is always included in
2018 Oct 31
2
How to change the default connection of 'virsh' tool from 'qemu' to 'xen' ?
Hi.
Thanks to help of this mailing list (especially Jim Fehlig), I have
finished setup of libvirt.
However, there is something weird. It is that I installed libvirt on 5
servers but
the default connection of one of them is 'qemu:///' even if those of the
others are all 'xen:///'.
I searched how to change it but, I only found a bypass adding "
2020 Jun 02
2
Fwd: Hello
---------- Forwarded message ---------
From: K. Kahurani <k.kahurani at gmail.com>
Date: Sun, May 31, 2020 at 2:26 PM
Subject: Hello
To: <eblake at redhat.com>
Hello,
Hopefully this finds you well.
This is not a bug report but more or less an inquiry as based on the
information acquired from Jim Fehlig a while back, it is possible you would
have some important information regarding
2018 Oct 30
2
Re: Xen via libvirt
On Tue, Oct 30, 2018 at 4:57 AM Jim Fehlig <jfehlig@suse.com> wrote:
> On 10/29/18 12:26 PM, Minjun Hong wrote:
> > Hello.
> > I want to use libvirt for toolstack of Xen (not XenServer) to set up
> Openstack
> > system but,
> > I'm new to libvirt so, I had some troubles on installing libvirt.
> >
> > I downloaded the source code, build and
2015 May 18
2
Re: xl extra parameters equivalent for libvirt
On 05/18/2015 01:02 PM, Jim Fehlig wrote:
> On 05/18/2015 11:35 AM, Emma Anderson wrote:
>> hi,
>>
>> I use xl toolstack to manage vms on a Xen machine, and also pass some
>> custom parameters when creating a vm, for example:
>>
>> xl create vm.cfg ' param="xyz" '
>
> Documentation on create subcommand in the xl man page describes the
2013 Jul 04
2
Re: [libvirt] [PATCH 1/4] libxl: implement NUMA capabilities reporting
[Moving the conversation on @xen-devel and adding Jan, as that seems
more appropriate]
[Jan, this came up as I''m implementing some NUMA bits in libvirt but, as
you see, the core of Jim''s question is purely about Xen]
On lun, 2013-07-01 at 16:47 -0600, Jim Fehlig wrote:
> On my non-NUMA test machine I have the cell memory reported as
>
> <memory
2012 Feb 20
18
[PATCH] libxl: fix compile error of libvirt
a, libxl_event.h is included in libxl.h. So, the former one also need to be installed.
b, define __XEN_TOOLS__ in libxl.h:
the head file "xen/sysctl.h" need check this macro.
It is the same way used by the xen libxc public headers(tools/libxc/xenctrl.h and tools/libxc/xenctrlosdep.h).
Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com>
diff -r 87218bd367be
2011 Nov 25
9
[BUG] insufficient quoting between "tap-ctl list" and xend/server/BlktapController.py
Hello,
I have a problem shutting down a domU with xen-4.1.2, which doesn''t terminate
the corresponding blktap2 process, since one (other) VM uses a image file,
which contains spaces in its file name.
/var/log/xen/xend-debug.log has the following information:
Unhandled exception in thread started by
Traceback (most recent call last):
File
2008 Jan 11
5
domUloader Vs pygrub
Hi
I have been using pygrub for most of the needs. Was
trying out some stuff on SLES 10 SP1. It seems that it
does not have pygrub!!
On the other hand,they have domUloader.py which
requires bootargs="--entry=hda:/boot/vmlinuz...., path
to ramdisk.
It is quite strange to be asking for the path of
the kernel and the ramdisk to be supplied in the conf
file!!.
Am I missing something
2008 Jan 11
5
domUloader Vs pygrub
Hi
I have been using pygrub for most of the needs. Was
trying out some stuff on SLES 10 SP1. It seems that it
does not have pygrub!!
On the other hand,they have domUloader.py which
requires bootargs="--entry=hda:/boot/vmlinuz...., path
to ramdisk.
It is quite strange to be asking for the path of
the kernel and the ramdisk to be supplied in the conf
file!!.
Am I missing something
2017 Jul 26
3
Re: Xen died - Fedora upgrade from 21 to 26
Jim,
Thanks for that, I had manually installed
libvirt-daemon-driver-xen, but also needed to install
libvirt-daemon-driver-libxl. I can now create VMs and convert config
formats.
However the daemon still fails to start on bootup. It starts fine when I
manually start it with "systemctl start libvirtd" but setting it to
autostart with "systemctl enable libvirtd" seems
2015 May 18
2
xl extra parameters equivalent for libvirt
hi,
I use xl toolstack to manage vms on a Xen machine, and also pass some custom parameters when creating a vm, for example:
xl create vm.cfg ' param="xyz" '
I am moving to libvirt for vm management. How I can pass those extra parameters using libvirt?
Thanks.
2016 Mar 30
4
Re: (no subject)
When i tried
virsh migrate <vm> xen+ssh://user@remote/system
I get the error
This function is not supported by the connection driver:virDomainMigrate3
2016 Mar 30
1
Re: Accessing xenstore from libvirt
Daniel P. Berrange wrote:
> On Wed, Mar 30, 2016 at 10:53:45AM +0200, Marin Bek wrote:
>> Hi,
>>
>> is it possible to access xenstore through libvirt? Or at least any other
>> programatic means other than calling xenstore-read/write through shell?
>>
>> I understand it is somewhat of a security risk but still...
>
> No, we don't expose this kind of