[Qemu-devel] [PATCH 06/32] qtest: Add hard disk geometry test

2012-07-06 Thread Markus Armbruster
So far covers only IDE and tests only CMOS contents. Signed-off-by: Markus Armbruster --- tests/Makefile |2 + tests/hd-geo-test.c | 403 +++ 2 files changed, 405 insertions(+), 0 deletions(-) create mode 100644 tests/hd-geo-test.c diff

Re: [Qemu-devel] [PATCH 06/32] qtest: Add hard disk geometry test

2012-06-29 Thread Markus Armbruster
Blue Swirl writes: > On Fri, Jun 29, 2012 at 3:34 PM, Markus Armbruster wrote: >> So far covers only IDE and tests only CMOS contents. >> >> Signed-off-by: Markus Armbruster >> --- >>  tests/Makefile      |    2 + >>  tests/hd-geo-test.c |  402 >> ++

Re: [Qemu-devel] [PATCH 06/32] qtest: Add hard disk geometry test

2012-06-29 Thread Blue Swirl
On Fri, Jun 29, 2012 at 3:34 PM, Markus Armbruster wrote: > So far covers only IDE and tests only CMOS contents. > > Signed-off-by: Markus Armbruster > --- >  tests/Makefile      |    2 + >  tests/hd-geo-test.c |  402 > +++ >  2 files changed, 404

[Qemu-devel] [PATCH 06/32] qtest: Add hard disk geometry test

2012-06-29 Thread Markus Armbruster
So far covers only IDE and tests only CMOS contents. Signed-off-by: Markus Armbruster --- tests/Makefile |2 + tests/hd-geo-test.c | 402 +++ 2 files changed, 404 insertions(+), 0 deletions(-) create mode 100644 tests/hd-geo-test.c diff