Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
build-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
build-system
Commits
b36b6861
Commit
b36b6861
authored
Jul 12, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed QEMU board names
parent
0312cd9a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
machines/QEMU-CORE2DUO/definition.xml
machines/QEMU-CORE2DUO/definition.xml
+1
-1
machines/QEMU-NEHALEM/definition.xml
machines/QEMU-NEHALEM/definition.xml
+1
-1
machines/QEMU-SANDYBRIDGE/definition.xml
machines/QEMU-SANDYBRIDGE/definition.xml
+1
-1
machines/QEMU-WESTMERE/definition.xml
machines/QEMU-WESTMERE/definition.xml
+1
-1
No files found.
machines/QEMU-CORE2DUO/definition.xml
View file @
b36b6861
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<property
name=
"ROOT_DEVICE"
value=
"sda"
/>
<property
name=
"ROOT_DEVICE"
value=
"sda"
/>
<property
name=
"DISK"
value=
"${ROOT_DEVICE}"
/>
<property
name=
"DISK"
value=
"${ROOT_DEVICE}"
/>
<property
name=
"SECONDARY"
value=
"sdb"
/>
<property
name=
"SECONDARY"
value=
"sdb"
/>
<property
name=
"BOARD"
value=
"core2duo"
/>
<property
name=
"BOARD"
value=
"
qemu-
core2duo"
/>
<property
name=
"DEVICE_TYPE"
value=
"CORE2DUO"
/>
<property
name=
"DEVICE_TYPE"
value=
"CORE2DUO"
/>
<property
name=
"GOARCH"
value=
"amd64"
/>
<property
name=
"GOARCH"
value=
"amd64"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"16s"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"16s"
/>
...
...
machines/QEMU-NEHALEM/definition.xml
View file @
b36b6861
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<property
name=
"ROOT_DEVICE"
value=
"sda"
/>
<property
name=
"ROOT_DEVICE"
value=
"sda"
/>
<property
name=
"DISK"
value=
"${ROOT_DEVICE}"
/>
<property
name=
"DISK"
value=
"${ROOT_DEVICE}"
/>
<property
name=
"SECONDARY"
value=
"sdb"
/>
<property
name=
"SECONDARY"
value=
"sdb"
/>
<property
name=
"BOARD"
value=
"nehalem"
/>
<property
name=
"BOARD"
value=
"
qemu-
nehalem"
/>
<property
name=
"DEVICE_TYPE"
value=
"NEHALEM"
/>
<property
name=
"DEVICE_TYPE"
value=
"NEHALEM"
/>
<property
name=
"GOARCH"
value=
"amd64"
/>
<property
name=
"GOARCH"
value=
"amd64"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"16s"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"16s"
/>
...
...
machines/QEMU-SANDYBRIDGE/definition.xml
View file @
b36b6861
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<property
name=
"ROOT_DEVICE"
value=
"sda"
/>
<property
name=
"ROOT_DEVICE"
value=
"sda"
/>
<property
name=
"DISK"
value=
"${ROOT_DEVICE}"
/>
<property
name=
"DISK"
value=
"${ROOT_DEVICE}"
/>
<property
name=
"SECONDARY"
value=
"sdb"
/>
<property
name=
"SECONDARY"
value=
"sdb"
/>
<property
name=
"BOARD"
value=
"sandybridge"
/>
<property
name=
"BOARD"
value=
"
qemu-
sandybridge"
/>
<property
name=
"DEVICE_TYPE"
value=
"SANDYBRIDGE"
/>
<property
name=
"DEVICE_TYPE"
value=
"SANDYBRIDGE"
/>
<property
name=
"GOARCH"
value=
"amd64"
/>
<property
name=
"GOARCH"
value=
"amd64"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"16s"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"16s"
/>
...
...
machines/QEMU-WESTMERE/definition.xml
View file @
b36b6861
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<property
name=
"ROOT_DEVICE"
value=
"sda"
/>
<property
name=
"ROOT_DEVICE"
value=
"sda"
/>
<property
name=
"DISK"
value=
"${ROOT_DEVICE}"
/>
<property
name=
"DISK"
value=
"${ROOT_DEVICE}"
/>
<property
name=
"SECONDARY"
value=
"sdb"
/>
<property
name=
"SECONDARY"
value=
"sdb"
/>
<property
name=
"BOARD"
value=
"westmere"
/>
<property
name=
"BOARD"
value=
"
qemu-
westmere"
/>
<property
name=
"DEVICE_TYPE"
value=
"WESTMERE"
/>
<property
name=
"DEVICE_TYPE"
value=
"WESTMERE"
/>
<property
name=
"GOARCH"
value=
"amd64"
/>
<property
name=
"GOARCH"
value=
"amd64"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"16s"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"16s"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment