]> xenbits.xensource.com Git - libvirt.git/commit
Fix segfault when starting a domain with no cpu definition
authorJán Tomko <jtomko@redhat.com>
Wed, 2 Jul 2014 08:35:31 +0000 (10:35 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 2 Jul 2014 08:37:05 +0000 (10:37 +0200)
commit1cd8f500ee133653ecb9d1b7f72b2b2e9870a1c3
tree3dff38ff8a87e244b35519ec971767f57e651084
parentd950494129513558a303387e26a2bab057012c5e
Fix segfault when starting a domain with no cpu definition

My commit fba6bc4 iterated over the features in cpu definition
without checking if there is one.
src/qemu/qemu_migration.c
src/qemu/qemu_process.c