index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-06-13
ISA version of CS4231A
malc
2008-06-12
Switch the standard multiplication instructions to TCG.
ths
2008-06-12
Switch bitfield instructions and assorted special ops to TCG.
ths
2008-06-12
Reimplement brcond2 and refactor brcond
malc
2008-06-12
TCGify the simplest FP instructions.
ths
2008-06-12
TCGify a few more instructions.
ths
2008-06-11
Update TODO list.
ths
2008-06-11
Call most FP helpers without deroute through op.c
ths
2008-06-11
Delete obsolete file.
ths
2008-06-11
Switch most MIPS FP load/stores to TCG.
ths
2008-06-11
Avoid gen_opc_buf overflow.
ths
2008-06-11
Allocate register pair for 64-bit registers on 32-bit host.
ths
2008-06-11
Free some more temporaries.
ths
2008-06-11
Move FP TNs to cpu env.
ths
2008-06-11
using strncpy is *always* a bad idea
bellard
2008-06-10
Fix typo, by Laurent Desnogues.
ths
2008-06-10
Remove stray variable
malc
2008-06-10
Fix data type mixup, spotted by malc.
ths
2008-06-10
ETRAX: More DMA context level related fixes.
edgar_igl
2008-06-09
Use rem/div[u]_i32 drop div[u]2_i32
malc
2008-06-09
CRIS: Add (untested) cpu-state save/load.
edgar_igl
2008-06-09
ETRAX: Add NMI support to the watchdog and the interrupt controller.
edgar_igl
2008-06-09
CRIS: Emulate NMIs.
edgar_igl
2008-06-09
CRIS: Support RFN insn.
edgar_igl
2008-06-09
CRIS: Translator updates.
edgar_igl
2008-06-09
SVM: Fix segment attribute clobbering (Alexander Graf)
bellard
2008-06-09
Emit trampolines manually in prologue
malc
2008-06-09
Fix test for signed div fast path
malc
2008-06-09
Add proper file header.
pbrook
2008-06-09
Use qemu_mallocz to allocate new thread state. Remove redundant memset.
pbrook
2008-06-09
Use qemu_mallocz.
pbrook
2008-06-09
Prevent guest reusing host memory allocations.
pbrook
2008-06-09
Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not
pbrook
2008-06-09
Switch remaining CP0 instructions to TCG or helper functions.
ths
2008-06-09
Add -mlongcall for PPC host (needed for MIPS for instance)
malc
2008-06-09
R_PPC_REL24 safety net
malc
2008-06-09
Fix div[u]2.
malc
2008-06-09
Clean up MMIO TLB handling.
pbrook
2008-06-09
Fix the sendkey hold time calculation (Jan Kiszka).
balrog
2008-06-09
TC6393XB system features (Dmitry Baryshkov).
balrog
2008-06-08
Enhance sendkey with key hold time (Jan Kiszka).
balrog
2008-06-08
Register helper functions.
ths
2008-06-08
Check the returned audio_buf_info fields
malc
2008-06-08
Fix error reporting under Win32 (CreateFile does not set errno)
malc
2008-06-08
Update
malc
2008-06-08
Fix some signedness issues caught by gcc 4.3
malc
2008-06-08
Remove dead and bitrotten "qemu-fast" code.
pbrook
2008-06-08
Do not scare users with ominous error messages from AUD_open*
malc
2008-06-07
Implement thread creation.
pbrook
2008-06-07
Multithreaded locking fixes.
pbrook
[next]