Re: [Qemu-devel] [PATCH v9 0/5] add ACPI node for fw_cfg on pc and arm

2016-02-23 Thread Igor Mammedov
On Tue, 23 Feb 2016 17:54:33 +0200 "Michael S. Tsirkin" wrote: > On Tue, Feb 23, 2016 at 04:52:16PM +0100, Igor Mammedov wrote: > > On Tue, 23 Feb 2016 11:39:05 +0100 > > Gerd Hoffmann wrote: > > > > > On Di, 2016-02-23 at 10:48 +0100, Igor Mammedov wrote: > > > > On Tue, 23 Feb 2016 09:51:

Re: [Qemu-devel] [PATCH v9 0/5] add ACPI node for fw_cfg on pc and arm

2016-02-23 Thread Michael S. Tsirkin
On Tue, Feb 23, 2016 at 04:52:16PM +0100, Igor Mammedov wrote: > On Tue, 23 Feb 2016 11:39:05 +0100 > Gerd Hoffmann wrote: > > > On Di, 2016-02-23 at 10:48 +0100, Igor Mammedov wrote: > > > On Tue, 23 Feb 2016 09:51:52 +0100 > > > Gerd Hoffmann wrote: > > > > > > > On Mo, 2016-02-22 at 13:30

Re: [Qemu-devel] [PATCH v9 0/5] add ACPI node for fw_cfg on pc and arm

2016-02-23 Thread Igor Mammedov
On Tue, 23 Feb 2016 11:39:05 +0100 Gerd Hoffmann wrote: > On Di, 2016-02-23 at 10:48 +0100, Igor Mammedov wrote: > > On Tue, 23 Feb 2016 09:51:52 +0100 > > Gerd Hoffmann wrote: > > > > > On Mo, 2016-02-22 at 13:30 +0100, Igor Mammedov wrote: > > > > On Fri, 19 Feb 2016 13:20:24 -0500 > > >

Re: [Qemu-devel] [PATCH v9 0/5] add ACPI node for fw_cfg on pc and arm

2016-02-23 Thread Michael S. Tsirkin
On Tue, Feb 23, 2016 at 11:39:05AM +0100, Gerd Hoffmann wrote: > On Di, 2016-02-23 at 10:48 +0100, Igor Mammedov wrote: > > On Tue, 23 Feb 2016 09:51:52 +0100 > > Gerd Hoffmann wrote: > > > > > On Mo, 2016-02-22 at 13:30 +0100, Igor Mammedov wrote: > > > > On Fri, 19 Feb 2016 13:20:24 -0500 > > >

Re: [Qemu-devel] [PATCH v9 0/5] add ACPI node for fw_cfg on pc and arm

2016-02-23 Thread Gerd Hoffmann
On Di, 2016-02-23 at 10:48 +0100, Igor Mammedov wrote: > On Tue, 23 Feb 2016 09:51:52 +0100 > Gerd Hoffmann 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" wrote: > > > > > > Gerd, > > > > > > if you are goin

Re: [Qemu-devel] [PATCH v9 0/5] add ACPI node for fw_cfg on pc and arm

2016-02-23 Thread Michael S. Tsirkin
On Tue, Feb 23, 2016 at 09:51:52AM +0100, Gerd Hoffmann 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" wrote: > > > > Gerd, > > > > if you are going to apply it, you'll need to update > > expected tables for acpi test

Re: [Qemu-devel] [PATCH v9 0/5] add ACPI node for fw_cfg on pc and arm

2016-02-23 Thread Igor Mammedov
On Tue, 23 Feb 2016 09:51:52 +0100 Gerd Hoffmann 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" wrote: > > > > Gerd, > > > > if you are going to apply it, you'll need to update > > expected tables for acpi test (reb

Re: [Qemu-devel] [PATCH v9 0/5] add ACPI node for fw_cfg on pc and arm

2016-02-23 Thread Gerd Hoffmann
On Mo, 2016-02-22 at 13:30 +0100, Igor Mammedov wrote: > On Fri, 19 Feb 2016 13:20:24 -0500 > "Gabriel L. Somlo" 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

Re: [Qemu-devel] [PATCH v9 0/5] add ACPI node for fw_cfg on pc and arm

2016-02-22 Thread Igor Mammedov
On Fri, 19 Feb 2016 13:20:24 -0500 "Gabriel L. Somlo" 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. > Generate an ACPI DSDT node for fw_cfg on pc and arm guests. > > New since v8: > >