mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Merge remote branch 'qemu-kvm/uq/master' into staging-tmp
This commit is contained in:
commit
8217d94586
8 changed files with 49 additions and 17 deletions
6
exec.c
6
exec.c
|
@ -2415,6 +2415,12 @@ void qemu_unregister_coalesced_mmio(target_phys_addr_t addr, ram_addr_t size)
|
|||
kvm_uncoalesce_mmio_region(addr, size);
|
||||
}
|
||||
|
||||
void qemu_flush_coalesced_mmio_buffer(void)
|
||||
{
|
||||
if (kvm_enabled())
|
||||
kvm_flush_coalesced_mmio_buffer();
|
||||
}
|
||||
|
||||
ram_addr_t qemu_ram_alloc(ram_addr_t size)
|
||||
{
|
||||
RAMBlock *new_block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue