aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz
2014-01-22blkdebug: Use command-line in read_config()Max Reitz
2014-01-22blkdebug: Always call read_config()Max Reitz
2014-01-22qemu-option: Add qemu_config_parse_qdict()Max Reitz
2014-01-22qapi: extend qdict_flatten() for QListsMax Reitz
2014-01-22qdict: Add qdict_array_split()Max Reitz
2014-01-22blkdebug: Don't require sophisticated filenameMax Reitz
2014-01-22blkdebug: Use errp for read_config()Max Reitz
2014-01-22qemu-io: add command completionStefan Hajnoczi
2014-01-22qemu-io: use readline.cStefan Hajnoczi
2014-01-22osdep: add qemu_set_tty_echo()Stefan Hajnoczi
2014-01-22readline: move readline to a generic locationStefan Hajnoczi
2014-01-22readline: decouple readline from the monitorStefan Hajnoczi
2014-01-22vmdk: Fix big flat extent IOFam Zheng
2014-01-22docs: qcow2 compat=1.1 is now the defaultStefan Hajnoczi
2014-01-22qtest: Fix the bug about disable vnc causes "make check" failKewei Yu
2014-01-22sheepdog: fix clone operation by 'qemu-img create -b'Liu Yuan
2014-01-22gluster: Add support for creating zero-filled imageBharata B Rao
2014-01-22gluster: Implement .bdrv_co_write_zeroes for glusterBharata B Rao
2014-01-22gluster: Convert aio routines into coroutinesBharata B Rao
2014-01-22block/iscsi: return -ENOMEM if an async call fails immediatelyPeter Lieven
2014-01-22qemu-iotests: Clean up all extents for vmdkFam Zheng
2014-01-22qemu-iotests: Add _unsupported_imgopts for vmdk subformatsFam Zheng
2014-01-22qemu-iotests: Introduce _unsupported_imgoptsFam Zheng
2014-01-22rbd: switch from pipe to QEMUBH completion notificationStefan Hajnoczi
2014-01-17Revert "error: Don't use error_report() for assertion msgs."Peter Crosthwaite
2014-01-17tests: Add libqemustub to qom-interface-checkPeter Crosthwaite
2014-01-15SPARC: Fix LEON3 power down instructionSebastian Huber
2014-01-15error: Don't use error_report() for assertion msgs.Peter Crosthwaite
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-14Microblaze: Convert Microblaze-pic handling to GPIOsAlistair Francis
2014-01-14target-arm: Switch ARMCPUInfo arrays to use terminator entriesPeter Maydell
2014-01-13Merge remote-tracking branch 'quintela/tags/migration/20140113' into stagingAnthony Liguori
2014-01-13migration: synchronize memory bitmap 64bits at a timeJuan Quintela
2014-01-13ram: split function that synchronizes a rangeJuan Quintela
2014-01-13memory: syncronize kvm bitmap using bitmaps operationsJuan Quintela
2014-01-13memory: move bitmap synchronization to its own functionJuan Quintela
2014-01-13kvm: refactor start address calculationJuan Quintela
2014-01-13kvm: use directly cpu_physical_memory_* api for tracking dirty pagesJuan Quintela
2014-01-13memory: unfold memory_region_test_and_clear()Juan Quintela
2014-01-13memory: split cpu_physical_memory_* functions to its own includeJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_tracking() should return voidJuan Quintela
2014-01-13memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela
2014-01-13memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()Juan Quintela
2014-01-13memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operationsJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() now uses bitmap operationsJuan Quintela
2014-01-13memory: use find_next_bit() to find dirty bitsJuan Quintela
2014-01-13memory: s/mask/clear/ cpu_physical_memory_mask_dirty_rangeJuan Quintela
2014-01-13memory: cpu_physical_memory_get_dirty() is used as returning a boolJuan Quintela
2014-01-13memory: make cpu_physical_memory_get_dirty() the main functionJuan Quintela