]> git.proxmox.com Git - qemu.git/commit
Merge remote-tracking branch 'kwolf/for-anthony' into staging
authorAnthony Liguori <aliguori@us.ibm.com>
Tue, 25 Sep 2012 21:06:16 +0000 (16:06 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 25 Sep 2012 21:06:16 +0000 (16:06 -0500)
commit444dbc381b94f5b54da521df61e751f28b00ce88
tree81801cec4db20dfd55d32159b6ae673244c4fd57
parent3988475b9b7fa251b00a29b076761d8c1c7e64dc
parentdc1c13d96912731d4c7c7e13d31c93b8735f1203
Merge remote-tracking branch 'kwolf/for-anthony' into staging

* kwolf/for-anthony:
  block: remove keep_read_only flag from BlockDriverState struct
  block: convert bdrv_commit() to use bdrv_reopen()
  block: vpc image file reopen
  block: vdi image file reopen
  block: vmdk image file reopen
  block: qcow image file reopen
  block: qcow2 image file reopen
  block: qed image file reopen
  block: raw image file reopen
  block: raw-posix image file reopen
  block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.c
  block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.c
  block: do not parse BDRV_O_CACHE_WB in block drivers
  block: move open flag parsing in raw block drivers to helper functions
  block: move aio initialization into a helper function
  block: Framework for reopening files safely
  block: make bdrv_set_enable_write_cache() modify open_flags
  block: correctly set the keep_read_only flag
  blockdev: preserve readonly and snapshot states across media changes
block/iscsi.c