summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz12-19/+41
2014-01-22blkdebug: Use command-line in read_config()Max Reitz1-3/+12
2014-01-22blkdebug: Always call read_config()Max Reitz1-17/+19
2014-01-22qemu-option: Add qemu_config_parse_qdict()Max Reitz2-0/+106
2014-01-22qapi: extend qdict_flatten() for QListsMax Reitz1-6/+48
2014-01-22qdict: Add qdict_array_split()Max Reitz2-0/+38
2014-01-22blkdebug: Don't require sophisticated filenameMax Reitz1-1/+3
2014-01-22blkdebug: Use errp for read_config()Max Reitz1-4/+6
2014-01-22qemu-io: add command completionStefan Hajnoczi3-1/+25
2014-01-22qemu-io: use readline.cStefan Hajnoczi1-45/+58
2014-01-22osdep: add qemu_set_tty_echo()Stefan Hajnoczi3-0/+39
2014-01-22readline: move readline to a generic locationStefan Hajnoczi6-4/+4
2014-01-22readline: decouple readline from the monitorStefan Hajnoczi4-38/+71
2014-01-22vmdk: Fix big flat extent IOFam Zheng3-2/+83
2014-01-22docs: qcow2 compat=1.1 is now the defaultStefan Hajnoczi2-8/+8
2014-01-22qtest: Fix the bug about disable vnc causes "make check" failKewei Yu2-7/+1
2014-01-22sheepdog: fix clone operation by 'qemu-img create -b'Liu Yuan1-8/+8
2014-01-22gluster: Add support for creating zero-filled imageBharata B Rao1-1/+49
2014-01-22gluster: Implement .bdrv_co_write_zeroes for glusterBharata B Rao2-19/+68
2014-01-22gluster: Convert aio routines into coroutinesBharata B Rao1-147/+74
2014-01-22block/iscsi: return -ENOMEM if an async call fails immediatelyPeter Lieven1-6/+6
2014-01-22qemu-iotests: Clean up all extents for vmdkFam Zheng1-3/+14
2014-01-22qemu-iotests: Add _unsupported_imgopts for vmdk subformatsFam Zheng9-0/+21
2014-01-22qemu-iotests: Introduce _unsupported_imgoptsFam Zheng1-0/+11
2014-01-22rbd: switch from pipe to QEMUBH completion notificationStefan Hajnoczi1-108/+22
2014-01-17Revert "error: Don't use error_report() for assertion msgs."Peter Crosthwaite1-4/+4
2014-01-17tests: Add libqemustub to qom-interface-checkPeter Crosthwaite1-1/+1
2014-01-15SPARC: Fix LEON3 power down instructionSebastian Huber1-0/+1
2014-01-15error: Don't use error_report() for assertion msgs.Peter Crosthwaite1-4/+4
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias45-155/+405
2014-01-14Microblaze: Convert Microblaze-pic handling to GPIOsAlistair Francis7-68/+31
2014-01-14target-arm: Switch ARMCPUInfo arrays to use terminator entriesPeter Maydell2-12/+12
2014-01-13Merge remote-tracking branch 'quintela/tags/migration/20140113' into stagingAnthony Liguori22-1755/+2241
2014-01-13migration: synchronize memory bitmap 64bits at a timeJuan Quintela1-9/+29
2014-01-13ram: split function that synchronizes a rangeJuan Quintela1-14/+20
2014-01-13memory: syncronize kvm bitmap using bitmaps operationsJuan Quintela1-18/+36
2014-01-13memory: move bitmap synchronization to its own functionJuan Quintela2-25/+33
2014-01-13kvm: refactor start address calculationJuan Quintela1-4/+4
2014-01-13kvm: use directly cpu_physical_memory_* api for tracking dirty pagesJuan Quintela1-2/+5
2014-01-13memory: unfold memory_region_test_and_clear()Juan Quintela1-3/+7
2014-01-13memory: split cpu_physical_memory_* functions to its own includeJuan Quintela5-76/+101
2014-01-13memory: cpu_physical_memory_set_dirty_tracking() should return voidJuan Quintela1-6/+4
2014-01-13memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela4-20/+12
2014-01-13memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()Juan Quintela3-7/+7
2014-01-13memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operationsJuan Quintela1-6/+4
2014-01-13memory: cpu_physical_memory_set_dirty_range() now uses bitmap operationsJuan Quintela1-12/+7
2014-01-13memory: use find_next_bit() to find dirty bitsJuan Quintela1-10/+6
2014-01-13memory: s/mask/clear/ cpu_physical_memory_mask_dirty_rangeJuan Quintela2-4/+4
2014-01-13memory: cpu_physical_memory_get_dirty() is used as returning a boolJuan Quintela1-7/+8
2014-01-13memory: make cpu_physical_memory_get_dirty() the main functionJuan Quintela1-17/+19