2008-07-10 |
blueswir1 | Link ARM prologue closer to code segment to avoid a... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
pbrook | Fix coprocessor register types. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
malc | Restore old value of buffer_size |
commit | commitdiff | tree | snapshot |
2008-07-09 |
malc | Warn about rejected buffer/period size/time when it... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
malc | Call proper function when trying to set period size |
commit | commitdiff | tree | snapshot |
2008-07-09 |
pbrook | Avoid decremented overflow. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
ths | Use temporary registers for the MIPS FPU emulation. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
malc | Fix typo |
commit | commitdiff | tree | snapshot |
2008-07-08 |
blueswir1 | Fix r4641 (invalid token "=<" in a preprocessor expression) |
commit | commitdiff | tree | snapshot |
2008-07-08 |
blueswir1 | Implement some Ultrasparc cache ASIs used by SILO |
commit | commitdiff | tree | snapshot |
2008-07-07 |
pbrook | Eliminate spurous screen updates. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
bellard | fix cvtsq2s[sd] (Juergen Lock) |
commit | commitdiff | tree | snapshot |
2008-07-07 |
bellard | 64 bit signed comparison fix (Juergen Lock) |
commit | commitdiff | tree | snapshot |
2008-07-07 |
blueswir1 | Fix 64 bit constant generation |
commit | commitdiff | tree | snapshot |
2008-07-07 |
ths | Improve jp106 keyboard support, by Akio Takebe. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
ths | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
ths | Change MIPS machine default to Malta. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
pbrook | Re-add static qualifier. Fix annother occurance of... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
malc | Remove static |
commit | commitdiff | tree | snapshot |
2008-07-05 |
malc | Remove >= asserts on unsigned inputs |
commit | commitdiff | tree | snapshot |
2008-07-05 |
malc | Avoid signedness warnings |
commit | commitdiff | tree | snapshot |
2008-07-04 |
malc | Add missing return |
commit | commitdiff | tree | snapshot |
2008-07-03 |
malc | Fuse EQ and NE handling in tcg_out_brcond2 |
commit | commitdiff | tree | snapshot |
2008-07-03 |
ths | Avoid compiler warning. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
ths | Fix parse_long_name, by Tristan Gingold. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
ths | Clarified filename handling, by Johannes Schindelin. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
malc | Mask LL portion of B to 24 bits in tcg_out_b (Thanks... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
ths | Convert remaining __builtin_expect to likely/unlikely... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
ths | Silence compiler warning. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
ths | Allow QEMU to connect directly to an NBD server, by... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
ths | Allow to share a disk image via nbd, by Laurent Vivier. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
ths | Add a parameter to disable host cache, by Laurent Vivier. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
malc | Fix typo |
commit | commitdiff | tree | snapshot |
2008-07-03 |
ths | Merge NBD client/server, by Laurent Vivier. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
ths | Bail out if -append or -initrd is specified without... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
ths | Fix constant truncation, spotted by Jindrich Makovicka. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
ths | Fix ATAPI read drive structure command, by Alex Williamson. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
malc | Remove stray local "speedup" hack |
commit | commitdiff | tree | snapshot |
2008-07-02 |
ths | Cleanup qemu-nbd related code, by Laurent Vivier. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
malc | Add -MT |
commit | commitdiff | tree | snapshot |
2008-07-02 |
malc | Pulseaudio driver |
commit | commitdiff | tree | snapshot |
2008-07-02 |
malc | Fix test arguments (Jeremy C. Reed) |
commit | commitdiff | tree | snapshot |
2008-07-02 |
malc | Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl call |
commit | commitdiff | tree | snapshot |
2008-07-02 |
pbrook | Save/restore for stellaris boards. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
pbrook | ARMv7-M interrupt stack alignment fix. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
blueswir1 | Fix NetBSD keyboard problem |
commit | commitdiff | tree | snapshot |
2008-07-02 |
blueswir1 | Add rigid and flexible disk geometry page support |
commit | commitdiff | tree | snapshot |
2008-07-01 |
pbrook | Fix i2c save/restore. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
pbrook | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
pbrook | Remove duplicate device index calculations. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
pbrook | Move interrupt_request and user_mode_only to common... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
blueswir1 | Fix DMA length bug seen with NetBSD (Cliff Wright) |
commit | commitdiff | tree | snapshot |
2008-07-01 |
ths | block-vvfat.c - fix is_free predicate, by Tristan Gingold. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
ths | Add missing return in arm-semi, by Laurent Desnogues. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
ths | Static'ify some functions, and use standard inline... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
pbrook | Implement resolution switching in common console code. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
ths | Delete duplicate code. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
pbrook | Fix rdtsc instruction counting. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
ths | Spelling fixes, spotted by Stuart Brady. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
pbrook | Move CPU save/load registration to common code. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
edgar_igl | CRIS: Correct writes to TLB hi. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
edgar_igl | Avoid refering to CRIS specific cpu-state to be able... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
ths | Make bcond and btarget TCG registers. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
edgar_igl | Avoid CRIS related warnings by Jan Kiszka. |
commit | commitdiff | tree | snapshot |
2008-06-29 |
pbrook | Suppress bogus compiler warnings. |
commit | commitdiff | tree | snapshot |
2008-06-29 |
ths | Remove unnecessary helper arguments, and fix some typos. |
commit | commitdiff | tree | snapshot |
2008-06-29 |
pbrook | Add missing static qualifiers. |
commit | commitdiff | tree | snapshot |
2008-06-29 |
pbrook | Add missing file. Fix spelling errors. |
commit | commitdiff | tree | snapshot |
2008-06-29 |
pbrook | Add instruction counter. |
commit | commitdiff | tree | snapshot |
2008-06-29 |
pbrook | Fix shell quoting. |
commit | commitdiff | tree | snapshot |
2008-06-28 |
malc | Document usage of new options remove stray variables... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
malc | Consistency |
commit | commitdiff | tree | snapshot |
2008-06-27 |
ths | Avoid unused input arguments which triggered tcg errors... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
ths | More efficient target register / TC accesses. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
blueswir1 | Fix bogus format, reading uninitialised memory (origina... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
malc | Change the way audio is configured |
commit | commitdiff | tree | snapshot |
2008-06-25 |
blueswir1 | Suppress OpenBSD warning messages for leftover fifo... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
blueswir1 | Reset correct channel aka NetBSD boot fix |
commit | commitdiff | tree | snapshot |
2008-06-24 |
ths | Clarify some TODO items. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
ths | Remove remaining uses of T0 in the MIPS target. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
ths | T1 is now dead. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
ths | Reduce use of fixed registers a bit more. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
blueswir1 | Fix Sparc mmu bug seen with NetBSD, based on patch... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
ths | Use temporaries instead of fixed registers for some... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
malc | Make mixer emulation a configure option (Jan Kiszka) |
commit | commitdiff | tree | snapshot |
2008-06-23 |
blueswir1 | Fix some compiler signed/unsigned char warnings |
commit | commitdiff | tree | snapshot |
2008-06-23 |
blueswir1 | Fix compiler warning (Jan Kiszka) |
commit | commitdiff | tree | snapshot |
2008-06-23 |
ths | Pass T0/T1 explicitly to helper functions, and clean... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
malc | According to gcc-4.3.0/gcc/config/rs6000/crtsavres... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
malc | Shuffle contents of tcg_target_reg_alloc_order |
commit | commitdiff | tree | snapshot |
2008-06-22 |
malc | Add missing [SU]32 |
commit | commitdiff | tree | snapshot |
2008-06-22 |
blueswir1 | Eliminate cpu_T[0] |
commit | commitdiff | tree | snapshot |
2008-06-22 |
blueswir1 | Eliminate cpu_T[1] |
commit | commitdiff | tree | snapshot |
2008-06-22 |
blueswir1 | Add missing keys, sendkey support for all keys |
commit | commitdiff | tree | snapshot |
2008-06-21 |
malc | Emit warning message if user supplied buffer/period... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
blueswir1 | Convert some cpu_dst uses (with loads/stores) to cpu_tmp0 |
commit | commitdiff | tree | snapshot |
2008-06-21 |
blueswir1 | Avoid brcond problems, use temps for cpu_src1 & cpu_src2 |
commit | commitdiff | tree | snapshot |
2008-06-21 |
malc | Do not save dynamic field |
commit | commitdiff | tree | snapshot |
2008-06-21 |
malc | Disable xLaw debugging |
commit | commitdiff | tree | snapshot |
2008-06-21 |
malc | Rework period/buffer size setting |
commit | commitdiff | tree | snapshot |
next |