]> git.proxmox.com Git - qemu.git/commit
memory: as_update_topology_pass: Improve comments
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Mon, 3 Jun 2013 05:32:42 +0000 (15:32 +1000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Jun 2013 14:39:52 +0000 (16:39 +0200)
commit41a6e477fda3e3e5c8cc860458d29164625dc5e0
treec74e661e01ad844802c33fc5c106ded466200f66
parent8508e024cb31a4013bb462aca0235c963e785aeb
memory: as_update_topology_pass: Improve comments

These comments were a little difficult to read. First one had
incorrect parenthesis. The part about attributes changing is
really applicable to the region being 'in both' rather than 'in
new'

Second comment has an obscure parenthetic about 'Logging may have
changed'. Made clearer, as this if is supposed to handle the case where
the memory region is unchanged (with the notable exception re logging).

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
memory.c