Re: [KVM-AUTOTEST PATCH 1/8] kvm_config: Allow for = in the value of a config parameter

2009-06-08 Thread Lucas Meneghel Rodrigues
On Mon, 2009-06-08 at 01:01 -0300, Lucas Meneghel Rodrigues wrote: fix modifies kvm_config.split_and_strip so it will only split once per line. Applied. example: kernel_args = ks=floppy console=ttyS0 noacpi Signed-off-by: David Huff dh...@redhat.com --- client/tests/kvm/kvm_config.py |

[KVM-AUTOTEST PATCH 1/8] kvm_config: Allow for = in the value of a config parameter

2009-06-07 Thread Lucas Meneghel Rodrigues
fix modifies kvm_config.split_and_strip so it will only split once per line. example: kernel_args = ks=floppy console=ttyS0 noacpi Signed-off-by: David Huff dh...@redhat.com --- client/tests/kvm/kvm_config.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[KVM-AUTOTEST PATCH 1/8] kvm_config: Allow for = in the value of a config parameter

2009-06-05 Thread Lucas Meneghel Rodrigues
fix modifies kvm_config.split_and_strip so it will only split once per line. example: kernel_args = ks=floppy console=ttyS0 noacpi Signed-off-by: David Huff dh...@redhat.com --- client/tests/kvm/kvm_config.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git