| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
This is the config file that I use to test guest kernels. It's a minimal
config with lots of debugging options enabled to test for memleaks,
locking correctness, etc.
Also add a note to README about this file.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
|
| |
|
|
|
|
| |
Add links to the Fedora Feature Page and the wiki page on the KVM wiki.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
|
| |
|
|
| |
Signed-off-by: Amit Shah <amit.shah@redhat.com>
|
| |
|
|
|
|
|
|
|
| |
Update the README to include information on setting up the guest
and the host. These settings are needed to successfully run the
new tests: file transfer and checksumming, virtio console port
testing, debugfs and udev symlinking rules tests
Signed-off-by: Amit Shah <amit.shah@redhat.com>
|
|
|
This commit adds programs that run automated tests in the guest.
One program (auto-virtserial.c) is to be run on the host and
another (auto-virtserial-guest.c) is to be run in the guest.
A README file is added that explains how to run them using the
supplied script (run-test.sh).
Signed-off-by: Amit Shah <amit.shah@redhat.com>
|