Add qemu 2.4.0
[kvmfornfv.git] / qemu / dtc / tests / extra-terminating-null.dts
diff --git a/qemu/dtc/tests/extra-terminating-null.dts b/qemu/dtc/tests/extra-terminating-null.dts
new file mode 100644 (file)
index 0000000..b6cc19c
--- /dev/null
@@ -0,0 +1,11 @@
+/dts-v1/;
+
+/ {
+       extranull0 = "hello world";
+       extranull1,1 = "hello world\0";
+       extranull1,2 = "hello world", "";
+       extranull2,1 = "hello world\0\0";
+       extranull2,2 = "hello world", "", "";
+       extranull2,3 = "hello world\0", "";
+       extranull2,4 = "hello world", "\0";
+};