>>> On 4/27/2017 at 12:08 PM, Stefano Stabellini
>>> wrote:
> On Thu, 27 Apr 2017, Igor Mammedov wrote:
>> On Thu, 27 Apr 2017 10:51:23 -0600
>> "Bruce Rogers" wrote:
>>
>> >
>> >
>> > >>> On 4/27/2017 at 10:08 AM, Igor Mammedov wrote:
>> > > On Thu, 27 Apr 2017 09:44:31 -0600
>> > > "Br
On Thu, 27 Apr 2017, Igor Mammedov wrote:
> On Thu, 27 Apr 2017 10:51:23 -0600
> "Bruce Rogers" wrote:
>
> >
> >
> > >>> On 4/27/2017 at 10:08 AM, Igor Mammedov wrote:
> > > On Thu, 27 Apr 2017 09:44:31 -0600
> > > "Bruce Rogers" wrote:
> > >
> > >> >>> On 4/27/2017 at 03:11 AM, Igor Mammed
On Thu, 27 Apr 2017 10:51:23 -0600
"Bruce Rogers" wrote:
>
>
> >>> On 4/27/2017 at 10:08 AM, Igor Mammedov wrote:
> > On Thu, 27 Apr 2017 09:44:31 -0600
> > "Bruce Rogers" wrote:
> >
> >> >>> On 4/27/2017 at 03:11 AM, Igor Mammedov wrote:
> >> > On Wed, 26 Apr 2017 13:07:02 -0600
> >> > B
>>> On 4/27/2017 at 10:08 AM, Igor Mammedov wrote:
> On Thu, 27 Apr 2017 09:44:31 -0600
> "Bruce Rogers" wrote:
>
>> >>> On 4/27/2017 at 03:11 AM, Igor Mammedov wrote:
>> > On Wed, 26 Apr 2017 13:07:02 -0600
>> > Bruce Rogers wrote:
>> >
>> >> Commit f0c9d64a exposed an issue with the cod
>>> On 4/27/2017 at 10:08 AM, Igor Mammedov wrote:
> On Thu, 27 Apr 2017 09:44:31 -0600
> "Bruce Rogers" wrote:
>
>> >>> On 4/27/2017 at 03:11 AM, Igor Mammedov wrote:
>> > On Wed, 26 Apr 2017 13:07:02 -0600
>> > Bruce Rogers wrote:
>> >
>> >> Commit f0c9d64a exposed an issue with the cod
On Thu, 27 Apr 2017 09:44:31 -0600
"Bruce Rogers" wrote:
> >>> On 4/27/2017 at 03:11 AM, Igor Mammedov wrote:
> > On Wed, 26 Apr 2017 13:07:02 -0600
> > Bruce Rogers wrote:
> >
> >> Commit f0c9d64a exposed an issue with the code order in acpi_setup.
> >> As of that commit, a xenfv machine typ
>>> On 4/27/2017 at 03:11 AM, Igor Mammedov wrote:
> On Wed, 26 Apr 2017 13:07:02 -0600
> Bruce Rogers wrote:
>
>> Commit f0c9d64a exposed an issue with the code order in acpi_setup.
>> As of that commit, a xenfv machine type guest will no longer start
>> if using pci passthrough. Re-order the
On Wed, 26 Apr 2017 13:07:02 -0600
Bruce Rogers wrote:
> Commit f0c9d64a exposed an issue with the code order in acpi_setup.
> As of that commit, a xenfv machine type guest will no longer start
> if using pci passthrough. Re-order the code in that function to
> allow acpi_set_pci_info to be calle
Commit f0c9d64a exposed an issue with the code order in acpi_setup.
As of that commit, a xenfv machine type guest will no longer start
if using pci passthrough. Re-order the code in that function to
allow acpi_set_pci_info to be called before bailing on the other,
non-related conditions. With this