aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-06qapi: Add new clone visitorEric Blake
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06tests: Factor out common code in qapi output testsEric Blake
2016-07-06tests: Clean up test-string-output-visitorEric Blake
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake
2016-07-06string-input-visitor: Favor new visit_free() functionEric Blake
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake
2016-07-06qapi: Add new visit_free() functionEric Blake
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-07-06qemu-img: Don't leak errors when outputting JSONEric Blake
2016-07-06qapi: Improve use of qmp/types.hEric Blake
2016-07-06virgl: pass whole GL scanout dimensionsMarc-André Lureau
2016-07-06spice: use the right head for multi-monitorMarc-André Lureau
2016-07-06virgl: count the calls to gl_blockMarc-André Lureau
2016-07-06spice: avoid .set_mm_time on >= 0.12.6John Snow
2016-07-06qxl: fix surface migrationGerd Hoffmann
2016-07-06qxl: store memory region and offset instead of pointer for guest slotsGerd Hoffmann
2016-07-06qxl: factor out qxl_get_check_slot_offsetGerd Hoffmann
2016-07-06qxl: handle no updates in interface_update_area_completeGerd Hoffmann
2016-07-06qxl: use uint64_t for vram sizeGerd Hoffmann
2016-07-06qom: Fix comment typoChanglong Xie
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin
2016-07-05tcg: Optimize spills of constantsRichard Henderson
2016-07-05tcg: Fix name for high-half registerRichard Henderson
2016-07-05build: Use $(CCAS) for compiling .S filesRichard Henderson
2016-07-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-07-05Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-07-05-v2'...Kevin Wolf
2016-07-05block/qcow2: Don't use cpu_to_*w()Peter Maydell
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_prwv_co() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_write() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_read() to BdrvChildKevin Wolf
2016-07-05block: Use BlockBackend for I/O in bdrv_commit()Kevin Wolf
2016-07-05block: Move bdrv_commit() to block/commit.cKevin Wolf
2016-07-05block: Convert bdrv_co_do_readv/writev to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_aio_writev() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_aio_readv() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_co_writev() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_co_readv() to BdrvChildKevin Wolf
2016-07-05vhdx: Some more BlockBackend use in vhdx_create()Kevin Wolf
2016-07-05blkreplay: Convert to byte-based I/OKevin Wolf
2016-07-05vvfat: Use BdrvChild for s->qcowKevin Wolf
2016-07-05block/qdev: Fix NULL access when using BB twiceKevin Wolf
2016-07-05block: fix return code for partial write for Linux AIODenis V. Lunev