[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why QEMU should move from C to Rust (clickbait alert ;))
From: |
Stefan Hajnoczi |
Subject: |
Re: Why QEMU should move from C to Rust (clickbait alert ;)) |
Date: |
Fri, 7 Aug 2020 10:45:53 +0100 |
On Fri, Aug 7, 2020 at 10:27 AM Stefan Hajnoczi <stefanha@gmail.com> wrote:
> > Nice, but AFAIK QEMU still lacks the ability to process those files
> > and run the vhost-user device providers by itself. Or perhaps I just
> > can't find it (?).
>
> How about a Python script? It can list available vhost-user programs
> and their options:
Another option is systemd unit files. It's lower-level than a
dedicated tool but gives full control and it should be possible to
bring up an entire set of processes using a single systemctl command.
Stefan