search for: fehlig

Displaying 20 results from an estimated 89 matches for "fehlig".

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 libx...
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...
2012 Dec 06
3
Re: [libvirt] [PATCH] Convert libxl driver to Xen 4.2
On 11/30/2012 03:13 PM, Jim Fehlig wrote: > Based on a patch originally authored by Daniel De Graaf > > http://lists.xen.org/archives/html/xen-devel/2012-05/msg00565.html > > This patch converts the Xen libxl driver to support only Xen >= 4.2. > Support for Xen 4.1 libxl is dropped since that version of libx...
2014 Feb 19
0
Re: event-test.py cannot detects domain shutdown
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. It >>> seems...
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 &q...
2020 Jun 02
2
Fwd: Hello
...rwarded 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 this. It is currently not possible for me to compile libvirt right from the word go while configuring with the error [1]. From the look of it and a bit of searching on the internet, it does look like the package porta...
2014 Sep 26
0
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
...e same. > > My question: is it normal that for transient guest domains the created libvirtd thread sill exists and also the open files after i destroy the doamin? or is it bug? The thread is created as a result of this commit: commit 03b3f8940af1a3179b7d5e19b25f54290bde10e0 Author: Jim Fehlig <jfehlig@suse.com> AuthorDate: Fri Jan 31 23:06:35 2014 -0700 Commit: Jim Fehlig <jfehlig@suse.com> CommitDate: Thu Feb 6 10:17:58 2014 -0700 libxl: handle domain shutdown events in a thread Handling the domain shutdown event within the event handler seems a bit unf...
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" ' > > D...
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 unit=''KiB''>9175040</memory> > Which is 8960, if divided by 1024, so at least it''s consistent. However... > The machine has 8G of memory, running x...
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. > &g...
2016 Mar 31
1
Re: (no subject)
Libvirt version as per virsh --version 1.2.2 Xen version as per xl info 4.4.2 I am working with xl toolstack On Mar 30, 2016 11:09 PM, "Jim Fehlig" <jfehlig@suse.com> wrote: > nidhi d wrote: > > 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 > > Wha...
2017 Dec 23
2
Re: [BUG] Not exiting media forced a promptly close of libvirt 3.10
Hello, thanks for the information. Please let me ask: If understand correctly this issue occoured and reported in 3.9? And the fix is for 3.11 or 4.0? Best regards Holger Am 22.12.2017 um 22:27 schrieb Jim Fehlig: > On 12/22/2017 02:21 AM, Holger Schranz wrote: >> Thread 1 (Thread 0x7f0d525ab700 (LWP 10729)): >> #0  virStorageFileReportBrokenChain (errcode=2, >> src=src@entry=0x7f0d4004ac40, parent=0x7f0d4004ac40) at >> storage/storage_source.c:422 >>          access_user...
2019 Jan 05
1
Re: xen and libvirt
...(somewhere on SuSE pages), so if there is a possibility to set it global on hyperviser, this could be a solution for me. With xl.conf it is possible but libvirt doesnt look there for the settings. I've tried to set it in libxl.conf, but this doesnt work to. Am 2019-01-04 18:42, schrieb Jim Fehlig: > On 1/4/19 9:14 AM, Christoph wrote: >> Hi >> >> Does someone know how it is possible these parameters: >> >> e820_host >> max_grant_frames >> >> to set with libvirt xml config? > > Currently, those settings are not supported by libvirt...
2017 Jul 26
3
Re: Xen died - Fedora upgrade from 21 to 26
...oot@testhost ~]# systemctl status libvirtd ● libvirtd.service - Virtualization daemon Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:libvirtd(8) http://libvirt.org On 25/07/2017 1:20 AM, Jim Fehlig wrote: > On 07/23/2017 04:25 PM, G Crowe wrote: >> Hi, >> I am trying to upgrade my Xen host (Dom0) and are having >> troubles getting it to work. >> >> I think that it has booted into a kernel that supports Xen (running >> 'xl info' does list s...
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
2018 Oct 31
2
Re: How to change the default connection of 'virsh' tool from 'qemu' to 'xen' ?
On Wed, Oct 31, 2018 at 09:32:30AM +0100, Andrea Bolognani wrote: >On Wed, 2018-10-31 at 10:56 +0900, Minjun Hong wrote: >> 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:///'. > >You probably installed the QEMU driver...
2013 May 01
0
Re: [PATCH] libxl: allow an <emulator> to be selected in the domain config XML
On Wed, 2013-05-01 at 04:42 +0100, Jim Fehlig wrote: > David Scott wrote: > > Hi, > > > > [added xen-devel: FYI this is about how to properly set the libxl > > device_model_version when the user has provided a manual device_model > > override (aka a path to a qemu) in the libvirt domain XML.] > > > &gt...