[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: QEMU-img convert question
From: |
Carson, Jay B |
Subject: |
Re: QEMU-img convert question |
Date: |
Mon, 2 Dec 2019 20:23:17 +0000 |
Thank you for taking the time to review my query. I will try to elaborate.
What do I mean by "Does the application work as a completely standalone
application?"
- Does the application at any time reach out to the internet for any reason
during execution?
- Does it share any meta-data, retrieve updated instructions, or anything
else?
- Basically, if I put a packet sniffer between my computer and the
internet, would the packet sniffer find even one packet that was sent or
received as a result of executing the listed command?
Thank you again in advance,
Jay
On 12/2/19, 2:10 PM, "Qemu-discuss on behalf of Ottavio Caruso"
<qemu-discuss-bounces+james.carson=address@hidden on behalf of address@hidden>
wrote:
On Mon, 2 Dec 2019 at 18:07, Carson, Jay B <address@hidden> wrote:
>
> Does running the following command transfer any data to any cloud or
external service provider:
>
> $ qemu-img convert -f raw -O qcow2 image.img image.qcow2
>
No. The image stays on the computer on which this command is run.
> Does this application work as a completely standalone application?
I have no idea what that means. If you mean it is separate from
qemu-system-<arch>, then yes, but it's usually part of the same
package.
--
Ottavio Caruso