qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Julius Andreas Hiller <juliusandreas.hiller@vector.com>
To: <pbonzini@redhat.com>
Cc: <qemu-devel@nongnu.org>,
	Julius Andreas Hiller <JuliusAndreas.Hiller@vector.com>
Subject: [PATCH 1/1] Add acpi option to microvm documentation
Date: Wed, 25 Oct 2023 08:28:19 +0200	[thread overview]
Message-ID: <20231025062819.23175-2-juliusandreas.hiller@vector.com> (raw)
In-Reply-To: <20231025062819.23175-1-juliusandreas.hiller@vector.com>

From: Julius Andreas Hiller <JuliusAndreas.Hiller@vector.com>

---
 docs/system/i386/microvm.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/system/i386/microvm.rst b/docs/system/i386/microvm.rst
index 1675e37d3e..5e11dbab0d 100644
--- a/docs/system/i386/microvm.rst
+++ b/docs/system/i386/microvm.rst
@@ -4,7 +4,7 @@
 ``microvm`` is a machine type inspired by ``Firecracker`` and
 constructed after its machine model.
 
-It's a minimalist machine type without ``PCI`` nor ``ACPI`` support,
+It's a minimalist machine type without ``PCI`` support,
 designed for short-lived guests. microvm also establishes a baseline
 for benchmarking and optimizing both QEMU and guest operating systems,
 since it is optimized for both boot time and footprint.
@@ -50,7 +50,9 @@ It supports the following machine-specific options:
 - microvm.isa-serial=bool (Set off to disable the instantiation an ISA serial port)
 - microvm.pic=OnOffAuto (Enable i8259 PIC)
 - microvm.rtc=OnOffAuto (Enable MC146818 RTC)
-- microvm.auto-kernel-cmdline=bool (Set off to disable adding virtio-mmio devices to the kernel cmdline)
+- microvm.acpi=bool (Set off to disable ACPI)
+- microvm.auto-kernel-cmdline=bool (Set on to enable adding virtio-mmio devices to the kernel cmdline, this requires microvm.acpi=off)
+
 
 
 Boot options
-- 
2.34.1



      reply	other threads:[~2023-10-25  9:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-25  6:28 [PATCH 0/1] Add acpi option to microvm documentation Julius Andreas Hiller
2023-10-25  6:28 ` Julius Andreas Hiller [this message]

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=20231025062819.23175-2-juliusandreas.hiller@vector.com \
    --to=juliusandreas.hiller@vector.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).