Age | Commit message (Expand) | Author |
2011-12-05 | block: add interface to toggle copy-on-read | Stefan Hajnoczi |
2011-12-05 | block: add request tracking | Stefan Hajnoczi |
2011-12-05 | coroutine: add qemu_co_queue_restart_all() | Stefan Hajnoczi |
2011-12-05 | qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macros | Stefan Hajnoczi |
2011-12-05 | block: add bdrv_co_is_allocated() interface | Stefan Hajnoczi |
2011-12-05 | block: drop .bdrv_is_allocated() interface | Stefan Hajnoczi |
2011-12-05 | cow: convert to .bdrv_co_is_allocated() | Stefan Hajnoczi |
2011-12-05 | vdi: convert to .bdrv_co_is_allocated() | Stefan Hajnoczi |
2011-12-05 | vvfat: convert to .bdrv_co_is_allocated() | Stefan Hajnoczi |
2011-12-05 | block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated() | Stefan Hajnoczi |
2011-12-05 | qed: convert to .bdrv_co_is_allocated() | Stefan Hajnoczi |
2011-12-05 | block: add .bdrv_co_is_allocated() | Stefan Hajnoczi |
2011-12-05 | block: use public bdrv_is_allocated() interface | Stefan Hajnoczi |
2011-12-05 | qcow2: Fix error path in qcow2_snapshot_load_tmp | Kevin Wolf |
2011-12-05 | qcow2: Fix order in qcow2_snapshot_delete | Kevin Wolf |
2011-12-05 | qcow2: Fix order of refcount updates in qcow2_snapshot_goto | Kevin Wolf |
2011-12-05 | qcow2: Return real error in qcow2_snapshot_goto | Kevin Wolf |
2011-12-05 | qcow2: Rework qcow2_snapshot_create error handling | Kevin Wolf |
2011-12-05 | qcow2: Cleanups and memleak fix in qcow2_snapshot_create | Kevin Wolf |
2011-12-05 | qcow2: Update snapshot table information at once | Kevin Wolf |
2011-12-05 | qcow2: Return real error code in qcow2_write_snapshots | Kevin Wolf |
2011-12-05 | qcow2: Return real error code in qcow2_read_snapshots | Kevin Wolf |
2011-12-05 | block: Add coroutine_fn marker to coroutine functions | Dong Xu Wang |
2011-12-05 | hmp/qmp: add block_set_io_throttle | Zhi Yong Wu |
2011-12-05 | block: add I/O throttling algorithm | Zhi Yong Wu |
2011-12-05 | CoQueue: introduce qemu_co_queue_wait_insert_head | Zhi Yong Wu |
2011-12-05 | block: add the blockio limits command line support | Zhi Yong Wu |
2011-12-05 | block: Use bdrv functions to replace file operation in cow.c | Li Zhi Hui |
2011-12-05 | xen_disk: remove dead code | Paolo Bonzini |
2011-12-05 | qed: adjust the way to get nb_sectors | Zhi Yong Wu |
2011-12-05 | qcow2: avoid reentrant bdrv_read() in copy_sectors() | Stefan Hajnoczi |
2011-12-05 | qcow2: Unlock during COW | Kevin Wolf |
2011-12-04 | hw/9pfs: Use the correct file descriptor in Fsdriver Callback | Aneesh Kumar K.V |
2011-12-04 | hw/9pfs: Add qdev.reset callback for virtio-9p-pci device | Aneesh Kumar K.V |
2011-12-04 | hw/9pfs: Reset server state during TVERSION | Deepak C Shetty |
2011-12-04 | hw/9pfs: use migration blockers to prevent live migration when virtfs export ... | Aneesh Kumar K.V |
2011-12-04 | hw/9pfs: Improve portability to older systems | Aneesh Kumar K.V |
2011-12-02 | fix spelling in main directory | Dong Xu Wang |
2011-12-02 | fix spelling in block sub directory | Dong Xu Wang |
2011-12-02 | fix spelling in ui sub directory | Dong Xu Wang |
2011-12-02 | fix spelling in tests sub directory | Dong Xu Wang |
2011-12-02 | fix spelling in tcg sub directory | Dong Xu Wang |
2011-12-02 | fix spelling in target sub directory | Dong Xu Wang |
2011-12-02 | fix spelling in scripts sub directory | Dong Xu Wang |
2011-12-02 | fix spelling in QMP sub directory | Dong Xu Wang |
2011-12-02 | fix spelling in libcacard sub directory | Dong Xu Wang |
2011-12-02 | fix spelling in linux-user sub directory | Dong Xu Wang |
2011-12-02 | fix spelling in darwin-user sub directory | Dong Xu Wang |
2011-12-02 | darwin-user: Fix format string in debug message | Stefan Weil |
2011-12-02 | MAINTAINERS: Delete spurious '.' | Peter Maydell |