qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Merging qemu-iotests into qemu.git?
@ 2012-02-16 15:01 Kevin Wolf
  2012-02-16 20:53 ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Wolf @ 2012-02-16 15:01 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Stefan Hajnoczi, Qemu-devel

Hi Christoph,

I just talked to Stefan about our testing, both regarding the block
layer and qemu in general, and we came to the conclusion that it would
probably make sense to merge qemu-iotests into qemu.git.

The immediate benefit would be that we could include some short-running
tests into 'make check'. Long-term we would profit from being in the
same tests/ directory as all future tests for other qemu subsystems, so
we could probably share quite some of the framework code. (We were
initially talking about image streaming tests, which need a real VM
instead of just qemu-img/io and some monitor interaction - it's easy to
imagine similar cases)

What do you think?

Kevin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Merging qemu-iotests into qemu.git?
  2012-02-16 15:01 [Qemu-devel] Merging qemu-iotests into qemu.git? Kevin Wolf
@ 2012-02-16 20:53 ` Christoph Hellwig
  2012-02-20 16:42   ` Kevin Wolf
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2012-02-16 20:53 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: Qemu-devel, Christoph Hellwig, Stefan Hajnoczi

On Thu, Feb 16, 2012 at 04:01:58PM +0100, Kevin Wolf wrote:
> Hi Christoph,
> 
> I just talked to Stefan about our testing, both regarding the block
> layer and qemu in general, and we came to the conclusion that it would
> probably make sense to merge qemu-iotests into qemu.git.
> 
> The immediate benefit would be that we could include some short-running
> tests into 'make check'. Long-term we would profit from being in the
> same tests/ directory as all future tests for other qemu subsystems, so
> we could probably share quite some of the framework code. (We were
> initially talking about image streaming tests, which need a real VM
> instead of just qemu-img/io and some monitor interaction - it's easy to
> imagine similar cases)
> 
> What do you think?

I'm fine with doing that. 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Merging qemu-iotests into qemu.git?
  2012-02-16 20:53 ` Christoph Hellwig
@ 2012-02-20 16:42   ` Kevin Wolf
  2012-02-22 14:34     ` Anthony Liguori
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Wolf @ 2012-02-20 16:42 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Christoph Hellwig, Stefan Hajnoczi, Qemu-devel

Am 16.02.2012 21:53, schrieb Christoph Hellwig:
> On Thu, Feb 16, 2012 at 04:01:58PM +0100, Kevin Wolf wrote:
>> Hi Christoph,
>>
>> I just talked to Stefan about our testing, both regarding the block
>> layer and qemu in general, and we came to the conclusion that it would
>> probably make sense to merge qemu-iotests into qemu.git.
>>
>> The immediate benefit would be that we could include some short-running
>> tests into 'make check'. Long-term we would profit from being in the
>> same tests/ directory as all future tests for other qemu subsystems, so
>> we could probably share quite some of the framework code. (We were
>> initially talking about image streaming tests, which need a real VM
>> instead of just qemu-img/io and some monitor interaction - it's easy to
>> imagine similar cases)
>>
>> What do you think?
> 
> I'm fine with doing that. 

Anthony, how would we merge this best?

I can rewrite the history of qemu-iotests to move everything into a
tests/qemu-iotests/ directory and rewrite the subject lines of all
commits to include "qemu-iotests" (actually I have just tried it out
locally, so this part is done). We could then just pull from this
temporary repository and keep all of the existing git history.

I would send a pull request then without reposting all the patches in
the history of qemu-iotests as some of them are pretty big.

Would that work for you? Should I add a Signed-off-by to each patch for
rewriting the history or would it be okay with Christoph's existing SoB?

Kevin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Merging qemu-iotests into qemu.git?
  2012-02-20 16:42   ` Kevin Wolf
@ 2012-02-22 14:34     ` Anthony Liguori
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony Liguori @ 2012-02-22 14:34 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: Qemu-devel, Christoph Hellwig, Stefan Hajnoczi

On 02/20/2012 10:42 AM, Kevin Wolf wrote:
> Am 16.02.2012 21:53, schrieb Christoph Hellwig:
>> On Thu, Feb 16, 2012 at 04:01:58PM +0100, Kevin Wolf wrote:
>>> Hi Christoph,
>>>
>>> I just talked to Stefan about our testing, both regarding the block
>>> layer and qemu in general, and we came to the conclusion that it would
>>> probably make sense to merge qemu-iotests into qemu.git.
>>>
>>> The immediate benefit would be that we could include some short-running
>>> tests into 'make check'. Long-term we would profit from being in the
>>> same tests/ directory as all future tests for other qemu subsystems, so
>>> we could probably share quite some of the framework code. (We were
>>> initially talking about image streaming tests, which need a real VM
>>> instead of just qemu-img/io and some monitor interaction - it's easy to
>>> imagine similar cases)
>>>
>>> What do you think?
>>
>> I'm fine with doing that.
>
> Anthony, how would we merge this best?
>
> I can rewrite the history of qemu-iotests to move everything into a
> tests/qemu-iotests/ directory and rewrite the subject lines of all
> commits to include "qemu-iotests" (actually I have just tried it out
> locally, so this part is done). We could then just pull from this
> temporary repository and keep all of the existing git history.
>
> I would send a pull request then without reposting all the patches in
> the history of qemu-iotests as some of them are pretty big.
>
> Would that work for you? Should I add a Signed-off-by to each patch for
> rewriting the history or would it be okay with Christoph's existing SoB?

Just Christoph's SoB is fine as long as every commit has a SoB.  I think 
rewriting the history plus a pull would be a good approach.

Regards,

Anthony Liguori

>
> Kevin
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-22 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 15:01 [Qemu-devel] Merging qemu-iotests into qemu.git? Kevin Wolf
2012-02-16 20:53 ` Christoph Hellwig
2012-02-20 16:42   ` Kevin Wolf
2012-02-22 14:34     ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).