Commit 4eb924e4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 197c35ea
...@@ -504,7 +504,6 @@ void fileh_dirty_discard(BigFileH *fileh) ...@@ -504,7 +504,6 @@ void fileh_dirty_discard(BigFileH *fileh)
page = list_entry(hpage, typeof(*page), in_dirty); page = list_entry(hpage, typeof(*page), in_dirty);
BUG_ON(page->state != PAGE_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 // FIXME do pagemap_del + drop_ram + page_del unconditionally
// (just need think again and to update !wcfs discard test) // (just need think again and to update !wcfs discard test)
if (fileh->mmap_overlay) { if (fileh->mmap_overlay) {
......
...@@ -203,7 +203,7 @@ qemu-system-$arch \ ...@@ -203,7 +203,7 @@ qemu-system-$arch \
-enable-kvm \ -enable-kvm \
${nographic:+-nographic} \ ${nographic:+-nographic} \
\ \
-m 512M `# default 128M is too limiting` \ -m 1024M `# default 128M is too limiting` \
\ \
-fsdev local,id=R,path=/,security_model=none,readonly \ -fsdev local,id=R,path=/,security_model=none,readonly \
-device virtio-9p-pci,fsdev=R,mount_tag=/dev/root \ -device virtio-9p-pci,fsdev=R,mount_tag=/dev/root \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment