]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/qemu-common.h
include: move target page bits declaration to page-vary.h
[mirror_qemu.git] / include / qemu-common.h
index ced260d08be0fa8c50227ec1ba1d2e55f664df29..bc73daecb4e918d125e956566035638898312f1c 100644 (file)
 int qemu_main(int argc, char **argv, char **envp);
 #endif
 
-/**
- * set_preferred_target_page_bits:
- * @bits: number of bits needed to represent an address within the page
- *
- * Set the preferred target page size (the actual target page
- * size may be smaller than any given CPU's preference).
- * Returns true on success, false on failure (which can only happen
- * if this is called after the system has already finalized its
- * choice of page size and the requested page size is smaller than that).
- */
-bool set_preferred_target_page_bits(int bits);
-
-/**
- * finalize_target_page_bits:
- * Commit the final value set by set_preferred_target_page_bits.
- */
-void finalize_target_page_bits(void);
 
 void qemu_progress_init(int enabled, float min_skip);
 void qemu_progress_end(void);