summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Few compile time warnings removed (Stefano Stabellini)blueswir11-3/+4
2008-09-30target-alpha: convert palcode ops to TCGaurel329-536/+349
2008-09-30target-alpha: convert locked load/store to TCGaurel321-40/+52
2008-09-30Make sure bluez programs (cross-)compile, add missing statics.balrog2-3/+13
2008-09-29Fix SS-2 crashblueswir11-1/+1
2008-09-29TARGET_MAP_xx macros: clean and alpha specific valuesaurel321-5/+24
2008-09-29target-alpha: misc fixesaurel323-63/+41
2008-09-29target-alpha: convert FP ops to TCGaurel3211-1482/+786
2008-09-29target-alpha: factorize load/store codeaurel321-134/+65
2008-09-29Refactor QEMUFile for live migrationaliguori2-56/+237
2008-09-29Fix save/restore regression introduced by r5318aliguori1-1/+1
2008-09-29My core2duo patch introduced a vague statement of "missing features" in pbrook3-9/+41
2008-09-29Emulate a USB bluetooth dongle (or HCI Transport layer).balrog3-1/+651
2008-09-29Use VHCI to allow the host os to participate in a qemu bluetooth "vlan".balrog3-1/+181
2008-09-29Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.balrog4-9/+607
2008-09-29Add L2CAP logic and a virtual SDP server for use in emulated devices.balrog4-1/+2886
2008-09-29Add a virtual HCI.balrog3-1/+2232
2008-09-28Implement a HCI passthrough to host.balrog4-1/+226
2008-09-28Emulate a serial bluetooth HCI with H4+ extensions and attach to n8x0's UART.balrog4-1/+1984
2008-09-28Add a "null" bluetooth HCI and a header file for bluetooth.balrog7-4/+301
2008-09-28Rename -cpu atom to -cpu n270.balrog1-1/+1
2008-09-28Fix warning, based on patches by Zeev Tarantov and Jindrich Makovickablueswir11-4/+5
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