aboutsummaryrefslogtreecommitdiff
path: root/CODING_STYLE
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2017-03-09 15:50:46 -0300
committerPaolo Bonzini <pbonzini@redhat.com>2017-03-14 13:26:36 +0100
commitca2edcd35cd1a8589dfa0533c19ff232fec7b4b5 (patch)
tree1b91cb0f1b4ad83a5e11e7bfbce90d47a0de44e5 /CODING_STYLE
parentc70b11d160c6bca8e994d40639fcb41558c9fa0a (diff)
downloadqemu-ca2edcd35cd1a8589dfa0533c19ff232fec7b4b5.zip
qemu-ca2edcd35cd1a8589dfa0533c19ff232fec7b4b5.tar.gz
qemu-ca2edcd35cd1a8589dfa0533c19ff232fec7b4b5.tar.bz2
kvmclock: Don't crash QEMU if KVM is disabled
Most machines don't allow sysbus devices like "kvmclock" to be created from the command-line, but some of them do (the ones with has_dynamic_sysbus=true). In those cases, it's possible to manually create a kvmclock device without KVM being enabled, making QEMU crash: $ qemu-system-x86_64 -machine q35,accel=tcg -device kvmclock Segmentation fault (core dumped) This changes kvmclock's realize method to return an error if KVM is disabled, to ensure it won't crash QEMU. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20170309185046.17555-1-ehabkost@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'CODING_STYLE')
0 files changed, 0 insertions, 0 deletions