mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Remove cpu_get_physical_page_desc()
No longer used. Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
cc4aa8307c
commit
586c6230c0
2 changed files with 0 additions and 12 deletions
|
@ -38,7 +38,6 @@ typedef unsigned long ram_addr_t;
|
|||
typedef void CPUWriteMemoryFunc(void *opaque, target_phys_addr_t addr, uint32_t value);
|
||||
typedef uint32_t CPUReadMemoryFunc(void *opaque, target_phys_addr_t addr);
|
||||
|
||||
ram_addr_t cpu_get_physical_page_desc(target_phys_addr_t addr);
|
||||
void qemu_ram_remap(ram_addr_t addr, ram_addr_t length);
|
||||
/* This should only be used for ram local to a device. */
|
||||
void *qemu_get_ram_ptr(ram_addr_t addr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue