index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
vmdk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
1
-1
/
+1
2013-03-15
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
1
-1
/
+1
2013-03-15
block: Add options QDict to .bdrv_open()
Kevin Wolf
1
-1
/
+1
2013-02-01
vmdk: Allow space in file name
Philipp Hahn
1
-9
/
+1
2013-02-01
vmdk: Allow selecting SCSI adapter in image creation
Othmar Pasteka
1
-3
/
+28
2013-01-25
block: Use error code EMEDIUMTYPE for wrong format in some block drivers
Stefan Weil
1
-2
/
+2
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-11-14
vmdk: Fix data corruption bug in WRITE and READ handling
Gerhard Wiesinger
1
-2
/
+8
2012-10-05
vmdk: relative_path: use pstrcpy in place of strncpy
Jim Meyering
1
-2
/
+1
2012-09-24
block: vmdk image file reopen
Jeff Cody
1
-0
/
+35
2012-08-17
vmdk: Read footer for streamOptimized images
Kevin Wolf
1
-0
/
+56
2012-08-17
vmdk: Fix header structure
Kevin Wolf
1
-1
/
+1
2012-08-15
block: Convert close calls to qemu_close
Corey Bryant
1
-2
/
+2
2012-08-15
block: Convert open calls to qemu_open
Corey Bryant
1
-12
/
+9
2012-04-05
block: push recursive flushing up from drivers
Paolo Bonzini
1
-2
/
+2
2012-03-07
block/vmdk: Fix warning from splint (comparision of unsigned value)
Stefan Weil
1
-1
/
+1
2011-12-05
block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-3
/
+5
2011-11-23
vmdk: Add migration blocker
Kevin Wolf
1
-1
/
+15
2011-11-21
Include zlib.h using #include <>
Stefan Weil
1
-1
/
+1
2011-11-11
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
1
-2
/
+2
2011-10-31
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-7
/
+21
2011-10-31
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-2
/
+1
2011-10-28
vmdk: Fix possible segfaults
Kevin Wolf
1
-1
/
+6
2011-10-28
vmdk: Improve error handling
Kevin Wolf
1
-6
/
+15
2011-10-28
vmdk: Fix use of uninitialised value
Kevin Wolf
1
-1
/
+1
2011-10-26
vmdk: vmdk_read_cid returns garbage if p_name is NULL
Pavel Borzenkov
1
-1
/
+1
2011-10-26
vmdk: remove unneeded variable assignment
Pavel Borzenkov
1
-1
/
+0
2011-10-21
block: change flush to co_flush
Paolo Bonzini
1
-4
/
+4
2011-10-21
block: take lock around bdrv_write implementations
Paolo Bonzini
1
-1
/
+12
2011-10-21
block: take lock around bdrv_read implementations
Paolo Bonzini
1
-1
/
+12
2011-10-21
block: add a CoMutex to synchronous read drivers
Paolo Bonzini
1
-0
/
+2
2011-10-21
vmdk: clean up open
Paolo Bonzini
1
-22
/
+15
2011-10-21
vmdk: fix return values of vmdk_parent_open
Paolo Bonzini
1
-6
/
+9
2011-09-20
VMDK: fix leak of extent_file
Fam Zheng
1
-4
/
+10
2011-09-06
VMDK: bugfix, opening vSphere 4 exported image
Fam Zheng
1
-2
/
+7
2011-09-06
VMDK: bugfix, open Haiku vmdk image
Fam Zheng
1
-4
/
+11
2011-09-06
VMDK: creating streamOptimized subformat
Fam Zheng
1
-6
/
+12
2011-09-06
VMDK: read/write compressed extent
Fam Zheng
1
-11
/
+100
2011-09-06
VMDK: Opening compressed extent.
Fam Zheng
1
-0
/
+16
2011-09-06
VMDK: separate vmdk_read_extent/vmdk_write_extent
Fam Zheng
1
-9
/
+45
2011-09-06
VMDK: add twoGbMaxExtentSparse support
Fam Zheng
1
-50
/
+83
2011-09-06
VMDK: enable twoGbMaxExtentFlat
Fam Zheng
1
-1
/
+3
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-11
/
+11
2011-07-19
block: add bdrv_get_allocated_file_size() operation
Fam Zheng
1
-0
/
+24
2011-07-19
VMDK: fix coding style
Fam Zheng
1
-30
/
+46
2011-07-19
VMDK: create different subformats
Fam Zheng
1
-229
/
+274
2011-07-19
VMDK: open/read/write for monolithicFlat image
Fam Zheng
1
-13
/
+158
[next]