]> git.proxmox.com Git - mirror_qemu.git/commit - tests/Makefile.include
libqos: add pc specific interface
authorJohn Snow <jsnow@redhat.com>
Mon, 19 Jan 2015 20:15:55 +0000 (15:15 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 16 Feb 2015 14:40:55 +0000 (14:40 +0000)
commit90e5add6f2fa0b0bd9a4c1d5a4de2304b5f3e466
treed88630f9c1149ea6e5d774d45c12fcd6cb0165e9
parentf6f363c1f4f962aee9f69c67ab2f3ff58c30f8c1
libqos: add pc specific interface

Create an operations structure so that the libqos interface can be
architecture agnostic, and create a pc-specific interface to functions
like qtest_boot.

Move the libqos object in the Makefile from being ahci-test only to
being linked with all tests that utilize the libqos features.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1421698563-6977-8-git-send-email-jsnow@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/Makefile
tests/ahci-test.c
tests/libqos/libqos-pc.c [new file with mode: 0644]
tests/libqos/libqos-pc.h [new file with mode: 0644]
tests/libqos/libqos.c
tests/libqos/libqos.h