mbox

[PULL,fixup] pc build fix

Message ID 1433187695-19873-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 June 1, 2015, 7:42 p.m. UTC
The following changes since commit 830d70db692e374b55555f4407f96a1ceefdcc97:

  vhost-user: add multi queue support (2015-06-01 14:18:55 +0200)

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 9e472263b07d53cb3401ee49ef1b45ef195ddb84:

  acpi: add missing ssdt (2015-06-01 21:40:22 +0200)

----------------------------------------------------------------
pc build fix

My last pull breaks build on systems with iasl.
Fix this up.

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

----------------------------------------------------------------
Michael S. Tsirkin (1):
      acpi: add missing ssdt

 hw/i386/ssdt-tpm-common.dsl | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 hw/i386/ssdt-tpm-common.dsl

Comments

Peter Maydell June 2, 2015, 10:24 a.m. UTC | #1
On 1 June 2015 at 20:42, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 830d70db692e374b55555f4407f96a1ceefdcc97:
>
>   vhost-user: add multi queue support (2015-06-01 14:18:55 +0200)
>
> 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 9e472263b07d53cb3401ee49ef1b45ef195ddb84:
>
>   acpi: add missing ssdt (2015-06-01 21:40:22 +0200)
>
> ----------------------------------------------------------------
> pc build fix
>
> My last pull breaks build on systems with iasl.
> Fix this up.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------
> Michael S. Tsirkin (1):
>       acpi: add missing ssdt
>
>  hw/i386/ssdt-tpm-common.dsl | 36 ++++++++++++++++++++++++++++++++++++
>  1 file changed, 36 insertions(+)
>  create mode 100644 hw/i386/ssdt-tpm-common.dsl

Applied, thanks.

-- PMM