Age | Commit message (Expand) | Author | Files | Lines |
2016-04-05 | block: Forbid I/O throttling on nodes with multiple parents for 2.6 | Kevin Wolf | 1 | -0/+7 |
2016-04-05 | block: forbid x-blockdev-del from acting on DriveInfo | Paolo Bonzini | 1 | -0/+5 |
2016-03-30 | block: Remove BDRV_O_CACHE_WB | Kevin Wolf | 1 | -19/+2 |
2016-03-30 | block: Use bdrv_parse_cache_mode() in drive_init() | Kevin Wolf | 1 | -2/+3 |
2016-03-30 | block: Always set writeback mode in blk_new_open() | Kevin Wolf | 1 | -0/+1 |
2016-03-30 | block: blockdev_init(): Call blk_set_enable_write_cache() explicitly | Kevin Wolf | 1 | -1/+9 |
2016-03-30 | block: Reject writethrough mode except at the root | Kevin Wolf | 1 | -2/+17 |
2016-03-30 | block: Remove copy-on-read from bdrv_move_feature_fields() | Kevin Wolf | 1 | -2/+5 |
2016-03-30 | block: Remove bdrv_make_anon() | Kevin Wolf | 1 | -3/+0 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+2 |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake | 1 | -12/+12 |
2016-03-17 | block: Remove bdrv_states list | Max Reitz | 1 | -7/+0 |
2016-03-17 | block: Add bdrv_next_monitor_owned() | Max Reitz | 1 | -0/+7 |
2016-03-17 | blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del() | Max Reitz | 1 | -5/+6 |
2016-03-17 | blockdev: Split monitor reference from BB creation | Max Reitz | 1 | -3/+14 |
2016-03-17 | block: Use blk_{commit,flush}_all() consistently | Max Reitz | 1 | -1/+1 |
2016-03-17 | block: Fix memory leak in hmp_drive_add_node() | Kevin Wolf | 1 | -0/+1 |
2016-03-17 | block: Fix qemu_root_bds_opts.head initialisation | Kevin Wolf | 1 | -1/+1 |
2016-03-14 | hmp: Extend drive_del to delete nodes without BB | Kevin Wolf | 1 | -0/+9 |
2016-03-14 | hmp: 'drive_add -n' for creating a node without BB | Kevin Wolf | 1 | -0/+30 |
2016-03-14 | block: Fix cache mode defaults in bds_tree_init() | Kevin Wolf | 1 | -0/+7 |
2016-03-14 | block: Fix snapshot=on cache modes | Kevin Wolf | 1 | -7/+0 |
2016-03-14 | blockdev: Snapshotting must not open second instance of old top | Kevin Wolf | 1 | -1/+6 |
2016-03-05 | qapi: Avoid use of 'data' member of QAPI unions | Eric Blake | 1 | -14/+17 |
2016-02-22 | blockdev: unset inappropriate flags when changing medium | Alyssa Milburn | 1 | -0/+2 |
2016-02-22 | qapi: Add burst length parameters to block_set_io_throttle | Alberto Garcia | 1 | -0/+31 |
2016-02-22 | throttle: Add command-line settings to define the burst periods | Alberto Garcia | 1 | -0/+37 |
2016-02-22 | throttle: Use throttle_config_init() to initialize ThrottleConfig | Alberto Garcia | 1 | -2/+2 |
2016-02-22 | throttle: Merge all functions that check the configuration into one | Alberto Garcia | 1 | -19/+2 |
2016-02-22 | throttle: Make throttle_is_valid() set errp | Alberto Garcia | 1 | -3/+1 |
2016-02-22 | throttle: Make throttle_max_is_missing_limit() set errp | Alberto Garcia | 1 | -3/+1 |
2016-02-22 | throttle: Make throttle_conflicting() set errp | Alberto Garcia | 1 | -3/+1 |
2016-02-22 | block: Fix -incoming with snapshot=on | Kevin Wolf | 1 | -0/+8 |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 1 | -2/+2 |
2016-02-04 | all: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-02-02 | block: set device_list.tqe_prev to NULL on BDS removal | Jeff Cody | 1 | -2/+1 |
2016-02-02 | blockdev: Keep track of monitor-owned BDS | Max Reitz | 1 | -1/+27 |
2016-02-02 | blockdev: Use blk_remove_bs() in do_drive_del() | Max Reitz | 1 | -1/+1 |
2016-02-02 | blockdev: Fix 'change' for slot devices | Max Reitz | 1 | -2/+29 |
2016-01-20 | blockdev: Error out on negative throttling option values | Fam Zheng | 1 | -1/+2 |
2016-01-13 | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster | 1 | -7/+5 |
2016-01-07 | qmp: Add blockdev-mirror command | Fam Zheng | 1 | -0/+62 |
2016-01-07 | block: Add check on mirror target | Fam Zheng | 1 | -0/+3 |
2016-01-07 | block: Extract blockdev part of qmp_drive_mirror | Fam Zheng | 1 | -42/+72 |
2016-01-07 | block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE | Fam Zheng | 1 | -1/+1 |
2015-12-18 | block: Move cache options into options QDict | Kevin Wolf | 1 | -37/+15 |
2015-12-18 | blockdev: Set 'format' indicates non-empty drive | Kevin Wolf | 1 | -4/+1 |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake | 1 | -1/+1 |
2015-12-11 | blockdev: Mark {insert, remove}-medium experimental | Max Reitz | 1 | -5/+5 |
2015-11-18 | block: Call external_snapshot_clean after blockdev-snapshot | Alberto Garcia | 1 | -0/+1 |