qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] multiple -append?


From: Laszlo Ersek
Subject: Re: [Qemu-devel] multiple -append?
Date: Sat, 13 May 2017 00:48:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0

On 05/12/17 16:20, Rob Landley wrote:
> When I feed a second -append to qemu-system-i386 they don't get
> concatenated, the second replaces the first. Why is it called "append" then?

This behavior dates back to commit a20dd508aa38 ("simplified invocation
- added automatic IDE disk geometry guessing to reuse old disk images
directly", 2003-09-30), which is when "-append" was added.

In said commit, "kernel_cmdline" was *appended* to "params->commandline"
with pstrcat(). The rest is history.

TL;DR: "just because" :)

Thanks
Laszlo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]