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 |
2008-06-21 |
malc | Add VM save/load support |
commit | commitdiff | tree | snapshot |
2008-06-21 |
malc | Add calls to pci_device_save/load |
commit | commitdiff | tree | snapshot |
2008-06-20 |
blueswir1 | Update TODO |
commit | commitdiff | tree | snapshot |
2008-06-20 |
blueswir1 | Add support for boot_set command |
commit | commitdiff | tree | snapshot |
2008-06-20 |
blueswir1 | Add an opaque parameter to boot_set API, move function... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
ths | Delete obsolete file. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
ths | Delete obsolete file. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
ths | Delete obsolete prototypes. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
ths | Convert unaligned load/store to TCG. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
blueswir1 | Fix boot problem on i386 host introduced in r4690 |
commit | commitdiff | tree | snapshot |
2008-06-20 |
bellard | added model_id and vendor cpu model options (initial... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
ths | Convert vr54xx multiply instructions to TCG. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
bellard | cmpxchg fixes |
commit | commitdiff | tree | snapshot |
2008-06-19 |
ths | Remove now-dead code. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
ths | Convert remaining MIPS FP instructions to TCG. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
blueswir1 | Fix buffer overruns (reported by Julian Seward) |
commit | commitdiff | tree | snapshot |
2008-06-19 |
blueswir1 | Also fix 24 bit depth |
commit | commitdiff | tree | snapshot |
2008-06-19 |
blueswir1 | Fix crash when returning from monitor or serial console... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
aurel32 | Make save function optional |
commit | commitdiff | tree | snapshot |
2008-06-18 |
aurel32 | PPC: fix mtfsfi |
commit | commitdiff | tree | snapshot |
2008-06-18 |
aurel32 | Add image format option in monitor for removable media |
commit | commitdiff | tree | snapshot |
2008-06-18 |
bellard | HLT, MWAIT and MONITOR insn fixes (initial patch by... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
malc | Save LR into proper place on callers stack frame |
commit | commitdiff | tree | snapshot |
2008-06-15 |
blueswir1 | Avoid temporary variable use across basic blocks for... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
blueswir1 | Fix Sparc32plus & Sparc64 debug output |
commit | commitdiff | tree | snapshot |
2008-06-13 |
malc | Fix vm state save/load |
commit | commitdiff | tree | snapshot |
2008-06-13 |
malc | ISA version of CS4231A |
commit | commitdiff | tree | snapshot |
2008-06-12 |
ths | Switch the standard multiplication instructions to... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
ths | Switch bitfield instructions and assorted special ops... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
malc | Reimplement brcond2 and refactor brcond |
commit | commitdiff | tree | snapshot |
2008-06-12 |
ths | TCGify the simplest FP instructions. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
ths | TCGify a few more instructions. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
ths | Update TODO list. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
ths | Call most FP helpers without deroute through op.c |
commit | commitdiff | tree | snapshot |
2008-06-11 |
ths | Delete obsolete file. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
ths | Switch most MIPS FP load/stores to TCG. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
ths | Avoid gen_opc_buf overflow. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
ths | Allocate register pair for 64-bit registers on 32-bit... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
ths | Free some more temporaries. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
ths | Move FP TNs to cpu env. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
bellard | using strncpy is *always* a bad idea |
commit | commitdiff | tree | snapshot |
next |