Age | Commit message (Expand) | Author |
2014-09-18 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-09-18 | qdev: Move global validation to a single function | Eduardo Habkost |
2014-09-18 | qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals() | Eduardo Habkost |
2014-09-18 | test-qdev-global-props: Test handling of hotpluggable and non-device types | Eduardo Habkost |
2014-09-18 | test-qdev-global-props: Initialize not_used=true for all props | Eduardo Habkost |
2014-09-18 | test-qdev-global-props: Run tests on subprocess | Eduardo Habkost |
2014-09-18 | tests: disable global props test for old glib | Michael S. Tsirkin |
2014-09-15 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2014-09-14 | test-qdev-global-props: Trivial comment fix | Eduardo Habkost |
2014-09-12 | qcow2: Add falloc and full preallocation option | Hu Tao |
2014-09-12 | qapi: introduce PreallocMode and new PreallocModes full and falloc. | Hu Tao |
2014-09-12 | block: round up file size to nearest sector | Hu Tao |
2014-09-12 | libqos virtio: Increase ISR timeout | Marc Marí |
2014-09-12 | iotests: Send the correct fd in socket_scm_helper | Stratos Psomadakis |
2014-09-10 | qemu-iotests: Run 025 for Archipelago block driver | Chrysostomos Nanakos |
2014-09-08 | qtest/ide: Uninitialize PC allocator | John Snow |
2014-09-08 | libqos: add a simple first-fit memory allocator | John Snow |
2014-09-08 | libqos: Added EVENT_IDX support | Marc Marí |
2014-09-08 | libqos: Added MSI-X support | Marc Marí |
2014-09-08 | libqos: Added test case for configuration changes in virtio-blk test | Marc Marí |
2014-09-08 | libqos: Added indirect descriptor support to virtio implementation | Marc Marí |
2014-09-08 | libqos: Added basic virtqueue support to virtio implementation | Marc Marí |
2014-09-08 | tests: Add virtio device initialization | Marc Marí |
2014-09-08 | tests: Functions bus_foreach and device_find from libqos virtio API | Marc Marí |
2014-08-29 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2014-08-29 | qemu-iotests: add multiwrite test cases | Stefan Hajnoczi |
2014-08-29 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140829-1' into s... | Peter Maydell |
2014-08-29 | tests: add xHCI qtest | Gonglei |
2014-08-29 | tests: add UHCI qtest | Gonglei |
2014-08-29 | tests: add OHCI qtest | Gonglei |
2014-08-29 | test-aio: test timers on Windows too | Paolo Bonzini |
2014-08-28 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-08-28 | libqtest: launch QEMU with QEMU_AUDIO_DRV=none | Stefan Hajnoczi |
2014-08-26 | scsi-bus: Convert DeviceClass init to realize | Fam Zheng |
2014-08-24 | tests/bios-tables-test: check the value returned by fopen() | zhanghailiang |
2014-08-22 | qemu-iotests: add test case 101 for short file I/O | Stefan Hajnoczi |
2014-08-20 | iotests: Add test for image filename construction | Max Reitz |
2014-08-20 | qemu-iotests: Fix 028 reference output for qed | Kevin Wolf |
2014-08-20 | test-coroutine: test cost introduced by coroutine | Ming Lei |
2014-08-20 | iotests: Add test for qcow2's cache options | Max Reitz |
2014-08-20 | runner: Kill a program under test by time-out | Maria Kustova |
2014-08-20 | runner: Add an argument for test duration | Maria Kustova |
2014-08-15 | image-fuzzer: Reduce number of generator functions in __init__ | Maria Kustova |
2014-08-15 | image-fuzzer: Add generators of L1/L2 tables | Maria Kustova |
2014-08-15 | image-fuzzer: Add fuzzing functions for L1/L2 table entries | Maria Kustova |
2014-08-15 | image-fuzzer: Public API for image-fuzzer/runner/runner.py | Maria Kustova |
2014-08-15 | image-fuzzer: Generator of fuzzed qcow2 images | Maria Kustova |
2014-08-15 | image-fuzzer: Fuzzing functions for qcow2 images | Maria Kustova |
2014-08-15 | image-fuzzer: Tool for fuzz tests execution | Maria Kustova |
2014-08-15 | libqos: Change free function called in malloc | Marc Marí |