search for: libxl_device_pci_reset

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

2010 Aug 19
17
xl fails to work with some command
Hi As we will use xl in xen 4.1. I had try use xl to do something. And I find some command is fails. For config file, when give "disk=" too args, it will show segment fault if we use xl create to start guest. Is there any change for xl''s config file? Following command can not work: xl migrate: when I use xl migrate domain localhost to do migrate, it shows error:
2012 Oct 13
1
error: xl pci-attach assign pci to vm
Hi all Now I''m dong the sriov on the xen 4.1 when I try to do the following cmd: I got some errors like below: # xl pci-attach 7 0000:03:10.2 libxl: error: libxl_pci.c:750:libxl_device_pci_reset The kernel doesn''t support reset from sysfs for PCI device 0000:03:10.2 libxl: error: libxl_device.c:470:libxl__wait_for_device_model Device Model not ready what''s wrong? The guest os I''m using is Centos 6.3, hvm type, I have already installed the p...
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
...domid); @@ -175,8 +188,6 @@ _hidden int libxl_wait_for_device_model( void *userdata), void *check_callback_userdata); _hidden int libxl_wait_for_backend(libxl_ctx *ctx, char *be_path, char *state); -_hidden int libxl_device_pci_reset(libxl_ctx *ctx, unsigned int domain, unsigned int bus, - unsigned int dev, unsigned int func); /* from xenguest (helper */ _hidden int hvm_build_set_params(xc_interface *handle, uint32_t domid, @@ -225,18 +236,17 @@ _hidden int libxl_spawn_check(libxl_ctx /* low-lev...