Added full support for serial and parallel devices to Xen drivers

This commit is contained in:
Daniel P. Berrange
2008-04-26 14:22:02 +00:00
parent 49956f0469
commit e6f1123819
101 changed files with 2402 additions and 560 deletions

View File

@@ -1,3 +1,13 @@
Sat Apr 26 10:21:28 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/xm_internal.c, src/xml.c, src/xml.h, src/xend_internal.c,
src/xend_internal.h: Added support for serial and parallel
devices
* tests/sexpr2xmltest.c, tests/xml2sexprtest.c, tests/xmconfigtest.c:
added tests for serial and parallel devices
* tests/sexpr2xmldata/*, tests/xml2sexprdata/*, tests/xmconfigdata/*:
updated for new test cases
Fri Apr 25 16:45:28 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/internal.c: Convenience macros for fixed arrays