]> git.proxmox.com Git - mirror_qemu.git/commit
qdev: Remove PropertyInfo range checking
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 12 Apr 2012 13:32:26 +0000 (15:32 +0200)
committerAndreas Färber <afaerber@suse.de>
Fri, 8 Jun 2012 14:11:14 +0000 (16:11 +0200)
commit27712df95d85e76e9d41a0a4ee2acd0ad8a9cc6d
treeedfa9b3c0b14961aa99fb679916d717f8e3bbf7b
parentc08fb2ac000b636a8426e69d93f7340274d76c9e
qdev: Remove PropertyInfo range checking

Range checking in PropertyInfo is now used only for pci_devfn
properties and some error reporting.  Remove all code that implements
it in the various property types, and the now unused fields.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
[AF: Fix blocksize min/max for 32-bit hosts by using const int64_t.]
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/qdev-properties.c
hw/qdev.h