OSDN Git Service

memory: cpu_physical_memory_set_dirty_tracking() should return void
authorJuan Quintela <quintela@redhat.com>
Thu, 10 Oct 2013 09:54:09 +0000 (11:54 +0200)
committerJuan Quintela <quintela@redhat.com>
Mon, 13 Jan 2014 13:04:54 +0000 (14:04 +0100)
commit981fdf2353d5e708adbe5227260d5e46eececc05
treef93df83973c554066c79ddfe7844b94e2ece3471
parenta2f4d5bef2cfde557d76fc45a40d2c89b6bed4e4
memory: cpu_physical_memory_set_dirty_tracking() should return void

Result was always 0, and not used anywhere.  Once there, use bool type
for the parameter.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
exec.c