summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori74-545/+257
2009-02-05Convert IDE to use new dma helpers (Avi Kivity)aliguori1-66/+10
2009-02-05Add debug, savevm and reset support for UniNorthblueswir12-1/+54
2009-02-05Use qemu_ram_allocblueswir11-6/+10
2009-02-03SH4: Fix warning when compiling sh7750_regnames.caurel321-0/+1
2009-02-01Add and use #defines for PCI device classesblueswir134-86/+81
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir18-16/+27
2009-01-30PowerPC: IDE DB-DMA supportaurel324-23/+156
2009-01-30PowerPC: mac-io DB-DMA supportaurel325-35/+844
2009-01-30pl031: remove unused variableaurel321-1/+0
2009-01-29check SCSI read/write requests against max LBA (Rik van Riel)aliguori1-0/+18
2009-01-29Don't notify virtio devices before S_DRIVER_OK (Mark McLoughlin)aliguori1-0/+3
2009-01-28SCSI divide capacity by s->cluster_size (Rik van Riel)aliguori1-0/+2
2009-01-28support >2TB SCSI disks (Rik van Riel)aliguori1-7/+46
2009-01-28fix signed/unsigned overflows in SCSI disk (Rik van Riel)aliguori1-3/+6
2009-01-27Add Simba device IDblueswir13-8/+11
2009-01-26ETRAX: Remove display-state argument from board init.edgar_igl1-1/+1
2009-01-26Check if the i8254 timer is active before deactivating it (Alexander Graf)aliguori1-1/+2
2009-01-26Move definition of rgb_to_pixel_dup_table (Nathan Froyd)aliguori1-11/+9
2009-01-26Add reset irq state for ps2 reboot callback (Dor Laor)aliguori1-0/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori29-159/+157
2009-01-26Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)aliguori4-4/+8
2009-01-26Add macro for virtio-console PCI device ID (Mark McLoughlin)aliguori2-1/+3
2009-01-26Use macros for virtio-net PCI vendor/device IDs (Mark McLoughlin)aliguori1-1/+3
2009-01-26target-ppc: always load kernel to KERNEL_LOAD_ADDRaurel321-3/+9
2009-01-25Add static qualifier to local functionsmalc1-1/+1
2009-01-24sh4: sh_pci. Register resouces both at A7 and P4.aurel321-10/+7
2009-01-24sh4: r2d. Endian conversion for peripheral register initialization.aurel321-4/+2
2009-01-24Support epoch of 1980 in RTC emulation for MIPS Magnumaurel327-11/+20
2009-01-24mips: limit RAM size to 256MB on malta and qemu boardsaurel322-0/+12
2009-01-24Floppy: Properly handle Sense Interrupt Status after FDC Resetblueswir11-12/+18
2009-01-24Fix kernel_size and initrd_size sign (Francois Revol)blueswir11-1/+2
2009-01-23fix endianness problem sharing the videoram buffermalc1-0/+7
2009-01-22Stop VM on error in virtio-blk. (Gleb Natapov)aliguori1-46/+124
2009-01-22Stop VM on error in scsi-disk (Gleb Natapov)aliguori1-17/+69
2009-01-22Fix warning in ide.caliguori1-1/+1
2009-01-22Convert IDE to directly access guest memory (Avi Kivity)aliguori1-16/+117
2009-01-21Stop VM on ENOSPC error. (Gleb Natapov)aliguori1-8/+75
2009-01-21cirrus: unify unmapping of vram (Jan Kiszka)aliguori1-2/+2
2009-01-21cirrus: cleanup reset handler (Jan Kiszka)aliguori1-34/+27
2009-01-21cirrus: avoid resetting vga dirty logging unnecessarily (Avi Kivity)aliguori1-0/+6
2009-01-21cirrus: stop dirty logging during remaps (Jan Kiszka)aliguori1-6/+28
2009-01-21cirrus: unmap vram on reset (Jan Kiszka)aliguori1-0/+1
2009-01-21Always return latest pmsts instead of the old one (Xiantao Zhang)aliguori1-1/+1
2009-01-20Fix NAND flash save/restore.pbrook1-0/+3
2009-01-18USB OHCI: add support for big endian targetsaurel321-83/+115
2009-01-18mips_malta: map the CBUS UART as the third serial portaurel321-15/+5
2009-01-18serial: open a null device if the CharDriverState argument is nullaurel321-5/+3
2009-01-18add an init function parameter to qemu_chr_open()aurel324-18/+25
2009-01-18cuda: fix crash on Windowsaurel321-2/+2