rust-vmm / vmm-reference

A VMM implementation based of rust-vmm components
Apache License 2.0
146 stars 61 forks source link

Adding python test for net device #232

Open ramyak-mehra opened 2 years ago

ramyak-mehra commented 2 years ago

closes #224

Signed-off-by: Ramyak mehra rmehra_be19@thapar.edu

Summary of the PR

This PR adds support for configuring a net device on the host and guest and verifying that net device works on the vm

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

ramyak-mehra commented 1 year ago

I wanted to get a review on this, I know this is an old PR, I will do a rebase and push the with latest commits once everything seems fine from the code perspective