[Qemu-devel] [PATCH v2 6/7] qemu-iotests: add initial tests for live block commit

2012-09-25 Thread Jeff Cody
Derived from the streaming test cases (030), this adds the following tests: 1. For the following image chain, commit [mid] into [backing], and use qemu-io to verify [backing] has its original data, as well as the data from [mid] [backing] <-- [mid] <-- [test] 2. Verifies that 'b

Re: [Qemu-devel] [PATCH v2 6/7] qemu-iotests: add initial tests for live block commit

2012-09-25 Thread Eric Blake
On 09/25/2012 10:29 AM, Jeff Cody wrote: > Derived from the streaming test cases (030), this adds the > following tests: > > 1. For the following image chain, commit [mid] into [backing], >and use qemu-io to verify [backing] has its original data, as >well as the data from [mid] > >

Re: [Qemu-devel] [PATCH v2 6/7] qemu-iotests: add initial tests for live block commit

2012-09-25 Thread Jeff Cody
On 09/25/2012 02:02 PM, Eric Blake wrote: > On 09/25/2012 10:29 AM, Jeff Cody wrote: >> Derived from the streaming test cases (030), this adds the >> following tests: >> >> 1. For the following image chain, commit [mid] into [backing], >>and use qemu-io to verify [backing] has its original data