Displaying 19 results from an estimated 19 matches for "libxl__ao_complete".
2013 Feb 24
1
xen hvm fails to start
...ate.c:885:domcreate_rebuild_done: cannot (re-)build
domain: -3
libxl: error: libxl_dm.c:1250:libxl__destroy_device_model: could not find
device-model''s pid for dom 14
libxl: error: libxl.c:1414:libxl__destroy_domid:
libxl__destroy_device_model failed for 14
libxl: debug: libxl_event.c:1569:libxl__ao_complete: ao 0x1bcc300:
complete, rc=-3
libxl: debug: libxl_create.c:1227:do_domain_create: ao 0x1bcc300:
inprogress: poller=0x1bccf70, flags=ic
libxl: debug: libxl_event.c:1541:libxl__ao__destroy: ao 0x1bcc300: destroy
xc: debug: hypercall buffer: total allocations:1166 total releases:1166
xc: debug: hyper...
2013 Dec 01
1
Bug#731038: xen-utils-4.3: cannot create hwm
...bxl_create.c:900:domcreate_rebuild_done: cannot (re-)build
domain: -3
libxl: error: libxl_dm.c:1300:libxl__destroy_device_model: could not find
device-model's pid for dom 3
libxl: error: libxl.c:1416:libxl__destroy_domid: libxl__destroy_device_model
failed for 3
libxl: debug: libxl_event.c:1569:libxl__ao_complete: ao 0x19811c0: complete,
rc=-3
libxl: debug: libxl_create.c:1243:do_domain_create: ao 0x19811c0: inprogress:
poller=0x1981220, flags=ic
libxl: debug: libxl_event.c:1541:libxl__ao__destroy: ao 0x19811c0: destroy
xc: debug: hypercall buffer: total allocations:76 total releases:76
xc: debug: hypercall...
2016 Mar 02
2
ceph and libxl errors attaching device
...0:
create: how=(nil) callback=(nil) poller=0x7fe24000ce20
libxl: debug: libxl_device.c:251:libxl__device_disk_set_backend: Disk
vdev=xvdd spec.backend=qdisk
libxl: debug: libxl_event.c:618:libxl__ev_xswatch_deregister: watch
w=0x7fe248001780: deregister unregistered
libxl: debug: libxl_event.c:1591:libxl__ao_complete: ao 0x7fe248006080:
complete, rc=0
libxl: debug: libxl.c:3538:libxl_device_disk_add: ao 0x7fe248006080:
inprogress: poller=0x7fe24000ce20, flags=ic
libxl: debug: libxl_event.c:1563:libxl__ao__destroy: ao 0x7fe248006080:
destroy
Seems like qdisk backend is not able to manage the volume
Any i...
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
2013 Apr 24
15
Bare-metal Xen on ARM boot
Hi,
I was wondering if there is any documentation on how to write a bare metal
application for Xen. I don''t need to parse the device tree and such yet, a
simple booting "Hello World" would be fine :-)
We wrote one and when trying to boot we get ( this was an uncompressed
binary, no image):
libxl: notice: libxl_numa.c:451:libxl__get_numa_candidate: NUMA placement
failed,
2014 Sep 25
1
libvirt 1.2.5 + xen 4.4
...k_set_backend: no
suitable backend for disk hda
libxl: error: libxl_dm.c:1467:kill_device_model: unable to find device
model pid in /local/domain/1151/image/device-model-pid
libxl: error: libxl.c:1421:libxl__destroy_domid:
libxl__destroy_device_model failed for 1151
libxl: debug: libxl_event.c:1591:libxl__ao_complete: ao 0x7ff010003e00:
complete, rc=-3
libxl: debug: libxl_create.c:1356:do_domain_create: ao 0x7ff010003e00:
inprogress: poller=0x7ff01000cb70, flags=ic
libxl: debug: libxl_event.c:1563:libxl__ao__destroy: ao 0x7ff010003e00:
destroy
xc: debug: hypercall buffer: total allocations:19 total releases:19...
2012 Nov 09
1
OVMF Bios Option
...lug: calling hotplug script:
/etc/xen/scripts/vif-bridge online
libxl: debug: libxl_device.c:916:device_hotplug: calling hotplug script:
/etc/xen/scripts/vif-bridge add
libxl: debug: libxl_event.c:1667:libxl__ao_progress_report: ao 0x9cc890:
progress report: ignored
libxl: debug: libxl_event.c:1497:libxl__ao_complete: ao 0x9cc890: complete,
rc=0
libxl: debug: libxl_event.c:1469:libxl__ao__destroy: ao 0x9cc890: destroy
Daemon running with PID 7184
xc: debug: hypercall buffer: total allocations:1042 total releases:1042
xc: debug: hypercall buffer: current allocations:0 maximum allocations:4
xc: debug: hypercall b...
2012 Aug 15
2
[PATCH] libxl: make domain resume API asynchronous
...ROR_FAIL;
}
out:
- GC_FREE;
return rc;
}
+int libxl_domain_resume(libxl_ctx *ctx, uint32_t domid, int suspend_cancel,
+ const libxl_asyncop_how *ao_how)
+{
+ AO_CREATE(ctx, domid, ao_how);
+ int rc = libxl__domain_resume(gc, domid, suspend_cancel);
+ libxl__ao_complete(egc, ao, rc);
+ return AO_INPROGRESS;
+}
+
/*
* Preserves a domain but rewrites xenstore etc to make it unique so
* that the domain can be restarted.
diff -r 30bf79cc14d9 -r 7cec0543f67c tools/libxl/libxl.h
--- a/tools/libxl/libxl.h Wed Aug 15 14:45:21 2012 +0100
+++ b/tools/libxl/libxl.h W...
2013 Feb 21
4
help please - running a guest from an iSCSI disk ? getting more diagnostics than "cannot make domain: -3" ? how to make domain0 "privileged" ?
...4:libxl__destroy_domid: non-existant domain -1
libxl: error: libxl.c:1358:domain_destroy_callback: unable to destroy
guest with domid 4294967295
libxl: error: libxl_create.c:1153:domcreate_destruction_cb: unable to
destroy domain 4294967295 following failed creation
libxl: debug: libxl_event.c:1499:libxl__ao_complete: ao 0x119c890:
complete, rc=-3
libxl: debug: libxl_create.c:1187:do_domain_create: ao 0x119c890:
inprogress: poller=0x119c920, flags=ic
libxl: debug: libxl_event.c:1471:libxl__ao__destroy: ao 0x119c890: destroy
xc: debug: hypercall buffer: total allocations:5 total releases:5
xc: debug: hypercall b...
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):
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)
2013 Apr 18
9
[PATCH v5 1/2] libxl: Introduce functions to add and remove USB devices to an HVM guest
...+ return rc;
+}
+
+int libxl_device_usb_add(libxl_ctx *ctx, uint32_t domid,
+ libxl_device_usb *usbdev,
+ const libxl_asyncop_how *ao_how)
+{
+ AO_CREATE(ctx, domid, ao_how);
+ int rc;
+ rc = libxl__device_usb_add(gc, domid, usbdev);
+ libxl__ao_complete(egc, ao, rc);
+ return AO_INPROGRESS;
+}
+
+/*
+ * USB remove
+ */
+static int do_usb_remove(libxl__gc *gc, uint32_t domid,
+ libxl__device_usb *usbdev)
+{
+ int rc;
+
+ switch (usbdev->protocol) {
+ case LIBXL_USB_PROTOCOL_DEVICEMODEL:
+ switch (libxl_...
2012 May 17
8
[PATCH] libxl: do not overwrite user supplied config when running bootloader
...oader_gotptys;
@@ -565,33 +578,6 @@ static void bootloader_finished(libxl__e
bootloader_callback(egc, bl, rc);
}
-/*----- entrypoint for external callers -----*/
-
-static void run_bootloader_done(libxl__egc *egc,
- libxl__bootloader_state *st, int rc)
-{
- libxl__ao_complete(egc, st->ao, rc);
-}
-
-int libxl_run_bootloader(libxl_ctx *ctx,
- libxl_domain_build_info *info,
- libxl_device_disk *disk,
- uint32_t domid,
- libxl_asyncop_how *ao_how)
-{
- AO_CREATE(ctx,domid,...
2013 Jul 14
1
Cannot VGA Passthrough Intel HD Graphics 4600 IGD
...l_dm.c:1275:device_model_spawn_outcome: domain 3
device model: spawn failed (rc=-3)
libxl: error: libxl_create.c:1075:domcreate_devmodel_started: device
model did not start: -3
libxl: error: libxl_dm.c:1306:libxl__destroy_device_model: Device Model
already exited
libxl: debug: libxl_event.c:1569:libxl__ao_complete: ao 0xf8fda0:
complete, rc=-3
libxl: debug: libxl_event.c:1541:libxl__ao__destroy: ao 0xf8fda0: destroy
xc: debug: hypercall buffer: total allocations:1179 total releases:1179
xc: debug: hypercall buffer: current allocations:0 maximum allocations:4
xc: debug: hypercall buffer: cache current size:4...
2018 Oct 09
3
Test report xen_4.11.1~pre.20180911.5acdd26fdc+dfsg-2
...r=-1: Cannot allocate memory
libxl: error: libxl_stream_write.c:350:libxl__xc_domain_save_done:
Domain 1:saving domain: domain did not respond to suspend request:
Cannot allocate memory
libxl: debug: libxl.c:746:libxl__fd_flags_restore: fnctl F_SETFL of fd
13 to 0x1
libxl: debug: libxl_event.c:1869:libxl__ao_complete: ao 0x56303d91b050:
complete, rc=-8
libxl: debug: libxl_event.c:1838:libxl__ao__destroy: ao 0x56303d91b050:
destroy
migration sender: libxl_domain_suspend failed (rc=-8)
Migration failed, failed to suspend at sender.
xencall:buffer: debug: total allocations:20 total releases:20
xencall:buffer: debu...
2013 Oct 08
10
xl console regression on xen-unstable
I''m unable to start xl console on latest xen-unstable (build with commit
8e0da8c07f4f80e14314977a11f738bd74a5b62b).
> xl -vvv console sid
> xenconsole: Could not read tty from store: No such file or directory
I also tried "xl create -c", and it shows console from pygrub but when
the "xl create" reaches the end I got the same error:
> xenconsole: Could not
2013 Sep 24
7
Qxl problem with xen domU, is xen spice and/or qemu bugs?
...calling hotplug script:
/etc/xen/scripts/vif-bridge online
libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script:
/etc/xen/scripts/vif-bridge add
libxl: debug: libxl_event.c:1737:libxl__ao_progress_report: ao
0x193a970: progress report: ignored
libxl: debug: libxl_event.c:1569:libxl__ao_complete: ao 0x193a970:
complete, rc=0
libxl: debug: libxl_event.c:1541:libxl__ao__destroy: ao 0x193a970: destroy
Daemon running with PID 5581
xc: debug: hypercall buffer: total allocations:752 total releases:752
xc: debug: hypercall buffer: current allocations:0 maximum allocations:4
xc: debug: hypercall...
2013 Oct 21
36
[PATCH 0 of 5 V3] Remus/Libxl: Network buffering support
This patch series adds support for network buffering in the Remus
codebase in libxl.
Changes in V3:
[1/5] Fix redundant checks in configure scripts
(based on Ian Campbell''s suggestions)
[2/5] Introduce locking in the script, during IFB setup.
Add xenstore paths used by netbuf scripts
to xenstore-paths.markdown
[3/5] Hotplug scripts setup/teardown invocations are now
2013 Sep 17
10
RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
*RESEND* due to exceeding the mailinglists limit for attachment size.
Hi,
I''m trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
- When i don''t passthrough the radeon card, the