summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh4: Add R2D-PLUS FPGA support.aurel322008-09-021-0/+111
* sh4: CPU versioning.aurel322008-09-022-27/+18Star
* x86: Fix powerdown for non-ACPI caseaurel322008-09-021-2/+4
* Reset I32_APIC_BASE on system RESETaurel322008-09-021-2/+4
* suppress a couple of spurious warnings in scsi-generic.caurel322008-09-021-2/+2
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-304-6/+6
* uhci: improved TD matching, working ISOC transfersaurel322008-08-221-12/+28
* uhci: Fixed length handling for SETUP and OUT tokensaurel322008-08-221-9/+10
* [sh4] MMU bug fixaurel322008-08-221-0/+4
* [sh4] memory mapped TLB entriesaurel322008-08-221-0/+110
* array overflow in hw/stellaris.c and hw/omap_dss.caurel322008-08-222-3/+4
* Parallel Port Direction Fixaurel322008-08-221-0/+12
* PC: suggest a workaround to boot a kernel without hard-diskaurel322008-08-221-1/+1
* Ignore IDE command if issued while IDE is busy (Gleb Natapov)aliguori2008-08-221-0/+26
* Add image format option for USB mass-storage devicesaurel322008-08-221-1/+30
* uhci: fixes for save/load-vm (Max Krasnyansky)aliguori2008-08-211-2/+8
* uhci: rewrite UHCI emulator, fully async operation with multiple outstanding ...aliguori2008-08-211-364/+533
* usb: generic packet handler cleanup and documentation (Max Krasnyansky)aliguori2008-08-212-121/+179
* husb: support for USB host device auto connect (Max Krasnyansky)aliguori2008-08-211-0/+1
* husb: support for USB host device auto disconnect (Max Krasnyansky)aliguori2008-08-211-0/+1
* Fix OpenBSD linker warningsblueswir12008-08-214-18/+28
* De-assert PIC IRQs properly at APIC levelaurel322008-08-213-7/+24
* De-assert ISA PIC IRQs properlyaurel322008-08-211-4/+6
* Silence vmport unless DEBUG is enabled.aliguori2008-08-191-1/+5
* ACPI suspend type field is 3 bits longaurel322008-08-191-1/+1
* i386: fix isapc machineaurel322008-08-192-4/+10
* APIC: Do not start zero-period timers (Jan Kiszka)aliguori2008-08-181-0/+2
* Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir12008-08-172-4/+4
* Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir12008-08-172-4/+4
* Fix g364fb video emulationaurel322008-08-172-17/+15Star
* Use C99 initializersaurel322008-08-151-8/+8
* Cancel IDE outstanding IO on device reset (Gleb Natapov)aliguori2008-08-151-14/+26
* Allow diskless operation for all mips platforms.ths2008-08-134-20/+25
* usb-serial: add support for modem linesaurel322008-08-131-9/+45
* Allow boot without a drive on Sparc machines (partly extracted from Xen)blueswir12008-08-123-0/+15
* Use C99 initializersblueswir12008-08-122-56/+56
* serial: Always update iir, even when ier is empty (Samuel Thibault)aliguori2008-08-121-5/+0Star