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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-23
util/hbitmap: Add an API to reset all set bits in hbitmap
Wen Congyang
1
-0
/
+8
2015-06-23
block-backend: Introduce blk_drain()
Alexander Yarygin
1
-0
/
+1
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
5
-6
/
+2
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
3
-3
/
+0
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-3
/
+0
2015-06-22
qerror: Finally unused, clean up
Markus Armbruster
3
-19
/
+2
2015-06-22
qmp: Wean off qerror_report()
Markus Armbruster
3
-6
/
+6
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-30
/
+30
2015-06-22
qerror: Eliminate QERR_DEVICE_NOT_FOUND
Markus Armbruster
1
-3
/
+0
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
2
-2
/
+5
2015-06-22
qdev-monitor: Propagate errors through qdev_device_add()
Markus Armbruster
1
-1
/
+1
2015-06-22
qdev-monitor: Convert qbus_find() to Error
Markus Armbruster
1
-3
/
+0
2015-06-22
disas: Remove uses of CPU env
Peter Crosthwaite
2
-4
/
+4
2015-06-22
qobject: Use 'bool' inside qdict
Eric Blake
1
-2
/
+2
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
1
-4
/
+4
2015-06-22
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
6
-11
/
+175
2015-06-22
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+9
2015-06-19
qdev: Un-deprecate qdev_init_nofail()
Markus Armbruster
1
-2
/
+2
2015-06-19
qdev: Deprecated qdev_init() is finally unused, drop
Markus Armbruster
1
-2
/
+1
2015-06-19
qom: Don't pass string table to object_get_enum() function
Daniel P. Berrange
1
-2
/
+2
2015-06-19
qom: Add an object_property_add_enum() helper function
Daniel P. Berrange
1
-0
/
+19
2015-06-19
qom: Make enum string tables const-correct
Daniel P. Berrange
5
-7
/
+7
2015-06-19
qom: Add object_new_with_props() / object_new_withpropv() helpers
Daniel P. Berrange
2
-0
/
+134
2015-06-19
qom: Add helper function for getting user objects root
Daniel P. Berrange
1
-0
/
+12
2015-06-19
semihosting: add --semihosting-config arg sub-argument
Leon Alrae
1
-0
/
+18
2015-06-19
semihosting: create SemihostingConfig structure and semihost.h
Leon Alrae
3
-7
/
+44
2015-06-19
arm: xlnx-zynqmp: Add 2xCortexR5 CPUs
Peter Crosthwaite
1
-0
/
+2
2015-06-19
arm: xlnx-zynqmp: Add boot-cpu property
Peter Crosthwaite
1
-0
/
+3
2015-06-19
arm: xlnx-zynqmp: Preface CPU variables with "apu"
Peter Crosthwaite
1
-2
/
+2
2015-06-19
hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation
Eric Auger
1
-0
/
+34
2015-06-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
4
-4
/
+20
2015-06-19
qemu-timer: Call clock reset notifiers on forward jumps
Paul Donohue
1
-0
/
+9
2015-06-19
vhost: enable vhost without without MSI-X
Pankaj Gupta
2
-4
/
+1
2015-06-17
tap: add VNET_LE/VNET_BE operations
Greg Kurz
1
-0
/
+6
2015-06-17
virtio: introduce virtio_legacy_is_cross_endian()
Greg Kurz
1
-0
/
+13
2015-06-17
softmmu: provide tlb_vaddr_to_host function for user mode
Aurelien Jarno
1
-2
/
+6
2015-06-16
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s...
Peter Maydell
1
-1
/
+1
2015-06-16
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20150616' int...
Peter Maydell
1
-1
/
+3
2015-06-15
ACPI: Add definitions for the SPCR table
Andrew Jones
1
-0
/
+32
2015-06-15
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20150615-1' into...
Peter Maydell
1
-1
/
+0
2015-06-15
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150615' into s...
Peter Maydell
2
-0
/
+37
2015-06-15
audio: remove LOG_TO_MONITOR along with default_mon
Kővágó, Zoltán
1
-1
/
+0
2015-06-15
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
4
-1
/
+40
2015-06-15
linux-user: Allocate thunk size dynamically
Alexander Graf
1
-1
/
+3
2015-06-12
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
4
-19
/
+83
2015-06-12
block: Add BlockDriverState.inherits_from
Kevin Wolf
1
-0
/
+4
2015-06-12
block: Add list of children to BlockDriverState
Kevin Wolf
1
-0
/
+8
2015-06-12
queue.h: Add QLIST_FIX_HEAD_PTR()
Kevin Wolf
1
-0
/
+6
2015-06-12
block: Move flag inheritance to bdrv_open_inherit()
Kevin Wolf
2
-1
/
+10
2015-06-12
block: Use macro for cache option names
Kevin Wolf
1
-0
/
+8
[next]