]> git.proxmox.com Git - qemu.git/commit
qtest: Add IDE test case
authorKevin Wolf <kwolf@redhat.com>
Wed, 8 May 2013 09:18:41 +0000 (11:18 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 8 May 2013 13:28:49 +0000 (15:28 +0200)
commitacbe48013bf1eb9c9a435e76959f409584b35509
tree0baeae06d2d60d71da7337093f3b9ce738770bf1
parent9f0332b8cf27020d70be92f5e664466f0bcb84ec
qtest: Add IDE test case

This adds a simple IDE test case and starts by verifying that IDENTIFY
can be successfully used and return the correct serial number, version
and the WCE flag is set for cache=writeback.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/Makefile
tests/ide-test.c [new file with mode: 0644]