Re: [Qemu-devel] [PATCH 00/27] ACPI hardware-reduced support

2018-10-23 Thread Paolo Bonzini
On 22/10/2018 20:36, Samuel Ortiz wrote: > This patch set implements support for the ACPI hardware-reduced > specification. > > The changes are coming from the NEMU [1] project where we're defining > a new x86 machine type: i386/virt. This is an EFI only, ACPI > hardware-reduced platform and as su

Re: [Qemu-devel] [PATCH 00/27] ACPI hardware-reduced support

2018-10-23 Thread Peter Maydell
On 23 October 2018 at 20:08, Samuel Ortiz wrote: > Hi Peter, > > On Tue, Oct 23, 2018 at 08:01:26PM +0100, Peter Maydell wrote: >> Hi -- I'd appreciate it if you don't send pull-requests for >> patch series. They show up in my queue of things to merge directly >> into master otherwise. Just send t

Re: [Qemu-devel] [PATCH 00/27] ACPI hardware-reduced support

2018-10-23 Thread Samuel Ortiz
Hi Peter, On Tue, Oct 23, 2018 at 08:01:26PM +0100, Peter Maydell wrote: > On 22 October 2018 at 19:36, Samuel Ortiz wrote: > > This patch set implements support for the ACPI hardware-reduced > > specification. > > > > The changes are coming from the NEMU [1] project where we're defining > > a ne

Re: [Qemu-devel] [PATCH 00/27] ACPI hardware-reduced support

2018-10-23 Thread Peter Maydell
On 22 October 2018 at 19:36, Samuel Ortiz wrote: > This patch set implements support for the ACPI hardware-reduced > specification. > > The changes are coming from the NEMU [1] project where we're defining > a new x86 machine type: i386/virt. This is an EFI only, ACPI > hardware-reduced platform a

Re: [Qemu-devel] [PATCH 00/27] ACPI hardware-reduced support

2018-10-23 Thread Michael S. Tsirkin
On Tue, Oct 23, 2018 at 11:00:18AM +0200, Samuel Ortiz wrote: > > I wonder whether the code can be refactored slightly differently: > > instead of common code calling out to platform specific one, > > have platform code call out to generic one. > > That would avoid indicectiin should have been ind

Re: [Qemu-devel] [PATCH 00/27] ACPI hardware-reduced support

2018-10-23 Thread Samuel Ortiz
On Mon, Oct 22, 2018 at 05:28:54PM -0400, Michael S. Tsirkin wrote: > On Mon, Oct 22, 2018 at 08:36:30PM +0200, Samuel Ortiz wrote: > > This patch set implements support for the ACPI hardware-reduced > > specification. > > > > The changes are coming from the NEMU [1] project where we're defining >

Re: [Qemu-devel] [PATCH 00/27] ACPI hardware-reduced support

2018-10-22 Thread Michael S. Tsirkin
On Mon, Oct 22, 2018 at 08:36:30PM +0200, Samuel Ortiz wrote: > This patch set implements support for the ACPI hardware-reduced > specification. > > The changes are coming from the NEMU [1] project where we're defining > a new x86 machine type: i386/virt. This is an EFI only, ACPI > hardware-reduc

[Qemu-devel] [PATCH 00/27] ACPI hardware-reduced support

2018-10-22 Thread Samuel Ortiz
This patch set implements support for the ACPI hardware-reduced specification. The changes are coming from the NEMU [1] project where we're defining a new x86 machine type: i386/virt. This is an EFI only, ACPI hardware-reduced platform and as such we had to implement support for the latter. As a