Re: [Qemu-devel] [PATCH v4 00/23] ACPI reorganization for hardware-reduced support

2018-11-08 Thread Igor Mammedov
On Mon, 5 Nov 2018 03:10:28 +0100 Samuel Ortiz wrote: > Hi Igor, > > On Fri, Nov 02, 2018 at 01:29:25PM +0100, Igor Mammedov wrote: > > On Thu, 1 Nov 2018 11:22:40 +0100 > > Samuel Ortiz wrote: [...] > > > some ACPI code reorganization with the following goals: > > > > > > * Share as much as

Re: [Qemu-devel] [PATCH v4 00/23] ACPI reorganization for hardware-reduced support

2018-11-05 Thread Andrew Jones
On Mon, Nov 05, 2018 at 03:10:28AM +0100, Samuel Ortiz wrote: > Hi Igor, > > On Fri, Nov 02, 2018 at 01:29:25PM +0100, Igor Mammedov wrote: > > On Thu, 1 Nov 2018 11:22:40 +0100 > > Samuel Ortiz wrote: > > > > Thanks for looking at ACPI mess we have in QEMU and trying to make it > > better, >

Re: [Qemu-devel] [PATCH v4 00/23] ACPI reorganization for hardware-reduced support

2018-11-05 Thread Samuel Ortiz
Hi Andrew, On Mon, Nov 05, 2018 at 05:07:53PM +0100, Andrew Jones wrote: > > > QEMU already has hw reduced implementation, specifically in arm/virt board > > Back in May, I tried booting a virt machine type with "acpi=force" with > > no success, and today's HEAD still fails. With "acpi=on": > > >

Re: [Qemu-devel] [PATCH v4 00/23] ACPI reorganization for hardware-reduced support

2018-11-05 Thread Samuel Ortiz
Igor, On Mon, Nov 05, 2018 at 03:10:28AM +0100, Samuel Ortiz wrote: > > QEMU already has hw reduced implementation, specifically in arm/virt board > Back in May, I tried booting a virt machine type with "acpi=force" with > no success, and today's HEAD still fails. With "acpi=on": > > [0.0

Re: [Qemu-devel] [PATCH v4 00/23] ACPI reorganization for hardware-reduced support

2018-11-04 Thread Samuel Ortiz
Hi Igor, On Fri, Nov 02, 2018 at 01:29:25PM +0100, Igor Mammedov wrote: > On Thu, 1 Nov 2018 11:22:40 +0100 > Samuel Ortiz wrote: > > Thanks for looking at ACPI mess we have in QEMU and trying to make it better, Thanks for the initial review and feedback. > this series look a bit hackish proba

Re: [Qemu-devel] [PATCH v4 00/23] ACPI reorganization for hardware-reduced support

2018-11-02 Thread Igor Mammedov
On Thu, 1 Nov 2018 11:22:40 +0100 Samuel Ortiz wrote: Thanks for looking at ACPI mess we have in QEMU and trying to make it better, this series look a bit hackish probably because it was written to suit new virt board, so it needs some more clean up to be done. > This patch set provides an ACPI

[Qemu-devel] [PATCH v4 00/23] ACPI reorganization for hardware-reduced support

2018-11-01 Thread Samuel Ortiz
This patch set provides an ACPI code reorganization in preparation for adding hardware-reduced support to QEMU. 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 impleme