From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Cristian Iorga <cristian.iorga@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 2/3] runqemu-internal: add temporary disk interface to qemuarm64
Date: Wed, 15 Jul 2015 14:22:36 +0100 [thread overview]
Message-ID: <1436966556.3310.96.camel@linuxfoundation.org> (raw)
In-Reply-To: <861013e3a73d1c87c6f86b1f28daf4677feaefe4.1436965937.git.cristian.iorga@intel.com>
On Wed, 2015-07-15 at 16:17 +0300, Cristian Iorga wrote:
Why do we need to do this?
(Yes, I know why, but this commit doesn't tell me).
Cheers,
Richard
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
> scripts/runqemu-internal | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
> index 6878251..03b40d8 100755
> --- a/scripts/runqemu-internal
> +++ b/scripts/runqemu-internal
> @@ -270,7 +270,7 @@ else
> if [ "$MACHINE" = "qemuarm64" ]; then
> QEMU_NETWORK_CMD="-netdev tap,id=net0,ifname=$TAP,script=no,downscript=no -device virtio-net-device,netdev=net0 "
> DROOT="/dev/vda"
> - ROOTFS_OPTIONS="-drive id=disk0,file=$ROOTFS,format=raw -device virtio-blk-device,drive=disk0"
> + ROOTFS_OPTIONS="-drive id=disk0,file=$ROOTFS,if=none,format=raw -device virtio-blk-device,drive=disk0"
> fi
>
> KERNCMDLINE="mem=$QEMU_MEMORY"
> --
> 2.1.4
>
next prev parent reply other threads:[~2015-07-15 13:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-15 13:16 [PATCH 0/3] qemu upgrade to 2.4.0-rc0 Cristian Iorga
2015-07-15 13:17 ` [PATCH 1/3] qemu: " Cristian Iorga
2015-07-15 14:39 ` Otavio Salvador
2015-07-15 13:17 ` [PATCH 2/3] runqemu-internal: add temporary disk interface to qemuarm64 Cristian Iorga
2015-07-15 13:22 ` Richard Purdie [this message]
2015-07-15 13:17 ` [PATCH 3/3] bitbake.conf: fix qemu user mode linux for qemuarm64 Cristian Iorga
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436966556.3310.96.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=cristian.iorga@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox