]> git.proxmox.com Git - mirror_qemu.git/commit
rename save_block_hdr to save_page_header
authorJuan Quintela <quintela@redhat.com>
Thu, 12 Feb 2015 20:46:40 +0000 (21:46 +0100)
committerJuan Quintela <quintela@redhat.com>
Mon, 16 Mar 2015 13:34:38 +0000 (14:34 +0100)
commitf6f14c58d542b306b6a0ff207db793d0aba62aa1
tree0ce3a014819dcbe1da180ff42e1cae6c000d8b14
parent73bab2fc2adeb18b26752937f3cf60afa9658a9c
rename save_block_hdr to save_page_header

It has always been a page header, not a block header.  Once there, the
flag argument was only passed to make a bit or with it, just do the or
on the caller.

Signed-off-by: Juan Quintela <quintela@redhat.com>
arch_init.c