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-08-13
pc: Remove redundant arguments from pc_memory_init()
Eduardo Habkost
1
-2
/
+0
2015-08-13
pc: Remove redundant arguments from pc_cmos_init()
Eduardo Habkost
1
-2
/
+0
2015-08-13
pc: Remove redundant arguments from *load_linux()
Eduardo Habkost
1
-4
/
+1
2015-08-13
pc: Use PCMachineState as pc_guest_info_init() argument
Eduardo Habkost
1
-2
/
+1
2015-08-13
pc: Move {above,below}_4g_mem_size variables to PCMachineState
Eduardo Habkost
1
-0
/
+1
2015-08-13
pc: Use PCMachineState for pc_memory_init() argument
Eduardo Habkost
1
-1
/
+1
2015-08-13
pc: Use PCMachineState for pc_cmos_init() argument
Eduardo Habkost
1
-2
/
+3
2015-08-13
pc: Eliminate pc_default_machine_options()
Eduardo Habkost
1
-6
/
+0
2015-08-13
pc: Eliminate pc_common_machine_options()
Eduardo Habkost
1
-6
/
+0
2015-08-13
pc: Move PCMachineClass, PCMachineState to qemu/typedefs.h
Eduardo Habkost
2
-3
/
+3
2015-08-13
pc: Use PC_COMPAT_* for CPUID feature compatibility
Eduardo Habkost
1
-2
/
+112
2015-08-05
virtio: fix 1.0 virtqueue migration
Jason Wang
1
-0
/
+6
2015-08-04
target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3
Radim Krčmář
1
-0
/
+4
2015-08-03
migration: Fix global state with Xen.
Anthony PERARD
1
-0
/
+1
2015-07-29
AioContext: force event loop iteration using BH
Stefan Hajnoczi
1
-0
/
+3
2015-07-28
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-3
/
+31
2015-07-27
Fix Cortex-A9 global timer
Johannes Schlatow
1
-1
/
+1
2015-07-27
vmstate: remove unused declaration
Marc-André Lureau
1
-3
/
+0
2015-07-27
qemu-common.h: Document cutils.c string functions
Peter Maydell
1
-1
/
+113
2015-07-27
virtio: get_features() can fail
Jason Wang
1
-1
/
+3
2015-07-27
hw/net: add simple phy support to mcf_fec driver
Greg Ungerer
1
-0
/
+5
2015-07-27
hw/net: add ANLPAR bit definitions to generic mii
Greg Ungerer
1
-0
/
+7
2015-07-27
hw/net: create common collection of MII definitions
Greg Ungerer
2
-39
/
+65
2015-07-27
virtio: set any_layout in virtio core
Michael S. Tsirkin
2
-2
/
+24
2015-07-27
virtio: hide legacy features from modern guests
Michael S. Tsirkin
1
-0
/
+4
2015-07-24
memory: count number of active VGA logging clients
Paolo Bonzini
1
-0
/
+1
2015-07-22
AioContext: optimize clearing the EventNotifier
Paolo Bonzini
1
-1
/
+31
2015-07-22
AioContext: fix broken ctx->dispatching optimization
Paolo Bonzini
1
-6
/
+23
2015-07-20
timer: rename NSEC_PER_SEC due to Mac OS X header clash
Stefan Hajnoczi
1
-1
/
+1
2015-07-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+9
2015-07-20
virtio-net: unbreak any layout
Jason Wang
1
-0
/
+9
2015-07-17
virtio-rng: trigger timer only when guest requests for entropy
Pankaj Gupta
1
-0
/
+1
2015-07-16
virtio-input: move sys/ioctl.h include
Gerd Hoffmann
1
-1
/
+0
2015-07-15
target-i386: emulate CPUID level of real hardware
Radim Krčmář
1
-0
/
+68
2015-07-15
migration: We also want to store the global state for savevm
Juan Quintela
1
-0
/
+1
2015-07-14
block: Fix backing file child when modifying graph
Kevin Wolf
1
-0
/
+1
2015-07-14
block: Introduce bdrv_unref_child()
Kevin Wolf
1
-0
/
+1
2015-07-14
block: Introduce bdrv_open_child()
Kevin Wolf
2
-2
/
+8
2015-07-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+1
2015-07-13
qdev: fix 64 bit properties
Cornelia Huck
1
-1
/
+1
2015-07-09
disas: QOMify target specific setup
Peter Crosthwaite
1
-0
/
+4
2015-07-09
disas: Add print_insn to disassemble info
Peter Crosthwaite
1
-0
/
+6
2015-07-09
cpu: Add wrapper for the set_pc() hook
Peter Crosthwaite
1
-0
/
+14
2015-07-09
cpu: Change cpu_exec_init() arg to cpu, not env
Peter Crosthwaite
1
-1
/
+1
2015-07-09
gdbstub: Change gdbserver_fork() to accept cpu instead of env
Peter Crosthwaite
1
-1
/
+1
2015-07-09
translate-all: Change tb_flush() env argument to cpu
Peter Crosthwaite
1
-1
/
+1
2015-07-09
cpu: Convert cpu_index into a bitmap
Bharata B Rao
1
-0
/
+1
2015-07-09
cpu: Add Error argument to cpu_exec_init()
Bharata B Rao
1
-1
/
+1
2015-07-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
6
-2
/
+478
2015-07-08
Fix the compatibility typedef of ioservid_t to match the Xen headers
Paul Durrant
1
-1
/
+1
[next]