On 12.01.2016 13:06, Pavel Hrdina wrote:
Ok, so consider this squashed in, I've forgot to regenerate the
tests after
rebase to current HEAD and there seems to be new tests.
---
Not only that. This needs to be squashed in too:
diff --git a/tests/xlconfigdata/test-paravirt-cmdline-bogus-extra-root.xml
b/tests/xlconfigdata/test-paravirt-cmdline-bogus-extra-root.xml
index f4ab9e6..fdf84c3 100644
--- a/tests/xlconfigdata/test-paravirt-cmdline-bogus-extra-root.xml
+++ b/tests/xlconfigdata/test-paravirt-cmdline-bogus-extra-root.xml
@@ -28,5 +28,7 @@
<console type='pty'>
<target type='xen' port='0'/>
</console>
+ <input type='mouse' bus='xen'/>
+ <input type='keyboard' bus='xen'/>
</devices>
</domain>
diff --git a/tests/xlconfigdata/test-paravirt-cmdline-extra-root.xml
b/tests/xlconfigdata/test-paravirt-cmdline-extra-root.xml
index f4ab9e6..fdf84c3 100644
--- a/tests/xlconfigdata/test-paravirt-cmdline-extra-root.xml
+++ b/tests/xlconfigdata/test-paravirt-cmdline-extra-root.xml
@@ -28,5 +28,7 @@
<console type='pty'>
<target type='xen' port='0'/>
</console>
+ <input type='mouse' bus='xen'/>
+ <input type='keyboard' bus='xen'/>
</devices>
</domain>
diff --git a/tests/xlconfigdata/test-paravirt-cmdline.xml
b/tests/xlconfigdata/test-paravirt-cmdline.xml
index f4ab9e6..fdf84c3 100644
--- a/tests/xlconfigdata/test-paravirt-cmdline.xml
+++ b/tests/xlconfigdata/test-paravirt-cmdline.xml
@@ -28,5 +28,7 @@
<console type='pty'>
<target type='xen' port='0'/>
</console>
+ <input type='mouse' bus='xen'/>
+ <input type='keyboard' bus='xen'/>
</devices>
</domain>
Moreover, this patch MUST be merged into the previous one as otherwise it would introduce
a build breakage.
Michal