summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Implement x86 SSSE3 instructions.balrog3-4/+272
2008-09-25Use qemu_free() on env instead of free.balrog1-1/+1
2008-09-24fix bug in block-qcow2.c:alloc_cluster_offset() (Shahar Frank)aliguori1-1/+1
2008-09-24Fix compiler warning when _VNC_DEBUG isn't defined.ths1-1/+1
2008-09-24pflash: Add missing parenthesis in error message.ths1-1/+1
2008-09-2464 bit truncation in code_gen_buffer_size calculation (Jes Sorensen)aliguori1-1/+1
2008-09-24Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.balrog3-8/+22
2008-09-24Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog4-6/+21
2008-09-24Add missing dependencies for qemu-doc.* (Stefan Weil)aliguori1-3/+5
2008-09-23Fix tcg_gen_concat32_i64 on 64-bit hosts.pbrook1-1/+2
2008-09-23scsi-generic: decode correctly SCSI tape commands (Laurent Vivier)aliguori1-9/+54
2008-09-23Relax posix-aio restrictions on newer glibcsaliguori1-1/+1
2008-09-22Use concet TCG instructions in the MIPS target.ths1-24/+4
2008-09-22CRIS: Improve ASID related TLB flushes.edgar_igl4-37/+36
2008-09-22Fix formatting of documentation (Stefan Weil)aliguori1-13/+13
2008-09-22ETRAX-FS: Correct ethernet PHY diagnostics register reads.edgar_igl1-4/+51
2008-09-22Add software and timer interrupt supportblueswir15-10/+108
2008-09-22fixing keymap for Windows keys (Stefano Stabellini)aliguori1-2/+2
2008-09-22Refactor AIO to allow multiple AIO implementationsaliguori8-86/+285
2008-09-22Fix arguments used in cas/casx, thanks to Igor Kovalenko for spottingblueswir11-5/+5
2008-09-22Add comment to windows SCSI hack.pbrook1-0/+5
2008-09-22Remove unnecessary call to qemu_aio_init (called from bdrv_init)blueswir11-1/+0
2008-09-22LSI SCSI: raise UDC on infinite loop (Marcelo Tosatti)aliguori1-2/+8
2008-09-22scsi-generic: correct 6-bytes commands transfer length (Laurent Vivier)aliguori1-0/+3
2008-09-22scsi-generic: correct usage of memset() (Laurent Vivier)aliguori1-2/+2
2008-09-22Don't use sprintf() or strcpy()aliguori1-10/+10
2008-09-22Do not allow AIO to be inited multiple timesaliguori1-0/+3
2008-09-22Support out-of-the-tree building of testsmalc1-2/+3
2008-09-22Avoid clobbering input register in qemu_ld64+bswap+useronly casemalc1-13/+6
2008-09-22Fix ARM NEON vdup and vtbl bugs.pbrook2-5/+7
2008-09-21Fix neon encoding comment.pbrook1-1/+1
2008-09-21Fix Xcontext fill, by Here Poussineau.ths1-1/+1
2008-09-21Use the new concat_tl_i64 op for std and stdablueswir11-18/+6
2008-09-21Add concat32_i64 and concat_tl_i64 opsblueswir12-0/+18
2008-09-21Use the new concat_i32_i64 op for std and stdablueswir13-22/+20
2008-09-21Add concat_i32_i64 op.pbrook6-51/+44
2008-09-21Band-aid vfork() emulation (Kirill Shutemov).balrog1-0/+4
2008-09-21Fix TEST_BSX operands in test-i386.c (Zeev Tarantov).balrog1-2/+2
2008-09-21Enable same-arch consistency check on x86-64, print syscall name on error.balrog2-4/+7
2008-09-20Move signal handler prototype back to cpu.hblueswir12-1/+1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir125-50/+57
2008-09-20Add signed versions of save/load functionsblueswir112-78/+183
2008-09-20Fix QADD / QSUB decoding on ARM (Torbjörn Andersson).balrog1-1/+1
2008-09-20Fix pread() and pwrite() syscall on ARM EABI (Kirill Shutemov).balrog1-0/+8
2008-09-20Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill Shutemov).balrog4-0/+15
2008-09-20Fix building with 2.6.27 kernel headers (Kirill Shutemov).balrog1-1/+1
2008-09-20Implement the futimesat() syscall (by Kirill Shutemov).balrog1-0/+25
2008-09-20Implement fstatat64() syscall (by Kirill Shutemov).balrog1-58/+83
2008-09-20Swap only altered elements of the grouplist in getgroups() (Kirill Shutemov).balrog1-2/+2
2008-09-20Fix getgroups() with zero size parameter (Kirill Shutemov).balrog1-0/+4