search for: xc_interface_close_common

Displaying 3 results from an estimated 3 matches for "xc_interface_close_common".

2013 Dec 02
3
[PATCH] libxenctrl: Fix xc_interface_close() crash if it gets NULL as an argument
xc_interface_close() crashes if it gets NULL as an argument. However, it just calls xc_interface_close_common() which is called by many others functions. It means that they are also vulnerable. So fix above mentioned issue by adding NULL check in xc_interface_close_common(). This way we fix similar issue in other functions which calls xc_interface_close_common() too. Signed-off-by: Daniel Kiper <daniel...
2011 Jan 22
53
Xen 4.1 rc1 test report
Hi, All Intel QA conducted a full validation for xen 4.1 rc1, it includes VT-x, VT-d, SRIOV, RAS, TXT and xl tools testing. 24 issues were exposed. Refer the bug list, please. We already assigned 14 bugs to Intel developers (which has an ''Intel'' tag in the bug title), most of the rest 10 bugs are related xl command. For the these bugs, need community''s help to fix
2014 Sep 23
0
libvirt crashed by restore of xen vm
...evel@entry=XTL_DEBUG, code=code@entry=0, fmt=fmt@entry=0x7fd381b569b0 "hypercall buffer: total allocations:%d total releases:%d") at xc_private.c:364 #5 0x00007fd381b527f1 in xc__hypercall_buffer_cache_release (xch=xch@entry=0x7fd35c029ec0) at xc_hcall_buf.c:104 #6 0x00007fd381b4be1e in xc_interface_close_common (xch=0x7fd35c029ec0) at xc_private.c:201 #7 0x00007fd381b4be9c in xc_interface_close (xch=<optimized out>) at xc_private.c:240 #8 0x00007fd381d702b6 in libxl_ctx_free (ctx=0x7fd35c029cc0) at libxl.c:159 #9 0x00007fd39aa26b0b in virObjectUnref (anyobj=<optimized out>) at util/virobjec...