Skip to content

Commit 4cb31cd

Browse files
authored
Merge pull request #79 from mythril-hypervisor/adam-dev
Add support for ticking time in guest context
2 parents 62d7165 + 1f259e0 commit 4cb31cd

34 files changed

+3733
-362
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fmt:
77
runs-on: ubuntu-18.04
88
container:
9-
image: adamschwalm/hypervisor-build:9
9+
image: adamschwalm/hypervisor-build:10
1010
options: "-u 0:0"
1111
steps:
1212
- uses: actions/checkout@v1
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-18.04
1818
needs: fmt
1919
container:
20-
image: adamschwalm/hypervisor-build:9
20+
image: adamschwalm/hypervisor-build:10
2121
options: "-u 0:0"
2222
steps:
2323
- uses: actions/checkout@v1
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-18.04
2929
needs: fmt
3030
container:
31-
image: adamschwalm/hypervisor-build:9
31+
image: adamschwalm/hypervisor-build:10
3232
options: "-u 0:0"
3333
steps:
3434
- uses: actions/checkout@v1

.gitmodules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
[submodule "seabios"]
22
path = seabios
33
url = https://github.com/mythril-hypervisor/seabios.git
4+
shallow = true
5+
[submodule "linux"]
6+
path = linux
7+
url = https://github.com/mythril-hypervisor/linux.git
8+
shallow = true

0 commit comments

Comments
 (0)