Re: [Qemu-devel] Patch checking bot

2014-10-27 Thread Andreas Färber
Hi, Am 22.10.2014 um 12:03 schrieb Stefan Hajnoczi: > On Mon, Oct 20, 2014 at 03:08:35PM +0100, Peter Maydell wrote: >> On 20 October 2014 11:25, Stefan Hajnoczi wrote: >>> At KVM Forum 2014 we discussed a patch checking bot that automates patch >>> format checking and smoke testing: >>> >>> 1. D

Re: [Qemu-devel] Patch checking bot

2014-10-22 Thread Stefan Hajnoczi
On Tue, Oct 21, 2014 at 04:19:52PM +0800, Fam Zheng wrote: > On Mon, Oct 20, 2014 at 6:25 PM, Stefan Hajnoczi wrote: > > Use docker or lxc to run a container for builds. The root file system > > should be fresh for each build so previous builds cannot affect later > > ones. The container cannot

Re: [Qemu-devel] Patch checking bot

2014-10-22 Thread Stefan Hajnoczi
On Mon, Oct 20, 2014 at 03:08:35PM +0100, Peter Maydell wrote: > On 20 October 2014 11:25, Stefan Hajnoczi wrote: > > Hi, > > At KVM Forum 2014 we discussed a patch checking bot that automates patch > > format checking and smoke testing: > > > > 1. Did the patch submitter include Signed-off-by? >

Re: [Qemu-devel] Patch checking bot

2014-10-21 Thread John Snow
On 10/20/2014 10:08 AM, Peter Maydell wrote: On 20 October 2014 11:25, Stefan Hajnoczi wrote: Hi, At KVM Forum 2014 we discussed a patch checking bot that automates patch format checking and smoke testing: 1. Did the patch submitter include Signed-off-by? 2. Does checkpatch.pl pass? 3. Does

Re: [Qemu-devel] Patch checking bot

2014-10-21 Thread Fam Zheng
On Mon, Oct 20, 2014 at 6:25 PM, Stefan Hajnoczi wrote: > Hi, > At KVM Forum 2014 we discussed a patch checking bot that automates patch > format checking and smoke testing: > > 1. Did the patch submitter include Signed-off-by? > 2. Does checkpatch.pl pass? > 3. Does the patch apply to qemu.git/ma

Re: [Qemu-devel] Patch checking bot

2014-10-20 Thread Peter Maydell
On 20 October 2014 11:25, Stefan Hajnoczi wrote: > Hi, > At KVM Forum 2014 we discussed a patch checking bot that automates patch > format checking and smoke testing: > > 1. Did the patch submitter include Signed-off-by? > 2. Does checkpatch.pl pass? > 3. Does the patch apply to qemu.git/master? >

[Qemu-devel] Patch checking bot

2014-10-20 Thread Stefan Hajnoczi
Hi, At KVM Forum 2014 we discussed a patch checking bot that automates patch format checking and smoke testing: 1. Did the patch submitter include Signed-off-by? 2. Does checkpatch.pl pass? 3. Does the patch apply to qemu.git/master? 4. Does each patch compile? 5. Does the series pass make check a