Revision 1d6198c3

b/.gitignore
28 28
*.tp
29 29
*.vr
30 30
*.d
31

  
b/a.out.h
428 428
#endif
429 429

  
430 430
#endif /* _A_OUT_H_ */
431

  
b/block-cloop.c
165 165
    NULL,
166 166
    cloop_close,
167 167
};
168

  
169

  
b/block-dmg.c
294 294
    NULL,
295 295
    dmg_close,
296 296
};
297

  
b/block-vvfat.c
2848 2848
    print_direntry(NULL);
2849 2849
}
2850 2850
#endif
2851

  
b/buffered_file.c
247 247

  
248 248
    return s->file;
249 249
}
250

  
b/darwin-user/mmap.c
408 408
    start &= qemu_host_page_mask;
409 409
    return msync((void *)start, end - start, flags);
410 410
}
411

  
b/darwin-user/signal.c
455 455
    if (q != &k->info)
456 456
        free_sigqueue(q);
457 457
}
458

  
459

  
b/def-helper.h
218 218
#undef GEN_HELPER
219 219

  
220 220
#endif
221

  
b/fpu/softfloat-macros.h
717 717
    return ( a0 != b0 ) || ( a1 != b1 );
718 718

  
719 719
}
720

  
b/gen-icount.h
53 53
    tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io));
54 54
    tcg_temp_free_i32(tmp);
55 55
}
56

  
b/hw/apb_pci.c
261 261
                    "Advanced PCI Bus secondary bridge 2");
262 262
    return secondary;
263 263
}
264

  
265

  
b/hw/arm-misc.h
44 44
void stellaris_enet_init(NICInfo *nd, uint32_t base, qemu_irq irq);
45 45

  
46 46
#endif /* !ARM_MISC_H */
47

  
b/hw/arm_sysctl.c
205 205
    cpu_register_physical_memory(base, 0x00001000, iomemtype);
206 206
    /* ??? Save/restore.  */
207 207
}
208

  
b/hw/arm_timer.c
340 340
    /* This device has no state to save/restore.  The component timers will
341 341
       save themselves.  */
342 342
}
343

  
b/hw/armv7m.c
207 207

  
208 208
    return pic;
209 209
}
210

  
b/hw/cdrom.c
153 153
    cpu_to_be16wu((uint16_t *)buf, len - 2);
154 154
    return len;
155 155
}
156

  
157

  
b/hw/grackle_pci.c
146 146
#endif
147 147
    return s->bus;
148 148
}
149

  
b/hw/lsi53c895a.c
2005 2005

  
2006 2006
    return s;
2007 2007
}
2008

  
b/hw/mac_dbdma.c
76 76
{
77 77
    *dbdma_mem_index = cpu_register_io_memory(0, dbdma_read, dbdma_write, NULL);
78 78
}
79

  
b/hw/mcf5206.c
540 540
    m5206_mbar_reset(s);
541 541
    return pic;
542 542
}
543

  
b/hw/pci_host.h
90 90
#endif
91 91
    return val;
92 92
}
93

  
b/hw/pcmcia.h
47 47

  
48 48
/* dscm1xxxx.c */
49 49
struct pcmcia_card_s *dscm1xxxx_init(BlockDriverState *bdrv);
50

  
b/hw/pl011.c
309 309
    }
310 310
    register_savevm("pl011_uart", -1, 1, pl011_save, pl011_load, s);
311 311
}
312

  
b/hw/pl022.c
306 306
    pl022_reset(s);
307 307
    register_savevm("pl022_ssp", -1, 1, pl022_save, pl022_load, s);
308 308
}
309

  
310

  
b/hw/pl050.c
139 139
        s->dev = ps2_kbd_init(pl050_update, s);
140 140
    /* ??? Save/restore.  */
141 141
}
142

  
b/hw/pl061.c
311 311
    register_savevm("pl061_gpio", -1, 1, pl061_save, pl061_load, s);
312 312
    return qemu_allocate_irqs(pl061_set_irq, s, 8);
313 313
}
314

  
b/hw/pl080.c
336 336
    /* ??? Save/restore.  */
337 337
    return s;
338 338
}
339

  
b/hw/prep_pci.c
169 169

  
170 170
    return s->bus;
171 171
}
172

  
b/hw/ps2.h
7 7
void ps2_queue(void *, int b);
8 8
void ps2_keyboard_set_translation(void *opaque, int mode);
9 9
void ps2_mouse_fake_event(void *opaque);
10

  
b/hw/ptimer.c
192 192
    s->timer = qemu_new_timer(vm_clock, ptimer_tick, s);
193 193
    return s;
194 194
}
195

  
b/hw/rtl8139.c
3463 3463
        rtl8139_get_next_tctr_time(s,qemu_get_clock(vm_clock)));
3464 3464
#endif /* RTL8139_ONBOARD_TIMER */
3465 3465
}
3466

  
b/hw/sh7750.c
778 778
    return qemu_allocate_irqs(sh_intc_set_irl, sh_intc_source(&s->intc, IRL),
779 779
                               1)[0];
780 780
}
781

  
b/hw/sh_pci.c
202 202

  
203 203
    return p->bus;
204 204
}
205

  
b/hw/slavio_intctl.c
421 421
    slavio_intctl_reset(s);
422 422
    return s;
423 423
}
424

  
b/hw/sm501_template.h
101 101
#undef PIXEL_TYPE
102 102
#undef PIXEL_NAME
103 103
#undef BGR_FORMAT
104

  
b/hw/smbus.h
67 67

  
68 68
/* smbus_eeprom.c */
69 69
void smbus_eeprom_device_init(i2c_bus *bus, uint8_t addr, uint8_t *buf);
70

  
b/hw/ssi-sd.c
237 237
    register_savevm("ssi_sd", -1, 1, ssi_sd_save, ssi_sd_load, s);
238 238
    return s;
239 239
}
240

  
b/hw/stellaris_input.c
89 89
    register_savevm("stellaris_gamepad", -1, 1,
90 90
                    stellaris_gamepad_save, stellaris_gamepad_load, s);
91 91
}
92

  
93

  
b/hw/sun4c_intctl.c
221 221
    sun4c_intctl_reset(s);
222 222
    return s;
223 223
}
224

  
b/hw/sun4m.c
1646 1646
    .nodisk_ok = 1,
1647 1647
    .use_scsi = 1,
1648 1648
};
1649

  
b/hw/tc6393xb_template.h
69 69

  
70 70
#undef BITS
71 71
#undef SET_PIXEL
72

  
b/hw/unin_pci.c
268 268
#endif
269 269
    return s->bus;
270 270
}
271

  
b/hw/versatile_pci.c
141 141

  
142 142
    return s;
143 143
}
144

  
b/hw/vmmouse.c
288 288

  
289 289
    return s;
290 290
}
291

  
b/keymaps/et
83 83
colon 0x34 shift
84 84
minus 0x35
85 85
underscore 0x35 shift
86

  
b/keymaps/fo
74 74
colon 0x34 shift
75 75
minus 0x35
76 76
underscore 0x35 shift
77

  
b/keymaps/is
137 137
THORN 0x35 shift
138 138
dead_belowdot 0x35 altgr
139 139
dead_abovedot 0x35 shift altgr
140

  
b/keymaps/nl
57 57
bracketright 0x56
58 58
bracketleft 0x56 shift
59 59
brokenbar 0x56 altgr
60

  
b/keymaps/sv
79 79
colon 0x34 shift
80 80
minus 0x35
81 81
underscore 0x35 shift
82

  
b/linux-user/alpha/termbits.h
262 262
#define TARGET_TIOCGICOUNT	0x545D	/* read serial port inline interrupt counts */
263 263
#define TARGET_TIOCGHAYESESP	0x545E  /* Get Hayes ESP configuration */
264 264
#define TARGET_TIOCSHAYESESP	0x545F  /* Set Hayes ESP configuration */
265

  
b/linux-user/arm/nwfpe/fpa11.c
241 241
  }
242 242
}
243 243
#endif
244

  
b/linux-user/arm/termbits.h
214 214
#define TARGET_TIOCPKT_DOSTOP		32
215 215

  
216 216
#define TARGET_TIOCSER_TEMT    0x01	/* Transmitter physically empty */
217

  
b/linux-user/cris/syscall.h
34 34
        unsigned long exs;
35 35
        unsigned long eda;
36 36
};
37

  
b/linux-user/cris/termbits.h
211 211
#define TARGET_TIOCPKT_DOSTOP		32
212 212

  
213 213
#define TARGET_TIOCSER_TEMT    0x01	/* Transmitter physically empty */
214

  
b/linux-user/errno_defs.h
139 139
/* for robust mutexes */
140 140
#define TARGET_EOWNERDEAD      130     /* Owner died */
141 141
#define TARGET_ENOTRECOVERABLE 131     /* State not recoverable */
142

  
b/linux-user/i386/termbits.h
224 224
#define TARGET_TIOCPKT_DOSTOP		32
225 225

  
226 226
#define TARGET_TIOCSER_TEMT    0x01	/* Transmitter physically empty */
227

  
b/linux-user/m68k/termbits.h
225 225
#define TARGET_TIOCPKT_DOSTOP		32
226 226

  
227 227
#define TARGET_TIOCSER_TEMT    0x01	/* Transmitter physically empty */
228

  
b/linux-user/ppc/termbits.h
234 234

  
235 235
#define TARGET_TIOCMIWAIT	0x545C	/* wait for a change on serial input line(s) */
236 236
#define TARGET_TIOCGICOUNT	0x545D	/* read serial port inline interrupt counts */
237

  
b/linux-user/sparc/termbits.h
277 277
#define TARGET_TIOCSERSETMULTI 0x545B /* Set multiport config */
278 278
#define TARGET_TIOCMIWAIT	0x545C /* Wait input */
279 279
#define TARGET_TIOCGICOUNT	0x545D /* Read serial port inline interrupt counts */
280

  
b/linux-user/sparc64/termbits.h
277 277
#define TARGET_TIOCSERSETMULTI 0x545B /* Set multiport config */
278 278
#define TARGET_TIOCMIWAIT	0x545C /* Wait input */
279 279
#define TARGET_TIOCGICOUNT	0x545D /* Read serial port inline interrupt counts */
280

  
b/linux-user/strace.c
314 314
            break;
315 315
        }
316 316
}
317

  
b/linux-user/vm86.c
485 485
 out:
486 486
    return ret;
487 487
}
488

  
b/migration.h
95 95
}
96 96

  
97 97
#endif
98

  
b/pc-bios/Makefile
14 14

  
15 15
clean:
16 16
	rm -f $(TARGETS) *.o *~
17

  
b/posix-aio-compat.c
199 199

  
200 200
    return ret;
201 201
}
202

  
b/readline.c
484 484
        return NULL;
485 485
    return term_history[index];
486 486
}
487

  
488

  
b/s390-dis.c
1708 1708

  
1709 1709
const int s390_num_opcodes =
1710 1710
  sizeof (s390_opcodes) / sizeof (s390_opcodes[0]);
1711

  
b/s390.ld
201 201
  .debug_typenames 0 : { *(.debug_typenames) }
202 202
  .debug_varnames  0 : { *(.debug_varnames) }
203 203
}
204

  
b/slirp/debug.h
37 37
#endif
38 38

  
39 39
void debug_init _P((char *, int));
40

  
b/slirp/mbuf.c
234 234

  
235 235
	return (struct mbuf *)0;
236 236
}
237

  
b/slirp/sbuf.c
198 198
		   memcpy(to+off,sb->sb_data,len);
199 199
	}
200 200
}
201

  
b/slirp/socket.c
723 723
	else
724 724
		sofcantsendmore(so);
725 725
}
726

  
b/target-alpha/helper.c
436 436
    }
437 437
    cpu_fprintf(f, "\nlock     " TARGET_FMT_lx "\n", env->lock);
438 438
}
439

  
b/target-arm/machine.c
211 211

  
212 212
    return 0;
213 213
}
214

  
215

  
b/target-m68k/m68k-qreg.h
9 9
#undef DEFR
10 10
#undef DEFF64
11 11
};
12

  
b/target-m68k/op_helper.c
224 224
    env->div2 = rem;
225 225
    env->cc_dest = flags;
226 226
}
227

  
b/target-mips/machine.c
18 18
{
19 19
    return 0;
20 20
}
21

  
22

  
b/target-sparc/TODO
86 86
Sun4v:
87 87
- A lot of unimplemented features
88 88
 - A lot of real machine types
89

  
b/target-sparc/machine.c
220 220
    tlb_flush(env, 1);
221 221
    return 0;
222 222
}
223

  
224

  
b/tcg/tcg-op.h
2054 2054
#define tcg_gen_addi_ptr tcg_gen_addi_i64
2055 2055
#define tcg_gen_ext_i32_ptr tcg_gen_ext_i32_i64
2056 2056
#endif /* TCG_TARGET_REG_BITS != 32 */
2057

  
b/tcg/tcg-runtime.c
66 66
{
67 67
    return arg1 % arg2;
68 68
}
69

  
b/tests/cris/.gdbinit
9 9
display /x $r3
10 10
display /x $r4
11 11
display /t $ccs
12

  
b/tests/cris/README
1 1
Test-suite for the cris port. Heavily based on the test-suite for the CRIS port of sim by Hans-Peter Nilsson.
2

  
b/tests/cris/check_movemr.s
76 76
 checkr3 6712
77 77

  
78 78
 quit
79

  
b/tests/cris/check_movemrv32.s
94 94
 checkr3 d
95 95

  
96 96
 quit
97

  
b/tests/cris/check_mover.s
26 26
 checkr3 ffffff00
27 27

  
28 28
 quit
29

  
b/tests/cris/check_stat3.c
23 23
  printf ("pass\n");
24 24
  exit (0);
25 25
}
26

  
b/tests/cris/check_stat4.c
25 25
  printf ("pass\n");
26 26
  exit (0);
27 27
}
28

  
b/tests/sha1.c
238 238
    printf("\n");
239 239
    return 0;
240 240
}
241

  
242

  
b/tests/test-i386-shift.h
183 183
#undef OP_SHIFTD
184 184
#undef OP_NOBYTE
185 185
#undef EXECSHIFT
186

  
b/tests/test_path.c
149 149
    }
150 150
    return 0;
151 151
}
152

  

Also available in: Unified diff