index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
vmdk.c
Age
Commit message (
Expand
)
Author
2012-09-24
block: vmdk image file reopen
Jeff Cody
2012-08-17
vmdk: Read footer for streamOptimized images
Kevin Wolf
2012-08-17
vmdk: Fix header structure
Kevin Wolf
2012-08-15
block: Convert close calls to qemu_close
Corey Bryant
2012-08-15
block: Convert open calls to qemu_open
Corey Bryant
2012-04-05
block: push recursive flushing up from drivers
Paolo Bonzini
2012-03-07
block/vmdk: Fix warning from splint (comparision of unsigned value)
Stefan Weil
2011-12-05
block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-11-23
vmdk: Add migration blocker
Kevin Wolf
2011-11-21
Include zlib.h using #include <>
Stefan Weil
2011-11-11
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
2011-10-31
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-10-31
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-10-28
vmdk: Fix possible segfaults
Kevin Wolf
2011-10-28
vmdk: Improve error handling
Kevin Wolf
2011-10-28
vmdk: Fix use of uninitialised value
Kevin Wolf
2011-10-26
vmdk: vmdk_read_cid returns garbage if p_name is NULL
Pavel Borzenkov
2011-10-26
vmdk: remove unneeded variable assignment
Pavel Borzenkov
2011-10-21
block: change flush to co_flush
Paolo Bonzini
2011-10-21
block: take lock around bdrv_write implementations
Paolo Bonzini
2011-10-21
block: take lock around bdrv_read implementations
Paolo Bonzini
2011-10-21
block: add a CoMutex to synchronous read drivers
Paolo Bonzini
2011-10-21
vmdk: clean up open
Paolo Bonzini
2011-10-21
vmdk: fix return values of vmdk_parent_open
Paolo Bonzini
2011-09-20
VMDK: fix leak of extent_file
Fam Zheng
2011-09-06
VMDK: bugfix, opening vSphere 4 exported image
Fam Zheng
2011-09-06
VMDK: bugfix, open Haiku vmdk image
Fam Zheng
2011-09-06
VMDK: creating streamOptimized subformat
Fam Zheng
2011-09-06
VMDK: read/write compressed extent
Fam Zheng
2011-09-06
VMDK: Opening compressed extent.
Fam Zheng
2011-09-06
VMDK: separate vmdk_read_extent/vmdk_write_extent
Fam Zheng
2011-09-06
VMDK: add twoGbMaxExtentSparse support
Fam Zheng
2011-09-06
VMDK: enable twoGbMaxExtentFlat
Fam Zheng
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-07-19
block: add bdrv_get_allocated_file_size() operation
Fam Zheng
2011-07-19
VMDK: fix coding style
Fam Zheng
2011-07-19
VMDK: create different subformats
Fam Zheng
2011-07-19
VMDK: open/read/write for monolithicFlat image
Fam Zheng
2011-07-19
VMDK: change get_cluster_offset return type
Fam Zheng
2011-07-19
VMDK: move 'static' cid_update flag to bs field
Fam Zheng
2011-07-19
VMDK: flush multiple extents
Fam Zheng
2011-07-19
VMDK: add field BDRVVmdkState.desc_offset
Fam Zheng
2011-07-19
VMDK: separate vmdk_open by format version
Fam Zheng
2011-07-19
VMDK: probe for monolithicFlat images
Fam Zheng
2011-07-19
VMDK: bugfix, align offset to cluster in get_whole_cluster
Fam Zheng
2011-07-19
VMDK: introduce VmdkExtent
Fam Zheng
2011-06-08
vmdk: fix endianness bugs
Alexander Graf
2010-11-24
block: Remove unused s->hd in various drivers
Kevin Wolf
2010-11-04
block: Allow bdrv_flush to return errors
Kevin Wolf
[next]