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
2010-07-06
Add virtio disk identification support
john cooper
2
-0
/
+17
2010-07-06
qcow2/vdi: Change check to distinguish error cases
Kevin Wolf
6
-67
/
+79
2010-07-06
qemu-img check: Distinguish different kinds of errors
Kevin Wolf
3
-19
/
+64
2010-07-06
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
34
-259
/
+606
2010-07-06
Merge remote branch 'qmp/for-anthony' into staging
Anthony Liguori
14
-212
/
+418
2010-07-05
cris: Avoid debug clobbering for both I & D MMU state.
Edgar E. Iglesias
3
-20
/
+10
2010-07-05
cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.
Edgar E. Iglesias
1
-0
/
+17
2010-07-05
cris: Break out rand LFSR update into a separate func.
Edgar E. Iglesias
1
-8
/
+13
2010-07-03
piix4: compile only once
Blue Swirl
6
-1
/
+8
2010-07-03
remove exec-all.h inclusion from cpu.h
Paolo Bonzini
15
-12
/
+4
2010-07-03
move cpu_pc_from_tb to target-*/exec.h
Paolo Bonzini
22
-59
/
+65
2010-07-03
remove unused stuff from */exec.h
Paolo Bonzini
6
-17
/
+7
2010-07-02
block: Handle multiwrite errors only when all requests have completed
Kevin Wolf
1
-4
/
+1
2010-07-02
block: Fix early failure in multiwrite
Kevin Wolf
1
-6
/
+29
2010-07-02
qemu-img: avoid calling exit(1) to release resources properly
MORITA Kazutaka
1
-52
/
+185
2010-07-02
pc: Fix CMOS info for drives defined with -device
Markus Armbruster
5
-41
/
+81
2010-07-02
ide: Make PIIX and ISA IDE init functions return the qdev
Markus Armbruster
3
-11
/
+14
2010-07-02
block: Fix virtual media change for if=none
Markus Armbruster
7
-3
/
+24
2010-07-02
block: Clean up bdrv_snapshots()
Markus Armbruster
1
-5
/
+4
2010-07-02
savevm: Survive hot-unplug of snapshot device
Markus Armbruster
3
-27
/
+31
2010-07-02
blkdebug: Initialize state as 1
Kevin Wolf
1
-0
/
+3
2010-07-02
blkdebug: Free QemuOpts after having read the config
Kevin Wolf
1
-0
/
+2
2010-07-02
blkdebug: Fix set_state_opts definition
Kevin Wolf
1
-1
/
+1
2010-07-02
qemu-option: New qemu_opts_reset()
Markus Armbruster
2
-0
/
+10
2010-07-02
block: Catch attempt to attach multiple devices to a blockdev
Markus Armbruster
11
-15
/
+74
2010-07-02
blockdev: drive_get_by_id() is no longer used, remove
Markus Armbruster
2
-13
/
+0
2010-07-02
qdev: Decouple qdev_prop_drive from DriveInfo
Markus Armbruster
16
-72
/
+73
2010-07-02
blockdev: Clean up automatic drive deletion
Markus Armbruster
7
-7
/
+56
2010-07-02
blockdev: New drive_get_by_blockdev()
Markus Armbruster
2
-0
/
+13
2010-07-02
Don't reset bs->is_temporary in bdrv_open_common
Ryan Harper
1
-1
/
+0
2010-07-02
blockdev: Remove drive_get_serial()
Markus Armbruster
2
-13
/
+0
2010-07-02
ide: Make it explicit that ide_create_drive() can't fail
Markus Armbruster
1
-2
/
+1
2010-07-02
scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callers
Markus Armbruster
6
-8
/
+16
2010-07-02
block: allow filenames with colons again for host devices
Christoph Hellwig
1
-11
/
+18
2010-07-02
qcow2: Fix error handling during metadata preallocation
Kevin Wolf
1
-6
/
+9
2010-07-02
Don't declare XSAVE as supported
Andi Kleen
1
-2
/
+2
2010-07-02
Add more boundary checking to sse3/4 parsing
Andi Kleen
1
-0
/
+9
2010-07-01
target-arm : fix parallel saturated subtraction implementation
Chih-Min Chao
1
-2
/
+2
2010-07-01
target-arm : fix thumb2 parallel add/sub opcode decoding
Chih-Min Chao
1
-2
/
+2
2010-07-01
target-arm: fix addsub/subadd implementation
Chih-Min Chao
1
-4
/
+4
2010-07-01
Makefile: add qemu-options.def to distclean
Hidetoshi Seto
1
-0
/
+1
2010-07-01
Add QMP/qmp-commands.txt to .gitignore
Hidetoshi Seto
1
-0
/
+1
2010-07-01
target-i386: fix xchg rax,r8
Richard Henderson
1
-2
/
+7
2010-07-01
target-mips: add Loongson support prefetch
Aurelien Jarno
1
-35
/
+43
2010-07-01
monitor: Allow to exclude commands from QMP
Jan Kiszka
2
-3
/
+16
2010-07-01
QMP: handle_qmp_command(): Small cleanup
Luiz Capitulino
1
-8
/
+6
2010-07-01
QMP: Drop old input object checking
Luiz Capitulino
1
-18
/
+1
2010-07-01
QMP: Introduce qmp_check_input_obj()
Luiz Capitulino
1
-1
/
+61
2010-07-01
QError: Introduce QERR_QMP_EXTRA_MEMBER
Luiz Capitulino
2
-0
/
+7
2010-07-01
QMP: Drop old client argument checker
Luiz Capitulino
1
-176
/
+0
[next]