Remove unnecessary trailing newlines
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 13 Dec 2008 09:32:43 +0000 (09:32 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 13 Dec 2008 09:32:43 +0000 (09:32 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6000 c046a42c-6fe2-441c-8c8c-71466251a162

92 files changed:
.gitignore
a.out.h
block-cloop.c
block-dmg.c
block-vvfat.c
buffered_file.c
darwin-user/mmap.c
darwin-user/signal.c
def-helper.h
fpu/softfloat-macros.h
gen-icount.h
hw/apb_pci.c
hw/arm-misc.h
hw/arm_sysctl.c
hw/arm_timer.c
hw/armv7m.c
hw/cdrom.c
hw/grackle_pci.c
hw/lsi53c895a.c
hw/mac_dbdma.c
hw/mcf5206.c
hw/pci_host.h
hw/pcmcia.h
hw/pl011.c
hw/pl022.c
hw/pl050.c
hw/pl061.c
hw/pl080.c
hw/prep_pci.c
hw/ps2.h
hw/ptimer.c
hw/rtl8139.c
hw/sh7750.c
hw/sh_pci.c
hw/slavio_intctl.c
hw/sm501_template.h
hw/smbus.h
hw/ssi-sd.c
hw/stellaris_input.c
hw/sun4c_intctl.c
hw/sun4m.c
hw/tc6393xb_template.h
hw/unin_pci.c
hw/versatile_pci.c
hw/vmmouse.c
keymaps/et
keymaps/fo
keymaps/is
keymaps/nl
keymaps/sv
linux-user/alpha/termbits.h
linux-user/arm/nwfpe/fpa11.c
linux-user/arm/termbits.h
linux-user/cris/syscall.h
linux-user/cris/termbits.h
linux-user/errno_defs.h
linux-user/i386/termbits.h
linux-user/m68k/termbits.h
linux-user/ppc/termbits.h
linux-user/sparc/termbits.h
linux-user/sparc64/termbits.h
linux-user/strace.c
linux-user/vm86.c
migration.h
pc-bios/Makefile
posix-aio-compat.c
readline.c
s390-dis.c
s390.ld
slirp/debug.h
slirp/mbuf.c
slirp/sbuf.c
slirp/socket.c
target-alpha/helper.c
target-arm/machine.c
target-m68k/m68k-qreg.h
target-m68k/op_helper.c
target-mips/machine.c
target-sparc/TODO
target-sparc/machine.c
tcg/tcg-op.h
tcg/tcg-runtime.c
tests/cris/.gdbinit
tests/cris/README
tests/cris/check_movemr.s
tests/cris/check_movemrv32.s
tests/cris/check_mover.s
tests/cris/check_stat3.c
tests/cris/check_stat4.c
tests/sha1.c
tests/test-i386-shift.h
tests/test_path.c

index 6fd7b9695813b97631da6610080116548b5df431..5bacb37cd132a4c4ce42ab791275b4ac0eca6db7 100644 (file)
@@ -28,4 +28,3 @@ qemu-nbd.8
 *.tp
 *.vr
 *.d
-
diff --git a/a.out.h b/a.out.h
index 2d35ebfd873b982a9272390dc4c9ac7435141487..dfc104e606d9730c8f978f6b3d3da91dd85addad 100644 (file)
--- a/a.out.h
+++ b/a.out.h
@@ -428,4 +428,3 @@ typedef struct
 #endif
 
 #endif /* _A_OUT_H_ */
-
index 43d380127d539bf9a317f3d0fff8d771e7291d34..ad0e65d970fa461f3390e21dbe6d0580a3cf527d 100644 (file)
@@ -165,5 +165,3 @@ BlockDriver bdrv_cloop = {
     NULL,
     cloop_close,
 };
-
-
index 8c9d0da2caf104b7257d36b844aadfbe3467c8ee..4320c5dcb37c001c2d9aaa1e3b7861299f34ff12 100644 (file)
@@ -294,4 +294,3 @@ BlockDriver bdrv_dmg = {
     NULL,
     dmg_close,
 };
-
index b8fa72981bfd05d3530ab8ef7c5674d0063c3714..57763b377199e80ca7ce0f6422dcaccee2f375ea 100644 (file)
@@ -2848,4 +2848,3 @@ static void checkpoint(void) {
     print_direntry(NULL);
 }
 #endif
-
index 1d72b4637ad4575b53726896e86f32ca09622cd7..be5baea656e7b840259077d1ed1c52fcd8ab6ad8 100644 (file)
@@ -247,4 +247,3 @@ QEMUFile *qemu_fopen_ops_buffered(void *opaque,
 
     return s->file;
 }
-
index b4055abe1bab377e914b3217e720aa769c58f5d0..bb7d7e69905aa5e798a996c67a4ced355947aa13 100644 (file)
@@ -408,4 +408,3 @@ int target_msync(unsigned long start, unsigned long len, int flags)
     start &= qemu_host_page_mask;
     return msync((void *)start, end - start, flags);
 }
-
index aeb8a622ad58bab1c3ea6a06fa2a6738bd5d6329..f412b36f807a335abad87ca64aa15315e6e0f85e 100644 (file)
@@ -455,5 +455,3 @@ handle_signal:
     if (q != &k->info)
         free_sigqueue(q);
 }
-
-
index 98a5f68074e37e9bcf176b38492e0753315f6d4a..d57ea4d5a7af2afd831e2748092dd015d0b4d5f4 100644 (file)
@@ -218,4 +218,3 @@ DEF_HELPER_FLAGS_0(name, flags, ret)
 #undef GEN_HELPER
 
 #endif
-
index 2c8f18b1cec1c5a082dbd64c32903bcfea862344..0502fb8949a7378d4dca67d55c1c90e9bc844787 100644 (file)
@@ -717,4 +717,3 @@ INLINE flag ne128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 )
     return ( a0 != b0 ) || ( a1 != b1 );
 
 }
-
index d53159c032f4e0a4d4b05204a5fe9ffd57bbe0b5..d4524d6634624c0884424080835aad7b5d7ad12f 100644 (file)
@@ -53,4 +53,3 @@ static inline void gen_io_end(void)
     tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io));
     tcg_temp_free_i32(tmp);
 }
-
index b56bb0733f1ac9a5c8a0598878851065a89fc013..d8478885499d4df858c34fae4602036581ff14b9 100644 (file)
@@ -261,5 +261,3 @@ PCIBus *pci_apb_init(target_phys_addr_t special_base,
                     "Advanced PCI Bus secondary bridge 2");
     return secondary;
 }
-
-
index a147254287db88b80a951d619e3183eb828e84e1..a6991975fcda3165fcd92244d79d5072ba6a92c6 100644 (file)
@@ -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 */
-
index ab22e840d70b7080b024e4c907699d7f0a0b2b83..ca668ca6367b288057cd6363314c510a4b3da76c 100644 (file)
@@ -205,4 +205,3 @@ void arm_sysctl_init(uint32_t base, uint32_t sys_id)
     cpu_register_physical_memory(base, 0x00001000, iomemtype);
     /* ??? Save/restore.  */
 }
-
index 3ffe9965b4f1c04f41a79cba2a63cee30a316e3d..c93f333d7a3239a6b74f1a01e60eb27ec595f12d 100644 (file)
@@ -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.  */
 }
-
index 096193d8f3ba044368a49fbb30873784077726ce..71bbd957754e700a67bcfde3f7952f6895bb9b08 100644 (file)
@@ -207,4 +207,3 @@ qemu_irq *armv7m_init(int flash_size, int sram_size,
 
     return pic;
 }
-
index 2aa4d3b250b8f6a1fca407a42219241274e2a2fa..87427a5a21f461c4521994e5ba888540d3f586cb 100644 (file)
@@ -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;
 }
-
-
index 91d426102246d6b22a1c3a4d2ec44c94f06f6c67..c6aee94822a4d36ca642b5648987cda1e07aff55 100644 (file)
@@ -146,4 +146,3 @@ PCIBus *pci_grackle_init(uint32_t base, qemu_irq *pic)
 #endif
     return s->bus;
 }
-
index 78a23a5f946ba9c3b69eeab0cc6082a01d099f04..81d56724562c537798503910c2a6462f3e129d13 100644 (file)
@@ -2005,4 +2005,3 @@ void *lsi_scsi_init(PCIBus *bus, int devfn)
 
     return s;
 }
-
index 74003e60a620fedb797e11a5965be02a2ac0fa19..401384c4c8e235f262da98f792a1466ee886fe84 100644 (file)
@@ -76,4 +76,3 @@ void dbdma_init (int *dbdma_mem_index)
 {
     *dbdma_mem_index = cpu_register_io_memory(0, dbdma_read, dbdma_write, NULL);
 }
-
index 449ca12f54a66b85c098f52b5205737cb05c21b0..ee41a6118528e634c71d57d077d38c9625ace9c9 100644 (file)
@@ -540,4 +540,3 @@ qemu_irq *mcf5206_init(uint32_t base, CPUState *env)
     m5206_mbar_reset(s);
     return pic;
 }
-
index 49a0c59d534b95957587590f32ae27b01d1ce13b..e2e428a271277f19f2895dfd64e61abba34b5cdb 100644 (file)
@@ -90,4 +90,3 @@ static uint32_t pci_host_data_readl(void* opaque, pci_addr_t addr)
 #endif
     return val;
 }
-
index bfa23babe5b3a40c09fd071b24910d3695afa899..8f8366c83d2419fbadc7220f3d9c5f65ed3133db 100644 (file)
@@ -47,4 +47,3 @@ struct pcmcia_card_s {
 
 /* dscm1xxxx.c */
 struct pcmcia_card_s *dscm1xxxx_init(BlockDriverState *bdrv);
-
index dd6994c41feb8c7427e3da4c17420ddc6a1af24a..468d48a9269dd3e4e6eb017f4b2ee465a57073e8 100644 (file)
@@ -309,4 +309,3 @@ void pl011_init(uint32_t base, qemu_irq irq,
     }
     register_savevm("pl011_uart", -1, 1, pl011_save, pl011_load, s);
 }
-
index ee166ffc46584a43e6e0e24da7c9510ce676da11..90f4f0f16f1e2e72bdea38b27ae7d4e56225a0cc 100644 (file)
@@ -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);
 }
-
-
index e74a6dcd344efdd05c0b0e7a0cdc559b4ba63c3c..0ab60bf8382b23306fbc7a908107ec31f3264bc9 100644 (file)
@@ -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.  */
 }
-
index a4d59c793e5851f7abe4b05f1910e8d0eab30794..fab99d4a49cb27aeb03186302014a1275bc8eafa 100644 (file)
@@ -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);
 }
-
index 1be30354fd221455048f9d210ae942251649f9e7..e4d7e170e54e992706e8ad8b9a2c3ead1afd3932 100644 (file)
@@ -336,4 +336,3 @@ void *pl080_init(uint32_t base, qemu_irq irq, int nchannels)
     /* ??? Save/restore.  */
     return s;
 }
-
index 815db5308b7f350e2cc0048e64538f160c6b19a6..dd53f871abd7da955b89faa6f6d7910767f9e95a 100644 (file)
@@ -169,4 +169,3 @@ PCIBus *pci_prep_init(qemu_irq *pic)
 
     return s->bus;
 }
-
index f2c091edd05a820911e871fceab57e7ffe1ed140..32a4231e321909e294ac8f89e93b81839c607174 100644 (file)
--- 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);
-
index b772ca29875bfc6889405fd68b2380f0565cb77e..9d3862724da2ad117cddb94ae20e576f4071378d 100644 (file)
@@ -192,4 +192,3 @@ ptimer_state *ptimer_init(QEMUBH *bh)
     s->timer = qemu_new_timer(vm_clock, ptimer_tick, s);
     return s;
 }
-
index feffa9c33b1c41ed63f885d80f756b9dbb16e1cc..c3ab8543f389590e656e411c2344cc3b06f5f03e 100644 (file)
@@ -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 */
 }
-
index af86f0e990e10a07d47907c7b6a992632e9f578f..4d1a80651055ce97a626846aedcb191df6943f75 100644 (file)
@@ -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];
 }
-
index f24d32a9273a22fde118b777c4492a913c78bac4..5524c59897b3d913e821cf4e00ac7512eca3f6f8 100644 (file)
@@ -202,4 +202,3 @@ PCIBus *sh_pci_register_bus(pci_set_irq_fn set_irq, pci_map_irq_fn map_irq,
 
     return p->bus;
 }
-
index 4e08c6a05d966d62dda2286c038974063b6afc29..0729c2ab165df872fe854438e338a61f5834fee6 100644 (file)
@@ -421,4 +421,3 @@ void *slavio_intctl_init(target_phys_addr_t addr, target_phys_addr_t addrg,
     slavio_intctl_reset(s);
     return s;
 }
-
index c96ac253d480e62b75901968fb70735712605ce8..1679df7bfe718932d45936f26f2c06a84e0aa05c 100644 (file)
@@ -101,4 +101,3 @@ static void glue(draw_line32_, PIXEL_NAME)(
 #undef PIXEL_TYPE
 #undef PIXEL_NAME
 #undef BGR_FORMAT
-
index b6b0662403c7c148027530531d5889bfc484d71e..640377b0c446e7de06f96fad997d13f627f7266c 100644 (file)
@@ -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);
-
index 1c57f1f2d8c901e09a98b6873ff933a1adc2c2a5..ffb9c4cda75d57cd4f1a03e7b80df3a64ca76cd1 100644 (file)
@@ -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;
 }
-
index aef4ce0c63aad388e29d5861412e54f8f9bdda3b..33395a427bf70b386908f00ecf380cf1be987457 100644 (file)
@@ -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);
 }
-
-
index c8c40c9f05c4951fa573e5acbe5531b6943b7ea5..dd427776794bb905bc3830366d4c1c3aa00bba3d 100644 (file)
@@ -221,4 +221,3 @@ void *sun4c_intctl_init(target_phys_addr_t addr, qemu_irq **irq,
     sun4c_intctl_reset(s);
     return s;
 }
-
index 2035b6c92fa486ebd700518a27d442dab1aada4c..4028ff2983ef1c2df747d1b2a0c8587a10f6ab8e 100644 (file)
@@ -1646,4 +1646,3 @@ QEMUMachine ss2_machine = {
     .nodisk_ok = 1,
     .use_scsi = 1,
 };
-
index 587382eeccaa7830e214826555ea49bc4f3242ab..c0c4cde1f6c3bd521e81a28144f935f8111af052 100644 (file)
@@ -69,4 +69,3 @@ static void glue(tc6393xb_draw_graphic, BITS)(struct tc6393xb_s *s)
 
 #undef BITS
 #undef SET_PIXEL
-
index 60fdea890fa4c200958c1d52977830050effbb75..a835e17230d9bd14916246f83283707fcfbeed23 100644 (file)
@@ -268,4 +268,3 @@ PCIBus *pci_pmac_init(qemu_irq *pic)
 #endif
     return s->bus;
 }
-
index 67cee88e8600f58494bf32625a5d5645fe27da1a..1f4c1f30ff7b9865bbd6dd5fde4b0dee40079d0d 100644 (file)
@@ -141,4 +141,3 @@ PCIBus *pci_vpb_init(qemu_irq *pic, int irq, int realview)
 
     return s;
 }
-
index 0a93b15e6319f673d7c73a8d34f318c9b61062db..5249393654f1e6ca7d12444fda97769ae0572ee7 100644 (file)
@@ -288,4 +288,3 @@ void *vmmouse_init(void *m)
 
     return s;
 }
-
index 3252e31c37b0fac5639aba7d8c71792b7cbf2e84..85541a3772f5eca6cdef2edc7c5461ac7ce568f0 100644 (file)
@@ -83,4 +83,3 @@ period 0x34
 colon 0x34 shift
 minus 0x35
 underscore 0x35 shift
-
index 83add423c6eb3fdd5f274110221ee5ae4280cc5e..c00d9d4def7b67de712a63de7f8b6285a47e9363 100644 (file)
@@ -74,4 +74,3 @@ period 0x34
 colon 0x34 shift
 minus 0x35
 underscore 0x35 shift
-
index d512cf666d56317640038c794758d23980f3ab42..21dc1fd3ca5a33588ecd3732951f8228bb20947c 100644 (file)
@@ -137,4 +137,3 @@ thorn 0x35
 THORN 0x35 shift
 dead_belowdot 0x35 altgr
 dead_abovedot 0x35 shift altgr
-
index 4f0fe3df77cd78547dfcae3b6b6dcefc83f60e33..b4892f930d1c0c630e6025c5bbdd87055733ad71 100644 (file)
@@ -57,4 +57,3 @@ equal 0x35 shift
 bracketright 0x56
 bracketleft 0x56 shift
 brokenbar 0x56 altgr
-
index 9905a48dbb17f19b780e6df00617a3cd767acb82..5d9080eff1f497d8744cbdd8af038c5a36718360 100644 (file)
@@ -79,4 +79,3 @@ period 0x34
 colon 0x34 shift
 minus 0x35
 underscore 0x35 shift
-
index 685871159f6a494d9229654bcb3febac79752a6c..6406b6a7991078f6be57e30034a7645df0edd451 100644 (file)
@@ -262,4 +262,3 @@ struct target_termios {
 #define TARGET_TIOCGICOUNT     0x545D  /* read serial port inline interrupt counts */
 #define TARGET_TIOCGHAYESESP   0x545E  /* Get Hayes ESP configuration */
 #define TARGET_TIOCSHAYESESP   0x545F  /* Set Hayes ESP configuration */
-
index beed9687b91b077e91cbda8c984552155fa96ca4..eb006f0df29eed2f91ff383fc7e56b4e75174702 100644 (file)
@@ -241,4 +241,3 @@ unsigned int EmulateAll1(unsigned int opcode)
   }
 }
 #endif
-
index f018c07581a12c0a2450a585302ed840b8e0e24a..7772df175ca8aaff57b3445a3db7e49e3e169c77 100644 (file)
@@ -214,4 +214,3 @@ struct target_termios {
 #define TARGET_TIOCPKT_DOSTOP          32
 
 #define TARGET_TIOCSER_TEMT    0x01    /* Transmitter physically empty */
-
index 8fa7474ff4a4908a8c81fc51bc6aea194fe3198f..24f92ba42127e38a630b5bfc9d41c159365e3a17 100644 (file)
@@ -34,4 +34,3 @@ struct target_pt_regs {
         unsigned long exs;
         unsigned long eda;
 };
-
index adff80243e1e13dda47b74c88df21707984504de..fc82ca084ec4628121b77a6099c6e7cb5445ba56 100644 (file)
@@ -211,4 +211,3 @@ struct target_termios {
 #define TARGET_TIOCPKT_DOSTOP          32
 
 #define TARGET_TIOCSER_TEMT    0x01    /* Transmitter physically empty */
-
index 209c1870f4e6de0fcd62e7d35c1303b53d0861f2..8a1cf76cdb5b25ad55d3ddd6692188fdb8750dab 100644 (file)
 /* for robust mutexes */
 #define TARGET_EOWNERDEAD      130     /* Owner died */
 #define TARGET_ENOTRECOVERABLE 131     /* State not recoverable */
-
index 4acd2bda01cbf279a3f1a5e5c7026d8a2ea3c7da..e051a3af749149f3f54e2a6a962725b65f31b951 100644 (file)
@@ -224,4 +224,3 @@ struct target_termios {
 #define TARGET_TIOCPKT_DOSTOP          32
 
 #define TARGET_TIOCSER_TEMT    0x01    /* Transmitter physically empty */
-
index 1bce39d818bdb0c0efee052a66eaee74367f9c99..f7982fb6c25d34a64266853190d3a87ca3a7fa1b 100644 (file)
@@ -225,4 +225,3 @@ struct target_termios {
 #define TARGET_TIOCPKT_DOSTOP          32
 
 #define TARGET_TIOCSER_TEMT    0x01    /* Transmitter physically empty */
-
index 002de9564fac55a7fa79afe99e2b179b817c8622..73e7151756f1068f375adeeac1789cae74156b43 100644 (file)
@@ -234,4 +234,3 @@ struct target_termios {
 
 #define TARGET_TIOCMIWAIT      0x545C  /* wait for a change on serial input line(s) */
 #define TARGET_TIOCGICOUNT     0x545D  /* read serial port inline interrupt counts */
-
index ed9ab24552c3a28f277f77bacd545d273d6289f8..691600d27a71fa57ee7dfdc9c5f9d3b9bdd6134d 100644 (file)
@@ -277,4 +277,3 @@ struct target_termios {
 #define TARGET_TIOCSERSETMULTI 0x545B /* Set multiport config */
 #define TARGET_TIOCMIWAIT      0x545C /* Wait input */
 #define TARGET_TIOCGICOUNT     0x545D /* Read serial port inline interrupt counts */
-
index ed9ab24552c3a28f277f77bacd545d273d6289f8..691600d27a71fa57ee7dfdc9c5f9d3b9bdd6134d 100644 (file)
@@ -277,4 +277,3 @@ struct target_termios {
 #define TARGET_TIOCSERSETMULTI 0x545B /* Set multiport config */
 #define TARGET_TIOCMIWAIT      0x545C /* Wait input */
 #define TARGET_TIOCGICOUNT     0x545D /* Read serial port inline interrupt counts */
-
index fca2f391d574ece21342254f9ea6ff82365ca851..116726c559b2ca2d03f34257f718ea36d5a0e3e4 100644 (file)
@@ -314,4 +314,3 @@ print_syscall_ret(int num, abi_long ret)
             break;
         }
 }
-
index d87174b560d0c0a8bfb6dd0fd57539289ebff78b..c93303895d01e294d64b0137ade9d8dc7309ea50 100644 (file)
@@ -485,4 +485,3 @@ int do_vm86(CPUX86State *env, long subfunction, abi_ulong vm86_addr)
  out:
     return ret;
 }
-
index 953ec704de6a9aa299f53828d0739cfbf3d248cf..d9771adb8dd48d3d271266189422c2f17a32a206 100644 (file)
@@ -95,4 +95,3 @@ static inline FdMigrationState *migrate_to_fms(MigrationState *mig_state)
 }
 
 #endif
-
index c817e851cfbee4a9101d9928673e1633de6e11dd..d9f434ae52cb31d5cbfdd5722140d075137c2b41 100644 (file)
@@ -14,4 +14,3 @@ all: $(TARGETS)
 
 clean:
        rm -f $(TARGETS) *.o *~
-
index 232b511f92808afc61c2f5d4e949355096e11007..92ec234575b5c89e183caa0259c1f7cd9a30e7a5 100644 (file)
@@ -199,4 +199,3 @@ int qemu_paio_cancel(int fd, struct qemu_paiocb *aiocb)
 
     return ret;
 }
-
index e1e963a2cdfc243481e5326befcf9cd1d735e216..7bf9a5e1d4b0ece3ef13aa7ad854e7c9bb8f55dc 100644 (file)
@@ -484,5 +484,3 @@ const char *readline_get_history(unsigned int index)
         return NULL;
     return term_history[index];
 }
-
-
index a447a19773ca42435230235a78c4c055679fe5e1..fa24792160f14ccb476e500df5db5b2951e1cb58 100644 (file)
@@ -1708,4 +1708,3 @@ const struct s390_opcode s390_opcodes[] =
 
 const int s390_num_opcodes =
   sizeof (s390_opcodes) / sizeof (s390_opcodes[0]);
-
diff --git a/s390.ld b/s390.ld
index 7f14ea919f2fd703cab54e4e7ce014f038c7debf..ccae2e71df2a6a47f17c54ceba8f70a3c7cee534 100644 (file)
--- a/s390.ld
+++ b/s390.ld
@@ -201,4 +201,3 @@ SECTIONS
   .debug_typenames 0 : { *(.debug_typenames) }
   .debug_varnames  0 : { *(.debug_varnames) }
 }
-
index 8a523b2ed6174cccfff5d6eb56fd8de28a67742a..c43eff73d396bc608ceedb5bcb15d11da6906c81 100644 (file)
@@ -37,4 +37,3 @@ extern int slirp_debug;
 #endif
 
 void debug_init _P((char *, int));
-
index 1f3985a785284c7b11b5a170bada02bc53781c13..655de41805c22b17b8679283a288e2a0e23aa07d 100644 (file)
@@ -234,4 +234,3 @@ dtom(dat)
 
        return (struct mbuf *)0;
 }
-
index 02c5fce0a126344fb4b2f8d8f6b39094c217fb7b..b0e083840548b6e6f5393108fcc0a8397eec9d08 100644 (file)
@@ -198,4 +198,3 @@ sbcopy(sb, off, len, to)
                   memcpy(to+off,sb->sb_data,len);
        }
 }
-
index 75f98fd40b17f3c74a3df3894ba196661397d4b1..00694e2c71ddc1cbeac43513dbf95dc64526cd61 100644 (file)
@@ -723,4 +723,3 @@ sofwdrain(so)
        else
                sofcantsendmore(so);
 }
-
index cc94807ef9014fd1e8b63d0418b631c442a276e4..5a8955d0292b73aa5927b41a8d6cdabd858c6a0e 100644 (file)
@@ -436,4 +436,3 @@ void cpu_dump_state (CPUState *env, FILE *f,
     }
     cpu_fprintf(f, "\nlock     " TARGET_FMT_lx "\n", env->lock);
 }
-
index 42ff5844c9f58e20970558aabb59f3549a886959..f8be7a16d4ae6fe56ec1b1ebe9929b6f201dd0af 100644 (file)
@@ -211,5 +211,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id)
 
     return 0;
 }
-
-
index 34bcb02eccb8ea724f331f380b3b50ed96c2f2c7..c224d5ec63eb1b5ed4ab3461991af82ea74a3ad1 100644 (file)
@@ -9,4 +9,3 @@ enum {
 #undef DEFR
 #undef DEFF64
 };
-
index aa36a335632153037ef7567d2027098cd37dfd05..c198e855404daa210e915e83cca1a8879b433760 100644 (file)
@@ -224,4 +224,3 @@ void HELPER(divs)(CPUState *env, uint32_t word)
     env->div2 = rem;
     env->cc_dest = flags;
 }
-
index f73b9e2f58afa5da33f16eba110374290f6e373c..15ce73cd4b75a95f69e8cde2ea6ac2c4e7cf2a87 100644 (file)
@@ -18,5 +18,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id)
 {
     return 0;
 }
-
-
index 62b0f47d187cd983b9f2ba6691c0fc012d8c5a7c..c87459f50ce34c915e12fa2188dd516c61f890dd 100644 (file)
@@ -86,4 +86,3 @@ Sun4u:
 Sun4v:
 - A lot of unimplemented features
  - A lot of real machine types
-
index 417523f88387a7cb4eadb670be7a8187bdc134ad..e845fac358f95cb8f88bb49e12b9efab215d83bd 100644 (file)
@@ -220,5 +220,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id)
     tlb_flush(env, 1);
     return 0;
 }
-
-
index a0eaa81f2db9d9f71d894445a956792254d11a5d..5432ac1fa0880b7194e9b12e217d3561818ad016 100644 (file)
@@ -2054,4 +2054,3 @@ static inline void tcg_gen_qemu_st64(TCGv_i64 arg, TCGv addr, int mem_index)
 #define tcg_gen_addi_ptr tcg_gen_addi_i64
 #define tcg_gen_ext_i32_ptr tcg_gen_ext_i32_i64
 #endif /* TCG_TARGET_REG_BITS != 32 */
-
index c4dad260c3a6a8a6952531319698c4fd9404daa8..1d77c37ee23960296032f2919302baddefafb164 100644 (file)
@@ -66,4 +66,3 @@ uint64_t tcg_helper_remu_i64(uint64_t arg1, uint64_t arg2)
 {
     return arg1 % arg2;
 }
-
index 579eac943364fce61b95b3e05dd86b55f1af5c99..5e8c1d32f32c2eb6bfb3fe1182abecfbe6c74758 100644 (file)
@@ -9,4 +9,3 @@ display /x $r2
 display /x $r3
 display /x $r4
 display /t $ccs
-
index 93c955cbb811124ed8ed72ff5035a48170913e7a..2e65a76f10bdd8ebfbb69122f936bc3c035624d9 100644 (file)
@@ -1,2 +1 @@
 Test-suite for the cris port. Heavily based on the test-suite for the CRIS port of sim by Hans-Peter Nilsson.
-
index 776da76839002b08c19914cd576de448c16ee652..88489dee319840b1227a4b76df2d255c3eb1e4b9 100644 (file)
@@ -76,4 +76,3 @@ mem3:
  checkr3 6712
 
  quit
-
index dc340afa4d2b7ea376d1e6c491f891be1323c73b..53950abd5bd51d34cd43dbb3d344bd1ab9550ab7 100644 (file)
@@ -94,4 +94,3 @@ y:
  checkr3 d
 
  quit
-
index c93106f17ef4ad1863cba9a722981e5ef40bc84e..b4db595d64b95a90df3bde2b2948a5dfe67e178a 100644 (file)
@@ -26,4 +26,3 @@
  checkr3 ffffff00
 
  quit
-
index a248ec0864ca58ed662da870c47e24b37b02d8d1..3b5b217a1cfc833672dfb30dac396e14e36625c4 100644 (file)
@@ -23,4 +23,3 @@ int main (int argc, char *argv[])
   printf ("pass\n");
   exit (0);
 }
-
index d10655d4055a06d8a66663a54638607706babedf..e1955cab3471d83e7fd1913b3f0c3c73c1337f81 100644 (file)
@@ -25,4 +25,3 @@ int main (int argc, char *argv[])
   printf ("pass\n");
   exit (0);
 }
-
index 31b001920d351ecc7025aa3cb8a6785dc5f04032..2557344dffd854d2f061dc84f267fb06d6f0fa7f 100644 (file)
@@ -238,5 +238,3 @@ main(int argc, char **argv)
     printf("\n");
     return 0;
 }
-
-
index 2bd6a4ad1af5fe2188626e33ca3d3f43d8c76426..3d8f84bffe7a60ca01b24af8491dbee201284bea 100644 (file)
@@ -183,4 +183,3 @@ void *glue(_test_, OP) __init_call = glue(test_, OP);
 #undef OP_SHIFTD
 #undef OP_NOBYTE
 #undef EXECSHIFT
-
index 7d6e831767f187202527827dbb246a12fa757c17..def7441c8cb64c76ee78d08a2d8473c4b7fe110e 100644 (file)
@@ -149,4 +149,3 @@ int main(int argc, char *argv[])
     }
     return 0;
 }
-