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
4eb924e4
Commit
4eb924e4
authored
Jul 12, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
197c35ea
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
bigfile/virtmem.c
bigfile/virtmem.c
+0
-1
t/qemu-runlinux
t/qemu-runlinux
+1
-1
No files found.
bigfile/virtmem.c
View file @
4eb924e4
...
...
@@ -504,7 +504,6 @@ void fileh_dirty_discard(BigFileH *fileh)
page
=
list_entry
(
hpage
,
typeof
(
*
page
),
in_dirty
);
BUG_ON
(
page
->
state
!=
PAGE_DIRTY
);
fprintf
(
stderr
,
"discard p%ld
\n
"
,
page
->
f_pgoffset
);
// FIXME do pagemap_del + drop_ram + page_del unconditionally
// (just need think again and to update !wcfs discard test)
if
(
fileh
->
mmap_overlay
)
{
...
...
t/qemu-runlinux
View file @
4eb924e4
...
...
@@ -203,7 +203,7 @@ qemu-system-$arch \
-enable-kvm
\
${
nographic
:+-nographic
}
\
\
-m
512
M
`
# default 128M is too limiting` \
-m
1024
M
`
# default 128M is too limiting` \
\
-fsdev
local
,id
=
R,path
=
/,security_model
=
none,readonly
\
-device
virtio-9p-pci,fsdev
=
R,mount_tag
=
/dev/root
\
...
...
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