Re: [Qemu-devel] [RFC][PATCH v6 00/04] qtest: qemu unit testing framework

2011-02-10 Thread Stefan Hajnoczi
On Wed, Feb 9, 2011 at 8:39 PM, Michael Roth wrote: > On 02/09/2011 01:42 PM, Blue Swirl wrote: >> >> On Fri, Feb 4, 2011 at 3:49 PM, Michael Roth >>  wrote: >>> >>> These patches apply to master (2-04-2011), and can also be obtained from: >>> git://repo.or.cz/qemu/mdroth.git qtest_v1 >>> >>> OVER

Re: [Qemu-devel] [RFC][PATCH v6 00/04] qtest: qemu unit testing framework

2011-02-09 Thread Michael Roth
On 02/09/2011 01:42 PM, Blue Swirl wrote: On Fri, Feb 4, 2011 at 3:49 PM, Michael Roth wrote: These patches apply to master (2-04-2011), and can also be obtained from: git://repo.or.cz/qemu/mdroth.git qtest_v1 OVERVIEW: QEMU currently lacks a standard means to do targeted unit testing of the

Re: [Qemu-devel] [RFC][PATCH v6 00/04] qtest: qemu unit testing framework

2011-02-09 Thread Blue Swirl
On Fri, Feb 4, 2011 at 3:49 PM, Michael Roth wrote: > These patches apply to master (2-04-2011), and can also be obtained from: > git://repo.or.cz/qemu/mdroth.git qtest_v1 > > OVERVIEW: > > QEMU currently lacks a standard means to do targeted unit testing of the > device model. Frameworks like kv

[Qemu-devel] [RFC][PATCH v6 00/04] qtest: qemu unit testing framework

2011-02-04 Thread Michael Roth
These patches apply to master (2-04-2011), and can also be obtained from: git://repo.or.cz/qemu/mdroth.git qtest_v1 OVERVIEW: QEMU currently lacks a standard means to do targeted unit testing of the device model. Frameworks like kvm-autotest interact via guest OS, which provide a highly abstrac