summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/apb_pci.c2
-rw-r--r--hw/arm-misc.h1
-rw-r--r--hw/arm_sysctl.c1
-rw-r--r--hw/arm_timer.c1
-rw-r--r--hw/armv7m.c1
-rw-r--r--hw/cdrom.c2
-rw-r--r--hw/grackle_pci.c1
-rw-r--r--hw/lsi53c895a.c1
-rw-r--r--hw/mac_dbdma.c1
-rw-r--r--hw/mcf5206.c1
-rw-r--r--hw/pci_host.h1
-rw-r--r--hw/pcmcia.h1
-rw-r--r--hw/pl011.c1
-rw-r--r--hw/pl022.c2
-rw-r--r--hw/pl050.c1
-rw-r--r--hw/pl061.c1
-rw-r--r--hw/pl080.c1
-rw-r--r--hw/prep_pci.c1
-rw-r--r--hw/ps2.h1
-rw-r--r--hw/ptimer.c1
-rw-r--r--hw/rtl8139.c1
-rw-r--r--hw/sh7750.c1
-rw-r--r--hw/sh_pci.c1
-rw-r--r--hw/slavio_intctl.c1
-rw-r--r--hw/sm501_template.h1
-rw-r--r--hw/smbus.h1
-rw-r--r--hw/ssi-sd.c1
-rw-r--r--hw/stellaris_input.c2
-rw-r--r--hw/sun4c_intctl.c1
-rw-r--r--hw/sun4m.c1
-rw-r--r--hw/tc6393xb_template.h1
-rw-r--r--hw/unin_pci.c1
-rw-r--r--hw/versatile_pci.c1
-rw-r--r--hw/vmmouse.c1
34 files changed, 0 insertions, 38 deletions
diff --git a/hw/apb_pci.c b/hw/apb_pci.c
index b56bb0733f..d847888549 100644
--- a/hw/apb_pci.c
+++ b/hw/apb_pci.c
@@ -261,5 +261,3 @@ PCIBus *pci_apb_init(target_phys_addr_t special_base,
"Advanced PCI Bus secondary bridge 2");
return secondary;
}
-
-
diff --git a/hw/arm-misc.h b/hw/arm-misc.h
index a147254287..a6991975fc 100644
--- a/hw/arm-misc.h
+++ b/hw/arm-misc.h
@@ -44,4 +44,3 @@ qemu_irq *armv7m_nvic_init(CPUState *env);
void stellaris_enet_init(NICInfo *nd, uint32_t base, qemu_irq irq);
#endif /* !ARM_MISC_H */
-
diff --git a/hw/arm_sysctl.c b/hw/arm_sysctl.c
index ab22e840d7..ca668ca636 100644
--- a/hw/arm_sysctl.c
+++ b/hw/arm_sysctl.c
@@ -205,4 +205,3 @@ void arm_sysctl_init(uint32_t base, uint32_t sys_id)
cpu_register_physical_memory(base, 0x00001000, iomemtype);
/* ??? Save/restore. */
}
-
diff --git a/hw/arm_timer.c b/hw/arm_timer.c
index 3ffe9965b4..c93f333d7a 100644
--- a/hw/arm_timer.c
+++ b/hw/arm_timer.c
@@ -340,4 +340,3 @@ void icp_pit_init(uint32_t base, qemu_irq *pic, int irq)
/* This device has no state to save/restore. The component timers will
save themselves. */
}
-
diff --git a/hw/armv7m.c b/hw/armv7m.c
index 096193d8f3..71bbd95775 100644
--- a/hw/armv7m.c
+++ b/hw/armv7m.c
@@ -207,4 +207,3 @@ qemu_irq *armv7m_init(int flash_size, int sram_size,
return pic;
}
-
diff --git a/hw/cdrom.c b/hw/cdrom.c
index 2aa4d3b250..87427a5a21 100644
--- a/hw/cdrom.c
+++ b/hw/cdrom.c
@@ -153,5 +153,3 @@ int cdrom_read_toc_raw(int nb_sectors, uint8_t *buf, int msf, int session_num)
cpu_to_be16wu((uint16_t *)buf, len - 2);
return len;
}
-
-
diff --git a/hw/grackle_pci.c b/hw/grackle_pci.c
index 91d4261022..c6aee94822 100644
--- a/hw/grackle_pci.c
+++ b/hw/grackle_pci.c
@@ -146,4 +146,3 @@ PCIBus *pci_grackle_init(uint32_t base, qemu_irq *pic)
#endif
return s->bus;
}
-
diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c
index 78a23a5f94..81d5672456 100644
--- a/hw/lsi53c895a.c
+++ b/hw/lsi53c895a.c
@@ -2005,4 +2005,3 @@ void *lsi_scsi_init(PCIBus *bus, int devfn)
return s;
}
-
diff --git a/hw/mac_dbdma.c b/hw/mac_dbdma.c
index 74003e60a6..401384c4c8 100644
--- a/hw/mac_dbdma.c
+++ b/hw/mac_dbdma.c
@@ -76,4 +76,3 @@ void dbdma_init (int *dbdma_mem_index)
{
*dbdma_mem_index = cpu_register_io_memory(0, dbdma_read, dbdma_write, NULL);
}
-
diff --git a/hw/mcf5206.c b/hw/mcf5206.c
index 449ca12f54..ee41a61185 100644
--- a/hw/mcf5206.c
+++ b/hw/mcf5206.c
@@ -540,4 +540,3 @@ qemu_irq *mcf5206_init(uint32_t base, CPUState *env)
m5206_mbar_reset(s);
return pic;
}
-
diff --git a/hw/pci_host.h b/hw/pci_host.h
index 49a0c59d53..e2e428a271 100644
--- a/hw/pci_host.h
+++ b/hw/pci_host.h
@@ -90,4 +90,3 @@ static uint32_t pci_host_data_readl(void* opaque, pci_addr_t addr)
#endif
return val;
}
-
diff --git a/hw/pcmcia.h b/hw/pcmcia.h
index bfa23babe5..8f8366c83d 100644
--- a/hw/pcmcia.h
+++ b/hw/pcmcia.h
@@ -47,4 +47,3 @@ struct pcmcia_card_s {
/* dscm1xxxx.c */
struct pcmcia_card_s *dscm1xxxx_init(BlockDriverState *bdrv);
-
diff --git a/hw/pl011.c b/hw/pl011.c
index dd6994c41f..468d48a926 100644
--- a/hw/pl011.c
+++ b/hw/pl011.c
@@ -309,4 +309,3 @@ void pl011_init(uint32_t base, qemu_irq irq,
}
register_savevm("pl011_uart", -1, 1, pl011_save, pl011_load, s);
}
-
diff --git a/hw/pl022.c b/hw/pl022.c
index ee166ffc46..90f4f0f16f 100644
--- a/hw/pl022.c
+++ b/hw/pl022.c
@@ -306,5 +306,3 @@ void pl022_init(uint32_t base, qemu_irq irq, int (*xfer_cb)(void *, int),
pl022_reset(s);
register_savevm("pl022_ssp", -1, 1, pl022_save, pl022_load, s);
}
-
-
diff --git a/hw/pl050.c b/hw/pl050.c
index e74a6dcd34..0ab60bf838 100644
--- a/hw/pl050.c
+++ b/hw/pl050.c
@@ -139,4 +139,3 @@ void pl050_init(uint32_t base, qemu_irq irq, int is_mouse)
s->dev = ps2_kbd_init(pl050_update, s);
/* ??? Save/restore. */
}
-
diff --git a/hw/pl061.c b/hw/pl061.c
index a4d59c793e..fab99d4a49 100644
--- a/hw/pl061.c
+++ b/hw/pl061.c
@@ -311,4 +311,3 @@ qemu_irq *pl061_init(uint32_t base, qemu_irq irq, qemu_irq **out)
register_savevm("pl061_gpio", -1, 1, pl061_save, pl061_load, s);
return qemu_allocate_irqs(pl061_set_irq, s, 8);
}
-
diff --git a/hw/pl080.c b/hw/pl080.c
index 1be30354fd..e4d7e170e5 100644
--- a/hw/pl080.c
+++ b/hw/pl080.c
@@ -336,4 +336,3 @@ void *pl080_init(uint32_t base, qemu_irq irq, int nchannels)
/* ??? Save/restore. */
return s;
}
-
diff --git a/hw/prep_pci.c b/hw/prep_pci.c
index 815db5308b..dd53f871ab 100644
--- a/hw/prep_pci.c
+++ b/hw/prep_pci.c
@@ -169,4 +169,3 @@ PCIBus *pci_prep_init(qemu_irq *pic)
return s->bus;
}
-
diff --git a/hw/ps2.h b/hw/ps2.h
index f2c091edd0..32a4231e32 100644
--- a/hw/ps2.h
+++ b/hw/ps2.h
@@ -7,4 +7,3 @@ uint32_t ps2_read_data(void *);
void ps2_queue(void *, int b);
void ps2_keyboard_set_translation(void *opaque, int mode);
void ps2_mouse_fake_event(void *opaque);
-
diff --git a/hw/ptimer.c b/hw/ptimer.c
index b772ca2987..9d3862724d 100644
--- a/hw/ptimer.c
+++ b/hw/ptimer.c
@@ -192,4 +192,3 @@ ptimer_state *ptimer_init(QEMUBH *bh)
s->timer = qemu_new_timer(vm_clock, ptimer_tick, s);
return s;
}
-
diff --git a/hw/rtl8139.c b/hw/rtl8139.c
index feffa9c33b..c3ab8543f3 100644
--- a/hw/rtl8139.c
+++ b/hw/rtl8139.c
@@ -3463,4 +3463,3 @@ void pci_rtl8139_init(PCIBus *bus, NICInfo *nd, int devfn)
rtl8139_get_next_tctr_time(s,qemu_get_clock(vm_clock)));
#endif /* RTL8139_ONBOARD_TIMER */
}
-
diff --git a/hw/sh7750.c b/hw/sh7750.c
index af86f0e990..4d1a806510 100644
--- a/hw/sh7750.c
+++ b/hw/sh7750.c
@@ -778,4 +778,3 @@ qemu_irq sh7750_irl(SH7750State *s)
return qemu_allocate_irqs(sh_intc_set_irl, sh_intc_source(&s->intc, IRL),
1)[0];
}
-
diff --git a/hw/sh_pci.c b/hw/sh_pci.c
index f24d32a927..5524c59897 100644
--- a/hw/sh_pci.c
+++ b/hw/sh_pci.c
@@ -202,4 +202,3 @@ PCIBus *sh_pci_register_bus(pci_set_irq_fn set_irq, pci_map_irq_fn map_irq,
return p->bus;
}
-
diff --git a/hw/slavio_intctl.c b/hw/slavio_intctl.c
index 4e08c6a05d..0729c2ab16 100644
--- a/hw/slavio_intctl.c
+++ b/hw/slavio_intctl.c
@@ -421,4 +421,3 @@ void *slavio_intctl_init(target_phys_addr_t addr, target_phys_addr_t addrg,
slavio_intctl_reset(s);
return s;
}
-
diff --git a/hw/sm501_template.h b/hw/sm501_template.h
index c96ac253d4..1679df7bfe 100644
--- a/hw/sm501_template.h
+++ b/hw/sm501_template.h
@@ -101,4 +101,3 @@ static void glue(draw_line32_, PIXEL_NAME)(
#undef PIXEL_TYPE
#undef PIXEL_NAME
#undef BGR_FORMAT
-
diff --git a/hw/smbus.h b/hw/smbus.h
index b6b0662403..640377b0c4 100644
--- a/hw/smbus.h
+++ b/hw/smbus.h
@@ -67,4 +67,3 @@ void smbus_write_block(i2c_bus *bus, int addr, uint8_t command, uint8_t *data,
/* smbus_eeprom.c */
void smbus_eeprom_device_init(i2c_bus *bus, uint8_t addr, uint8_t *buf);
-
diff --git a/hw/ssi-sd.c b/hw/ssi-sd.c
index 1c57f1f2d8..ffb9c4cda7 100644
--- a/hw/ssi-sd.c
+++ b/hw/ssi-sd.c
@@ -237,4 +237,3 @@ void *ssi_sd_init(BlockDriverState *bs)
register_savevm("ssi_sd", -1, 1, ssi_sd_save, ssi_sd_load, s);
return s;
}
-
diff --git a/hw/stellaris_input.c b/hw/stellaris_input.c
index aef4ce0c63..33395a427b 100644
--- a/hw/stellaris_input.c
+++ b/hw/stellaris_input.c
@@ -89,5 +89,3 @@ void stellaris_gamepad_init(int n, qemu_irq *irq, const int *keycode)
register_savevm("stellaris_gamepad", -1, 1,
stellaris_gamepad_save, stellaris_gamepad_load, s);
}
-
-
diff --git a/hw/sun4c_intctl.c b/hw/sun4c_intctl.c
index c8c40c9f05..dd42777679 100644
--- a/hw/sun4c_intctl.c
+++ b/hw/sun4c_intctl.c
@@ -221,4 +221,3 @@ void *sun4c_intctl_init(target_phys_addr_t addr, qemu_irq **irq,
sun4c_intctl_reset(s);
return s;
}
-
diff --git a/hw/sun4m.c b/hw/sun4m.c
index 2035b6c92f..4028ff2983 100644
--- a/hw/sun4m.c
+++ b/hw/sun4m.c
@@ -1646,4 +1646,3 @@ QEMUMachine ss2_machine = {
.nodisk_ok = 1,
.use_scsi = 1,
};
-
diff --git a/hw/tc6393xb_template.h b/hw/tc6393xb_template.h
index 587382eecc..c0c4cde1f6 100644
--- a/hw/tc6393xb_template.h
+++ b/hw/tc6393xb_template.h
@@ -69,4 +69,3 @@ static void glue(tc6393xb_draw_graphic, BITS)(struct tc6393xb_s *s)
#undef BITS
#undef SET_PIXEL
-
diff --git a/hw/unin_pci.c b/hw/unin_pci.c
index 60fdea890f..a835e17230 100644
--- a/hw/unin_pci.c
+++ b/hw/unin_pci.c
@@ -268,4 +268,3 @@ PCIBus *pci_pmac_init(qemu_irq *pic)
#endif
return s->bus;
}
-
diff --git a/hw/versatile_pci.c b/hw/versatile_pci.c
index 67cee88e86..1f4c1f30ff 100644
--- a/hw/versatile_pci.c
+++ b/hw/versatile_pci.c
@@ -141,4 +141,3 @@ PCIBus *pci_vpb_init(qemu_irq *pic, int irq, int realview)
return s;
}
-
diff --git a/hw/vmmouse.c b/hw/vmmouse.c
index 0a93b15e63..5249393654 100644
--- a/hw/vmmouse.c
+++ b/hw/vmmouse.c
@@ -288,4 +288,3 @@ void *vmmouse_init(void *m)
return s;
}
-