aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-28Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20blueswir15-16/+27
2008-09-28Fix dots per clock value, cleanup and "optimize"malc1-10/+9
2008-09-28Fix more r5087 breakagemalc1-4/+1
2008-09-28Optional "precise" VGA retrace supportmalc5-6/+220
2008-09-28Change the way video graphics adapter is selectedmalc2-24/+45
2008-09-27Make compatfd fallback more robustaliguori3-5/+43
2008-09-27Fix whitespace damage in compatfdaliguori1-28/+28
2008-09-27Add mmu tlb demap support (Igor Kovalenko)blueswir11-1/+35
2008-09-27Allocate code gen buffer properly on FreeBSDaliguori1-0/+22
2008-09-26Fix definition of EMX bit in cpuid (Jens Axboe).balrog1-1/+1
2008-09-26Add a generic Niagara machineblueswir14-12/+74
2008-09-26Implement some UA2007 block ASIsblueswir11-0/+6
2008-09-26Implement UA2005 hypervisor trapsblueswir13-18/+23
2008-09-26Move also DEBUG_PCALL (see r5085)blueswir12-1/+1
2008-09-26Really fix the BSD build this timealiguori1-11/+16
2008-09-26Fix build on non-Linux unicesaliguori1-1/+0
2008-09-26Implement an fd pool to get real AIO with posix-aioaliguori1-3/+65
2008-09-26Fix build on FreeBSDaliguori2-11/+15
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir112-183/+78
2008-09-25Add a simple SSSE3 test.balrog1-0/+42
2008-09-25Add Atom (x86) cpu identification.balrog1-3/+24
2008-09-25SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).balrog5-29/+64
2008-09-25Core 2 Duo specification (Alexander Graf).balrog3-0/+66
2008-09-25Clean up vendor identification (Alexander Graf).balrog2-6/+14
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