Re: [libvirt] [PATCH 6/6] Implement VNC password change in QEMU

2010-03-25 Thread Daniel Veillard
On Wed, Mar 24, 2010 at 11:46:27AM +, Daniel P. Berrange wrote: Use the new virDomainUpdateDeviceFlags API to allow the VNC password to be changed on the fly * src/internal.h: Define STREQ_NULLABLE() which is like STREQ() but does not crash if either argument is NULL, and treats two

[libvirt] [PATCH 6/6] Implement VNC password change in QEMU

2010-03-24 Thread Daniel P. Berrange
Use the new virDomainUpdateDeviceFlags API to allow the VNC password to be changed on the fly * src/internal.h: Define STREQ_NULLABLE() which is like STREQ() but does not crash if either argument is NULL, and treats two NULLs as equal. * src/libvirt_private.syms: Export

Re: [libvirt] [PATCH 6/6] Implement VNC password change in QEMU

2010-03-23 Thread Daniel P. Berrange
On Mon, Mar 22, 2010 at 03:21:06PM -0600, Eric Blake wrote: On 03/22/2010 01:05 PM, Daniel P. Berrange wrote: Use the new virDomainUpdateDeviceFlags API to allow the VNC password to be changed on the fly * src/internal.h: Define STREQ_NULLABLE() which is like STREQ() but does not

[libvirt] [PATCH 6/6] Implement VNC password change in QEMU

2010-03-22 Thread Daniel P. Berrange
Use the new virDomainUpdateDeviceFlags API to allow the VNC password to be changed on the fly * src/internal.h: Define STREQ_NULLABLE() which is like STREQ() but does not crash if either argument is NULL, and treats two NULLs as equal. * src/libvirt_private.syms: Export

Re: [libvirt] [PATCH 6/6] Implement VNC password change in QEMU

2010-03-22 Thread Eric Blake
On 03/22/2010 01:05 PM, Daniel P. Berrange wrote: Use the new virDomainUpdateDeviceFlags API to allow the VNC password to be changed on the fly * src/internal.h: Define STREQ_NULLABLE() which is like STREQ() but does not crash if either argument is NULL, and treats two NULLs as equal.