Displaying 20 results from an estimated 50 matches for "libxl_device".
2012 Nov 09
1
OVMF Bios Option
...ral tests the output was the same regardless of what OS I
attempted to use).
Any suggestions would be appreciated.
Thanks,
Casey
Parsing config from /etc/xen/win8.cfg
libxl: debug: libxl_create.c:1173:do_domain_create: ao 0x9cc890: create:
how=(nil) callback=(nil) poller=0x9cc920
libxl: debug: libxl_device.c:229:libxl__device_disk_set_backend: Disk
vdev=hda spec.backend=unknown
libxl: debug: libxl_device.c:265:libxl__device_disk_set_backend: Disk
vdev=hda, using backend phy
libxl: debug: libxl_device.c:229:libxl__device_disk_set_backend: Disk
vdev=hdc spec.backend=unknown
libxl: debug: libxl_device.c...
2015 Feb 01
4
Bug#776742: xen-utils-common: no support for VGA Passthrough
Package: xen-utils-common
Version: 4.4.1-6
Severity: normal
Dear Maintainer,
(There appear to be several reports on the BTS with concerns relating to
this report. Some unarchiving/merging may be necessary. Reassignment may
be needed as well since I'm not sure which package this problem would
fall under. Ultimately decided to file with xen-utils-common with 'xl'
being the frontend
2011 May 30
7
libxl build errors in xen-unstable
...statement -D__XEN_TOOLS__ -MMD -MF .subdir-install-libxl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .libxl_device.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -Werror -Wno-format-zero-length -Wmissing-declarations -I. -fPIC -I/usr/src/packages/BUILD/xen-unstable.hg-4.2.23437/tools/libxl/../../tools/libxc -I/usr/src/packages/BUILD/xen-unstable.hg-4.2.23437/tools/libxl/../../tools/i...
2010 Sep 02
7
[PATCH] libxl: make libxl communicate with xenstored by socket or xenbus driver
...this patch.
-----------------------------------------Patch------------------------------------------------------
diff -r eff592364826 tools/libxl/libxl.c
--- a/tools/libxl/libxl.c Wed Sep 01 11:23:49 2010 +0100
+++ b/tools/libxl/libxl.c Thu Sep 02 14:51:46 2010 +0100
@@ -1387,10 +1387,8 @@
{
libxl_device_model_starting *starting = for_spawn;
char *kvs[3];
- int rc;
struct xs_handle *xsh;
- xsh = xs_daemon_open();
/* we mustn''t use the parent''s handle in the child */
kvs[0] = "image/device-model-pid";
@@ -1398,9 +1396,10 @@
return;...
2014 Sep 25
1
libvirt 1.2.5 + xen 4.4
...rd' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/>
</devices>
</domain>
Error.log
libxl: debug: libxl_create.c:1342:do_domain_create: ao 0x7ff010003e00:
create: how=(nil) callback=(nil) poller=0x7ff01000cb70
libxl: debug: libxl_device.c:251:libxl__device_disk_set_backend: Disk
vdev=hda spec.backend=tap
libxl: debug: libxl_device.c:210:disk_try_backend: Disk vdev=hda, backend
tap unsuitable because blktap not available
libxl: error: libxl_device.c:289:libxl__device_disk_set_backend: no
suitable backend for disk hda
libxl: error:...
2012 Nov 07
4
[PATCH 1/2] 4.1.2 blktap2 cleanup fixes.
...urn;
+
+ type = params;
+ disk = strchr(params, '':'');
+ if (!disk) return;
+
+ *disk++ = ''\0'';
+
+ err = tap_ctl_find(type, disk, &tap);
+ if (err < 0) return;
+
+ tap_ctl_destroy(tap.id, tap.minor);
+}
diff -r 700d0f03d50a tools/libxl/libxl_device.c
--- a/tools/libxl/libxl_device.c Mon Oct 29 09:04:48 2012 +0100
+++ b/tools/libxl/libxl_device.c Tue Nov 06 19:52:48 2012 -0600
@@ -250,6 +250,7 @@ int libxl__device_destroy(libxl_ctx *ctx
if (!state)
goto out;
if (atoi(state) != 4) {
+ libxl__device_destroy_tapdisk(&...
2011 Nov 30
4
Compile error with Ubuntu 11.10
Hi,
compilation of xen-unstable with a fresh Ubuntu 11.10 x86_64 fails with
following error:
cc1: warnings being treated as errors
libxl_create.c: In function ‘store_libxl_entry’:
libxl_create.c:465: error: format not a string literal and no format
arguments
Steps to reproduce:
- Install Ubuntu 11.10 (
http://www.ubuntu.com/start-download?distro=desktop&bits=64&release=latest)
- sudo
2012 Nov 02
9
Custom block script started twice for root block but only stopped once
Hi,
I''m using a custom block script in my xen setup and when started, it
creates a new device node pointing to some network resources.
Now I noticed that the script is called twice for the root block, the
first time for pygrub most likely, but is only stopped once ... I
don''t mind creating two devices node, but then I need to destroy both
...
Is this a known issue ?
Cheers,
2012 Nov 07
4
[PATCH 2/2] 4.1.2 blktap2 cleanup fixes.
...sk, &tap);
if (err < 0) return;
+ /*
+ * Remove the instance of the backend device to avoid a deadlock with the
+ * removal of the tap device.
+ */
+ xs_rm(ctx->xsh, XBT_NULL, be_path);
+
tap_ctl_destroy(tap.id, tap.minor);
}
diff -r b184698e0893 tools/libxl/libxl_device.c
--- a/tools/libxl/libxl_device.c Tue Nov 06 19:53:48 2012 -0600
+++ b/tools/libxl/libxl_device.c Tue Nov 06 19:54:23 2012 -0600
@@ -250,8 +250,7 @@ int libxl__device_destroy(libxl_ctx *ctx
if (!state)
goto out;
if (atoi(state) != 4) {
- libxl__device_destroy_tapdisk(&...
2013 Dec 01
70
[PATCH 00/13] Coverity fixes for libxl
...e for VNC viewer --autopass
libxl: don''t leak buf in libxl_xen_console_read_start error handling
libxl: replace for loop with more idiomatic do-while loop
tools/libxl/libxl.c | 64 +++++++++++++++++++++-----------------------
tools/libxl/libxl_cpuid.c | 2 +-
tools/libxl/libxl_device.c | 3 +++
tools/libxl/libxl_dom.c | 42 ++++++++++++++---------------
tools/libxl/libxl_pci.c | 9 +++----
tools/libxl/libxl_x86.c | 2 +-
6 files changed, 59 insertions(+), 63 deletions(-)
--
1.7.10.4
2013 Jul 14
1
Cannot VGA Passthrough Intel HD Graphics 4600 IGD
...==================================================
teo-en-ming@intel-core-i5-4430-desktop:~$ sudo xl -vvv create
/etc/xen/windows8
Parsing config from /etc/xen/windows8
libxl: debug: libxl_create.c:1230:do_domain_create: ao 0xf8fda0: create:
how=(nil) callback=(nil) poller=0xf8f5e0
libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk
vdev=hda spec.backend=unknown
libxl: debug: libxl_device.c:197:disk_try_backend: Disk vdev=hda,
backend phy unsuitable as phys path not a block device
libxl: debug: libxl_device.c:212:disk_try_backend: Disk vdev=hda,
backend tap unsuitable because blkta...
2010 Aug 13
0
[PATCH 1 of 4] libxl_device_generic_add: handle NULL fents or bents
libxl_device_generic_add: handle NULL fents or bents.
This is going to be used by libxl_console_add in the next patch to
avoid creating the device/console path on xenstore for console 0.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
diff -r 85bd0f6e8fed tools/libxl/libxl_device.c...
2012 Jan 13
1
[PATCH] libxl: fix parse_backend_path and device_backend_path to be mutual
...try to get
the original path again with libxl__device_backend_path the
result is wrong. This patch fixes the issue, so transformation from
path to libxl__device and back is reciprocal.
Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu>
diff -r 887a3229fd7a -r 58c924a72ab7 tools/libxl/libxl_device.c
--- a/tools/libxl/libxl_device.c Fri Jan 13 12:39:45 2012 +0100
+++ b/tools/libxl/libxl_device.c Fri Jan 13 12:39:59 2012 +0100
@@ -54,12 +54,11 @@ int libxl__parse_backend_path(libxl__gc
{
/* /local/domain/<domid>/backend/<kind>/<domid>/<devid> */
char strkind...
2012 Jun 08
3
cannot boot guest VM
...]
bootloader = "pygrub"
extra = "debian-installer/exit/always_halt=true -- console=hvc0"
cpu_weight=256
vif=[''bridge=xenbr0'']
When I try to boot the VM with the above configuration I get the following error:
Parsing config file debian-blktap2.cfg
libxl: debug: libxl_device.c:183:libxl__device_disk_set_backend: Disk vdev=xvda spec.backend=unknown
libxl: debug: libxl_device.c:137:disk_try_backend: Disk vdev=xvda, backend phy unsuitable as phys path not a block device
libxl: debug: libxl_device.c:144:disk_try_backend: Disk vdev=xvda, backend tap unsuitable because blkta...
2013 Nov 27
20
[PATCH v2] Handle xen_platform_pci=0 case
Hi,
Here is a little patch that attempt to fix the issue regarding
xen_platform_pci=0 not been handled.
There is one patch left from the previous version. The patch that was adding
qemu_machine_override have been removed as it is unnecessary. If someone wants
to change the -machine, it can always add it to device_model_args_hvm, as QEMU
appear to use the last one.
Regards,
Anthony PERARD (1):
2009 Nov 18
6
[PATCH 1/3] libxenlight: Clean up logging arrangements
...log
callback is expected to add a \n if it wants to do that, so libxl''s
logging functions should be passes strings without \n.)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
tools/libxl/libxl.c | 91 +++++++++++++++++++++++------------------
tools/libxl/libxl_device.c | 27 +++++++++----
tools/libxl/libxl_dom.c | 11 +++--
tools/libxl/libxl_exec.c | 2 +-
tools/libxl/libxl_internal.c | 39 +++++++++++++++---
tools/libxl/libxl_internal.h | 11 ++++-
tools/libxl/libxl_xshelp.c | 5 ++
7 files changed, 124 insertions(+), 62 deletions(-)...
2011 Sep 21
1
[PATCH] libxl: attempt to cleanup tapdisk processes on disk backend destroy
...= params;
+ disk = strchr(params, '':'');
+ if (!disk) return;
+
+ *disk++ = ''\0'';
+
+ err = tap_ctl_find(type, disk, &tap);
+ if (err < 0) return;
+
+ tap_ctl_destroy(tap.id, tap.minor);
+}
diff -r 206afa070919 -r b43fd821d1ae tools/libxl/libxl_device.c
--- a/tools/libxl/libxl_device.c Wed Sep 21 13:59:24 2011 +0100
+++ b/tools/libxl/libxl_device.c Wed Sep 21 13:59:24 2011 +0100
@@ -372,6 +372,7 @@ int libxl__device_destroy(libxl__gc *gc,
if (!state)
goto out;
if (atoi(state) != 4) {
+ libxl__device_destroy_tapdisk(gc,...
2010 Aug 17
3
libxl build failure in latest xen
..../../tools/include -I../../tools/xenstore -I../../tools/include
> -I../../tools/blktap2/control -I../../tools/blktap2/include -I../../tools/include
> -Wl,-soname -Wl,libxenlight.so.1.0 -shared -o libxenlight.so.1.0.0 flexarray.o
> libxl.o libxl_pci.o libxl_dom.o libxl_exec.o libxl_xshelp.o libxl_device.o
> libxl_internal.o xenguest.o libxl_utils.o osdeps.o libxl_paths.o
> libxl_bootloader.o libxl_blktap2.o
> /usr/bin/ld: libxl_dom.o: relocation R_X86_64_PC32 against
> `hvm_build_set_params'' can not be used when making a shared object;
> recompile with -fPIC
> /usr/bin/l...
2012 Aug 22
4
config file conflict??
I think it has to be something trivial, but I cannot start 2 windows servers
at the same time on the same dom0.
If I start server 2008 first I can''t start 2012, if I start 2012, I can''t
start 2008.
The failure is:
libxl: error: libxl_device.c:470:libxl__wait_for_device_model Device Model
not ready
xl: fatal error: libxl_create.c:535, rc=-1:
libxl__confirm_device_model_startup
The config files are almost exactly the same with the exception on one using
cpu2 and the other using cpu3, and one using a physical disk and the other a
vi...
2013 Apr 26
6
ubuntu13.04 host and ubuntu13.04 guest how to config the pvscsi
Hi, everyone!
We google a lot, but can''t find how to config the pvscsi on our ubuntu13.04 PV on HVM.There are some links
http://wiki.xen.org/wiki/Paravirtualized_SCSI
http://wiki.xen.org/wiki/Xen_Configuration_File_Options
And we use the config option above
Configure PVSCSI devices
vscsi = [ ''/dev/sdc, 0:0:0:0'' ]
I pass sdc to the hvm, but in our pvhvm (ubuntu13.04)