qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 8a0b4d: pcspk: fix KVM


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 8a0b4d: pcspk: fix KVM
Date: Thu, 30 Jun 2016 11:30:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 8a0b4de048e20215415b24c7b42514c27b9d6ef3
      
https://github.com/qemu/qemu/commit/8a0b4de048e20215415b24c7b42514c27b9d6ef3
  Author: Paolo Bonzini <address@hidden>
  Date:   2016-06-30 (Thu, 30 Jun 2016)

  Changed paths:
    M hw/audio/pcspk.c
    M include/hw/timer/i8254.h
    M include/hw/timer/i8254_internal.h

  Log Message:
  -----------
  pcspk: fix KVM

The link property that was added to the pcspk device has the wrong type:
it is only correct for TCG and for KVM's userspace or split irqchip
options.  The default KVM option (fully in-kernel irqchip) breaks
because it uses a PIT whose type is a sibling of TYPE_I8254.

Fixes: 873b4d3f0571a1e415cf089a67a230ea8a12d059
Tested-by: Peter Lieven <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
Message-id: address@hidden
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]