aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-18hw/ide/ahci.c: Fix shift left into sign bitPeter Maydell1-1/+1
2015-10-17Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell56-883/+960
2015-10-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151016'...Peter Maydell13-47/+173
2015-10-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20151016' into...Peter Maydell1-3/+3
2015-10-16Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-10-15' into ...Peter Maydell29-171/+162
2015-10-16Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151015' i...Peter Maydell2-19/+40
2015-10-16target-arm: Fix CPU breakpoint handlingSergey Fedorov4-21/+46
2015-10-16target-arm: Fix GDB breakpoint handlingSergey Fedorov1-0/+6
2015-10-16blkdebug: Don't confuse image as backing fileFam Zheng1-1/+1
2015-10-16qcow2: Remove forward declaration of QCowAIOCBKevin Wolf1-2/+0
2015-10-16qemu-nbd: always compile in --aio=MODE optionStefan Hajnoczi1-8/+0
2015-10-16blockdev: always compile in -drive aio= parsingStefan Hajnoczi1-2/+0
2015-10-16raw-posix: warn about BDRV_O_NATIVE_AIO if libaio is unavailableStefan Hajnoczi1-1/+10
2015-10-16block: auto-generated node-namesJeff Cody9-14/+32
2015-10-16util - add automated ID generation utilityJeff Cody2-0/+45
2015-10-16blkverify: Fix BDS leak in .bdrv_open error pathKevin Wolf1-0/+3
2015-10-16block: Allow bdrv_unref_child(bs, NULL)Kevin Wolf1-1/+6
2015-10-16block: Remove bdrv_swap()Kevin Wolf5-175/+1
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf4-26/+49
2015-10-16blockjob: Store device name at job creationKevin Wolf3-9/+17
2015-10-16block: Implement bdrv_append() without bdrv_swap()Kevin Wolf2-29/+85
2015-10-16block: Introduce parents listKevin Wolf2-0/+5
2015-10-16block-backend: Add blk_set_bs()Kevin Wolf2-0/+19
2015-10-16block/io: Make bdrv_requests_pending() publicKevin Wolf2-1/+2
2015-10-16block: Split bdrv_move_feature_fields()Kevin Wolf1-0/+12
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf5-84/+37
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf14-109/+115
2015-10-16block: Remove bdrv_open_image()Kevin Wolf2-38/+0
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf26-344/+378
2015-10-16quorum: Convert to BdrvChildKevin Wolf1-31/+34
2015-10-16blkverify: Convert s->test_file to BdrvChildKevin Wolf1-20/+21
2015-10-16vmdk: Use BdrvChild instead of BDS for references to extentsKevin Wolf1-48/+51
2015-10-16block: Introduce BDS.file_childKevin Wolf2-3/+10
2015-10-16block: qemu-iotests - fix vmdk test 059.outJeff Cody1-6/+6
2015-10-16qmp-commands.hx: Update the supported 'transaction' operationsKashyap Chamarthy1-7/+22
2015-10-16throttle: test that snapshots move the throttling configurationAlberto Garcia3-0/+75
2015-10-16iotests: disable core dumps in test 061Alberto Garcia2-6/+6
2015-10-16target-arm: implement arm_debug_target_el()Sergey Fedorov1-1/+16
2015-10-16hw/arm/virt: Allow zero address for PCI IO spaceAlexander Gordeev1-0/+1
2015-10-16target-arm: Add MDCR_EL2Sergey Fedorov2-0/+13
2015-10-16misc: zynq_slcr: Fix MMIO writesPeter Crosthwaite1-4/+4
2015-10-16arm: imx25-pdk: Fix machine namePeter Crosthwaite2-2/+2
2015-10-16target-arm: Provide model numbers for Sharp PDAsRyo ONODERA3-6/+6
2015-10-16target-arm: Implement AArch64 OSLAR/OSLSR_EL1 sysregsDavorin Mista2-2/+24
2015-10-16hw/arm/virt: smbios: inform guest of kvmAndrew Jones1-1/+6
2015-10-16target-arm: Avoid calling arm_el_is_aa64() function for unimplemented ELSergey Sorokin2-5/+21
2015-10-16target-arm: Break the TB after ISB to execute self-modified code correctlySergey Sorokin3-4/+27
2015-10-16target-arm: Add missing 'static' attributeStefan Weil1-1/+1
2015-10-16ui/cocoa.m: blinky mouse cursor fixJohn Arbuckle1-1/+1
2015-10-16ui/cocoa.m: addRemovableDevicesMenuItems() warning fixJohn Arbuckle1-1/+1