summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
* 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-293-0/+1983
* Add a "null" bluetooth HCI and a header file for bluetooth.balrog2008-09-293-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/+9Star
* 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/+64Star
* 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
* scsi-generic: correct usage of memset() (Laurent Vivier)aliguori2008-09-221-2/+2
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-2010-17/+20
* Add signed versions of save/load functionsblueswir12008-09-2010-64/+169
* Use a QEMUBH when an OMAP timer must expire immediately.balrog2008-09-201-10/+14
* Add a comment about masking of CTI interrupt in 16550A UART.balrog2008-09-201-0/+3
* Allow attaching devices to OMAP UARTs.balrog2008-09-203-4/+17
* Add Sparc32 display depth to firmware configurationblueswir12008-09-181-0/+2
* Add common keys to firmware configurationblueswir12008-09-185-19/+77
* Add UUID to firmware configuration info (Gleb Natapov)blueswir12008-09-182-0/+3
* Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov)blueswir12008-09-185-0/+343
* [PATCH] alpha: fix linux syscall conventionaurel322008-09-181-4/+5
* [PATCH] usb-serial: Fix data corruption with usb serial emulationaurel322008-09-181-4/+2Star
* Fix warnings that would be caused by ld flag --warn-commonblueswir12008-09-172-1/+3
* 16550A UART: RHR irq enable bit also masks the Rx timeout irq.balrog2008-09-171-1/+1
* Fix range in the hid report descriptor for USB tablet.balrog2008-09-161-2/+2
* Right now, kvm keeps the memory allocation split, so we canaliguori2008-09-151-4/+16
* SH4: Serial controller improvementaurel322008-09-151-5/+79
* MIPS: remove empty cpu_mips_irqctrl_init()aurel322008-09-145-8/+0Star
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-145-7/+7
* usb: Support for removing device by host addr, improved auto filter syntax (M...aliguori2008-09-141-0/+1
* uhci: Change default transaction lifetime to 32 frames (Max Krasnyansky)aliguori2008-09-111-1/+1
* alpha: only print debug information to the log fileaurel322008-09-071-5/+4Star
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-065-26/+26
* CRIS: Mask off the cache selection bit after MMU translations.edgar_igl2008-09-051-17/+8Star
* hw/pcnet: use qemu_socket.haurel322008-09-041-6/+1Star
* ETRAX-FS: Add support for DMA channel resets, needed for recent linux kernels.edgar_igl2008-09-031-2/+21
* SH4: R2D-PLUS FPGA: simply unassigned memory triggeringaurel322008-09-031-16/+2Star
* hw/pcnet.c: windows compile fixaurel322008-09-031-0/+4
* pcnet: add loopback mode emulationaurel322008-09-021-30/+59