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
2013-03-11
qemu-file: add writable socket QEMUFile
Paolo Bonzini
1
-1
/
+1
2013-03-11
qemu-file: check exit status when closing a pipe QEMUFile
Paolo Bonzini
1
-0
/
+7
2013-03-11
migration: merge qemu_popen_cmd with qemu_popen
Paolo Bonzini
1
-1
/
+0
2013-03-11
qemu-file: make qemu_fflush and qemu_file_set_error private again
Paolo Bonzini
1
-2
/
+0
2013-03-11
migration: yay, buffering is gone
Paolo Bonzini
1
-3
/
+0
2013-03-11
migration: run setup callbacks out of big lock
Paolo Bonzini
1
-1
/
+1
2013-03-11
migration: run pending/iterate callbacks out of big lock
Paolo Bonzini
1
-0
/
+11
2013-03-11
migration: reorder SaveVMHandlers members
Paolo Bonzini
1
-3
/
+5
2013-03-11
block-migration: add lock
Paolo Bonzini
1
-0
/
+1
2013-03-11
migration: cleanup migration (including thread) in the iothread
Paolo Bonzini
1
-0
/
+1
2013-03-11
migration: simplify error handling
Paolo Bonzini
1
-1
/
+0
2013-03-11
qemu-file: temporarily expose qemu_file_set_error and qemu_fflush
Paolo Bonzini
1
-0
/
+2
2013-03-11
migration: use qemu_file_set_error to pass error codes back to qemu_savevm_state
Paolo Bonzini
1
-3
/
+3
2013-03-10
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
1
-1
/
+1
2013-03-10
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
3
-0
/
+116
2013-03-09
tcg: Don't make exitreq flag a local temporary
Richard Henderson
1
-1
/
+1
2013-03-08
qemu-char: make char drivers dynamically registerable
Anthony Liguori
1
-0
/
+2
2013-03-08
qemu-char: remove use of QEMUTimer in favor of glib idle function
Anthony Liguori
1
-1
/
+1
2013-03-08
qemu-char: add watch support
Anthony Liguori
1
-0
/
+4
2013-03-04
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
1
-0
/
+1
2013-03-04
Merge remote-tracking branch 'stefanha/net' into staging
Anthony Liguori
1
-1
/
+1
2013-03-04
move socket_set_nodelay to osdep.c
MORITA Kazutaka
1
-0
/
+1
2013-03-03
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
Peter Maydell
1
-2
/
+2
2013-03-03
Handle CPU interrupts by inline checking of a flag
Peter Maydell
2
-0
/
+15
2013-03-03
tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses
Peter Maydell
1
-1
/
+1
2013-03-01
hw: move qdev-monitor.o to toplevel directory
Paolo Bonzini
1
-0
/
+15
2013-03-01
hw: move fifo.[ch] to libqemuutil
Paolo Bonzini
2
-0
/
+101
2013-03-01
hw: move char backends to backends/
Paolo Bonzini
2
-0
/
+37
2013-02-27
net: reduce the unnecessary memory allocation of multiqueue
Jason Wang
1
-1
/
+1
2013-02-26
glib: Add compat wrapper for g_poll on old glib
Alexander Graf
1
-0
/
+12
2013-02-26
qemu-log: default to stderr for logging output
Peter Maydell
1
-2
/
+6
2013-02-26
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-1
/
+8
2013-02-26
Merge remote-tracking branch 'quintela/stats.next' into staging
Anthony Liguori
1
-0
/
+1
2013-02-23
Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()
Peter Maydell
2
-1
/
+9
2013-02-23
qemu-log: Remove qemu_log_try_set_file() and its users
Peter Maydell
1
-8
/
+0
2013-02-22
block: implement BDRV_O_UNMAP
Paolo Bonzini
1
-0
/
+2
2013-02-22
qemu-img: Add "Quiet mode" option
Miroslav Rezanina
1
-1
/
+2
2013-02-22
block: Add synchronous wrapper for bdrv_co_is_allocated_above
Miroslav Rezanina
1
-0
/
+2
2013-02-22
qemu-img: add compressed clusters to BlockFragInfo
Stefan Hajnoczi
1
-0
/
+1
2013-02-22
qemu-img: find the image end offset during check
Federico Simoncelli
1
-0
/
+1
2013-02-22
migration: calculate expected_downtime
Juan Quintela
1
-0
/
+1
2013-02-21
ui: add basic GTK gui (v5)
Anthony Liguori
2
-0
/
+5
2013-02-21
console: allow VCs to be overridden by UI
Anthony Liguori
1
-1
/
+5
2013-02-21
vga: fix byteswapping.
Gerd Hoffmann
1
-1
/
+2
2013-02-21
aio: convert aio_poll() to g_poll(3)
Stefan Hajnoczi
1
-0
/
+3
2013-02-21
iohandler: switch to GPollFD
Stefan Hajnoczi
1
-2
/
+2
2013-02-21
Remove forward declaration of non-existant variable
Hervé Poussineau
1
-1
/
+0
2013-02-18
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
4
-9
/
+16
2013-02-17
host-utils: Use __int128_t for mul[us]64
Richard Henderson
1
-9
/
+8
2013-02-16
cpu: Add CPUArchState pointer to CPUState
Andreas Färber
1
-0
/
+2
[next]