]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
pc: Use error_abort when registering properties
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 7 Aug 2015 19:55:44 +0000 (16:55 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 13 Aug 2015 11:08:26 +0000 (14:08 +0300)
commitdda65c7c4b9b4925bdd056c66d4e1ef5cf4a8fb8
treed526b2adab55696b5432ea1a4ed7df9c63073b99
parente8963e5cecd4bb47ec3a7221ae591f278de6b5d0
pc: Use error_abort when registering properties

No errors should happen when registering the properties, but we
shouldn't silently ignore them if they happen.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc.c