commit | 2eb74e1a1ef145034aa41255c4a6f469d560c96d | [log] [tgz] |
---|---|---|
author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | Mon Jun 03 15:33:29 2013 +1000 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 20 16:39:52 2013 +0200 |
tree | be2e90f3168fb69e91b2d6a5a34f6e9037bd69f3 | |
parent | 41a6e477fda3e3e5c8cc860458d29164625dc5e0 [diff] |
memory: render_memory_region: factor out fr constant setters These 4 replicated lines set properties of fr that are constant over the course of the function. Factor out their repeated setting (and also guards against them being set multiple times in the loop below). Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>