All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Mammedov <imammedo@redhat.com>
To: ritul guru <ritul.bits@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: regarding QEMU ACPI table generation and passing acpi tables/methods to guest OS
Date: Wed, 15 Jun 2022 16:15:37 +0200	[thread overview]
Message-ID: <20220615161537.7aec7656@redhat.com> (raw)
In-Reply-To: <CAHHF-2Kxj6LgiPB3gEy=r-e0QWGX7=BSxezqP6LjZ7V1MuEv5w@mail.gmail.com>

On Wed, 15 Jun 2022 18:23:28 +0530
ritul guru <ritul.bits@gmail.com> wrote:

> Came across below link about QEMU to pass acpi tables to guest OS.
> https://wiki.qemu.org/Features/ACPITableGeneration

that link a bit outdated (project was completed but than later QEMU
moved on to built-in library for composing ACPI tables)

> Can I get more docs with respect to acpi tables/devices passing to guest OS
> from hypervisor or dom0?
> 
> Looking for an example how an asl file which gets added in the SSDT table
> can be passed to the guest OS with the help of QEMU.


You can look at AML library QEMU utilizes currently to build DSDT/SSDT tables
  ./hw/acpi/aml-build.c
  ./include/hw/acpi/aml-build.h

and see build_dsdt* functions for examples how it's used to compose tables.

> 
> 
> 
> *Thanks & RegardsRitul Guru+91-9916513186*



      reply	other threads:[~2022-06-15 14:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-15 12:53 regarding QEMU ACPI table generation and passing acpi tables/methods to guest OS ritul guru
2022-06-15 14:15 ` Igor Mammedov [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=20220615161537.7aec7656@redhat.com \
    --to=imammedo@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=ritul.bits@gmail.com \
    /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.