]> git.ipfire.org Git - thirdparty/qemu.git/commit - configure
qemu-storage-daemon: Add barebone tool
authorKevin Wolf <kwolf@redhat.com>
Mon, 24 Feb 2020 14:29:49 +0000 (15:29 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 6 Mar 2020 16:15:38 +0000 (17:15 +0100)
commitf353415ffdadc9ed188e022855064401f9b2654e
treef2b5be2925b882977612c16365fa64592800e33e
parent65eb7c85a3e62529e2bad782e94d5a7b11dd5a92
qemu-storage-daemon: Add barebone tool

This adds a new binary qemu-storage-daemon that doesn't yet do more than
some typical initialisation for tools and parsing the basic command
options --version, --help and --trace.

Even though this doesn't add any options yet that create things (like
--object or --blockdev), already document that we're planning to process
them in the order they are given on the command line rather than trying
(and failing, like vl.c) to resolve dependencies between options
automatically.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200224143008.13362-2-kwolf@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Makefile
configure
qemu-storage-daemon.c [new file with mode: 0644]