All of lore.kernel.org
 help / color / mirror / Atom feed
* xl: pci completion error
@ 2010-10-05 11:40 Sergey Tovpeko
  2010-10-06 10:39 ` Stefano Stabellini
  0 siblings, 1 reply; 11+ messages in thread
From: Sergey Tovpeko @ 2010-10-05 11:40 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

Hello, list!

xl reports the error on passthrough-ed pci device removing.

do_pci_remove device 01:00.0
libxl: error: libxl_device.c:448:libxl__wait_for_device_model Device 
Model not ready
libxl: error: libxl_pci.c:858:do_pci_remove Device Model didn't respond 
in time
libxl: error: libxl.c:944:libxl_domain_destroy pci shutdown failed for 
domid 1
libxl: error: libxl.c:896:libxl_destroy_device_model Couldn't find 
device model's pid: No such file or directory
libxl: error: libxl.c:956:libxl_domain_destroy 
libxl_destroy_device_model failed for 1
libxl: error: libxl_device.c:307:libxl__devices_destroy 
/local/domain/1/device is empty



It seems that libxl_pci didn't get the 'pci-removed' status from 
qemu-dm. Please, have a look  who should set this status in qemu-dm. As 
for me I added xenstore_record_dm_state("pci-removed");
after do_pci_del(par);
in xenstore_process_dm_command_event function.

It fixed up my issue of removing pci devices.

Sergey.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-10-08 10:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-05 11:40 xl: pci completion error Sergey Tovpeko
2010-10-06 10:39 ` Stefano Stabellini
2010-10-06 13:08   ` Sergey Tovpeko
2010-10-06 13:54     ` Stefano Stabellini
2010-10-06 14:29       ` Gianni Tedesco
2010-10-06 16:36         ` Stefano Stabellini
2010-10-07 12:47         ` Sergey Tovpeko
2010-10-07 14:10           ` Gianni Tedesco
2010-10-08 10:15             ` Sergey Tovpeko
2010-10-08 10:36               ` Gianni Tedesco
2010-10-06 14:05   ` Gianni Tedesco

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.