Displaying 1 result from an estimated 1 matches for "5ea04c7".
Did you mean:
5e804a7
2012 Oct 15
1
[QEMU PATCH v4] create struct for machine initialization arguments
...| 9 ++-
hw/xtensa_lx60.c | 22 ++++---
hw/xtensa_sim.c | 11 ++--
hw/z2.c | 9 +--
vl.c | 9 ++-
57 files changed, 518 insertions(+), 414 deletions(-)
diff --git a/hw/alpha_dp264.c b/hw/alpha_dp264.c
index 5ea04c7..8f082a6 100644
--- a/hw/alpha_dp264.c
+++ b/hw/alpha_dp264.c
@@ -42,13 +42,13 @@ static int clipper_pci_map_irq(PCIDevice *d, int irq_num)
return (slot + 1) * 4 + irq_num;
}
-static void clipper_init(ram_addr_t ram_size,
- const char *boot_device,
-...