Age | Commit message (Expand) | Author |
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 |
2011-12-02 | qxl: Don't convert from size_t to int and back in qxl_cursor() | Markus Armbruster |
2011-12-02 | sonic: fix typo | Hervé Poussineau |
2011-12-01 | Update version for 1.0 releasev1.0 | Anthony Liguori |
2011-11-30 | Makefile: use full path for qapi-generated directory | Michael Roth |
2011-11-30 | qapi: fix guardname generation | Michael Roth |
2011-11-28 | Update version for 1.0-rc4v1.0-rc4 | Anthony Liguori |
2011-11-28 | ccid: Fix buffer overrun in handling of VSC_ATR message | Markus Armbruster |
2011-11-28 | Revert "fix out of tree build" | Anthony Liguori |
2011-11-28 | configure: avoid screening of --{en, dis}able-usb-redir options | Max Filippov |
2011-11-28 | cutils: Make strtosz & friends leave follow set to callers | Markus Armbruster |
2011-11-28 | qemu-img: Tighten parsing of size arguments | Markus Armbruster |
2011-11-28 | x86/cpuid: Tighten parsing of tsc_freq=FREQ | Markus Armbruster |
2011-11-28 | vl: Tighten parsing of -m argument | Markus Armbruster |
2011-11-28 | vl: Tighten parsing of -numa's parameter mem | Markus Armbruster |
2011-11-28 | cutils: Drop broken support for zero strtosz default_suffix | Markus Armbruster |
2011-11-28 | configure: tighten pie toolchain support test for tls variables | Avi Kivity |
2011-11-28 | usb-redir: Don't try to write to the chardev after a close event | Hans de Goede |
2011-11-28 | usb-redir: Device disconnect + re-connect robustness fixes | Hans de Goede |
2011-11-28 | usb-redir: Call qemu_chr_fe_open/close | Hans de Goede |
2011-11-28 | spice-qemu-char: Generate chardev open/close events | Hans de Goede |
2011-11-28 | qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it public | Hans de Goede |
2011-11-28 | 9pfs: improve portability to older systems | Aneesh Kumar K.V |