mbox

[PULL,for-2.0,0/2] acpi: SSDT update

Message ID 1397478610-16000-1-git-send-email-mst@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

Message

Michael S. Tsirkin April 14, 2014, 12:30 p.m. UTC
The following changes since commit 590e5dd98fcc926cc3b63aad35aed79235ca4c2a:

  configure: Make stack-protector test check both compile and link (2014-04-14 12:11:18 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to 8611224a7b21db8fa1b0d12fdd053443543dd708:

  acpi-test: update expected files (2014-04-14 15:13:27 +0300)

----------------------------------------------------------------
acpi: SSDT update

This has a fix by Igor for a regression introduced by
bridge hotplug code.
Expected test files were updated accordingly.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Igor Mammedov (1):
      acpi: fix incorrect encoding for 0x{F-1}FFFF

Michael S. Tsirkin (1):
      acpi-test: update expected files

 hw/i386/acpi-build.c         |   2 +-
 tests/acpi-test-data/pc/SSDT | Bin 2261 -> 2269 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell April 14, 2014, 2:34 p.m. UTC | #1
On 14 April 2014 13:30, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 590e5dd98fcc926cc3b63aad35aed79235ca4c2a:
>
>   configure: Make stack-protector test check both compile and link (2014-04-14 12:11:18 +0100)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
>
> for you to fetch changes up to 8611224a7b21db8fa1b0d12fdd053443543dd708:
>
>   acpi-test: update expected files (2014-04-14 15:13:27 +0300)
>
> ----------------------------------------------------------------
> acpi: SSDT update
>
> This has a fix by Igor for a regression introduced by
> bridge hotplug code.
> Expected test files were updated accordingly.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

Applied, thanks.

-- PMM