summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * sheepdog: try to reconnect to sheepdog after network errorMORITA Kazutaka2013-10-301-14/+66
| * coroutine: add co_aio_sleep_ns() to allow sleep in block driversMORITA Kazutaka2013-10-302-0/+23
| * sheepdog: reload inode outside of resend_aioreqMORITA Kazutaka2013-10-301-14/+19
| * sheepdog: handle vdi objects in resend_aio_reqMORITA Kazutaka2013-10-301-5/+16
| * sheepdog: check return values of qemu_co_recv/send correctlyMORITA Kazutaka2013-10-301-8/+8
| * qemu-iotests: Test case for backing file deletionMax Reitz2013-10-303-0/+68
| * qemu-iotests: drop duplicated "create_image"Fam Zheng2013-10-301-12/+2Star
| * qemu-iotests: Fix 051 reference outputKevin Wolf2013-10-291-1/+1
| * block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf2013-10-295-7/+17
| * block: Disable BDRV_O_COPY_ON_READ for the backing fileThibaut LAURENT2013-10-291-1/+2
| * ahci: fix win7 hang on bootAlexander Graf2013-10-291-1/+2
| * sheepdog: pass copy_policy in the requestLiu Yuan2013-10-281-7/+13
| * sheepdog: explicitly set copies as type uint8_tLiu Yuan2013-10-281-7/+9
| * block: Don't copy backing file name on errorMax Reitz2013-10-281-2/+2
| * tests: Multiboot mmap test caseKevin Wolf2013-10-289-0/+584
| * ide-test: Check what happens with bus mastering disabledKevin Wolf2013-10-281-0/+26
| * exec: Fix bounce buffer allocation in address_space_map()Kevin Wolf2013-10-281-1/+3
| * qcow2: Flush image after creationMax Reitz2013-10-281-0/+10
| * qemu-iotests: Test for loading VM state from qcow2Max Reitz2013-10-253-0/+77
| * block/vpc: check that the image has not been truncatedPeter Lieven2013-10-241-0/+7
| * qemu-img: add special exit code if bdrv_check is not supportedPeter Lieven2013-10-241-1/+1
| * qcow2: Unset zero_beyond_eof in save_vmstateMax Reitz2013-10-241-0/+3
| * qcow2: Restore total_sectors value in save_vmstateMax Reitz2013-10-241-0/+6
| * qapi: fix documentation exampleEric Blake2013-10-211-1/+1
* | Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-10-3112-13/+14
|\ \
| * | audio/mixeng_template.h: fix inline declarationAlex Bligh2013-10-261-2/+2
| * | misc: Spelling and grammar fixes in commentsStefan Weil2013-10-263-3/+3
| * | docs/ccid.txt: fix the typoWengFan2013-10-261-1/+1
| * | qapi: fix documentation exampleEric Blake2013-10-261-1/+1
| * | .gitignore: ignore qmp-commands.txtFam Zheng2013-10-261-1/+1
| * | misc: New spelling fixes in commentsStefan Weil2013-10-264-5/+5
| * | configure: create fsdev/ directoryMichael Tokarev2013-10-261-0/+1
| |/
* | Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori2013-10-3125-112/+1234
|\ \
| * | spapr: Use DeviceClass::fw_name for device tree CPU nodeAndreas Färber2013-10-253-21/+8Star
| * | target-ppc: Fill in OpenFirmware names for some PowerPCCPU familiesAndreas Färber2013-10-251-0/+3
| * | target-ppc: dump-guest-memory supportAneesh Kumar K.V2013-10-255-2/+265
| * | dump-guest-memory: Check for the correct return valueAneesh Kumar K.V2013-10-251-2/+2
| * | target-ppc: Use #define for max slb entriesAneesh Kumar K.V2013-10-253-4/+5
| * | target-ppc: Check for error on address translation in memsave commandAneesh Kumar K.V2013-10-251-1/+4
| * | target-ppc: Update slb array with correct index values.Aneesh Kumar K.V2013-10-251-2/+15
| * | spapr-pci: enable irqfd for INTxAlexey Kardashevskiy2013-10-251-0/+13
| * | xics-kvm: enable irqfd for MSIAlexey Kardashevskiy2013-10-251-0/+6
| * | xics: Implement H_XIRR_XBenjamin Herrenschmidt2013-10-252-0/+15
| * | xics: Implement H_IPOLLBenjamin Herrenschmidt2013-10-251-0/+13
| * | xics-kvm: Support for in-kernel XICS interrupt controllerDavid Gibson2013-10-255-1/+520
| * | xics: add cpu_setup callbackAlexey Kardashevskiy2013-10-252-0/+6
| * | xics: split to xics and xics-commonAlexey Kardashevskiy2013-10-253-21/+157
| * | xics: add missing const specifiers to TypeInfoAlexey Kardashevskiy2013-10-251-2/+2
| * | xics: convert init() to realize()Alexey Kardashevskiy2013-10-251-6/+22
| * | xics: add pre_save/post_load dispatchersAlexey Kardashevskiy2013-10-252-3/+79