aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-10-03rc4030: Fix compilation error in debug codeStefan Weil1-1/+4
2010-10-03mipsnet: Fix compiler warning in debug codeStefan Weil1-1/+1
2010-10-03virtio-9p: Use GCC_FMT_ATTR and fix a format warningStefan Weil1-4/+6
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil2-2/+4
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil1-1/+1
2010-10-02sysbus: fix address truncationBlue Swirl2-3/+5
2010-10-02virtex: Add bracesEdgar E. Iglesias1-1/+2
2010-09-30powerpc: Add a virtex5 ml507 refdesign boardEdgar E. Iglesias1-0/+278
2010-09-25Introduce qemu_madvise()Andreas Färber1-2/+2
2010-09-24powerpc: Make the decr interrupt type overridableEdgar E. Iglesias3-5/+17
2010-09-24fmopl: workaround for -Wempty-bodymalc1-2/+4
2010-09-22Fix compilation error (missing include statement)Stefan Weil1-0/+1
2010-09-21Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori6-9/+32
2010-09-21mips_malta: Fix format stringsStefan Weil1-2/+2
2010-09-21mips_fulong2e: Fix format stringsStefan Weil1-3/+3
2010-09-21scsi_bus: fix length and xfer_mode for RESERVE and RELEASE commandsBernhard Kohl1-1/+2
2010-09-21scsi-generic: add missing reset handlerBernhard Kohl1-2/+19
2010-09-21ide: propagate the required alignmentChristoph Hellwig1-1/+3
2010-09-21scsi-disk: propagate the required alignmentChristoph Hellwig1-0/+1
2010-09-21virtio-blk: propagate the required alignmentChristoph Hellwig1-0/+1
2010-09-21use qemu_blockalign consistentlyChristoph Hellwig2-5/+6
2010-09-20Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2-1/+11
2010-09-20e1000: Pad short frames to minimum size (60 bytes)Stefan Hajnoczi1-0/+10
2010-09-18Use gcc warning flag -Wempty-bodyBlue Swirl4-8/+12
2010-09-18pxa2xx: fix SSSR TFN logicBlue Swirl1-4/+4
2010-09-18pxa2xx: remove useless checksBlue Swirl1-1/+1
2010-09-18Use range_covers_byteBlue Swirl2-8/+11
2010-09-18Introduce range.hBlue Swirl6-31/+5
2010-09-18Check for errors during BIOS or kernel loadBlue Swirl4-13/+18
2010-09-15serial: Update parameters after loadMichal Novotny1-0/+1
2010-09-14vhost: fix infinite loop on error pathMichael S. Tsirkin1-1/+1
2010-09-14Remove wrong semicolon in macro definitionStefan Weil1-2/+2
2010-09-13serial: Wrap debug prints around a DPRINTF macroMichal Novotny1-12/+13
2010-09-11ESP: fix ESP DMA access when DMA is not enabledBlue Swirl5-18/+88
2010-09-10vmware_vga: Replace the few tab-indents with spaces (clean-up).Andrzej Zaborowski1-9/+9
2010-09-10vmware_vga: Add checks to deal with non-atomic fifo writes.Andrzej Zaborowski1-8/+56
2010-09-10hw/omap: Fix default setup for OMAP UART devicesStefan Weil4-8/+19
2010-09-09trace: Trace virtqueue operationsStefan Hajnoczi1-0/+8
2010-09-09trace: Trace virtio-blk, multiwrite, and paio_submitStefan Hajnoczi1-0/+7
2010-09-09elf: Calculate symbol size if neededStefan Weil1-0/+5
2010-09-08Revert "PPC: Qdev'ify e500 pci"Anthony Liguori1-73/+33
2010-09-08Revert "PPC: Make e500 pci byte swap config data"Anthony Liguori1-1/+1
2010-09-08Merge remote branch 'agraf/ppc-next' into stagingAnthony Liguori2-33/+84
2010-09-08Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori7-44/+158
2010-09-08Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori9-32/+175
2010-09-08virtio-9p: Change handling of flags in open() path for 9P2000.LSripathi Kodi1-13/+1
2010-09-08[virtio-9p] This patch implements TLERROR/RLERROR on the qemu 9P server.Arun R Bharadwaj2-6/+15
2010-09-08[virtio-9p] Remove all instances of unnecessary dotu variable.Arun R Bharadwaj3-82/+62
2010-09-08virtio-9p: Add support for removing xattrAneesh Kumar K.V3-5/+38
2010-09-08virtio-9p: Fix the memset usageAneesh Kumar K.V1-2/+1