commit | c08fb2ac000b636a8426e69d93f7340274d76c9e | [log] [tgz] |
---|---|---|
author | Michael Roth <[email protected]> | Wed Feb 22 12:26:37 2012 -0600 |
committer | Andreas Färber <[email protected]> | Fri Jun 08 16:11:14 2012 +0200 |
tree | 1fe55250676b35908c7474fd652048e387aaea47 | |
parent | 09f1bbcd834c63da35b3fe190fcd9a20d7b04f07 [diff] |
qdev: Switch property accessors to fixed-width visitor interfaces This introduces {get,set}_uint{8,16,32,64}() functions for the respective qdev types. TADDR and VLAN are switched to explicit int64, BLOCKSIZE to uint16. Signed-off-by: Michael Roth <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]> Signed-off-by: Andreas Färber <[email protected]>