summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-17Remove unused info_str parameter to pcnet_common_init()blueswir11-3/+3
2009-01-17Switch to CMD646 IDEblueswir11-2/+2
2009-01-16hpet config mask fixaurel322-2/+6
2009-01-16G364 video adapter enhancementaurel324-249/+445
2009-01-16Fix a warning in hw/blizzard.caurel321-1/+1
2009-01-16Fix compilation of blizzard.caliguori1-1/+1
2009-01-16Fix vga on PPCaurel321-34/+34
2009-01-16ppc_oldworld: remove i8259aurel321-5/+1
2009-01-16ppc_oldworld: remove debug I/O portaurel321-3/+0
2009-01-16Fix warningsblueswir11-1/+1
2009-01-16fix screendump (Stefano Stabellini)aliguori3-22/+29
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori58-316/+273
2009-01-16Fix uninitialized variable warningaliguori1-4/+4
2009-01-16hw/omap_sx1.c: fix buildaurel321-1/+2
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-1/+1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori5-32/+11
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori5-50/+78
2009-01-15remove bgr (Stefano Stabellini)aliguori4-46/+15