On Sat 05 Nov 2011 09:00:37 AM BRST, Pradeep Kumar wrote: > From 21de64c799443f13a708c50dd54d97b92caa1315 Mon Sep 17 00:00:00 2001 > Date: Sat, 5 Nov 2011 16:24:20 +0530 > Subject: [PATCH] [AUTOTEST][KVM]: Qed image support > Signed-off-by: Pradeep Kumar Surisetty<[email protected]> > modified: client/tests/kvm/guest-hw.cfg.sample > modified: client/tests/kvm/subtests.cfg.sample > > --- > client/tests/kvm/guest-hw.cfg.sample | 3 +++ > client/tests/kvm/subtests.cfg.sample | 5 ++++- > 2 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/client/tests/kvm/guest-hw.cfg.sample > b/client/tests/kvm/guest-hw.cfg.sample > index c504601..0f8bb15 100644 > --- a/client/tests/kvm/guest-hw.cfg.sample > +++ b/client/tests/kvm/guest-hw.cfg.sample > @@ -74,6 +74,9 @@ variants: > - raw: > no ioquit > image_format = raw > + - qed: > + no ioquit > + image_format = qed > > variants: > - @no_pci_assignable: > diff --git a/client/tests/kvm/subtests.cfg.sample > b/client/tests/kvm/subtests.cfg.sample > index dc07416..21da315 100644 > --- a/client/tests/kvm/subtests.cfg.sample > +++ b/client/tests/kvm/subtests.cfg.sample > @@ -93,7 +93,7 @@ variants: > remove_image_dd = yes > create_image_cmd = "dd if=/dev/zero of=%s bs=1G count=1" > # Test the convertion from 'dd_image_name' to specified > format > - supported_image_formats = qcow2 raw > + supported_image_formats = qcow2 raw qed > - create: > subcommand = create > images += " large" > @@ -110,6 +110,9 @@ variants: > encrypted = no > - to_raw: > dest_image_format = raw > + - to_qed: > + dest_image_format = qed > + > - snapshot: > subcommand = snapshot > - info:
Applied: https://github.com/autotest/autotest/commit/14688d429894cf612c641cf1a2ae4d373d77454a By the way, you should check your git settings, your patches are coming a bit malformed, I end up fixing them before commit... _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
