aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Ramsauer2018-01-27 09:03:45 -0600
committerJan Kiszka2018-01-27 11:43:00 -0600
commit34da7150a9678892c58cbf8d1492a0bae3988dcd (patch)
treeced5242ee86b7fef3f9801788c7fb16ba6a755b9
parent600e08f72b96abdafeec5f20fe4507288e74c1fe (diff)
downloadjailhouse-34da7150a9678892c58cbf8d1492a0bae3988dcd.tar.gz
jailhouse-34da7150a9678892c58cbf8d1492a0bae3988dcd.tar.xz
jailhouse-34da7150a9678892c58cbf8d1492a0bae3988dcd.zip
inmates: fix references of inmate configurations
Signed-off-by: Ralf Ramsauer <ralf.ramsauer@oth-regensburg.de> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
-rw-r--r--inmates/demos/x86/e1000-demo.c2
-rw-r--r--inmates/demos/x86/pci-demo.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/inmates/demos/x86/e1000-demo.c b/inmates/demos/x86/e1000-demo.c
index 6dc96b8c..7db0ddb3 100644
--- a/inmates/demos/x86/e1000-demo.c
+++ b/inmates/demos/x86/e1000-demo.c
@@ -11,7 +11,7 @@
11 * 11 *
12 * 12 *
13 * Append "-device e1000,addr=19,netdev=..." to the QEMU command line for 13 * Append "-device e1000,addr=19,netdev=..." to the QEMU command line for
14 * testing in the virtual machine. Adjust configs/e1000-demo.c for real 14 * testing in the virtual machine. Adjust configs/x86/e1000-demo.c for real
15 * machines as needed. 15 * machines as needed.
16 */ 16 */
17 17
diff --git a/inmates/demos/x86/pci-demo.c b/inmates/demos/x86/pci-demo.c
index 53e9b735..8d009d39 100644
--- a/inmates/demos/x86/pci-demo.c
+++ b/inmates/demos/x86/pci-demo.c
@@ -11,8 +11,8 @@
11 * 11 *
12 * 12 *
13 * Append "-device intel-hda,addr=1b.0 -device hda-output" to the QEMU command 13 * Append "-device intel-hda,addr=1b.0 -device hda-output" to the QEMU command
14 * line for testing in the virtual machine. Adjust configs/pci-demo.c for real 14 * line for testing in the virtual machine. Adjust configs/x86/pci-demo.c for
15 * machines as needed. 15 * real machines as needed.
16 */ 16 */
17 17
18#include <inmate.h> 18#include <inmate.h>