summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-01Remove unused functionsblueswir11-67/+0
2008-10-01Remove unused variableblueswir11-1/+0
2008-10-01target-alpha: update STATUSaurel321-8/+3
2008-10-01Check that asynchronous (DMA) submission succeeds (Ian Jackson).balrog1-0/+10
2008-10-01Actually check read/write errors in IDE (Ian Jackson).balrog1-2/+32
2008-10-01x86 pextrw destination operand can be r64.balrog1-1/+2
2008-09-30Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).balrog1-6/+6
2008-09-30Disable bluetooth proxy compilation on win32.balrog2-18/+25
2008-09-30Avoid (some) ppc cross-compilation problemsmalc1-12/+4
2008-09-30Add some missing static qualifiersblueswir14-8/+8
2008-09-30Silence some warnings about uninitialized variablesblueswir13-3/+6
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