KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS
authorAlex Williamson <alex.williamson@redhat.com>
Mon, 10 Dec 2012 17:33:09 +0000 (10:33 -0700)
committerMarcelo Tosatti <mtosatti@redhat.com>
Fri, 14 Dec 2012 01:21:57 +0000 (23:21 -0200)
It's easy to confuse KVM_MEMORY_SLOTS and KVM_MEM_SLOTS_NUM.  One is
the user accessible slots and the other is user + private.  Make this
more obvious.

Reviewed-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found