On Tue, Mar 17, 2015 at 7:38 PM, Guodong Zhu <donald....@gmail.com> wrote: > The purpose of the project is to implement an interface that can extract the > implementation of the virtual devices and make them executable outside of > the QEMU environment, which will benefit later testing and making the test > of the virtual devices more flexible and more thoroughly.
Hi, Take a look at tests/libqtest.c. Test cases use this interface to exercise specific device models. Although qtest involves running a full QEMU system emulator, it allows isolated device model tests similar to what you have described. Is there a project idea on the wiki that you are interested in? http://qemu-project.org/Google_Summer_of_Code_2015 Or maybe you have another idea you'd like to propose? Stefa