[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Integration of qemu-img
From: |
Stefan Hajnoczi |
Subject: |
Re: Integration of qemu-img |
Date: |
Thu, 23 Apr 2020 11:40:58 +0100 |
On Thu, Apr 23, 2020 at 11:20 AM <address@hidden> wrote:
> this requires the user of the application to install qemu first right?
> If this is the case then this is unfortunately not an option. The user shall
> not be bothered with installing anything else then the tool.
Hi Janine,
Please use Reply-All to keep the email CC list in tact. That way
address@hidden will receive our replies and the discussion will
stay on the mailing list. Thanks!
It's common for applications to consist of more than a single
executable file. They could have shared libraries, data files, or
other executables like qemu-img.exe. You can distribute qemu-img.exe
together with your application as part of a zip file or installer.
Regardless of whether you ship qemu-img.exe or build a library, please
check QEMU's software license so that you can follow the terms of the
GPL open source license.
Stefan