summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement x86 SSSE3 instructions.balrog2008-09-253-4/+272
* Use qemu_free() on env instead of free.balrog2008-09-251-1/+1
* fix bug in block-qcow2.c:alloc_cluster_offset() (Shahar Frank)aliguori2008-09-241-1/+1
* Fix compiler warning when _VNC_DEBUG isn't defined.ths2008-09-241-1/+1
* pflash: Add missing parenthesis in error message.ths2008-09-241-1/+1
* 64 bit truncation in code_gen_buffer_size calculation (Jes Sorensen)aliguori2008-09-241-1/+1
* Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.balrog2008-09-243-8/+22
* Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog2008-09-244-6/+21
* Add missing dependencies for qemu-doc.* (Stefan Weil)aliguori2008-09-241-3/+5
* Fix tcg_gen_concat32_i64 on 64-bit hosts.pbrook2008-09-241-1/+2
* scsi-generic: decode correctly SCSI tape commands (Laurent Vivier)aliguori2008-09-231-9/+54
* Relax posix-aio restrictions on newer glibcsaliguori2008-09-231-1/+1
* Use concet TCG instructions in the MIPS target.ths2008-09-221-24/+4Star
* CRIS: Improve ASID related TLB flushes.edgar_igl2008-09-224-37/+36Star
* Fix formatting of documentation (Stefan Weil)aliguori2008-09-221-13/+13
* ETRAX-FS: Correct ethernet PHY diagnostics register reads.edgar_igl2008-09-221-4/+51
* Add software and timer interrupt supportblueswir12008-09-225-10/+108
* fixing keymap for Windows keys (Stefano Stabellini)aliguori2008-09-221-2/+2
* Refactor AIO to allow multiple AIO implementationsaliguori2008-09-228-86/+285
* Fix arguments used in cas/casx, thanks to Igor Kovalenko for spottingblueswir12008-09-221-5/+5
* Add comment to windows SCSI hack.pbrook2008-09-221-0/+5
* Remove unnecessary call to qemu_aio_init (called from bdrv_init)blueswir12008-09-221-1/+0Star
* LSI SCSI: raise UDC on infinite loop (Marcelo Tosatti)aliguori2008-09-221-2/+8
* scsi-generic: correct 6-bytes commands transfer length (Laurent Vivier)aliguori2008-09-221-0/+3
* scsi-generic: correct usage of memset() (Laurent Vivier)aliguori2008-09-221-2/+2
* Don't use sprintf() or strcpy()aliguori2008-09-221-10/+10
* Do not allow AIO to be inited multiple timesaliguori2008-09-221-0/+3
* 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