Re: [PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET)

2020-03-14 Thread Michael S. Tsirkin
on: > > Subject: [PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET) > Message-id: 20200313145009.144820-1-liran.a...@oracle.com > Type: series > > === TEST SCRIPT BEGIN === > #!/bin/bash > git rev-parse base > /dev/null || exit 0 > git config --local

Re: [PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET)

2020-03-13 Thread Liran Alon
style problems. See output below for more information: Subject: [PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET) Message-id: 20200313145009.144820-1-liran.a...@oracle.com Type: series === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --lo

Re: [PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET)

2020-03-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200313145009.144820-1-liran.a...@oracle.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET) Message-id: 20200313145009.144820

[PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET)

2020-03-13 Thread Liran Alon
Hi, This patch-series aims to expose WAET ACPI table to guest. Which improves performance of Windows guests (since Vista) and ignored by other guests. This ACPI table is exposed by default by other common hypervisors such as VMware, Xen (HVM), GCP and AWS. Regards, -Liran v1->v2: - Update