summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell26-453/+1886
2017-09-07Merge remote-tracking branch 'remotes/juanquintela/tags/tests/20170906' into ...Peter Maydell3-13/+7
2017-09-06qcow2: move qcow2_store_persistent_dirty_bitmaps() before cache flushingPavel Butsykin1-8/+8
2017-09-06qemu-iotests: add 184 for throttle filter driverManos Pitsidianakis3-0/+508
2017-09-06block: add throttle block filter driverManos Pitsidianakis6-2/+275
2017-09-05tests: Make vmgenid test compileJuan Quintela1-2/+2
2017-09-05tests: Use real size for iov testsJuan Quintela2-11/+5
2017-09-05vhost-user: disable the *broken* subprocess testsPhilippe Mathieu-Daudé1-7/+10
2017-09-05Revert "kvm: use DIV_ROUND_UP"Peter Maydell1-1/+1
2017-09-05block: convert ThrottleGroup to object with QOMManos Pitsidianakis7-61/+628
2017-09-05Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell4-14/+22
2017-09-05virtfs: error out gracefully when mandatory suboptions are missingGreg Kurz1-6/+10
2017-09-059pfs: local: clarify fchmodat_nofollow() implementationGreg Kurz1-4/+8
2017-09-05Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell4-53/+123
2017-09-05block: tidy ThrottleGroupMember initializationsManos Pitsidianakis2-3/+3
2017-09-05block: add aio_context field in ThrottleGroupMemberManos Pitsidianakis4-54/+69
2017-09-05block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis7-226/+252
2017-09-05Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-20170905-1' ...Peter Maydell4-7/+8
2017-09-05Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-20170905-2' into...Peter Maydell9-292/+225
2017-09-05io: fix check for handshake completion in TLS testDaniel P. Berrange1-1/+1
2017-09-05io: add new qio_channel_{readv, writev, read, write}_all functionsDaniel P. Berrange3-93/+193
2017-09-05io: fix typo in docs comment for qio_channel_readDaniel P. Berrange1-1/+1
2017-09-05util: remove the obsolete non-blocking connectCao jin5-195/+28
2017-09-05fsdev: fix memory leak in main()ZhiPeng Lu1-0/+2
2017-09-059pfs: avoid sign conversion error simplifying the codePhilippe Mathieu-Daudé1-4/+2
2017-09-05block: document semantics of bdrv_co_preadv|pwritevDaniel P. Berrange1-0/+31
2017-09-05block: document semantics of bdrv_co_preadv|pwritevDaniel P. Berrange1-0/+31
2017-09-05qemu-iotests: use context managers for resource cleanup in 194Stefan Hajnoczi1-52/+51
2017-09-05iotests.py: add FilePath context managerStefan Hajnoczi1-0/+26
2017-09-05qemu.py: make VM() a context managerStefan Hajnoczi1-1/+15
2017-09-04Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell2-28/+61
2017-09-04apb: add busA qdev property to PBM PCI bridgeMark Cave-Ayland1-7/+37
2017-09-04apb: fix endianness for APB and PCI config accessesMark Cave-Ayland1-4/+2
2017-09-04apb: fix up PCI bus nomenclatureMark Cave-Ayland2-11/+9
2017-09-04sun4u: expose fw_cfg and NVRAM on ebus PCI IO address spaceMark Cave-Ayland1-5/+4
2017-09-04sun4u: switch to using qdev to instantiate fw_cfg interfaceMark Cave-Ayland1-1/+9
2017-09-04sun4u: pass PCIDevice into pci_ebus_init() instead of PCIBusMark Cave-Ayland1-4/+4
2017-09-04qcow: Check failure of bdrv_getlength() and bdrv_truncate()Eric Blake1-8/+22
2017-09-04qcow: Change signature of get_cluster_offset()Eric Blake1-50/+73
2017-09-04block: add default implementations for bdrv_co_get_block_status()Manos Pitsidianakis5-33/+47
2017-09-04block: remove bdrv_truncate callback in blkdebugManos Pitsidianakis1-7/+1
2017-09-04block: remove unused bdrv_media_changedManos Pitsidianakis4-22/+0
2017-09-04block: pass bdrv_* methods to bs->file by default in block filtersManos Pitsidianakis2-3/+24
2017-09-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170904-...Peter Maydell33-291/+677
2017-09-04arm_gicv3_kvm: Fix compile warningPranith Kumar1-1/+1
2017-09-04target/arm: Fix aa64 ldp register writebackRichard Henderson1-12/+17
2017-09-04hw/arm/digic: Mark device with user_creatable = falseThomas Huth1-0/+2
2017-09-04hw/arm/aspeed_soc: Mark devices as user_creatable = falseThomas Huth1-0/+2
2017-09-04target/arm: Allow deliver_fault() caller to specify EA bitPeter Maydell2-5/+7
2017-09-04target/arm: Factor out fault delivery codePeter Maydell1-53/+57