aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2008-10-13Fix some issues with QEMUFilealiguori1-2/+3
2008-10-12hw/apic.c: use functions from host-utils.haurel321-35/+3
2008-10-12Define macro QEMU_GNUC_PREREQ and use itaurel321-2/+3
2008-10-12Only use __builtin_* with GCC >= 3.4aurel321-2/+2
2008-10-12hw/apic.c: use __builtin funtions instead of assembly codeaurel321-10/+8
2008-10-11Fix some debugging mistakes/leftoversmalc1-2/+0
2008-10-11Correct SCSI error reporting (Laurent Vivier)blueswir11-15/+27
2008-10-11Increase write buffer size in pflash emulation (Thomas Petazzoni).balrog1-3/+3
2008-10-09Fix IDE DIAGNOSE for packet devices (Vincent Sanders)aliguori1-2/+9
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori29-0/+51
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori19-100/+100
2008-10-06Introduce v3 of savevm protocolaliguori1-0/+9
2008-10-04Move nographic export to sysemu.hblueswir13-5/+0
2008-10-04Use qemu-log.hblueswir17-19/+7
2008-10-03Improve pflash cfi01 debug messages (Thomas Petazzoni).balrog1-3/+3
2008-10-03Reset CFI01 flash wcycle after erase confirm (Thomas Petazzoni).balrog1-1/+1
2008-10-03Rearrange tick functionsblueswir11-0/+15
2008-10-02Resurrect the safe part of r5274blueswir110-56/+161
2008-10-02Make PCI class description tables constblueswir11-2/+2
2008-10-02Make some tables constblueswir11-6/+6
2008-10-02Sun ss20 OBP does 32bit register access to esp (Robert Reif)blueswir11-1/+1
2008-10-01Reset CPU on INIT IPIaurel321-0/+5
2008-10-01qemu: improve scsi dma speed by increasing the dma buffer sizeaurel321-1/+1
2008-10-01hw/apic.c: use bsr and bsf on x86_64aurel321-2/+2
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-09-30Add some missing static qualifiersblueswir11-2/+2
2008-09-30Make sure bluez programs (cross-)compile, add missing statics.balrog1-3/+3
2008-09-29Fix SS-2 crashblueswir11-1/+1
2008-09-29Refactor QEMUFile for live migrationaliguori1-1/+34
2008-09-29Emulate a USB bluetooth dongle (or HCI Transport layer).balrog2-0/+650
2008-09-29Use VHCI to allow the host os to participate in a qemu bluetooth "vlan".balrog1-0/+8
2008-09-29Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.balrog3-8/+606
2008-09-29Add L2CAP logic and a virtual SDP server for use in emulated devices.balrog3-0/+2885
2008-09-29Add a virtual HCI.balrog2-0/+2231
2008-09-28Emulate a serial bluetooth HCI with H4+ extensions and attach to n8x0's UART.balrog3-0/+1983
2008-09-28Add a "null" bluetooth HCI and a header file for bluetooth.balrog3-4/+229
2008-09-28Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20blueswir14-10/+26
2008-09-28Fix dots per clock value, cleanup and "optimize"malc1-10/+9
2008-09-28Optional "precise" VGA retrace supportmalc4-5/+206
2008-09-26Add a generic Niagara machineblueswir12-10/+72
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir110-169/+64
2008-09-24pflash: Add missing parenthesis in error message.ths1-1/+1
2008-09-24Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog2-6/+6
2008-09-23scsi-generic: decode correctly SCSI tape commands (Laurent Vivier)aliguori1-9/+54
2008-09-22ETRAX-FS: Correct ethernet PHY diagnostics register reads.edgar_igl1-4/+51
2008-09-22Add software and timer interrupt supportblueswir11-5/+59
2008-09-22Add comment to windows SCSI hack.pbrook1-0/+5
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