diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-02-09 10:07:38 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-02-22 08:31:24 +0100 |
commit | 97aa6e9b8f9df37add21d86fac1a9ca6ce7df9b7 (patch) | |
tree | 570727fedc786739c2a89fc3e3ab5ec5704b309a /cursor.c | |
parent | 768a9ebe188bd0a6172a9a4e64777d21fff7f014 (diff) | |
download | hqemu-97aa6e9b8f9df37add21d86fac1a9ca6ce7df9b7.zip hqemu-97aa6e9b8f9df37add21d86fac1a9ca6ce7df9b7.tar.gz |
qdev: accept hex properties only if prefixed by 0x
Hex properties are an obstacle to removal of old qdev string parsing, but
even here we can lay down the foundations for future simplification. In
general, they are rarely used and their printed form is more interesting
than the parsing. For example you'd usually set isa-serial.index
instead of isa-serial.iobase. And luckily our main client, libvirt
only cares about few of these, and always sets them with a 0x prefix.
So the series stops accepting bare hexadecimal numbers, preparing for
making legacy properties read-only in 1.3 or so. The read side will
stay as long as "info qtree" is with us.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'cursor.c')
0 files changed, 0 insertions, 0 deletions