Skip to content

issues Search Results · repo:hermit-os/uhyve language:Rust

Filter by

112 results
 (65 ms)

112 results

inhermit-os/uhyve (press backspace or delete to remove)

Our unit tests check whether UhyveFileMap parses things correctly, but it would be a good idea to create unit/integration tests that check whether the temporary file mechanism work correctly. (In other ...
enhancement
File System
good first issue
  • n0toose
  • Opened 
    14 days ago
  • #907

By implementing limits, Uhyve could continue to function / not crash (or otherwise show any unexpected behavior) if a process-wide limit (e.g. amount of open file handles) is exhausted by a guest OS. This ...
enhancement
  • n0toose
  • Opened 
    25 days ago
  • #897

It would be interesting to add a flag that does not allow for any modifications to the host OS s file system, like virtio-fs does. write should return an error and, once merged, Landlock (https://github.com/hermit-os/uhyve/pull/816) ...
enhancement
File System
  • n0toose
  • Opened 
    25 days ago
  • #896

- The system calls used by Uhyve can be collected using strace - An interesting addition would be prohibiting the open flags that can be used with open through seccomp as well, see: https://github.com/hermit-os/uhyve/blob/5d61fb9bbc4b4971963345159a976d38d1ec5a92/src/hypercall.rs#L103 ...
enhancement
  • n0toose
  • Opened 
    25 days ago
  • #895

hello_world and rusty_demo are currently using hermit v0.6.9. We should add other versions as well and test them in the CI to ensure compatibility.
  • jounathaen
  • Opened 
    on Jan 31
  • #886

Name: tsc_khz References - loader/src/fdt.rs#L51-L58 - KVM_GET_TSC_KHZ
  • mkroening
  • Opened 
    on Jan 27
  • #875

Originally introduced in https://github.com/hermit-os/uhyve/pull/701, we use some random frequency value of the first CPU, because we deemed the actual value provided to the VM basically irrelevant for ...
enhancement
good first issue
  • n0toose
  • 3
  • Opened 
    on Jan 14
  • #863

Uhyve is initialized using an initial frequency that was introduced in https://github.com/hermit-os/uhyve/pull/701. Before, a constant would be provided to the VM instead. However, we only provide this ...
bug
  • n0toose
  • 4
  • Opened 
    on Jan 14
  • #862

Hello, thank you for your contribution in this project, I am scanning the unsoundness problem in rust project. I notice the following code: pub fn write_selected_queue( mut self, dest: [u8]) { self.selected_queue_num ...
bug
  • lwz23
  • 1
  • Opened 
    on Jan 6
  • #855

Some hypercalls use GuestPhysAddr (SerialWriteBufferParams, OpenParams) and some hypercalls use GuestVirtAddr (WriteParams, ReadParams). We should either document a reason for this or align these.
  • mkroening
  • 1
  • Opened 
    on Jan 3
  • #850
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub