Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : add writer implementation #39

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Mar 30, 2023

  1. feat: add virtio mmio device manager

    Signed-off-by: Simon LUCIDO <[email protected]>
    lucido-simon committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    1730e1f View commit details
    Browse the repository at this point in the history
  2. feat: add interface trait

    Signed-off-by: Simon LUCIDO <[email protected]>
    lucido-simon committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    684066a View commit details
    Browse the repository at this point in the history
  3. feat: add tap

    Signed-off-by: Simon LUCIDO <[email protected]>
    lucido-simon committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    cad6213 View commit details
    Browse the repository at this point in the history
  4. feat: add dynamic cmdline management to the kernel

    Signed-off-by: Nils Ponsard <[email protected]>
    nponsard authored and lucido-simon committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    95157e2 View commit details
    Browse the repository at this point in the history
  5. feat: add dynamic cmdline management to the kernel

    Signed-off-by: Nils Ponsard <[email protected]>
    nponsard authored and lucido-simon committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ea29c6a View commit details
    Browse the repository at this point in the history
  6. feat: add virtio_net device

    Signed-off-by: Simon LUCIDO <[email protected]>
    lucido-simon committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a9e00ea View commit details
    Browse the repository at this point in the history
  7. feat: add generic fd in epoll_context

    Signed-off-by: Simon LUCIDO <[email protected]>
    lucido-simon committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f0543ee View commit details
    Browse the repository at this point in the history
  8. feat: integrate virtio_net to lumper

    Signed-off-by: Simon LUCIDO <[email protected]>
    lucido-simon committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    01273fb View commit details
    Browse the repository at this point in the history
  9. feat: add --no-console option

    It is now possible to run a VM without a console with --no-console option
    
    Co-authored-by: Esteban Baron <[email protected]>
    Signed-off-by: Alexis Langlet <[email protected]>
    EstebanBAR0N authored and alexis-langlet committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    edca17b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. feat : add writer implementation

    Signed-off-by: Maxime <[email protected]>
    Maxtho8 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    dd82520 View commit details
    Browse the repository at this point in the history
  2. fix : dont send specials characters

    We don't want to send new line (10)  and carriage return (13) to the receiver.
    
    Signed-off-by: Maxime <[email protected]>
    Maxtho8 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a97939a View commit details
    Browse the repository at this point in the history
  3. fix : dependency lumper

    Signed-off-by: Maxime <[email protected]>
    Maxtho8 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ed58c44 View commit details
    Browse the repository at this point in the history
  4. fix : read from unix socket

    Signed-off-by: Maxime <[email protected]>
    Maxtho8 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    dd57431 View commit details
    Browse the repository at this point in the history