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 6fd7b96..5bacb37 100644 (file)
@@ -28,4 +28,3 @@ qemu-nbd.8
 *.tp
 *.vr
 *.d
-
diff --git a/a.out.h b/a.out.h
index 2d35ebf..dfc104e 100644 (file)
--- a/a.out.h
+++ b/a.out.h
@@ -428,4 +428,3 @@ typedef struct
 #endif
 
 #endif /* _A_OUT_H_ */
-
index 43d3801..ad0e65d 100644 (file)
@@ -165,5 +165,3 @@ BlockDriver bdrv_cloop = {
     NULL,
     cloop_close,
 };
-
-
index 8c9d0da..4320c5d 100644 (file)
@@ -294,4 +294,3 @@ BlockDriver bdrv_dmg = {
     NULL,
     dmg_close,
 };
-
index b8fa729..57763b3 100644 (file)
@@ -2848,4 +2848,3 @@ static void checkpoint(void) {
     print_direntry(NULL);
 }
 #endif
-
index 1d72b46..be5baea 100644 (file)
@@ -247,4 +247,3 @@ QEMUFile *qemu_fopen_ops_buffered(void *opaque,
 
     return s->file;
 }
-
index b4055ab..bb7d7e6 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 aeb8a62..f412b36 100644 (file)
@@ -455,5 +455,3 @@ handle_signal:
     if (q != &k->info)
         free_sigqueue(q);
 }
-
-
index 98a5f68..d57ea4d 100644 (file)
@@ -218,4 +218,3 @@ DEF_HELPER_FLAGS_0(name, flags, ret)
 #undef GEN_HELPER
 
 #endif
-
index 2c8f18b..0502fb8 100644 (file)
@@ -717,4 +717,3 @@ INLINE flag ne128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 )
     return ( a0 != b0 ) || ( a1 != b1 );
 
 }
-
index d53159c..d4524d6 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 b56bb07..d847888 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 a147254..a699197 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 ab22e84..ca668ca 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 3ffe996..c93f333 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 096193d..71bbd95 100644 (file)
@@ -207,4 +207,3 @@ qemu_irq *armv7m_init(int flash_size, int sram_size,
 
     return pic;
 }
-
index 2aa4d3b..87427a5 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 91d4261..c6aee94 100644 (file)
@@ -146,4 +146,3 @@ PCIBus *pci_grackle_init(uint32_t base, qemu_irq *pic)
 #endif
     return s->bus;
 }
-
index 78a23a5..81d5672 100644 (file)
@@ -2005,4 +2005,3 @@ void *lsi_scsi_init(PCIBus *bus, int devfn)
 
     return s;
 }
-
index 74003e6..401384c 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 449ca12..ee41a61 100644 (file)
@@ -540,4 +540,3 @@ qemu_irq *mcf5206_init(uint32_t base, CPUState *env)
     m5206_mbar_reset(s);
     return pic;
 }
-
index 49a0c59..e2e428a 100644 (file)
@@ -90,4 +90,3 @@ static uint32_t pci_host_data_readl(void* opaque, pci_addr_t addr)
 #endif
     return val;
 }
-
index bfa23ba..8f8366c 100644 (file)
@@ -47,4 +47,3 @@ struct pcmcia_card_s {
 
 /* dscm1xxxx.c */
 struct pcmcia_card_s *dscm1xxxx_init(BlockDriverState *bdrv);
-
index dd6994c..468d48a 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 ee166ff..90f4f0f 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 e74a6dc..0ab60bf 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 a4d59c7..fab99d4 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 1be3035..e4d7e17 100644 (file)
@@ -336,4 +336,3 @@ void *pl080_init(uint32_t base, qemu_irq irq, int nchannels)
     /* ??? Save/restore.  */
     return s;
 }
-
index 815db53..dd53f87 100644 (file)
@@ -169,4 +169,3 @@ PCIBus *pci_prep_init(qemu_irq *pic)
 
     return s->bus;
 }
-
index f2c091e..32a4231 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 b772ca2..9d38627 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 feffa9c..c3ab854 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 af86f0e..4d1a806 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 f24d32a..5524c59 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 4e08c6a..0729c2a 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 c96ac25..1679df7 100644 (file)
@@ -101,4 +101,3 @@ static void glue(draw_line32_, PIXEL_NAME)(
 #undef PIXEL_TYPE
 #undef PIXEL_NAME
 #undef BGR_FORMAT
-
index b6b0662..640377b 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 1c57f1f..ffb9c4c 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 aef4ce0..33395a4 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 c8c40c9..dd42777 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 2035b6c..4028ff2 100644 (file)
@@ -1646,4 +1646,3 @@ QEMUMachine ss2_machine = {
     .nodisk_ok = 1,
     .use_scsi = 1,
 };
-
index 587382e..c0c4cde 100644 (file)
@@ -69,4 +69,3 @@ static void glue(tc6393xb_draw_graphic, BITS)(struct tc6393xb_s *s)
 
 #undef BITS
 #undef SET_PIXEL
-
index 60fdea8..a835e17 100644 (file)
@@ -268,4 +268,3 @@ PCIBus *pci_pmac_init(qemu_irq *pic)
 #endif
     return s->bus;
 }
-
index 67cee88..1f4c1f3 100644 (file)
@@ -141,4 +141,3 @@ PCIBus *pci_vpb_init(qemu_irq *pic, int irq, int realview)
 
     return s;
 }
-
index 0a93b15..5249393 100644 (file)
@@ -288,4 +288,3 @@ void *vmmouse_init(void *m)
 
     return s;
 }
-
index 3252e31..85541a3 100644 (file)
@@ -83,4 +83,3 @@ period 0x34
 colon 0x34 shift
 minus 0x35
 underscore 0x35 shift
-
index 83add42..c00d9d4 100644 (file)
@@ -74,4 +74,3 @@ period 0x34
 colon 0x34 shift
 minus 0x35
 underscore 0x35 shift
-
index d512cf6..21dc1fd 100644 (file)
@@ -137,4 +137,3 @@ thorn 0x35
 THORN 0x35 shift
 dead_belowdot 0x35 altgr
 dead_abovedot 0x35 shift altgr
-
index 4f0fe3d..b4892f9 100644 (file)
@@ -57,4 +57,3 @@ equal 0x35 shift
 bracketright 0x56
 bracketleft 0x56 shift
 brokenbar 0x56 altgr
-
index 9905a48..5d9080e 100644 (file)
@@ -79,4 +79,3 @@ period 0x34
 colon 0x34 shift
 minus 0x35
 underscore 0x35 shift
-
index 6858711..6406b6a 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 beed968..eb006f0 100644 (file)
@@ -241,4 +241,3 @@ unsigned int EmulateAll1(unsigned int opcode)
   }
 }
 #endif
-
index f018c07..7772df1 100644 (file)
@@ -214,4 +214,3 @@ struct target_termios {
 #define TARGET_TIOCPKT_DOSTOP          32
 
 #define TARGET_TIOCSER_TEMT    0x01    /* Transmitter physically empty */
-
index 8fa7474..24f92ba 100644 (file)
@@ -34,4 +34,3 @@ struct target_pt_regs {
         unsigned long exs;
         unsigned long eda;
 };
-
index adff802..fc82ca0 100644 (file)
@@ -211,4 +211,3 @@ struct target_termios {
 #define TARGET_TIOCPKT_DOSTOP          32
 
 #define TARGET_TIOCSER_TEMT    0x01    /* Transmitter physically empty */
-
index 209c187..8a1cf76 100644 (file)
 /* for robust mutexes */
 #define TARGET_EOWNERDEAD      130     /* Owner died */
 #define TARGET_ENOTRECOVERABLE 131     /* State not recoverable */
-
index 4acd2bd..e051a3a 100644 (file)
@@ -224,4 +224,3 @@ struct target_termios {
 #define TARGET_TIOCPKT_DOSTOP          32
 
 #define TARGET_TIOCSER_TEMT    0x01    /* Transmitter physically empty */
-
index 1bce39d..f7982fb 100644 (file)
@@ -225,4 +225,3 @@ struct target_termios {
 #define TARGET_TIOCPKT_DOSTOP          32
 
 #define TARGET_TIOCSER_TEMT    0x01    /* Transmitter physically empty */
-
index 002de95..73e7151 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 ed9ab24..691600d 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 ed9ab24..691600d 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 fca2f39..116726c 100644 (file)
@@ -314,4 +314,3 @@ print_syscall_ret(int num, abi_long ret)
             break;
         }
 }
-
index d87174b..c933038 100644 (file)
@@ -485,4 +485,3 @@ int do_vm86(CPUX86State *env, long subfunction, abi_ulong vm86_addr)
  out:
     return ret;
 }
-
index 953ec70..d9771ad 100644 (file)
@@ -95,4 +95,3 @@ static inline FdMigrationState *migrate_to_fms(MigrationState *mig_state)
 }
 
 #endif
-
index c817e85..d9f434a 100644 (file)
@@ -14,4 +14,3 @@ all: $(TARGETS)
 
 clean:
        rm -f $(TARGETS) *.o *~
-
index 232b511..92ec234 100644 (file)
@@ -199,4 +199,3 @@ int qemu_paio_cancel(int fd, struct qemu_paiocb *aiocb)
 
     return ret;
 }
-
index e1e963a..7bf9a5e 100644 (file)
@@ -484,5 +484,3 @@ const char *readline_get_history(unsigned int index)
         return NULL;
     return term_history[index];
 }
-
-
index a447a19..fa24792 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 7f14ea9..ccae2e7 100644 (file)
--- a/s390.ld
+++ b/s390.ld
@@ -201,4 +201,3 @@ SECTIONS
   .debug_typenames 0 : { *(.debug_typenames) }
   .debug_varnames  0 : { *(.debug_varnames) }
 }
-
index 8a523b2..c43eff7 100644 (file)
@@ -37,4 +37,3 @@ extern int slirp_debug;
 #endif
 
 void debug_init _P((char *, int));
-
index 1f3985a..655de41 100644 (file)
@@ -234,4 +234,3 @@ dtom(dat)
 
        return (struct mbuf *)0;
 }
-
index 02c5fce..b0e0838 100644 (file)
@@ -198,4 +198,3 @@ sbcopy(sb, off, len, to)
                   memcpy(to+off,sb->sb_data,len);
        }
 }
-
index 75f98fd..00694e2 100644 (file)
@@ -723,4 +723,3 @@ sofwdrain(so)
        else
                sofcantsendmore(so);
 }
-
index cc94807..5a8955d 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 42ff584..f8be7a1 100644 (file)
@@ -211,5 +211,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id)
 
     return 0;
 }
-
-
index 34bcb02..c224d5e 100644 (file)
@@ -9,4 +9,3 @@ enum {
 #undef DEFR
 #undef DEFF64
 };
-
index aa36a33..c198e85 100644 (file)
@@ -224,4 +224,3 @@ void HELPER(divs)(CPUState *env, uint32_t word)
     env->div2 = rem;
     env->cc_dest = flags;
 }
-
index f73b9e2..15ce73c 100644 (file)
@@ -18,5 +18,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id)
 {
     return 0;
 }
-
-
index 62b0f47..c87459f 100644 (file)
@@ -86,4 +86,3 @@ Sun4u:
 Sun4v:
 - A lot of unimplemented features
  - A lot of real machine types
-
index 417523f..e845fac 100644 (file)
@@ -220,5 +220,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id)
     tlb_flush(env, 1);
     return 0;
 }
-
-
index a0eaa81..5432ac1 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 c4dad26..1d77c37 100644 (file)
@@ -66,4 +66,3 @@ uint64_t tcg_helper_remu_i64(uint64_t arg1, uint64_t arg2)
 {
     return arg1 % arg2;
 }
-
index 579eac9..5e8c1d3 100644 (file)
@@ -9,4 +9,3 @@ display /x $r2
 display /x $r3
 display /x $r4
 display /t $ccs
-
index 93c955c..2e65a76 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 776da76..88489de 100644 (file)
@@ -76,4 +76,3 @@ mem3:
  checkr3 6712
 
  quit
-
index c93106f..b4db595 100644 (file)
@@ -26,4 +26,3 @@
  checkr3 ffffff00
 
  quit
-
index a248ec0..3b5b217 100644 (file)
@@ -23,4 +23,3 @@ int main (int argc, char *argv[])
   printf ("pass\n");
   exit (0);
 }
-
index d10655d..e1955ca 100644 (file)
@@ -25,4 +25,3 @@ int main (int argc, char *argv[])
   printf ("pass\n");
   exit (0);
 }
-
index 31b0019..2557344 100644 (file)
@@ -238,5 +238,3 @@ main(int argc, char **argv)
     printf("\n");
     return 0;
 }
-
-
index 2bd6a4a..3d8f84b 100644 (file)
@@ -183,4 +183,3 @@ void *glue(_test_, OP) __init_call = glue(test_, OP);
 #undef OP_SHIFTD
 #undef OP_NOBYTE
 #undef EXECSHIFT
-
index 7d6e831..def7441 100644 (file)
@@ -149,4 +149,3 @@ int main(int argc, char *argv[])
     }
     return 0;
 }
-