aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-26Add a generic Niagara machineblueswir1
2008-09-26Implement some UA2007 block ASIsblueswir1
2008-09-26Implement UA2005 hypervisor trapsblueswir1
2008-09-26Move also DEBUG_PCALL (see r5085)blueswir1
2008-09-26Really fix the BSD build this timealiguori
2008-09-26Fix build on non-Linux unicesaliguori
2008-09-26Implement an fd pool to get real AIO with posix-aioaliguori
2008-09-26Fix build on FreeBSDaliguori
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir1
2008-09-25Add a simple SSSE3 test.balrog
2008-09-25Add Atom (x86) cpu identification.balrog
2008-09-25SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).balrog
2008-09-25Core 2 Duo specification (Alexander Graf).balrog
2008-09-25Clean up vendor identification (Alexander Graf).balrog
2008-09-25Implement x86 SSSE3 instructions.balrog
2008-09-25Use qemu_free() on env instead of free.balrog
2008-09-24fix bug in block-qcow2.c:alloc_cluster_offset() (Shahar Frank)aliguori
2008-09-24Fix compiler warning when _VNC_DEBUG isn't defined.ths
2008-09-24pflash: Add missing parenthesis in error message.ths
2008-09-2464 bit truncation in code_gen_buffer_size calculation (Jes Sorensen)aliguori
2008-09-24Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.balrog
2008-09-24Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog
2008-09-24Add missing dependencies for qemu-doc.* (Stefan Weil)aliguori
2008-09-23Fix tcg_gen_concat32_i64 on 64-bit hosts.pbrook
2008-09-23scsi-generic: decode correctly SCSI tape commands (Laurent Vivier)aliguori
2008-09-23Relax posix-aio restrictions on newer glibcsaliguori
2008-09-22Use concet TCG instructions in the MIPS target.ths
2008-09-22CRIS: Improve ASID related TLB flushes.edgar_igl
2008-09-22Fix formatting of documentation (Stefan Weil)aliguori
2008-09-22ETRAX-FS: Correct ethernet PHY diagnostics register reads.edgar_igl
2008-09-22Add software and timer interrupt supportblueswir1
2008-09-22fixing keymap for Windows keys (Stefano Stabellini)aliguori
2008-09-22Refactor AIO to allow multiple AIO implementationsaliguori
2008-09-22Fix arguments used in cas/casx, thanks to Igor Kovalenko for spottingblueswir1
2008-09-22Add comment to windows SCSI hack.pbrook
2008-09-22Remove unnecessary call to qemu_aio_init (called from bdrv_init)blueswir1
2008-09-22LSI SCSI: raise UDC on infinite loop (Marcelo Tosatti)aliguori
2008-09-22scsi-generic: correct 6-bytes commands transfer length (Laurent Vivier)aliguori
2008-09-22scsi-generic: correct usage of memset() (Laurent Vivier)aliguori
2008-09-22Don't use sprintf() or strcpy()aliguori
2008-09-22Do not allow AIO to be inited multiple timesaliguori
2008-09-22Support out-of-the-tree building of testsmalc
2008-09-22Avoid clobbering input register in qemu_ld64+bswap+useronly casemalc
2008-09-22Fix ARM NEON vdup and vtbl bugs.pbrook
2008-09-21Fix neon encoding comment.pbrook
2008-09-21Fix Xcontext fill, by Here Poussineau.ths
2008-09-21Use the new concat_tl_i64 op for std and stdablueswir1
2008-09-21Add concat32_i64 and concat_tl_i64 opsblueswir1
2008-09-21Use the new concat_i32_i64 op for std and stdablueswir1
2008-09-21Add concat_i32_i64 op.pbrook