adds xen and hvm guest types to test driver capabilities

* src/test.c: patch from Cole Robinson adding xen and hvm guest types
  to the test driver's capabilities.
Daniel
This commit is contained in:
Daniel Veillard
2008-04-08 09:26:24 +00:00
parent 2579443e21
commit 801a8f2e7b
2 changed files with 28 additions and 20 deletions

View File

@@ -1,3 +1,8 @@
Tue Apr 8 11:24:28 CEST 2008 Daniel Veillard <daniel@veillard.com>
* src/test.c: patch from Cole Robinson adding xen and hvm guest types
to the test driver's capabilities.
Tue Apr 8 10:19:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
* python/generator.py: fix an infinite loop bug