aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2008-09-11uhci: Change default transaction lifetime to 32 frames (Max Krasnyansky)aliguori
2008-09-07alpha: only print debug information to the log fileaurel32
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir1
2008-09-05CRIS: Mask off the cache selection bit after MMU translations.edgar_igl
2008-09-04hw/pcnet: use qemu_socket.haurel32
2008-09-03ETRAX-FS: Add support for DMA channel resets, needed for recent linux kernels.edgar_igl
2008-09-02SH4: R2D-PLUS FPGA: simply unassigned memory triggeringaurel32
2008-09-02hw/pcnet.c: windows compile fixaurel32
2008-09-02pcnet: add loopback mode emulationaurel32
2008-09-02sh4: Add R2D-PLUS FPGA support.aurel32
2008-09-02sh4: CPU versioning.aurel32
2008-09-02x86: Fix powerdown for non-ACPI caseaurel32
2008-09-02Reset I32_APIC_BASE on system RESETaurel32
2008-09-02suppress a couple of spurious warnings in scsi-generic.caurel32
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-08-22uhci: improved TD matching, working ISOC transfersaurel32
2008-08-22uhci: Fixed length handling for SETUP and OUT tokensaurel32
2008-08-22[sh4] MMU bug fixaurel32
2008-08-22[sh4] memory mapped TLB entriesaurel32
2008-08-22array overflow in hw/stellaris.c and hw/omap_dss.caurel32
2008-08-22Parallel Port Direction Fixaurel32
2008-08-21PC: suggest a workaround to boot a kernel without hard-diskaurel32
2008-08-21Ignore IDE command if issued while IDE is busy (Gleb Natapov)aliguori
2008-08-21Add image format option for USB mass-storage devicesaurel32
2008-08-21uhci: fixes for save/load-vm (Max Krasnyansky)aliguori
2008-08-21uhci: rewrite UHCI emulator, fully async operation with multiple outstanding ...aliguori
2008-08-21usb: generic packet handler cleanup and documentation (Max Krasnyansky)aliguori
2008-08-21husb: support for USB host device auto connect (Max Krasnyansky)aliguori
2008-08-21husb: support for USB host device auto disconnect (Max Krasnyansky)aliguori
2008-08-21Fix OpenBSD linker warningsblueswir1
2008-08-21De-assert PIC IRQs properly at APIC levelaurel32
2008-08-21De-assert ISA PIC IRQs properlyaurel32
2008-08-19Silence vmport unless DEBUG is enabled.aliguori
2008-08-19ACPI suspend type field is 3 bits longaurel32
2008-08-19i386: fix isapc machineaurel32
2008-08-18APIC: Do not start zero-period timers (Jan Kiszka)aliguori
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir1
2008-08-17Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir1
2008-08-17Fix g364fb video emulationaurel32
2008-08-15Use C99 initializersaurel32
2008-08-15Cancel IDE outstanding IO on device reset (Gleb Natapov)aliguori
2008-08-13Allow diskless operation for all mips platforms.ths
2008-08-13usb-serial: add support for modem linesaurel32
2008-08-12Allow boot without a drive on Sparc machines (partly extracted from Xen)blueswir1
2008-08-12Use C99 initializersblueswir1
2008-08-12serial: Always update iir, even when ier is empty (Samuel Thibault)aliguori
2008-08-11IDE SEEK_STAT flagaliguori
2008-08-11Upgrade emulated UART to 16550A (Stefano Stabellini)aliguori
2008-08-06only check RCTL_EN in e1000_can_receive()aliguori
2008-08-06Add qemu_realloc(), by Gerd Hoffmann.ths