From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/3] board/pc: add documentation for testing with qemu
Date: Sun, 22 Oct 2017 16:36:30 +0200 [thread overview]
Message-ID: <20171022163630.383b54f4@windsurf> (raw)
In-Reply-To: <20171022135426.28901-2-nunes.erico@gmail.com>
Hello,
On Sun, 22 Oct 2017 15:54:25 +0200, Erico Nunes wrote:
> +qemu-system-x86_64 \
> + -M pc \
> + -bios </path/to/OVMF_CODE.fd> \
> + -drive file=output/images/disk.img,if=virtio,format=raw \
> + -net nic,model=virtio \
> + -net user
> +
> +Note that </path/to/QEMU_EFI.fd> needs to point to a valid x86_64 UEFI
You meant OVMF_CODE.fd here, so I've fixed that up and applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
next prev parent reply other threads:[~2017-10-22 14:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-22 13:54 [Buildroot] [PATCH v2 1/3] configs/pc: refactor to use genimage and grub.cfg Erico Nunes
2017-10-22 13:54 ` [Buildroot] [PATCH v2 2/3] board/pc: add documentation for testing with qemu Erico Nunes
2017-10-22 14:36 ` Thomas Petazzoni [this message]
2017-10-22 15:26 ` Peter Korsgaard
2017-10-22 13:54 ` [Buildroot] [PATCH v2 3/3] DEVELOPERS: add maintainer for pc_x86_64_* defconfigs Erico Nunes
2017-10-22 14:36 ` Thomas Petazzoni
2017-10-22 14:36 ` [Buildroot] [PATCH v2 1/3] configs/pc: refactor to use genimage and grub.cfg Thomas Petazzoni
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=20171022163630.383b54f4@windsurf \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.