[libvirt] [PATCH] esx: Switch from name to number checks in the subdrivers

2010-07-25 Thread Matthias Bolte
--- src/esx/esx_device_monitor.c |2 +- src/esx/esx_interface_driver.c |2 +- src/esx/esx_network_driver.c |2 +- src/esx/esx_nwfilter_driver.c |2 +- src/esx/esx_secret_driver.c|2 +- src/esx/esx_storage_driver.c |2 +- 6 files changed, 6 insertions(+), 6 deleti

[libvirt] [PATCH] esx: Improve blocked task detection and fix race condition

2010-07-25 Thread Matthias Bolte
esxVI_WaitForTaskCompletion can take a UUID to lookup the corresponding domain and check if the current task for it is blocked by a question. It calls another function to do this: esxVI_LookupAndHandleVirtualMachineQuestion looks up the VirtualMachine and checks for a question. If there is a questi

Re: [libvirt] [PATCH] Force FLR on for buggy SR-IOV devices.

2010-07-25 Thread Paolo Bonzini
On 07/23/2010 09:34 PM, Eric Blake wrote: +if (virAsprintf(&path, PCI_SYSFS "devices/%s/physfn", dev->name)< 0) { Weird spacing around < No, instead you are suffering from https://bugzilla.mozilla.org/show_bug.cgi?id=571502 :( Paolo -- libvir-list mailing list libvir-list@redhat.co

Re: [libvirt] [PATCH] esx: Add vpx:// scheme to allow direct connection to a vCenter

2010-07-25 Thread Daniel Veillard
On Sat, Jul 24, 2010 at 09:39:31PM +0200, Matthias Bolte wrote: > 2010/7/19 Daniel Veillard : > > On Mon, Jul 19, 2010 at 01:26:10AM +0200, Matthias Bolte wrote: > >> @@ -49,9 +51,9 @@ esx://example.com/?no_verify=1     (ESX over HTTPS, but > >> doesn't verify the serve > >>  type://[usern...@]hos