]> git.proxmox.com Git - qemu.git/commit
arch_init: make is_zero_page accept size
authorIsaku Yamahata <yamahata@private.email.ne.jp>
Fri, 20 Sep 2013 16:23:36 +0000 (01:23 +0900)
committerJuan Quintela <quintela@trasno.org>
Tue, 24 Sep 2013 11:22:50 +0000 (13:22 +0200)
commitdc3c26a479e5bd19c1b3c04f696b8f70ad57f0b7
treeed41befb8546ddacb7545df1fad4fc1e5b3513f2
parent5016e2df569bc7d67637060103dd360ed2f0d557
arch_init: make is_zero_page accept size

Later is_zero_page will be used for non TARGET_PAGE_SIZE
range.
And rename it to is_zero_range as it isn't page size any more.

Signed-off-by: Isaku Yamahata <yamahata@private.email.ne.jp>
Signed-off-by: Juan Quintela <quintela@redhat.com>
arch_init.c