Displaying 9 results from an estimated 9 matches for "libxl_driver".
Did you mean:
libllddriver
2014 Feb 19
1
Re: event-test.py cannot detects domain shutdown
...0700
>> Subject: [PATCH] libxl: queue shutdown event on domain shutdown
>>
>> Emmit libvirt shutdown event when receiving LIBXL_SHUTDOWN_REASON_POWEROFF
>> event from libxl.
>>
>> Signed-off-by: Jim Fehlig <jfehlig@suse.com>
>> ---
>> src/libxl/libxl_driver.c | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c
>> index 8e4242a..8d5e101 100644
>> --- a/src/libxl/libxl_driver.c
>> +++ b/src/libxl/libxl_driver.c
>> @@ -383,6 +383,9 @@ libxlDomainShutd...
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
2014 Feb 19
0
Re: event-test.py cannot detects domain shutdown
...e: Tue, 18 Feb 2014 20:34:47 -0700
> Subject: [PATCH] libxl: queue shutdown event on domain shutdown
>
> Emmit libvirt shutdown event when receiving LIBXL_SHUTDOWN_REASON_POWEROFF
> event from libxl.
>
> Signed-off-by: Jim Fehlig <jfehlig@suse.com>
> ---
> src/libxl/libxl_driver.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c
> index 8e4242a..8d5e101 100644
> --- a/src/libxl/libxl_driver.c
> +++ b/src/libxl/libxl_driver.c
> @@ -383,6 +383,9 @@ libxlDomainShutdownThread(void *opaque)
>...
2015 Nov 04
0
xen/libvirt freeze while attching network-device to vm´s
...c:1436 #9
libxl_osevent_occurred_fd (ctx=<optimized out>,
for_libxl=0x7f78d80ec220, fd=27, events_ign=<optimized out>,
revents_ign=<optimized out>) at libxl_event.c:1339 #10
0x00007f78fe3f9ac5 in libxlFDEventCallback (watch=11, fd=27,
vir_events=1, fd_info=0x7f78d811c430) at libxl/libxl_driver.c:134 #11
0x00007f793b04a9c4 in virEventPollDispatchHandles (nfds=31,
fds=0x7f793c30b510) at util/vireventpoll.c:509 #12 0x00007f793b04b224
in virEventPollRunOnce () at util/vireventpoll.c:658 #13
0x00007f793b0490cd in virEventRunDefaultImpl () at util/virevent.c:308
#14 0x00007f793b1f5ab6 in virNe...
2013 Apr 11
0
Re: [libvirt] [PATCH RESENT 04/12] libxl: populate xenstore memory entries at startup
On Thu, 2013-04-11 at 05:09 +0100, Jim Fehlig wrote:
> > + /* This will fill xenstore info about free and dom0 memory - if missing,
> > + * should be called before starting first domain */
> > + if (libxl_get_free_memory(libxl_driver->ctx, &free_mem)) {
> > + VIR_ERROR(_("cannot get free memory info"));
> > + goto error;
> > + }
> >
>
> Should failure of libxl_get_free_memory() really be fatal and prevent
> the driver from loading?
I''m not sure it...
2013 Dec 19
1
Re: About debugging of libvirt.
...il/virobject.c:293
#9 0x00007fc32af1824f in libxlDriverConfigGet
(driver=driver@entry=0x7fc338108930)
at libxl/libxl_conf.c:1124
#10 0x00007fc32af1a50e in libxlVmCleanup (driver=driver@entry=0x7fc338108930,
vm=vm@entry=0x7fc32400f530, reason=reason@entry
=VIR_DOMAIN_SHUTOFF_DESTROYED)
at libxl/libxl_driver.c:264
#11 0x00007fc32af20274 in libxlVmReap (driver=0x7fc338108930,
vm=0x7fc32400f530, reason=VIR_DOMAIN_SHUTOFF_DESTROYED) at
libxl/libxl_driver.c:338
#12 0x00007fc32af207de in libxlDomainDestroyFlags (dom=0x7fc3380e3770,
flags=<optimized out>) at libxl/libxl_driver.c:1507
#13 0x00007fc33723...
2013 Dec 19
2
Re: About debugging of libvirt.
I am newbie to this gdb debugging. now i did the bt in the debugging. In my
side still it showing the error. Following are the stacktrace which i got.
Kindly refer the following logs for full information:
****
[New Thread 0x7f8503695700 (LWP 20012)]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 0x00007f84f671281e in
2013 Apr 19
0
Re: [libvirt] [PATCH RESENT 04/12] libxl: populate xenstore memory entries at startup
...Apr 2013, Ian Campbell wrote:
> On Thu, 2013-04-11 at 05:09 +0100, Jim Fehlig wrote:
> > > + /* This will fill xenstore info about free and dom0 memory - if missing,
> > > + * should be called before starting first domain */
> > > + if (libxl_get_free_memory(libxl_driver->ctx, &free_mem)) {
> > > + VIR_ERROR(_("cannot get free memory info"));
> > > + goto error;
> > > + }
> > >
> >
> > Should failure of libxl_get_free_memory() really be fatal and prevent
> > the driver from...
2014 Sep 23
0
libvirt crashed by restore of xen vm
...x00007fd39aa4f55a in virDomainObjListRemove (doms=0x7fd378180060, dom=0x7fd35c003e80) at conf/domain_conf.c:2355
#13 0x00007fd381fcf8fa in libxlDomainRestoreFlags (conn=<optimized out>, from=0x7fd35c007af0 "/root/hive2/src/domU.state", dxml=0x0, flags=<optimized out>) at libxl/libxl_driver.c:1944
#14 0x00007fd39aabbc17 in virDomainRestoreFlags (conn=0x7fd358000c30, from=0x7fd35c0014a0 "/root/hive2/src/domU.state", dxml=0x0, flags=0) at libvirt.c:2975
#15 0x00007fd39b5011f6 in remoteDispatchDomainRestoreFlags (server=<optimized out>, msg=<optimized out>, args=0x7...