aboutsummaryrefslogtreecommitdiffstats
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-03block/vvfat: Fix compiler warning in debug codeStefan Weil1-1/+0
2010-10-03virtio-9p: Use GCC_FMT_ATTR and fix a format warningStefan Weil1-4/+6
2010-10-03blockdev: Use GCC_FMT_ATTR (format checking)Stefan Weil1-8/+7
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil14-16/+25
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil10-21/+12
2010-10-03slirp: Silence warning on HaikuAndreas Färber1-1/+3
2010-10-03tap: Add stub for HaikuAndreas Färber2-0/+62
2010-10-03nbd: Haiku has _IO() in its BSD compatibility layerAndreas Färber1-1/+1
2010-10-03Haiku doesn't have libmAndreas Färber1-0/+2
2010-10-03configure: Don't rely on special pthreads libraryAndreas Färber1-7/+11
2010-10-03configure: Add basic support for HaikuAndreas Färber1-1/+12
2010-10-02trace: avoid unnecessary recompilation if nothing changedBlue Swirl1-5/+9
2010-10-02Makefile: fix config-devices.mak generationBlue Swirl1-3/+5
2010-10-02sysbus: fix address truncationBlue Swirl2-3/+5
2010-10-02target-cris: Use %td for ptrdiff_t arguments in debug messageStefan Weil1-1/+1
2010-10-02target-microblaze: Use %td for ptrdiff_t arguments in debug messageStefan Weil1-1/+1
2010-10-02virtex: Add bracesEdgar E. Iglesias1-1/+2
2010-09-30powerpc: Add a virtex5 ml507 refdesign boardEdgar E. Iglesias6-0/+296
2010-09-30powerpc: Add a ppc-440x5 Xilinx modelEdgar E. Iglesias1-2/+4
2010-09-29tap: Remove double include of util.hAndreas Färber1-4/+0
2010-09-29pulse-audio: fix bug on updating rposWu Fengguang1-1/+1
2010-09-28audio: Fix memory size for resampling buffer in DAC casemalc1-4/+0
2010-09-26mingw: add version information to the executablesBlue Swirl4-3/+48
2010-09-26Avoid exit in trap as it breaks with some shellsLoïc Minier1-1/+3
2010-09-25Introduce qemu_madvise()Andreas Färber8-20/+100
2010-09-24powerpc: Make the decr interrupt type overridableEdgar E. Iglesias3-5/+17
2010-09-24powerpc: Improve emulation of the BookE MMUEdgar E. Iglesias2-8/+33
2010-09-24fmopl: workaround for -Wempty-bodymalc1-2/+4
2010-09-22Move macros GCC_ATTR and GCC_FMT_ATTR to common header fileStefan Weil2-8/+16
2010-09-22Fix OpenBSD buildBlue Swirl1-0/+1
2010-09-22block-verify: fix 32-bit buildAnthony Liguori1-1/+1
2010-09-22Fix compilation error (missing include statement)Stefan Weil1-0/+1
2010-09-21Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori23-123/+721
2010-09-21mips_malta: Fix format stringsStefan Weil1-2/+2
2010-09-21mips_fulong2e: Fix format stringsStefan Weil1-3/+3
2010-09-21trace: Fix user emulator dependency on trace objectsAndreas Färber1-2/+2
2010-09-21blkverify: Add block driver for verifying I/OStefan Hajnoczi3-1/+452
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-21qcow2: Avoid bounce buffers for AIO write requestsKevin Wolf1-23/+18
2010-09-21qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf3-30/+68
2010-09-21cutils: qemu_iovec_copy and qemu_iovec_memsetKevin Wolf2-9/+44
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-21qcow2: Get rid of additional sync on COWKevin Wolf1-2/+8
2010-09-21qcow2: Move sync out of qcow2_alloc_clustersKevin Wolf3-2/+7
2010-09-21qcow2: Move sync out of update_refcountKevin Wolf1-2/+11