aboutsummaryrefslogtreecommitdiff
path: root/stubs/xen-hvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/xen-hvm.c')
-rw-r--r--stubs/xen-hvm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/stubs/xen-hvm.c b/stubs/xen-hvm.c
index b7d53b5..6954a5b 100644
--- a/stubs/xen-hvm.c
+++ b/stubs/xen-hvm.c
@@ -35,11 +35,6 @@ int xen_is_pirq_msi(uint32_t msi_data)
return 0;
}
-void xen_ram_alloc(ram_addr_t ram_addr, ram_addr_t size, MemoryRegion *mr,
- Error **errp)
-{
-}
-
qemu_irq *xen_interrupt_controller_init(void)
{
return NULL;
@@ -49,10 +44,6 @@ void xen_register_framebuffer(MemoryRegion *mr)
{
}
-void xen_hvm_modified_memory(ram_addr_t start, ram_addr_t length)
-{
-}
-
void xen_hvm_init(PCMachineState *pcms, MemoryRegion **ram_memory)
{
}