Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
5a793aa3
Commit
5a793aa3
authored
Oct 11, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
a3907113
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
t/qemu-runlinux
t/qemu-runlinux
+6
-3
wcfs/wcfs_test.py
wcfs/wcfs_test.py
+1
-1
No files found.
t/qemu-runlinux
View file @
5a793aa3
...
...
@@ -30,11 +30,14 @@ test -z "$kernel" && kernel=arch/$arch/boot/bzImage
# http://stackoverflow.com/questions/11408041/kernel-debugging-with-gdb-and-qemu
qemu-system-
$arch
\
-enable-kvm
\
\
-nographic
\
\
-fsdev
local
,id
=
R,path
=
/,security_model
=
none,readonly
\
-device
virtio-9p-pci,fsdev
=
R,mount_tag
=
/dev/root
\
\
-kernel
$kernel
\
-append
"ro rootfstype=9p rootflags=trans=virtio console=ttyS0 init=/bin/sh"
-append
"ro rootfstype=9p rootflags=trans=virtio console=ttyS0 init=/home/kirr/init.sh"
# \
# -nographic \
wcfs/wcfs_test.py
View file @
5a793aa3
...
...
@@ -187,7 +187,7 @@ def test_bigfile_empty():
# commit data to f and make sure we can see it on wcfs
hole
=
10
hole
=
1
# XXX -> back to 1
0
fh
=
f
.
fileh_open
()
vma
=
fh
.
mmap
(
hole
,
1
)
# 1 page at offset=10
s
=
b"hello world"
...
...
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