summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-15qapi: Track location that created an implicit typeEric Blake1-27/+47
2015-10-15qapi: Create simple union type member earlierEric Blake1-17/+18
2015-10-15qapi: Lazy creation of array typesEric Blake4-5/+24
2015-10-15qapi: Don't use info as witness of implicit object typeEric Blake3-6/+14
2015-10-15qapi: Drop redundant args-member-array testEric Blake5-15/+0
2015-10-15qapi: Drop redundant flat-union-reverse-define testEric Blake6-36/+7
2015-10-15qapi: Drop redundant returns-int testEric Blake9-20/+10
2015-10-15qapi: Move empty-enum to compile-time testEric Blake7-6/+7
2015-10-15qapi: Drop redundant alternate-good testEric Blake5-21/+0
2015-10-15qapi: Prepare for errors during check()Eric Blake1-4/+6
2015-10-15qapi: Use predicate callback to determine visit filteringEric Blake4-20/+33
2015-10-15qapi: Fix regression with '-netdev help'Eric Blake1-1/+3
2015-10-15migration: fix deadlockDenis V. Lunev1-17/+27
2015-10-15migration: announce VM's new home just before VM is runnableAmit Shah1-1/+6
2015-10-15Migration: Generate the completed event only when we completeDr. David Alan Gilbert1-1/+7
2015-10-14qemu-char: convert serial backend to data-driven creationPaolo Bonzini1-19/+29
2015-10-14qemu-char: convert file backend to data-driven creationPaolo Bonzini1-4/+12
2015-10-14qemu-char: add create to register_char_driverPaolo Bonzini7-100/+133
2015-10-14qemu-char: cleanup HAVE_CHARDEV_*Paolo Bonzini1-12/+12