summary refs log tree commit diff stats
path: root/scripts/qtest.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-13qcow2: Add offset_to_l1_index()Alberto Garcia2-2/+7
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_is_table_offset()Alberto Garcia3-7/+5
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_discard()Alberto Garcia3-5/+5
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_clean_unused()Alberto Garcia3-4/+4
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_destroy()Alberto Garcia3-10/+10
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_put()Alberto Garcia4-31/+31
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()Alberto Garcia4-18/+14
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_table_release()Alberto Garcia1-5/+4
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_get_table_idx()Alberto Garcia1-5/+4
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_get_table_addr()Alberto Garcia1-7/+6
2018-02-13qcow2: Add table size field to Qcow2CacheAlberto Garcia1-15/+14
2018-02-13qcow2: Fix documentation of get_cluster_table()Alberto Garcia1-2/+1
2018-02-13block: maintain persistent disabled bitmapsVladimir Sementsov-Ogievskiy10-39/+23
2018-02-13sheepdog: Allow fully preallocated truncationMax Reitz1-3/+12
2018-02-13sheepdog: Pass old and new size to sd_prealloc()Max Reitz1-11/+5
2018-02-13sheepdog: Make sd_prealloc() take a BDSMax Reitz1-8/+21
2018-02-13gluster: Add preallocated truncationMax Reitz1-16/+1
2018-02-13gluster: Query current size in do_truncate()Max Reitz1-2/+19
2018-02-13gluster: Pull truncation from qemu_gluster_createMax Reitz1-34/+40
2018-02-13gluster: Move glfs_close() to create's clean-upMax Reitz1-4/+6
2018-02-13qemu-io: fix EOF Ctrl-D handling in qemu-io readline codeDaniel P. Berrange1-1/+26
2018-02-13iotests: Use virtio-blk in 155Max Reitz1-5/+9
2018-02-13block: early check for blockers on drive-mirrorPaolo Bonzini1-0/+5
2018-02-13qcow2: Use g_try_realloc() in qcow2_expand_zero_clusters()Alberto Garcia1-1/+9
2018-02-13docs: Document share-rw property more thoroughlyFam Zheng1-0/+10
2018-02-13qemu-img: Document --force-share / -UFam Zheng1-0/+8
2018-02-13qemu-img.texi: Clean up parameter listFam Zheng1-27/+39
2018-02-13iotests: Fix CID for VMDK afl imageFam Zheng2-1/+1
2018-02-13Revert "tests: use memfd in vhost-user-test"Peter Maydell1-64/+26
2018-02-11misc: introduce new mos6522 VIA device and enable it for ppc buildsMark Cave-Ayland5-0/+668
2018-02-11cuda: factor out timebase-derived counter value and load timeMark Cave-Ayland1-9/+16
2018-02-11cuda: set timer 1 frequency property to CUDA_TIMER_FREQMark Cave-Ayland1-5/+5
2018-02-11cuda: don't call cuda_update() when writing to ACR registerMark Cave-Ayland1-1/+0
2018-02-11cuda: minor cosmetic tidy-ups to get_next_irq_time()Mark Cave-Ayland1-11/+12
2018-02-11cuda: rename frequency property to tb_frequencyMark Cave-Ayland3-5/+5
2018-02-11cuda: introduce CUDAState parameter to get_counter()Mark Cave-Ayland1-5/+5
2018-02-10spapr: set vsmt to MAX(8, smp_threads)Laurent Vivier1-1/+1
2018-02-10tests/qapi: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-1/+1
2018-02-10tests/qapi: use QEMU_IS_ALIGNED macroPhilippe Mathieu-Daudé1-1/+1
2018-02-10tests/hbitmap: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-3/+3
2018-02-10async: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-1/+1
2018-02-10qga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-1/+1
2018-02-10cuda: don't allow writes to port output pinsMark Cave-Ayland1-2/+2
2018-02-10MAINTAINERS: Add qemu-binfmt-conf.sh scriptThomas Huth1-0/+1
2018-02-10cuda: do not use old_mmio accessesMark Cave-Ayland1-32/+8
2018-02-10oslib-posix: check for posix_memalign in configure scriptAndreas Gustafsson2-1/+20
2018-02-10maint: Mention web site maintenance in READMEEric Blake1-0/+4
2018-02-10build: fix typo in error messageLaurent Vivier1-1/+1
2018-02-10configure: Allow capstone=git only if git update is not disabledAlexey Kardashevskiy1-1/+1
2018-02-10scripts/make-release: Don't archive .git filesCole Robinson1-3/+2