summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support out-of-the-tree building of testsmalc2008-09-221-2/+3
* Avoid clobbering input register in qemu_ld64+bswap+useronly casemalc2008-09-221-13/+6Star
* Fix ARM NEON vdup and vtbl bugs.pbrook2008-09-222-5/+7
* Fix neon encoding comment.pbrook2008-09-221-1/+1
* Fix Xcontext fill, by Here Poussineau.ths2008-09-211-1/+1
* Use the new concat_tl_i64 op for std and stdablueswir12008-09-211-18/+6Star
* Add concat32_i64 and concat_tl_i64 opsblueswir12008-09-212-0/+18
* Use the new concat_i32_i64 op for std and stdablueswir12008-09-213-22/+20Star
* Add concat_i32_i64 op.pbrook2008-09-216-51/+44Star
* Band-aid vfork() emulation (Kirill Shutemov).balrog2008-09-211-0/+4
* Fix TEST_BSX operands in test-i386.c (Zeev Tarantov).balrog2008-09-211-2/+2
* Enable same-arch consistency check on x86-64, print syscall name on error.balrog2008-09-212-4/+7
* Move signal handler prototype back to cpu.hblueswir12008-09-202-1/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-2025-50/+57
* Add signed versions of save/load functionsblueswir12008-09-2012-78/+183
* Fix QADD / QSUB decoding on ARM (Torbjörn Andersson).balrog2008-09-201-1/+1
* Fix pread() and pwrite() syscall on ARM EABI (Kirill Shutemov).balrog2008-09-201-0/+8
* Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill Shutemov).balrog2008-09-204-0/+15
* Fix building with 2.6.27 kernel headers (Kirill Shutemov).balrog2008-09-201-1/+1
* Implement the futimesat() syscall (by Kirill Shutemov).balrog2008-09-201-0/+25
* Implement fstatat64() syscall (by Kirill Shutemov).balrog2008-09-201-58/+83
* Swap only altered elements of the grouplist in getgroups() (Kirill Shutemov).balrog2008-09-201-2/+2
* Fix getgroups() with zero size parameter (Kirill Shutemov).balrog2008-09-201-0/+4
* Use a QEMUBH when an OMAP timer must expire immediately.balrog2008-09-201-10/+14
* Add a comment about masking of CTI interrupt in 16550A UART.balrog2008-09-201-0/+3
* Allow attaching devices to OMAP UARTs.balrog2008-09-203-4/+17
* Update OpenBIOS images to SVN r237.blueswir12008-09-183-1/+1
* Add Sparc32 display depth to firmware configurationblueswir12008-09-181-0/+2
* Add common keys to firmware configurationblueswir12008-09-185-19/+77
* Add UUID to firmware configuration info (Gleb Natapov)blueswir12008-09-182-0/+3
* Add "info uuid" command to monitor (Gleb Natapov)blueswir12008-09-181-0/+11
* Add -uuid command line option (Gleb Natapov)blueswir12008-09-182-0/+31
* Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov)blueswir12008-09-186-0/+344
* target-alpha: switch most load/store ops to TCGaurel322008-09-182-27/+128
* target-alpha: convert remaining arith3 functions to TCGaurel322008-09-187-146/+87Star
* Use TCG registers for most CPU register accesses.ths2008-09-181-17/+52
* Move the active FPU registers into env again, and use more TCG registersths2008-09-187-322/+338
* target-alpha: fix one more literal sign issueaurel322008-09-181-1/+1
* target-alpha: instruction decoding simplificationaurel322008-09-181-234/+134Star
* target-alpha: convert cmp* instructions to TCGaurel322008-09-182-50/+37Star
* alpha: fix a missing literal sign issueaurel322008-09-181-4/+4
* target-alpha: switch a few helpers to TCGaurel322008-09-186-67/+41Star
* target-alpha: convert byte manipulation instructions to TCGaurel322008-09-185-266/+167Star
* alpha: convert cmov and bcond to TCGaurel322008-09-183-115/+69Star
* alpha: improve testsuiteaurel322008-09-182-3/+9
* [PATCH] alpha: fix linux syscall conventionaurel322008-09-181-4/+5
* [PATCH] usb-serial: Fix data corruption with usb serial emulationaurel322008-09-181-4/+2Star
* Enable ld flag --warn-commonblueswir12008-09-171-0/+4
* Fix warnings that would be caused by ld flag --warn-commonblueswir12008-09-174-2/+6
* 16550A UART: RHR irq enable bit also masks the Rx timeout irq.balrog2008-09-171-1/+1