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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-18
Replace assert(0) with abort() or cpu_abort()
Blue Swirl
1
-10
/
+10
2010-03-13
Fix build with -DNDEBUG in CFLAGS
Blue Swirl
1
-0
/
+3
2010-03-09
vmdk: share cleanup code
Juan Quintela
1
-9
/
+4
2010-03-09
vmdk: fix double free
Juan Quintela
1
-1
/
+1
2010-03-09
vmdk: make vmdk_snapshot_create return -errno
Juan Quintela
1
-21
/
+58
2010-03-09
vmdk: return errno instead of -1
Juan Quintela
1
-7
/
+7
2010-03-09
qcow: return errno instead of -1
Juan Quintela
1
-4
/
+4
2010-03-09
qcow2: return errno instead of -1
Juan Quintela
1
-9
/
+9
2010-03-09
cow: return errno instead of -1
Juan Quintela
1
-3
/
+2
2010-02-23
qcow2: Fix image creation regression
Kevin Wolf
1
-2
/
+2
2010-02-23
qcow2: More checks for qemu-img check
Kevin Wolf
1
-0
/
+12
2010-02-23
qcow2: Rewrite alloc_refcount_block/grow_refcount_table
Kevin Wolf
1
-88
/
+222
2010-02-23
qcow2: Factor next_refcount_table_size out
Kevin Wolf
1
-11
/
+19
2010-02-19
qcow2: Fix access after end of array
Kevin Wolf
1
-2
/
+6
2010-02-10
don't dereference NULL after failed strdup
Jim Meyering
2
-6
/
+6
2010-02-10
qcow2: Fix signedness bugs
Kevin Wolf
2
-10
/
+8
2010-02-08
block/curl: %Z is not a valid conversion specifier
malc
1
-1
/
+1
2010-02-07
Do not use dprintf
malc
1
-8
/
+8
2010-01-26
block/raw-posix: Abort on pread beyond end of non-growable file
Kevin Wolf
1
-1
/
+5
2010-01-26
win32: pair qemu_memalign() with qemu_vfree()
Herve Poussineau
1
-1
/
+1
2010-01-26
qcow2: rename two QCowAIOCB members
Christoph Hellwig
1
-29
/
+30
2010-01-26
block: kill BDRV_O_CREAT
Christoph Hellwig
3
-15
/
+4
2010-01-26
Read-only device changed to opens it's file for read-only.
Naphtali Sprei
2
-8
/
+4
2010-01-26
Ask for read-write permissions when opening files
Naphtali Sprei
2
-2
/
+2
2010-01-26
block/qcow2.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-10
/
+45
2010-01-26
block/vvfat.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-2
/
+7
2010-01-26
block/vmdk.o: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-10
/
+40
2010-01-26
block/qcow.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-4
/
+22
2010-01-26
block/cow.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-3
/
+16
2010-01-26
qcow2: Don't ignore qcow2_alloc_clusters return value
Kevin Wolf
3
-3
/
+33
2010-01-26
qcow2: Don't ignore update_refcount return value
Kevin Wolf
1
-8
/
+23
2010-01-26
qcow2: Allow updating no refcounts
Kevin Wolf
1
-1
/
+5
2010-01-26
qcow2: Improve error handling in update_refcount
Kevin Wolf
1
-7
/
+25
2010-01-26
qcow2: Fix error handling in grow_refcount_table
Kevin Wolf
1
-3
/
+6
2010-01-26
qcow2: Return 0/-errno in qcow2_alloc_cluster_offset
Kevin Wolf
3
-29
/
+39
2010-01-26
qcow2: Return 0/-errno in get_cluster_table
Kevin Wolf
1
-12
/
+18
2010-01-26
qcow2: Fix error handling in qcow_save_vmstate
Kevin Wolf
1
-2
/
+3
2010-01-26
qcow2: Fix error handling in qcow2_grow_l1_table
Kevin Wolf
1
-4
/
+6
2010-01-20
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
3
-7
/
+8
2010-01-19
raw-posix: Detect legacy floppy via ioctl on linux
Cole Robinson
1
-2
/
+19
2010-01-19
raw-posix: Detect CDROM via ioctl on linux
Cole Robinson
1
-2
/
+18
2010-01-13
qcow/qcow2: implement bdrv_aio_flush
Kevin Wolf
2
-0
/
+18
2010-01-13
qcow2-refcount: remove dead assignment
Amit Shah
1
-1
/
+0
2010-01-13
block: Add bdrv_change_backing_file
Kevin Wolf
1
-0
/
+101
2010-01-11
dmg: fix ->open failure
Christoph Hellwig
1
-14
/
+14
2010-01-08
block/vdi: allow disk sizes not multiple of block size
François Revol
1
-2
/
+5
2009-12-25
block/bochs: improve format checking
Blue Swirl
1
-3
/
+10
2009-12-25
block/bochs.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-1
/
+2
2009-12-03
Don't leak file descriptors
Kevin Wolf
1
-1
/
+1
2009-12-03
qemu-img: There is more than one host device driver
Kevin Wolf
1
-0
/
+4
[next]