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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-03
trace: split trace_init_file out of trace_init_backends
Paolo Bonzini
6
-17
/
+38
2016-02-03
trace: split trace_init_events out of trace_init_backends
Paolo Bonzini
4
-11
/
+19
2016-02-03
trace: fix documentation
Paolo Bonzini
1
-5
/
+5
2016-02-03
trace: track enabled events in a separate array
Paolo Bonzini
5
-8
/
+14
2016-02-03
trace: count number of enabled events
Paolo Bonzini
2
-1
/
+5
2016-02-02
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016...
Peter Maydell
52
-323
/
+1302
2016-02-02
block: qemu-iotests - add test for snapshot, commit, snapshot bug
Jeff Cody
3
-0
/
+139
2016-02-02
block: set device_list.tqe_prev to NULL on BDS removal
Jeff Cody
3
-12
/
+16
2016-02-02
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160202-1' into s...
Peter Maydell
1
-4
/
+7
2016-02-02
iotests: Add "qemu-img map" test for VMDK extents
Fam Zheng
2
-0
/
+35
2016-02-02
qemu-img: Make MapEntry a QAPI struct
Fam Zheng
2
-29
/
+69
2016-02-02
qemu-img: In "map", use the returned "file" from bdrv_get_block_status
Fam Zheng
1
-1
/
+1
2016-02-02
block: Use returned *file in bdrv_co_get_block_status
Fam Zheng
1
-2
/
+2
2016-02-02
vmdk: Return extent's file in bdrv_get_block_status
Fam Zheng
1
-2
/
+2
2016-02-02
vmdk: Fix calculation of block status's offset
Fam Zheng
1
-2
/
+4
2016-02-02
vpc: Assign bs->file->bs to file in vpc_co_get_block_status
Fam Zheng
1
-0
/
+2
2016-02-02
vdi: Assign bs->file->bs to file in vdi_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
sheepdog: Assign bs to file in sd_co_get_block_status
Fam Zheng
1
-0
/
+3
2016-02-02
qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status
Fam Zheng
1
-0
/
+3
2016-02-02
parallels: Assign bs->file->bs to file in parallels_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
iscsi: Assign bs to file in iscsi_co_get_block_status
Fam Zheng
1
-0
/
+3
2016-02-02
raw: Assign bs to file in raw_co_get_block_status
Fam Zheng
2
-0
/
+2
2016-02-02
qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
qcow: Assign bs->file->bs to file in qcow_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
17
-35
/
+66
2016-02-02
block: acquire in bdrv_query_image_info
Paolo Bonzini
1
-2
/
+7
2016-02-02
iotests: Add test for block jobs and BDS ejection
Max Reitz
3
-0
/
+246
2016-02-02
iotests: Add test for multiple BB on BDS tree
Max Reitz
3
-0
/
+101
2016-02-02
block: Rewrite bdrv_close_all()
Max Reitz
1
-8
/
+26
2016-02-02
block: Add blk_remove_all_bs()
Max Reitz
2
-0
/
+16
2016-02-02
blockdev: Keep track of monitor-owned BDS
Max Reitz
4
-1
/
+37
2016-02-02
block: Add list of all BlockDriverStates
Max Reitz
2
-0
/
+9
2016-02-02
block: Make bdrv_close() static
Max Reitz
2
-2
/
+3
2016-02-02
blockdev: Use blk_remove_bs() in do_drive_del()
Max Reitz
1
-1
/
+1
2016-02-02
block: Use blk_remove_bs() in blk_delete()
Max Reitz
1
-4
/
+3
2016-02-02
block: Remove BDS close notifier
Max Reitz
5
-19
/
+0
2016-02-02
nbd: Switch from close to eject notifier
Max Reitz
2
-35
/
+18
2016-02-02
virtio-scsi: Catch BDS-BB removal/insertion
Max Reitz
2
-0
/
+65
2016-02-02
virtio-blk: Functions for op blocker management
Max Reitz
1
-18
/
+59
2016-02-02
block: Add BB-BDS remove/insert notifiers
Max Reitz
2
-0
/
+22
2016-02-02
iotests: Add test for eject under NBD server
Max Reitz
3
-0
/
+109
2016-02-02
block: Release named dirty bitmaps in bdrv_close()
Max Reitz
1
-8
/
+31
2016-02-02
block: Remove unused struct definition BlockFinishData
Fam Zheng
1
-8
/
+0
2016-02-02
iotests: Add test for a nonexistent NBD export
Max Reitz
3
-0
/
+81
2016-02-02
iotests: Make redirecting qemu's stderr optional
Max Reitz
1
-2
/
+13
2016-02-02
iotests: Make _filter_nbd support more URL types
Max Reitz
1
-1
/
+2
2016-02-02
iotests: Make _filter_nbd drop log lines
Max Reitz
2
-11
/
+1
2016-02-02
iotests: Move _filter_nbd into common.filter
Max Reitz
2
-12
/
+12
2016-02-02
iotests: Change coding style of _filter_nbd in 083
Max Reitz
1
-9
/
+10
2016-02-02
iotests: Rename filter_nbd to _filter_nbd in 083
Max Reitz
1
-2
/
+2
[next]