summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some issues with QEMUFilealiguori2008-10-131-2/+3
* hw/apic.c: use functions from host-utils.haurel322008-10-121-35/+3
* Define macro QEMU_GNUC_PREREQ and use itaurel322008-10-121-2/+3
* Only use __builtin_* with GCC >= 3.4aurel322008-10-121-2/+2
* hw/apic.c: use __builtin funtions instead of assembly codeaurel322008-10-121-10/+8
* Fix some debugging mistakes/leftoversmalc2008-10-111-2/+0
* Correct SCSI error reporting (Laurent Vivier)blueswir12008-10-111-15/+27
* Increase write buffer size in pflash emulation (Thomas Petazzoni).balrog2008-10-111-3/+3
* Fix IDE DIAGNOSE for packet devices (Vincent Sanders)aliguori2008-10-091-2/+9
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-0729-0/+51
* machine struct - use C99 initializers (Jes Sorensen)aliguori2008-10-0719-100/+100
* Introduce v3 of savevm protocolaliguori2008-10-061-0/+9
* Move nographic export to sysemu.hblueswir12008-10-043-5/+0
* Use qemu-log.hblueswir12008-10-047-19/+7
* Improve pflash cfi01 debug messages (Thomas Petazzoni).balrog2008-10-031-3/+3
* Reset CFI01 flash wcycle after erase confirm (Thomas Petazzoni).balrog2008-10-031-1/+1
* Rearrange tick functionsblueswir12008-10-031-0/+15
* Resurrect the safe part of r5274blueswir12008-10-0210-56/+161
* Make PCI class description tables constblueswir12008-10-021-2/+2
* Make some tables constblueswir12008-10-021-6/+6
* Sun ss20 OBP does 32bit register access to esp (Robert Reif)blueswir12008-10-021-1/+1
* Reset CPU on INIT IPIaurel322008-10-011-0/+5
* qemu: improve scsi dma speed by increasing the dma buffer sizeaurel322008-10-011-1/+1
* hw/apic.c: use bsr and bsf on x86_64aurel322008-10-011-2/+2
* Check that asynchronous (DMA) submission succeeds (Ian Jackson).balrog2008-10-011-0/+10
* Actually check read/write errors in IDE (Ian Jackson).balrog2008-10-011-2/+32
* Add some missing static qualifiersblueswir12008-09-301-2/+2
* Make sure bluez programs (cross-)compile, add missing statics.balrog2008-09-301-3/+3
* Fix SS-2 crashblueswir12008-09-291-1/+1
* Refactor QEMUFile for live migrationaliguori2008-09-291-1/+34
* Emulate a USB bluetooth dongle (or HCI Transport layer).balrog2008-09-292-0/+650
* Use VHCI to allow the host os to participate in a qemu bluetooth "vlan".balrog2008-09-291-0/+8
* Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.balrog2008-09-293-8/+606
* Add L2CAP logic and a virtual SDP server for use in emulated devices.balrog2008-09-293-0/+2885
* Add a virtual HCI.balrog2008-09-292-0/+2231
* Emulate a serial bluetooth HCI with H4+ extensions and attach to n8x0's UART.balrog2008-09-283-0/+1983
* Add a "null" bluetooth HCI and a header file for bluetooth.balrog2008-09-283-4/+229
* Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20blueswir12008-09-284-10/+26
* Fix dots per clock value, cleanup and "optimize"malc2008-09-281-10/+9
* Optional "precise" VGA retrace supportmalc2008-09-284-5/+206
* Add a generic Niagara machineblueswir12008-09-262-10/+72
* Revert r5274 which breaks savevm/loadvmblueswir12008-09-2510-169/+64
* pflash: Add missing parenthesis in error message.ths2008-09-241-1/+1
* Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog2008-09-242-6/+6
* scsi-generic: decode correctly SCSI tape commands (Laurent Vivier)aliguori2008-09-231-9/+54
* ETRAX-FS: Correct ethernet PHY diagnostics register reads.edgar_igl2008-09-221-4/+51
* Add software and timer interrupt supportblueswir12008-09-221-5/+59
* Add comment to windows SCSI hack.pbrook2008-09-221-0/+5
* LSI SCSI: raise UDC on infinite loop (Marcelo Tosatti)aliguori2008-09-221-2/+8
* scsi-generic: correct 6-bytes commands transfer length (Laurent Vivier)aliguori2008-09-221-0/+3
OpenPOWER on IntegriCloud