[PATCH v5 0/2] hyperv: vmbus: ACPI various corrections

Jon Doron posted 2 patches 3 years, 9 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200715084326.678715-1-arilou@gmail.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <rth@twiddle.net>
hw/hyperv/vmbus.c    |  3 ++-
hw/i386/acpi-build.c | 12 +++++++-----
2 files changed, 9 insertions(+), 6 deletions(-)
[PATCH v5 0/2] hyperv: vmbus: ACPI various corrections
Posted by Jon Doron 3 years, 9 months ago
After doing further tests and looking at the latest HyperV ACPI DSDT.
Do minor fix to our VMBus ACPI entry.

v5:
* Rebased on latest master
* Added a patch to fix 32bit compliation on VMBus

v4:
* Removed the patch which adds _ADR definition to the VMBus
* Correct the change which moves the VMBus under the SB

v3:
Removed accidental change for the dct submodule head

v2:
Renamed irq0 to irq now that there is a single IRQ required

Jon Doron (2):
  acpi: i386: Move VMBus DSDT entry to SB
  hw: hyperv: vmbus: Fix 32bit compilation

 hw/hyperv/vmbus.c    |  3 ++-
 hw/i386/acpi-build.c | 12 +++++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)

-- 
2.24.1


Re: [PATCH v5 0/2] hyperv: vmbus: ACPI various corrections
Posted by Paolo Bonzini 3 years, 7 months ago
On 15/07/20 10:43, Jon Doron wrote:
> After doing further tests and looking at the latest HyperV ACPI DSDT.
> Do minor fix to our VMBus ACPI entry.
> 
> v5:
> * Rebased on latest master
> * Added a patch to fix 32bit compliation on VMBus
> 
> v4:
> * Removed the patch which adds _ADR definition to the VMBus
> * Correct the change which moves the VMBus under the SB
> 
> v3:
> Removed accidental change for the dct submodule head
> 
> v2:
> Renamed irq0 to irq now that there is a single IRQ required
> 
> Jon Doron (2):
>   acpi: i386: Move VMBus DSDT entry to SB
>   hw: hyperv: vmbus: Fix 32bit compilation
> 
>  hw/hyperv/vmbus.c    |  3 ++-
>  hw/i386/acpi-build.c | 12 +++++++-----
>  2 files changed, 9 insertions(+), 6 deletions(-)
> 

Queued, thanks.

Paolo