Re: [libvirt] [PATCHv2] virsh-domain: Simplify usage of --current, --live and --config flags

2013-03-27 Thread Martin Kletzander
On 03/21/2013 03:11 PM, Peter Krempa wrote: This patch uses the new helper to avoid the more complex check for domain state modification flags. --- ACK after 1.0.4, Martin -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCHv2] virsh-domain: Simplify usage of --current, --live and --config flags

2013-03-21 Thread Peter Krempa
This patch uses the new helper to avoid the more complex check for domain state modification flags. --- Notes: Version 2: - remove unecessary usage of if (current) - fix cmdSetmaxmem - convert cmdMemtune too tools/virsh-domain.c | 300