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-05-26
migration: delete QEMUFile stdio implementation
Daniel P. Berrange
3
-199
/
+1
2016-05-26
migration: delete QEMUFile sockets implementation
Daniel P. Berrange
3
-326
/
+1
2016-05-26
migration: delete QEMUSizedBuffer struct
Daniel P. Berrange
4
-386
/
+1
2016-05-26
migration: delete QEMUFile buffer implementation
Daniel P. Berrange
2
-102
/
+0
2016-05-26
migration: convert savevm to use QIOChannel for writing to files
Daniel P. Berrange
3
-6
/
+17
2016-05-26
migration: convert RDMA to use QIOChannel interface
Daniel P. Berrange
1
-99
/
+275
2016-05-26
migration: convert exec socket protocol to use QIOChannel
Daniel P. Berrange
4
-36
/
+37
2016-05-26
migration: convert fd socket protocol to use QIOChannel
Daniel P. Berrange
4
-52
/
+35
2016-05-26
migration: convert tcp socket protocol to use QIOChannel
Daniel P. Berrange
3
-103
/
+32
2016-05-26
migration: rename unix.c to socket.c
Daniel P. Berrange
3
-26
/
+37
2016-05-26
migration: convert unix socket protocol to use QIOChannel
Daniel P. Berrange
4
-53
/
+80
2016-05-26
migration: convert post-copy to use QIOChannelBuffer
Daniel P. Berrange
4
-42
/
+26
2016-05-26
migration: add reporting of errors for outgoing migration
Daniel P. Berrange
10
-18
/
+42
2016-05-26
migration: add helpers for creating QEMUFile from a QIOChannel
Daniel P. Berrange
2
-0
/
+27
2016-05-26
migration: introduce a new QEMUFile impl based on QIOChannel
Daniel P. Berrange
3
-0
/
+185
2016-05-26
migration: force QEMUFile to blocking mode for outgoing migration
Daniel P. Berrange
1
-0
/
+1
2016-05-26
migration: introduce set_blocking function in QEMUFileOps
Daniel P. Berrange
3
-6
/
+13
2016-05-26
migration: split migration hooks out of QEMUFileOps
Daniel P. Berrange
4
-12
/
+31
2016-05-26
migration: ensure qemu_fflush() always writes full data amount
Daniel P. Berrange
2
-6
/
+16
2016-05-26
migration: remove use of qemu_bufopen from vmstate tests
Daniel P. Berrange
2
-32
/
+14
2016-05-26
io: avoid double-free when closing QIOChannelBuffer
Daniel P. Berrange
1
-0
/
+1
2016-05-26
s390: use FILE instead of QEMUFile for creating text file
Daniel P. Berrange
1
-12
/
+14
2016-05-24
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
13
-300
/
+401
2016-05-24
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' in...
Peter Maydell
14
-134
/
+140
2016-05-24
Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-2.7-1' into st...
Peter Maydell
3
-12
/
+12
2016-05-24
Merge remote-tracking branch 'remotes/xtensa/tags/20160523-opencores_eth' int...
Peter Maydell
1
-18
/
+26
2016-05-23
target-i386: kvm: Eliminate kvm_msr_entry_set()
Eduardo Habkost
1
-9
/
+3
2016-05-23
target-i386: kvm: Simplify MSR setting functions
Eduardo Habkost
1
-21
/
+6
2016-05-23
target-i386: kvm: Simplify MSR array construction
Eduardo Habkost
1
-151
/
+140
2016-05-23
target-i386: kvm: Increase MSR_BUF_SIZE
Eduardo Habkost
1
-2
/
+3
2016-05-23
target-i386: kvm: Allocate kvm_msrs struct once per VCPU
Eduardo Habkost
2
-18
/
+23
2016-05-23
target-i386: Call cpu_exec_init() on realize
Eduardo Habkost
1
-1
/
+2
2016-05-23
target-i386: Move TCG initialization to realize time
Eduardo Habkost
1
-5
/
+4
2016-05-23
target-i386: Move TCG initialization check to tcg_x86_init()
Eduardo Habkost
2
-3
/
+7
2016-05-23
cpu: Eliminate cpudef_init(), cpudef_setup()
Eduardo Habkost
7
-27
/
+0
2016-05-23
target-i386: Set constant model_id for qemu64/qemu32/athlon
Eduardo Habkost
1
-20
/
+3
2016-05-23
hw/net/opencores_eth: Allocating Large sized arrays to heap
Zhou Jie
1
-1
/
+10
2016-05-23
hw/net/opencores_eth: use mii.h
Max Filippov
1
-17
/
+16
2016-05-23
migration: regain control of images when migration fails to complete
Greg Kurz
1
-2
/
+15
2016-05-23
pc: Set CPU model-id on compat_props for pc <= 2.4
Eduardo Habkost
2
-0
/
+42
2016-05-23
osdep: Move default qemu_hw_version() value to a macro
Eduardo Habkost
2
-8
/
+10
2016-05-23
target-i386: kvm: Use X86XSaveArea struct for xsave save/load
Eduardo Habkost
1
-40
/
+38
2016-05-23
target-i386: Use xsave structs for ext_save_area
Eduardo Habkost
1
-7
/
+14
2016-05-23
target-i386: Define structs for layout of xsave area
Eduardo Habkost
2
-0
/
+118
2016-05-23
savevm: fail if migration blockers are present
Greg Kurz
3
-7
/
+17
2016-05-23
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
27
-165
/
+158
2016-05-23
cpus: call the core nmi injection function
Bandan Das
1
-14
/
+0
2016-05-23
nmi: remove x86 specific nmi handling
Bandan Das
3
-26
/
+1
2016-05-23
target-i386: add a generic x86 nmi handler
Bandan Das
1
-0
/
+20
2016-05-23
coccinelle: add g_assert_cmp* to macro file
Paolo Bonzini
1
-0
/
+6
[next]