Re: [Qemu-devel] [PATCH v2 00/15] ahci-test preliminary refactoring

2015-02-12 Thread Stefan Hajnoczi
On Mon, Jan 19, 2015 at 03:15:48PM -0500, John Snow wrote: > This series aims to do two main things: > > (1) Eliminate global state out of the ahci-test file so that > the tests are more functional. This will allow me to write > migration tests more easily. These tests are already written

Re: [Qemu-devel] [PATCH v2 00/15] ahci-test preliminary refactoring

2015-01-27 Thread John Snow
Ping: Waiting for reviews on patches #6 (Marc?), and re-reviews for patches #12 and #15 (Paolo?) Thanks --JS On 01/19/2015 03:15 PM, John Snow wrote: This series aims to do two main things: (1) Eliminate global state out of the ahci-test file so that the tests are more functional. This w

[Qemu-devel] [PATCH v2 00/15] ahci-test preliminary refactoring

2015-01-19 Thread John Snow
This series aims to do two main things: (1) Eliminate global state out of the ahci-test file so that the tests are more functional. This will allow me to write migration tests more easily. These tests are already written and will be submitted upstream after these refactor series. (2)