Re: [Xen-devel] [PATCH 30/35] libxl_pci: Use ev_qmp for pci_remove

2019-09-17 Thread Ian Jackson
Anthony PERARD writes ("[PATCH 30/35] libxl_pci: Use ev_qmp for pci_remove"): > This patch also replaces the use of > libxl__wait_for_device_model_deprecated() by its equivalent > without the need for a thread. > > Signed-off-by: Anthony PERARD > --- > > Notes: > In do_pci_remove, instead

[Xen-devel] [PATCH 30/35] libxl_pci: Use ev_qmp for pci_remove

2019-08-02 Thread Anthony PERARD
This patch also replaces the use of libxl__wait_for_device_model_deprecated() by its equivalent without the need for a thread. Signed-off-by: Anthony PERARD --- Notes: In do_pci_remove, instead of using a poll loop { ev_timer ; query-pci }, it could be possible to listen to events sent