summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Remove ELFLOAD32.Richard Henderson2010-04-255-47/+1
* tcg/arm: fix condition in zero/sign extension functionsAurelien Jarno2010-04-251-6/+6
* Fix OpenBSD buildBlue Swirl2010-04-231-240/+240
* m68k: fix if statement with empty body, spotted by clangBlue Swirl2010-04-231-2/+3
* m68k-dis: fix unused return value, spotted by clangBlue Swirl2010-04-231-29/+35
* Fix harmless if statement with empty body, spotted by clangBlue Swirl2010-04-231-1/+2
* Merge remote branch 'origin/master' into stagingAnthony Liguori2010-04-231-14/+11
|\
| * target-sparc: Fix address masking in ldqf and stqf.Richard Henderson2010-04-231-14/+11
* | block: Free iovec arrays allocated by multiwrite_merge()Stefan Hajnoczi2010-04-231-0/+3
* | qcow2: Use QLIST_FOREACH_SAFE macroStefan Hajnoczi2010-04-231-8/+2
* | linux-aio: Fix typo in read() EINTR checkStefan Hajnoczi2010-04-231-1/+1
* | qemu-img: Fix BRDV_O_FLAGS typoStefan Hajnoczi2010-04-231-10/+10
* | qemu-img: Eliminate bdrv_new_open() code duplicationStefan Hajnoczi2010-04-231-73/+10
* | block: Convert first_drv to QLISTStefan Hajnoczi2010-04-232-11/+13
* | block.h: bdrv_create2 doesn't exist any moreKevin Wolf2010-04-231-4/+0
* | Remove un-needed codeBruce Rogers2010-04-231-1/+0
* | block: Convert bdrv_first to QTAILQStefan Hajnoczi2010-04-232-23/+21
* | block: Do not export bdrv_firstStefan Hajnoczi2010-04-233-33/+34
* | cleanup block driver option handling in vl.cChristoph Hellwig2010-04-231-29/+16
* | qcow2: Return 0/-errno in l2_allocateKevin Wolf2010-04-231-17/+23
* | qcow2: Return 0/-errno in write_l1_entryKevin Wolf2010-04-231-5/+5
* | qcow2: Fix error return code in qcow2_alloc_cluster_link_l2Kevin Wolf2010-04-231-2/+2
* | qcow2: Return 0/-errno in write_l2_entriesKevin Wolf2010-04-231-4/+5
* | block: split raw_getlengthChristoph Hellwig2010-04-231-23/+42
* | block: get rid of the BDRV_O_FILE flagChristoph Hellwig2010-04-233-26/+25
* | Replace calls of old bdrv_openKevin Wolf2010-04-2311-35/+31
* | qcow2: Fix creation of large imagesKevin Wolf2010-04-231-10/+33
* | qcow2: Trigger blkdebug eventsKevin Wolf2010-04-235-0/+125
* | blkdebug: Add events and rulesKevin Wolf2010-04-234-1/+272
* | Make qemu-config available for toolsKevin Wolf2010-04-234-21/+20
* | blkdebug: Inject errorsKevin Wolf2010-04-231-0/+81
* | blkdebug: Basic request passthroughKevin Wolf2010-04-232-1/+105
* | qemu-config: Make qemu_config_parse more genericKevin Wolf2010-04-232-7/+13
* | qemu-config: qemu_read_config_file() reads the normal config fileKevin Wolf2010-04-233-24/+28
|/
* audio/sdlaudio: remove unused variableSerge Ziryukin2010-04-221-9/+2
* bt-sdp: Fix an excessive ; and assignment of the wrong variableAndrzej Zaborowski2010-04-221-2/+2
* bt-l2cap: fix if statement with empty body, spotted by clangBlue Swirl2010-04-221-3/+3
* audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixupmalc2010-04-211-5/+6
* pci: fix pci_find_bus().Isaku Yamahata2010-04-201-9/+16
* slirp: fix structure initialization in tcp_listen()Juha Riihimäki2010-04-201-0/+1
* Compile event_notifier only onceBlue Swirl2010-04-192-2/+1
* Compile vl.c onceBlue Swirl2010-04-192-2/+2
* provide a stub version of kvm-all.c if !CONFIG_KVMPaolo Bonzini2010-04-195-21/+153
* tcg/arm: don't try to load constants using pcAurelien Jarno2010-04-191-7/+0
* tcg/arm: optimize register allocation orderAurelien Jarno2010-04-191-5/+5
* tcg/arm: fix argument alignment in qemu_st64Aurelien Jarno2010-04-191-9/+10
* tcg/arm: remove useless register tests in qemu_ld/stAurelien Jarno2010-04-191-20/+10
* tcg/arm: bswap arguments in qemu_ld/st if neededAurelien Jarno2010-04-191-69/+159
* tcg/arm: use ext* ops in qemu_ldAurelien Jarno2010-04-191-18/+12
* tcg/arm: remove conditional argument for qemu_ld/stAurelien Jarno2010-04-191-51/+49
OpenPOWER on IntegriCloud