aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* sparc32 remove an unnecessary cpu irq setBlue Swirl2009-08-221-35/+30
* Sparc32/64: fix jmpl followed by branchBlue Swirl2009-08-221-0/+2
* Sparc32/64: Fix user emulator breakageBlue Swirl2009-08-181-1/+1
* Fix desynchronization of condition code state when a memory access trapsBlue Swirl2009-08-151-0/+11
* Sparc64: replace tsptr with helper routineIgor Kovalenko2009-08-045-39/+68
* sparc64 flush pending conditional evaluations before exposing cpu stateIgor Kovalenko2009-07-311-0/+5
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* sparc64 really implement itlb/dtlb automatic replacement writesIgor Kovalenko2009-07-273-90/+84
* sparc64 name mmu registers and general cleanupIgor Kovalenko2009-07-274-111/+225
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-202-15/+19
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-162-4/+2
* sparc64: trap handling correctionsIgor Kovalenko2009-07-124-25/+75
* sparc64: fix helper_st_asi little endian case typoIgor Kovalenko2009-07-121-6/+6
* sparc64: unify mmu tag matching codeIgor Kovalenko2009-07-121-44/+57
* sparc64: mmu bypass mode correctionIgor Kovalenko2009-07-121-3/+11
* Use correct type for SPARC cpu_cc_opPaul Brook2009-06-061-1/+2
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-22/+0
* Hardware convenience libraryPaul Brook2009-05-191-2/+0
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-8/+8
* Convert mulsccBlue Swirl2009-05-101-131/+2
* Convert udiv/sdivBlue Swirl2009-05-102-19/+31
* Convert tagged opsBlue Swirl2009-05-102-129/+85
* Convert subxBlue Swirl2009-05-102-31/+50
* Convert subBlue Swirl2009-05-102-37/+83
* Convert logical operations and umul/smulBlue Swirl2009-05-102-24/+43
* Convert addxBlue Swirl2009-05-102-31/+50
* Convert addBlue Swirl2009-05-102-21/+99
* Use dynamical computation for condition codesBlue Swirl2009-05-105-24/+196
* Optimize cmp x, 0 caseBlue Swirl2009-05-031-14/+19
* ReindentBlue Swirl2009-05-031-319/+312
* Improve instruction name comments for easier searchingBlue Swirl2009-05-021-44/+44
* Clarify: dmmuregs[1] is not a typoBlue Swirl2009-05-021-0/+1
* Optimize operations with immediate parametersBlue Swirl2009-05-021-52/+200
* Fix Sparc64 sign extension problemsBlue Swirl2009-05-021-32/+36
* sparc64 fix context value for ITLB faultIgor Kovalenko2009-04-281-1/+1
* sparc64 fix TLB match codeIgor Kovalenko2009-04-271-7/+7
* Fix a warning in sparc64-linux-user buildBlue Swirl2009-04-251-1/+1
* sparc64 support TSB related MMU registersIgor Kovalenko2009-04-251-6/+93
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-1/+8
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-1/+1
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-163-24/+3
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* Turn MMUs and caches off on resetblueswir12009-02-211-0/+1
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-152-4/+4
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-152-19/+16