From: "Michael S. Tsirkin" <mst@redhat.com>
To: Igor Mammedov <imammedo@redhat.com>
Cc: peter.maydell@linaro.org, ehabkost@redhat.com,
ard.biesheuvel@linaro.org, matt@codeblueprint.co.uk,
stefanha@gmail.com, "Gabriel L. Somlo" <somlo@cmu.edu>,
qemu-devel@nongnu.org, leif.lindholm@linaro.org,
luto@amacapital.net, qemu-arm@nongnu.org,
Gerd Hoffmann <kraxel@redhat.com>,
pbonzini@redhat.com, lersek@redhat.com, rth@twiddle.net
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v9 0/5] add ACPI node for fw_cfg on pc and arm
Date: Tue, 23 Feb 2016 17:54:33 +0200 [thread overview]
Message-ID: <20160223175357-mutt-send-email-mst@redhat.com> (raw)
In-Reply-To: <20160223165216.78714f25@nial.brq.redhat.com>
On Tue, Feb 23, 2016 at 04:52:16PM +0100, Igor Mammedov wrote:
> On Tue, 23 Feb 2016 11:39:05 +0100
> Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> > On Di, 2016-02-23 at 10:48 +0100, Igor Mammedov wrote:
> > > On Tue, 23 Feb 2016 09:51:52 +0100
> > > Gerd Hoffmann <kraxel@redhat.com> wrote:
> > >
> > > > On Mo, 2016-02-22 at 13:30 +0100, Igor Mammedov wrote:
> > > > > On Fri, 19 Feb 2016 13:20:24 -0500
> > > > > "Gabriel L. Somlo" <somlo@cmu.edu> wrote:
> > > > >
> > > > > Gerd,
> > > > >
> > > > > if you are going to apply it, you'll need to update
> > > > > expected tables for acpi test (rebuild-expected-aml.sh)
> > > > > as a commit on top of this series.
> > > >
> > > > Sure?
> > > >
> > > > Applied the series, ran "make check", no errors.
> > > it's a warning so far not a hard error but it's still there.
> >
> > Checked again, no warning printed here ...
> it works for me, I get something like:
> GTESTER check-qtest-x86_64
> acpi-test: Warning! DSDT mismatch. Actual [asl:/tmp/asl-66EZCY.dsl, aml:/tmp/aml-MBFZCY], Expected [asl:/tmp/asl-N1N0CY.dsl, aml:tests/acpi-test-data/q35/DSDT.bridge].
is iasl installed on the build system?
This test is skipped if there's no iasl.
>
> >
> > Also "git diff" doesn't list any changes after running the rebuild
> > script.
> it work for as well,
> just a wild guess, may be test for some reason doesn't use qemu with patches applied
> that would result in test not seeing any changes.
>
> > But when booting a live iso I can see the new QEMU0002 device listed
> > in /proc/ioports.
> >
> > Any clues what is going on here?
> >
> > cheers,
> > Gerd
> >
> >
next prev parent reply other threads:[~2016-02-23 15:54 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-19 18:20 [Qemu-arm] [PATCH v9 0/5] add ACPI node for fw_cfg on pc and arm Gabriel L. Somlo
2016-02-19 18:20 ` [Qemu-arm] [PATCH v9 1/5] fw_cfg: expose control register size in fw_cfg.h Gabriel L. Somlo
2016-02-19 18:20 ` [Qemu-arm] [PATCH v9 2/5] pc: fw_cfg: move ioport base constant to pc.h Gabriel L. Somlo
2016-02-19 18:20 ` [Qemu-arm] [PATCH v9 3/5] acpi: pc: add fw_cfg device node to dsdt Gabriel L. Somlo
2016-02-22 12:26 ` [Qemu-arm] [Qemu-devel] " Igor Mammedov
2016-02-23 9:51 ` [Qemu-arm] " Michael S. Tsirkin
2016-02-19 18:20 ` [Qemu-arm] [PATCH v9 4/5] acpi: arm: " Gabriel L. Somlo
2016-02-20 13:02 ` [Qemu-arm] [Qemu-devel] " Shannon Zhao
2016-02-23 9:51 ` [Qemu-arm] " Michael S. Tsirkin
2016-02-19 18:20 ` [Qemu-arm] [PATCH v9 5/5] fw_cfg: document ACPI device node information Gabriel L. Somlo
2016-02-23 9:51 ` Michael S. Tsirkin
2016-02-22 12:30 ` [Qemu-arm] [Qemu-devel] [PATCH v9 0/5] add ACPI node for fw_cfg on pc and arm Igor Mammedov
2016-02-23 8:51 ` Gerd Hoffmann
2016-02-23 9:48 ` Igor Mammedov
2016-02-23 10:39 ` Gerd Hoffmann
2016-02-23 10:56 ` Michael S. Tsirkin
2016-02-23 15:52 ` Igor Mammedov
2016-02-23 15:54 ` Michael S. Tsirkin [this message]
2016-02-23 16:25 ` Igor Mammedov
2016-02-23 9:53 ` [Qemu-arm] " Michael S. Tsirkin
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=20160223175357-mutt-send-email-mst@redhat.com \
--to=mst@redhat.com \
--cc=ard.biesheuvel@linaro.org \
--cc=ehabkost@redhat.com \
--cc=imammedo@redhat.com \
--cc=kraxel@redhat.com \
--cc=leif.lindholm@linaro.org \
--cc=lersek@redhat.com \
--cc=luto@amacapital.net \
--cc=matt@codeblueprint.co.uk \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=somlo@cmu.edu \
--cc=stefanha@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 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).