From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] Add libvirt (KVM) support
Date: Sat, 13 Apr 2019 22:21:37 +0200 [thread overview]
Message-ID: <20190413222137.6c0cba37@windsurf> (raw)
In-Reply-To: <20190215173607.13773-1-christopher@lecroq.be>
Hello Christopher,
Sorry for the very long delay in replying. I am not an expert with the
Vagrant stuff, so I'm adding Angelo in Cc who hopefully will be able to
comment further. Still, I have a few comments.
First, the commit title should be:
support/misc/Vagrantfile: add libvirt/kvm support
On Fri, 15 Feb 2019 18:36:07 +0100
Christopher Peeters <christopher@lecroq.be> wrote:
> Signed-off-by: Christopher Peeters <christopher@lecroq.be>
> ---
> support/misc/Vagrantfile | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile
> index 1ca5edc647..48f01a5807 100644
> --- a/support/misc/Vagrantfile
> +++ b/support/misc/Vagrantfile
> @@ -29,6 +29,12 @@ Vagrant.configure('2') do |config|
> end
> end
>
> + config.vm.provider :libvirt do |v, override|
> + override.vm.box = 'generic/ubuntu1804'
Why are you overriding the distribution being used? It seems odd that
depending on the virtualization technology, a different distribution
gets installed inside the VM.
> + v.memory = VM_MEMORY
> + v.cpus = VM_CORES
> + end
The indentation is also bogus: the file uses tabs, and you used two
spaces. Could you fix that up ?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2019-04-13 20:21 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-15 17:36 [Buildroot] [PATCH 1/1] Add libvirt (KVM) support Christopher Peeters
2019-04-13 20:21 ` Thomas Petazzoni [this message]
2019-04-15 7:46 ` Christopher Peeters
2019-04-15 12:23 ` Arnout Vandecappelle
2019-04-15 14:06 ` Angelo Compagnucci
2019-04-15 14:54 ` Christopher Peeters
2019-05-13 11:34 ` Christopher Peeters
2019-05-26 13:21 ` Arnout Vandecappelle
2019-05-26 20:14 ` Angelo Compagnucci
2019-05-26 21:30 ` Arnout Vandecappelle
2019-05-27 7:04 ` Thomas Petazzoni
2019-05-27 7:24 ` Angelo Compagnucci
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=20190413222137.6c0cba37@windsurf \
--to=thomas.petazzoni@bootlin.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.