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
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-20
blockdev: Add dynamic generation of module_block.h
Marc Mari
1
-0
/
+108
2016-09-19
qapi: check invalid arguments on no-args commands
Marc-André Lureau
1
-15
/
+43
2016-09-19
qapi: remove the "middle" mode
Marc-André Lureau
1
-12
/
+3
2016-09-19
qapi: export the marshallers
Marc-André Lureau
1
-6
/
+2
2016-09-19
build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}
Marc-André Lureau
1
-0
/
+6
2016-09-15
coccinelle: add a script to remove useless casts
Laurent Vivier
1
-0
/
+7
2016-09-13
checkpatch: Fix whitespace checks for documentation code blocks
Lluís Vilanova
1
-0
/
+10
2016-09-13
vmxcap: Add TSC scaling bit
Eduardo Habkost
1
-0
/
+1
2016-09-13
vmxcap: Show raw MSR value
Eduardo Habkost
1
-0
/
+1
2016-09-05
trace: add syslog tracing backend
Paul Durrant
1
-0
/
+45
2016-08-10
checkpatch: default to success if only warnings
Paolo Bonzini
1
-12
/
+4
2016-08-10
checkpatch: bump most warnings to errors
Paolo Bonzini
1
-33
/
+33
2016-08-10
CODING_STYLE, checkpatch: update line length rules
Paolo Bonzini
1
-2
/
+6
2016-08-10
checkpatch: check for CVS keywords on all sources
Paolo Bonzini
1
-5
/
+5
2016-08-10
checkpatch: tweak the files in which TABs are checked
Paolo Bonzini
1
-4
/
+5
2016-08-09
checkpatch: ignore automatically imported Linux headers
Radim Krčmář
1
-0
/
+3
2016-08-09
linuxboot_dma: avoid guest ABI breakage on gcc vs. clang compilation
Paolo Bonzini
1
-16
/
+11
2016-08-08
checkpatch: Fix newline detection in error_setg() & friends
Markus Armbruster
1
-1
/
+4
2016-08-08
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-0
/
+29
2016-08-02
checkpatch: add check for bzero
Paolo Bonzini
1
-1
/
+4
2016-07-26
iotest: fix python based IO tests
Daniel P. Berrange
2
-13
/
+38
2016-07-22
scripts: ensure monitor socket has SO_REUSEADDR set
Daniel P. Berrange
1
-0
/
+1
2016-07-22
scripts: set timeout when waiting for qemu monitor connection
Daniel P. Berrange
1
-0
/
+1
2016-07-22
scripts: refactor the VM class in iotests for reuse
Daniel P. Berrange
2
-0
/
+236
2016-07-22
scripts: add a 'debug' parameter to QEMUMonitorProtocol
Daniel P. Berrange
1
-2
/
+11
2016-07-22
scripts: add __init__.py file to scripts/qmp/
Daniel P. Berrange
1
-0
/
+0
2016-07-19
qapi: Implement boxed types for commands/events
Eric Blake
3
-15
/
+56
2016-07-19
qapi: Plumb in 'boxed' to qapi generator lower levels
Eric Blake
4
-36
/
+49
2016-07-19
qapi-event: Simplify visit of non-implicit data
Eric Blake
1
-2
/
+17
2016-07-19
qapi: Drop useless gen_err_check()
Eric Blake
3
-11
/
+9
2016-07-19
qapi: Add type.is_empty() helper
Eric Blake
4
-7
/
+11
2016-07-19
qapi: Hide tag_name data member of variants
Eric Blake
1
-4
/
+4
2016-07-19
qapi: Special case c_name() for empty type
Eric Blake
1
-0
/
+1
2016-07-19
qapi: Require all branches of flat union enum to be covered
Eric Blake
1
-0
/
+8
2016-07-19
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
8
-32
/
+77
2016-07-18
trace: Conditionally trace events based on their per-vCPU state
Lluís Vilanova
6
-29
/
+57
2016-07-18
trace: Identify events with the 'vcpu' property
Lluís Vilanova
2
-3
/
+20
2016-07-18
checkpatch: consider git extended headers valid patches
Stefan Hajnoczi
1
-0
/
+5
2016-07-12
scripts: New clean-header-guards.pl
Markus Armbruster
1
-0
/
+213
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
2
-11
/
+7
2016-07-06
qmp-input-visitor: Favor new visit_free() function
Eric Blake
1
-2
/
+1
2016-07-06
qapi: Add new visit_free() function
Eric Blake
3
-15
/
+9
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
3
-7
/
+7
2016-06-30
qapi: Fix crash on missing alternate member of QAPI struct
Eric Blake
1
-0
/
+6
2016-06-30
checkpatch: There is no qemu_strtod()
Eric Blake
1
-1
/
+1
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-0
/
+19
2016-06-20
error: Remove unnecessary local_err variables
Eduardo Habkost
1
-0
/
+29
2016-06-20
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
1
-0
/
+10
2016-06-17
vmstate-static-checker: fix size mismatch detection in unused fields
Amit Shah
1
-1
/
+1
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-0
/
+3
[next]