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

2015-09-30 Thread Laszlo Ersek
On 09/29/15 21:04, Gabriel L. Somlo wrote: > On Tue, Sep 29, 2015 at 05:15:25PM +0300, Michael S. Tsirkin wrote: >> On Tue, Sep 29, 2015 at 03:59:28PM +0200, Laszlo Ersek wrote: >>> On 09/29/15 12:27, Michael S. Tsirkin wrote: On Sun, Sep 27, 2015 at 05:28:57PM -0400, Gabriel L. Somlo wrote: >

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

2015-09-30 Thread Gabriel L. Somlo
On Tue, Sep 29, 2015 at 05:15:25PM +0300, Michael S. Tsirkin wrote: > On Tue, Sep 29, 2015 at 03:59:28PM +0200, Laszlo Ersek wrote: > > On 09/29/15 12:27, Michael S. Tsirkin wrote: > > > On Sun, Sep 27, 2015 at 05:28:57PM -0400, Gabriel L. Somlo wrote: > > >> New since v3: > > >> > > >> - rebased

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

2015-09-30 Thread Gabriel L. Somlo
On Tue, Sep 29, 2015 at 03:59:28PM +0200, Laszlo Ersek wrote: > On 09/29/15 12:27, Michael S. Tsirkin wrote: > > On Sun, Sep 27, 2015 at 05:28:57PM -0400, Gabriel L. Somlo wrote: > >> New since v3: > >> > >>- rebased to work on top of 87e896ab (introducing pc-*-25 classes), > >> inserting

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

2015-09-30 Thread Gabriel L. Somlo
On Tue, Sep 29, 2015 at 01:27:38PM +0300, Michael S. Tsirkin wrote: > On Sun, Sep 27, 2015 at 05:28:57PM -0400, Gabriel L. Somlo wrote: > > New since v3: > > > > - rebased to work on top of 87e896ab (introducing pc-*-25 classes), > > inserting fw_cfg acpi node only for machines >= 2.5. >

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

2015-09-30 Thread Michael S. Tsirkin
On Tue, Sep 29, 2015 at 03:59:28PM +0200, Laszlo Ersek wrote: > On 09/29/15 12:27, Michael S. Tsirkin wrote: > > On Sun, Sep 27, 2015 at 05:28:57PM -0400, Gabriel L. Somlo wrote: > >> New since v3: > >> > >>- rebased to work on top of 87e896ab (introducing pc-*-25 classes), > >> inserting

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

2015-09-30 Thread Laszlo Ersek
On 09/29/15 12:27, Michael S. Tsirkin wrote: > On Sun, Sep 27, 2015 at 05:28:57PM -0400, Gabriel L. Somlo wrote: >> New since v3: >> >> - rebased to work on top of 87e896ab (introducing pc-*-25 classes), >>inserting fw_cfg acpi node only for machines >= 2.5. >> >> - reintroduce _S

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

2015-09-29 Thread Laszlo Ersek
On 09/29/15 12:27, Michael S. Tsirkin wrote: > On Sun, Sep 27, 2015 at 05:28:57PM -0400, Gabriel L. Somlo wrote: >> New since v3: >> >> - rebased to work on top of 87e896ab (introducing pc-*-25 classes), >>inserting fw_cfg acpi node only for machines >= 2.5. >> >> - reintroduce _S

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

2015-09-29 Thread Michael S. Tsirkin
On Sun, Sep 27, 2015 at 05:28:57PM -0400, Gabriel L. Somlo wrote: > New since v3: > > - rebased to work on top of 87e896ab (introducing pc-*-25 classes), > inserting fw_cfg acpi node only for machines >= 2.5. > > - reintroduce _STA with value 0x0B (bit 2 for u/i visibility tur

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

2015-09-27 Thread Gabriel L. Somlo
New since v3: - rebased to work on top of 87e896ab (introducing pc-*-25 classes), inserting fw_cfg acpi node only for machines >= 2.5. - reintroduce _STA with value 0x0B (bit 2 for u/i visibility turned off to avoid Windows complaining -- thanks Igor for catchi