]> git.proxmox.com Git - mirror_qemu.git/commit
hw/i386: Make pit a property of common x86 base machine type
authorXiaoyao Li <xiaoyao.li@intel.com>
Thu, 10 Mar 2022 12:28:10 +0000 (20:28 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 16 May 2022 20:15:40 +0000 (16:15 -0400)
commit9dee7e510969787be49771e4653a123a26d1069f
treeafbbb2ab852e419b76876717e56e720debedda94
parent1f1a7b226923c655530d6bbe7d85d87e3df2d6f1
hw/i386: Make pit a property of common x86 base machine type

Both pc and microvm have pit property individually. Let's just make it
the property of common x86 base machine type.

Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
Reviewed-by: Sergio Lopez <slp@redhat.com>
Message-Id: <20220310122811.807794-2-xiaoyao.li@intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/microvm.c
hw/i386/pc.c
hw/i386/x86.c
include/hw/i386/microvm.h
include/hw/i386/pc.h
include/hw/i386/x86.h