mirror of https://github.com/xqemu/xqemu.git
Remove unnecessary trailing newlines
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6000 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8d32699ade
commit
1d6198c3b0
|
@ -28,4 +28,3 @@ qemu-nbd.8
|
|||
*.tp
|
||||
*.vr
|
||||
*.d
|
||||
|
||||
|
|
|
@ -165,5 +165,3 @@ BlockDriver bdrv_cloop = {
|
|||
NULL,
|
||||
cloop_close,
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -294,4 +294,3 @@ BlockDriver bdrv_dmg = {
|
|||
NULL,
|
||||
dmg_close,
|
||||
};
|
||||
|
||||
|
|
|
@ -2848,4 +2848,3 @@ static void checkpoint(void) {
|
|||
print_direntry(NULL);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -247,4 +247,3 @@ QEMUFile *qemu_fopen_ops_buffered(void *opaque,
|
|||
|
||||
return s->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);
|
||||
}
|
||||
|
||||
|
|
|
@ -455,5 +455,3 @@ handle_signal:
|
|||
if (q != &k->info)
|
||||
free_sigqueue(q);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -218,4 +218,3 @@ DEF_HELPER_FLAGS_0(name, flags, ret)
|
|||
#undef GEN_HELPER
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -717,4 +717,3 @@ INLINE flag ne128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 )
|
|||
return ( a0 != b0 ) || ( a1 != b1 );
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -261,5 +261,3 @@ PCIBus *pci_apb_init(target_phys_addr_t special_base,
|
|||
"Advanced PCI Bus secondary bridge 2");
|
||||
return secondary;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -205,4 +205,3 @@ void arm_sysctl_init(uint32_t base, uint32_t sys_id)
|
|||
cpu_register_physical_memory(base, 0x00001000, iomemtype);
|
||||
/* ??? Save/restore. */
|
||||
}
|
||||
|
||||
|
|
|
@ -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. */
|
||||
}
|
||||
|
||||
|
|
|
@ -207,4 +207,3 @@ qemu_irq *armv7m_init(int flash_size, int sram_size,
|
|||
|
||||
return pic;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -146,4 +146,3 @@ PCIBus *pci_grackle_init(uint32_t base, qemu_irq *pic)
|
|||
#endif
|
||||
return s->bus;
|
||||
}
|
||||
|
||||
|
|
|
@ -2005,4 +2005,3 @@ void *lsi_scsi_init(PCIBus *bus, int devfn)
|
|||
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
|
@ -76,4 +76,3 @@ void dbdma_init (int *dbdma_mem_index)
|
|||
{
|
||||
*dbdma_mem_index = cpu_register_io_memory(0, dbdma_read, dbdma_write, NULL);
|
||||
}
|
||||
|
||||
|
|
|
@ -540,4 +540,3 @@ qemu_irq *mcf5206_init(uint32_t base, CPUState *env)
|
|||
m5206_mbar_reset(s);
|
||||
return pic;
|
||||
}
|
||||
|
||||
|
|
|
@ -90,4 +90,3 @@ static uint32_t pci_host_data_readl(void* opaque, pci_addr_t addr)
|
|||
#endif
|
||||
return val;
|
||||
}
|
||||
|
||||
|
|
|
@ -47,4 +47,3 @@ struct pcmcia_card_s {
|
|||
|
||||
/* dscm1xxxx.c */
|
||||
struct pcmcia_card_s *dscm1xxxx_init(BlockDriverState *bdrv);
|
||||
|
||||
|
|
|
@ -309,4 +309,3 @@ void pl011_init(uint32_t base, qemu_irq irq,
|
|||
}
|
||||
register_savevm("pl011_uart", -1, 1, pl011_save, pl011_load, s);
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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. */
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -336,4 +336,3 @@ void *pl080_init(uint32_t base, qemu_irq irq, int nchannels)
|
|||
/* ??? Save/restore. */
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
|
@ -169,4 +169,3 @@ PCIBus *pci_prep_init(qemu_irq *pic)
|
|||
|
||||
return s->bus;
|
||||
}
|
||||
|
||||
|
|
1
hw/ps2.h
1
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);
|
||||
|
||||
|
|
|
@ -192,4 +192,3 @@ ptimer_state *ptimer_init(QEMUBH *bh)
|
|||
s->timer = qemu_new_timer(vm_clock, ptimer_tick, s);
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
|
@ -202,4 +202,3 @@ PCIBus *sh_pci_register_bus(pci_set_irq_fn set_irq, pci_map_irq_fn map_irq,
|
|||
|
||||
return p->bus;
|
||||
}
|
||||
|
||||
|
|
|
@ -421,4 +421,3 @@ void *slavio_intctl_init(target_phys_addr_t addr, target_phys_addr_t addrg,
|
|||
slavio_intctl_reset(s);
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
|
@ -101,4 +101,3 @@ static void glue(draw_line32_, PIXEL_NAME)(
|
|||
#undef PIXEL_TYPE
|
||||
#undef PIXEL_NAME
|
||||
#undef BGR_FORMAT
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -221,4 +221,3 @@ void *sun4c_intctl_init(target_phys_addr_t addr, qemu_irq **irq,
|
|||
sun4c_intctl_reset(s);
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
|
@ -1646,4 +1646,3 @@ QEMUMachine ss2_machine = {
|
|||
.nodisk_ok = 1,
|
||||
.use_scsi = 1,
|
||||
};
|
||||
|
||||
|
|
|
@ -69,4 +69,3 @@ static void glue(tc6393xb_draw_graphic, BITS)(struct tc6393xb_s *s)
|
|||
|
||||
#undef BITS
|
||||
#undef SET_PIXEL
|
||||
|
||||
|
|
|
@ -268,4 +268,3 @@ PCIBus *pci_pmac_init(qemu_irq *pic)
|
|||
#endif
|
||||
return s->bus;
|
||||
}
|
||||
|
||||
|
|
|
@ -141,4 +141,3 @@ PCIBus *pci_vpb_init(qemu_irq *pic, int irq, int realview)
|
|||
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
|
@ -288,4 +288,3 @@ void *vmmouse_init(void *m)
|
|||
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
|
@ -83,4 +83,3 @@ period 0x34
|
|||
colon 0x34 shift
|
||||
minus 0x35
|
||||
underscore 0x35 shift
|
||||
|
||||
|
|
|
@ -74,4 +74,3 @@ period 0x34
|
|||
colon 0x34 shift
|
||||
minus 0x35
|
||||
underscore 0x35 shift
|
||||
|
||||
|
|
|
@ -137,4 +137,3 @@ thorn 0x35
|
|||
THORN 0x35 shift
|
||||
dead_belowdot 0x35 altgr
|
||||
dead_abovedot 0x35 shift altgr
|
||||
|
||||
|
|
|
@ -57,4 +57,3 @@ equal 0x35 shift
|
|||
bracketright 0x56
|
||||
bracketleft 0x56 shift
|
||||
brokenbar 0x56 altgr
|
||||
|
||||
|
|
|
@ -79,4 +79,3 @@ period 0x34
|
|||
colon 0x34 shift
|
||||
minus 0x35
|
||||
underscore 0x35 shift
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -241,4 +241,3 @@ unsigned int EmulateAll1(unsigned int opcode)
|
|||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -214,4 +214,3 @@ struct target_termios {
|
|||
#define TARGET_TIOCPKT_DOSTOP 32
|
||||
|
||||
#define TARGET_TIOCSER_TEMT 0x01 /* Transmitter physically empty */
|
||||
|
||||
|
|
|
@ -34,4 +34,3 @@ struct target_pt_regs {
|
|||
unsigned long exs;
|
||||
unsigned long eda;
|
||||
};
|
||||
|
||||
|
|
|
@ -211,4 +211,3 @@ struct target_termios {
|
|||
#define TARGET_TIOCPKT_DOSTOP 32
|
||||
|
||||
#define TARGET_TIOCSER_TEMT 0x01 /* Transmitter physically empty */
|
||||
|
||||
|
|
|
@ -139,4 +139,3 @@
|
|||
/* for robust mutexes */
|
||||
#define TARGET_EOWNERDEAD 130 /* Owner died */
|
||||
#define TARGET_ENOTRECOVERABLE 131 /* State not recoverable */
|
||||
|
||||
|
|
|
@ -224,4 +224,3 @@ struct target_termios {
|
|||
#define TARGET_TIOCPKT_DOSTOP 32
|
||||
|
||||
#define TARGET_TIOCSER_TEMT 0x01 /* Transmitter physically empty */
|
||||
|
||||
|
|
|
@ -225,4 +225,3 @@ struct target_termios {
|
|||
#define TARGET_TIOCPKT_DOSTOP 32
|
||||
|
||||
#define TARGET_TIOCSER_TEMT 0x01 /* Transmitter physically empty */
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -314,4 +314,3 @@ print_syscall_ret(int num, abi_long ret)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -485,4 +485,3 @@ int do_vm86(CPUX86State *env, long subfunction, abi_ulong vm86_addr)
|
|||
out:
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
@ -95,4 +95,3 @@ static inline FdMigrationState *migrate_to_fms(MigrationState *mig_state)
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -14,4 +14,3 @@ all: $(TARGETS)
|
|||
|
||||
clean:
|
||||
rm -f $(TARGETS) *.o *~
|
||||
|
||||
|
|
|
@ -199,4 +199,3 @@ int qemu_paio_cancel(int fd, struct qemu_paiocb *aiocb)
|
|||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
@ -484,5 +484,3 @@ const char *readline_get_history(unsigned int index)
|
|||
return NULL;
|
||||
return term_history[index];
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1708,4 +1708,3 @@ const struct s390_opcode s390_opcodes[] =
|
|||
|
||||
const int s390_num_opcodes =
|
||||
sizeof (s390_opcodes) / sizeof (s390_opcodes[0]);
|
||||
|
||||
|
|
1
s390.ld
1
s390.ld
|
@ -201,4 +201,3 @@ SECTIONS
|
|||
.debug_typenames 0 : { *(.debug_typenames) }
|
||||
.debug_varnames 0 : { *(.debug_varnames) }
|
||||
}
|
||||
|
||||
|
|
|
@ -37,4 +37,3 @@ extern int slirp_debug;
|
|||
#endif
|
||||
|
||||
void debug_init _P((char *, int));
|
||||
|
||||
|
|
|
@ -234,4 +234,3 @@ dtom(dat)
|
|||
|
||||
return (struct mbuf *)0;
|
||||
}
|
||||
|
||||
|
|
|
@ -198,4 +198,3 @@ sbcopy(sb, off, len, to)
|
|||
memcpy(to+off,sb->sb_data,len);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -723,4 +723,3 @@ sofwdrain(so)
|
|||
else
|
||||
sofcantsendmore(so);
|
||||
}
|
||||
|
||||
|
|
|
@ -436,4 +436,3 @@ void cpu_dump_state (CPUState *env, FILE *f,
|
|||
}
|
||||
cpu_fprintf(f, "\nlock " TARGET_FMT_lx "\n", env->lock);
|
||||
}
|
||||
|
||||
|
|
|
@ -211,5 +211,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -9,4 +9,3 @@ enum {
|
|||
#undef DEFR
|
||||
#undef DEFF64
|
||||
};
|
||||
|
||||
|
|
|
@ -224,4 +224,3 @@ void HELPER(divs)(CPUState *env, uint32_t word)
|
|||
env->div2 = rem;
|
||||
env->cc_dest = flags;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,5 +18,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id)
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -86,4 +86,3 @@ Sun4u:
|
|||
Sun4v:
|
||||
- A lot of unimplemented features
|
||||
- A lot of real machine types
|
||||
|
||||
|
|
|
@ -220,5 +220,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id)
|
|||
tlb_flush(env, 1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -66,4 +66,3 @@ uint64_t tcg_helper_remu_i64(uint64_t arg1, uint64_t arg2)
|
|||
{
|
||||
return arg1 % arg2;
|
||||
}
|
||||
|
||||
|
|
|
@ -9,4 +9,3 @@ display /x $r2
|
|||
display /x $r3
|
||||
display /x $r4
|
||||
display /t $ccs
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -76,4 +76,3 @@ mem3:
|
|||
checkr3 6712
|
||||
|
||||
quit
|
||||
|
||||
|
|
|
@ -94,4 +94,3 @@ y:
|
|||
checkr3 d
|
||||
|
||||
quit
|
||||
|
||||
|
|
|
@ -26,4 +26,3 @@
|
|||
checkr3 ffffff00
|
||||
|
||||
quit
|
||||
|
||||
|
|
|
@ -23,4 +23,3 @@ int main (int argc, char *argv[])
|
|||
printf ("pass\n");
|
||||
exit (0);
|
||||
}
|
||||
|
||||
|
|
|
@ -25,4 +25,3 @@ int main (int argc, char *argv[])
|
|||
printf ("pass\n");
|
||||
exit (0);
|
||||
}
|
||||
|
||||
|
|
|
@ -238,5 +238,3 @@ main(int argc, char **argv)
|
|||
printf("\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -183,4 +183,3 @@ void *glue(_test_, OP) __init_call = glue(test_, OP);
|
|||
#undef OP_SHIFTD
|
||||
#undef OP_NOBYTE
|
||||
#undef EXECSHIFT
|
||||
|
||||
|
|
|
@ -149,4 +149,3 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue