Re: [Qemu-devel] [PATCH 2/2] qtest: Add floppy test

2012-05-10 Thread Paolo Bonzini
Il 09/05/2012 19:11, Andreas Färber ha scritto: >> > # All QTests for now are POSIX-only, but the dependencies are >> > # really in libqtest, not in the testcases themselves. >> > check-qtest-i386-y = tests/rtc-test >> > +check-qtest-i386-y = tests/fdc-test > $(EXESUF)? In practice qtests will

Re: [Qemu-devel] [PATCH 2/2] qtest: Add floppy test

2012-05-10 Thread Kevin Wolf
Am 09.05.2012 19:11, schrieb Andreas Färber: > Am 08.05.2012 17:51, schrieb Kevin Wolf: >> Let's start with testing media change. >> >> Signed-off-by: Kevin Wolf >> --- >> tests/Makefile |2 + >> tests/fdc-test.c | 186 >> ++ >> 2 files

Re: [Qemu-devel] [PATCH 2/2] qtest: Add floppy test

2012-05-09 Thread Andreas Färber
Am 08.05.2012 17:51, schrieb Kevin Wolf: > Let's start with testing media change. > > Signed-off-by: Kevin Wolf > --- > tests/Makefile |2 + > tests/fdc-test.c | 186 > ++ > 2 files changed, 188 insertions(+), 0 deletions(-) > create m