summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-23block: Do not export bdrv_firstStefan Hajnoczi3-33/+34
2010-04-23cleanup block driver option handling in vl.cChristoph Hellwig1-29/+16
2010-04-23qcow2: Return 0/-errno in l2_allocateKevin Wolf1-17/+23
2010-04-23qcow2: Return 0/-errno in write_l1_entryKevin Wolf1-5/+5
2010-04-23qcow2: Fix error return code in qcow2_alloc_cluster_link_l2Kevin Wolf1-2/+2
2010-04-23qcow2: Return 0/-errno in write_l2_entriesKevin Wolf1-4/+5
2010-04-23block: split raw_getlengthChristoph Hellwig1-23/+42
2010-04-23block: get rid of the BDRV_O_FILE flagChristoph Hellwig3-26/+25
2010-04-23Replace calls of old bdrv_openKevin Wolf11-35/+31
2010-04-23qcow2: Fix creation of large imagesKevin Wolf1-10/+33
2010-04-23qcow2: Trigger blkdebug eventsKevin Wolf5-0/+125
2010-04-23blkdebug: Add events and rulesKevin Wolf4-1/+272
2010-04-23Make qemu-config available for toolsKevin Wolf4-21/+20
2010-04-23blkdebug: Inject errorsKevin Wolf1-0/+81
2010-04-23blkdebug: Basic request passthroughKevin Wolf2-1/+105
2010-04-23qemu-config: Make qemu_config_parse more genericKevin Wolf2-7/+13
2010-04-23qemu-config: qemu_read_config_file() reads the normal config fileKevin Wolf3-24/+28
2010-04-22audio/sdlaudio: remove unused variableSerge Ziryukin1-9/+2
2010-04-22bt-sdp: Fix an excessive ; and assignment of the wrong variableAndrzej Zaborowski1-2/+2
2010-04-22bt-l2cap: fix if statement with empty body, spotted by clangBlue Swirl1-3/+3
2010-04-21audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixupmalc1-5/+6
2010-04-20pci: fix pci_find_bus().Isaku Yamahata1-9/+16
2010-04-20slirp: fix structure initialization in tcp_listen()Juha Riihimäki1-0/+1
2010-04-19Compile event_notifier only onceBlue Swirl2-2/+1
2010-04-19Compile vl.c onceBlue Swirl2-2/+2
2010-04-19provide a stub version of kvm-all.c if !CONFIG_KVMPaolo Bonzini5-21/+153
2010-04-19tcg/arm: don't try to load constants using pcAurelien Jarno1-7/+0
2010-04-19tcg/arm: optimize register allocation orderAurelien Jarno1-5/+5
2010-04-19tcg/arm: fix argument alignment in qemu_st64Aurelien Jarno1-9/+10
2010-04-19tcg/arm: remove useless register tests in qemu_ld/stAurelien Jarno1-20/+10
2010-04-19tcg/arm: bswap arguments in qemu_ld/st if neededAurelien Jarno1-69/+159
2010-04-19tcg/arm: use ext* ops in qemu_ldAurelien Jarno1-18/+12
2010-04-19tcg/arm: remove conditional argument for qemu_ld/stAurelien Jarno1-51/+49
2010-04-19tcg/arm: add bswap opsAurelien Jarno2-2/+44
2010-04-19tcg/arm: add ext16u opAurelien Jarno2-20/+50
2010-04-19tcg/arm: add rotation opsAurelien Jarno2-1/+20
2010-04-19tcg/arm: use the blx instruction when possibleAurelien Jarno1-4/+12
2010-04-19tcg/arm: sxtb and sxth are available starting with ARMv6Aurelien Jarno1-2/+2
2010-04-19tcg/arm: add variables to define the allowed instructions setAurelien Jarno1-39/+84
2010-04-19tcg/arm: align 64-bit arguments in function callsAurelien Jarno1-0/+1
2010-04-19tcg/arm: replace integer values by registers enumAurelien Jarno1-109/+124
2010-04-19tcg/arm: remove store signed functionsAurelien Jarno1-62/+10
2010-04-19tcg/arm: explicitely list clobbered/reserved regsAurelien Jarno2-5/+11
2010-04-19tcg/arm: remove SAVE_LR codeAurelien Jarno1-43/+0
2010-04-19Check for invalid initrd fileM. Mohan Kumar1-0/+6
2010-04-18Monitor: Convert do_screen_dump() to QObjectLuiz Capitulino2-2/+4
2010-04-18QMP: Improve RTC_CHANGE event descriptionLuiz Capitulino1-1/+1
2010-04-18virtio-blk: Fix use after free in error caseKevin Wolf1-3/+3
2010-04-18monitor: Convert do_set_link() to QObject, QErrorMarkus Armbruster3-5/+7
2010-04-18monitor: Use argument type 'b' for set_linkMarkus Armbruster2-12/+6