Age | Commit message (Expand) | Author |
2017-07-11 | configure: Handle having no c++ compiler in FORTIFY_SOURCE check | Peter Maydell |
2017-07-11 | hw/pci: define msi_nonbroken in pci-stub | Philippe Mathieu-Daudé |
2017-07-11 | hw/misc: add missing includes | Philippe Mathieu-Daudé |
2017-07-11 | configure: Fix build with pkg-config and --static --enable-sdl | Thomas Huth |
2017-07-11 | util/qemu-sockets: Drop unused helper socket_address_to_string() | Mao Zhongyi |
2017-07-11 | target/xtensa: gdbstub: drop dead return statement | Max Filippov |
2017-07-10 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2' into... | Peter Maydell |
2017-07-10 | nbd: use generic trace subsystem instead of TRACE macro | Vladimir Sementsov-Ogievskiy |
2017-07-10 | nbd: refactor tracing | Vladimir Sementsov-Ogievskiy |
2017-07-10 | nbd/server: rename clientflags var in nbd_negotiate_options | Vladimir Sementsov-Ogievskiy |
2017-07-10 | nbd/server: fix TRACE in nbd_negotiate_send_rep_len | Vladimir Sementsov-Ogievskiy |
2017-07-10 | nbd/client: refactor TRACE of NBD_MAGIC | Vladimir Sementsov-Ogievskiy |
2017-07-10 | nbd/common: nbd_tls_handshake: remove extra TRACE | Vladimir Sementsov-Ogievskiy |
2017-07-10 | nbd/server: add errp to nbd_send_reply() | Vladimir Sementsov-Ogievskiy |
2017-07-10 | nbd/server: use errp instead of LOG | Vladimir Sementsov-Ogievskiy |
2017-07-10 | nbd/server: refactor nbd_negotiate | Vladimir Sementsov-Ogievskiy |
2017-07-10 | nbd/server: nbd_negotiate: return 1 on NBD_OPT_ABORT | Vladimir Sementsov-Ogievskiy |
2017-07-10 | MAINTAINERS: Promote NBD to supported, with new maintainer | Eric Blake |
2017-07-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2017-07-10 | block: Make bdrv_is_allocated_above() byte-based | Eric Blake |
2017-07-10 | block: Minimize raw use of bds->total_sectors | Eric Blake |
2017-07-10 | block: Make bdrv_is_allocated() byte-based | Eric Blake |
2017-07-10 | backup: Switch backup_run() to byte-based | Eric Blake |
2017-07-10 | backup: Switch backup_do_cow() to byte-based | Eric Blake |
2017-07-10 | backup: Switch block_backup.h to byte-based | Eric Blake |
2017-07-10 | backup: Switch BackupBlockJob to byte-based | Eric Blake |
2017-07-10 | block: Drop unused bdrv_round_sectors_to_clusters() | Eric Blake |
2017-07-10 | mirror: Switch mirror_iteration() to byte-based | Eric Blake |
2017-07-10 | mirror: Switch mirror_do_read() to byte-based | Eric Blake |
2017-07-10 | mirror: Switch mirror_cow_align() to byte-based | Eric Blake |
2017-07-10 | mirror: Update signature of mirror_clip_sectors() | Eric Blake |
2017-07-10 | mirror: Switch mirror_do_zero_or_discard() to byte-based | Eric Blake |
2017-07-10 | mirror: Switch MirrorBlockJob to byte-based | Eric Blake |
2017-07-10 | commit: Switch commit_run() to byte-based | Eric Blake |
2017-07-10 | commit: Switch commit_populate() to byte-based | Eric Blake |
2017-07-10 | stream: Switch stream_run() to byte-based | Eric Blake |
2017-07-10 | stream: Drop reached_end for stream_complete() | Eric Blake |
2017-07-10 | stream: Switch stream_populate() to byte-based | Eric Blake |
2017-07-10 | trace: Show blockjob actions via bytes, not sectors | Eric Blake |
2017-07-10 | blockjob: Track job ratelimits via bytes, not sectors | Eric Blake |
2017-07-10 | blockdev: Print a warning for legacy drive options that belong to -device | Thomas Huth |
2017-07-10 | qemu-img: drop -e and -6 options from the 'create' & 'convert' commands | Daniel P. Berrange |
2017-07-10 | vvfat: change OEM name to 'MSWIN4.1' | Hervé Poussineau |
2017-07-10 | vvfat: handle KANJI lead byte 0xe5 | Hervé Poussineau |
2017-07-10 | vvfat: limit number of entries in root directory in FAT12/FAT16 | Hervé Poussineau |
2017-07-10 | vvfat: correctly generate numeric-tail of short file names | Hervé Poussineau |
2017-07-10 | vvfat: correctly create base short names for non-ASCII filenames | Hervé Poussineau |
2017-07-10 | vvfat: correctly create long names for non-ASCII filenames | Hervé Poussineau |
2017-07-10 | vvfat: always create . and .. entries at first and in that order | Hervé Poussineau |
2017-07-10 | vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectors | Hervé Poussineau |