Re: [Qemu-devel] [PATCH] ACPI: call acpi_set_pci_info when only acpi enabled

2017-04-27 Thread Bruce Rogers
>>> 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

Re: [Qemu-devel] [PATCH] ACPI: call acpi_set_pci_info when only acpi enabled

2017-04-27 Thread Stefano Stabellini
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

Re: [Qemu-devel] [PATCH] ACPI: call acpi_set_pci_info when only acpi enabled

2017-04-27 Thread Igor Mammedov
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

Re: [Qemu-devel] [PATCH] ACPI: call acpi_set_pci_info when only acpi enabled

2017-04-27 Thread Bruce Rogers
>>> 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

Re: [Qemu-devel] [PATCH] ACPI: call acpi_set_pci_info when only acpi enabled

2017-04-27 Thread Bruce Rogers
>>> 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

Re: [Qemu-devel] [PATCH] ACPI: call acpi_set_pci_info when only acpi enabled

2017-04-27 Thread Igor Mammedov
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

Re: [Qemu-devel] [PATCH] ACPI: call acpi_set_pci_info when only acpi enabled

2017-04-27 Thread Bruce Rogers
>>> 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

Re: [Qemu-devel] [PATCH] ACPI: call acpi_set_pci_info when only acpi enabled

2017-04-27 Thread Igor Mammedov
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

[Qemu-devel] [PATCH] ACPI: call acpi_set_pci_info when only acpi enabled

2017-04-26 Thread Bruce Rogers
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