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
2015-01-22
vnc: track & limit connections
Gerd Hoffmann
2
-3
/
+46
2015-01-22
vnc: update docs/multiseat.txt
Gerd Hoffmann
1
-4
/
+14
2015-01-22
vnc: allow binding servers to qemu consoles
Gerd Hoffmann
1
-7
/
+43
2015-01-22
vnc: switch to QemuOpts, allow multiple servers
Gerd Hoffmann
4
-132
/
+199
2015-01-22
vnc: add display id to acl names
Gerd Hoffmann
1
-2
/
+20
2015-01-22
vnc: remove unused DisplayState parameter, add id instead.
Gerd Hoffmann
3
-26
/
+26
2015-01-22
vnc: remove vnc_display global
Gerd Hoffmann
2
-22
/
+43
2015-01-20
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20150120' into ...
Peter Maydell
30
-309
/
+242
2015-01-20
cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not defined
Peter Maydell
1
-4
/
+8
2015-01-20
cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessors
Peter Maydell
3
-38
/
+32
2015-01-20
cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessors
Peter Maydell
1
-53
/
+1
2015-01-20
cpu_ldst.h: Drop unused _raw macros, saddr() and laddr()
Peter Maydell
1
-23
/
+0
2015-01-20
cpu_ldst_template.h: Use ld*_p directly rather than via ld*_raw macros
Peter Maydell
1
-3
/
+3
2015-01-20
cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessors
Peter Maydell
3
-40
/
+127
2015-01-20
cpu_ldst.h: Remove unused very short ld*/st* defines
Peter Maydell
1
-26
/
+0
2015-01-20
cpu_ldst.h: Drop unused ld/st*_kernel defines
Peter Maydell
1
-15
/
+0
2015-01-20
target-mips: Don't use _raw load/store accessors
Peter Maydell
1
-2
/
+2
2015-01-20
linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loop
Peter Maydell
1
-1
/
+1
2015-01-20
linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &c
Peter Maydell
1
-26
/
+31
2015-01-20
bsd-user/elfload.c: Don't use ldl() or ldq_raw()
Peter Maydell
1
-4
/
+7
2015-01-20
linux-user/elfload.c: Don't use _raw accessor functions
Peter Maydell
1
-2
/
+5
2015-01-20
target-sparc: Don't use {ld, st}*_raw functions
Peter Maydell
1
-12
/
+12
2015-01-20
monitor.c: Use ld*_p() instead of ld*_raw()
Peter Maydell
1
-4
/
+4
2015-01-20
cpu_ldst.h: Remove unused ldul_ macros
Peter Maydell
1
-9
/
+0
2015-01-20
exec.c: Drop TARGET_HAS_ICE define and checks
Peter Maydell
17
-48
/
+2
2015-01-20
scripts/qapi-types.py: Add dummy member to empty structs
Peter Maydell
1
-0
/
+8
2015-01-20
Merge remote-tracking branch 'remotes/sstabellini/xen-2015-01-20-v2' into sta...
Peter Maydell
8
-53
/
+526
2015-01-20
xen: add a lock for the mapcache
Paolo Bonzini
1
-11
/
+43
2015-01-20
xen: do not use __-named variables in mapcache
Paolo Bonzini
1
-20
/
+20
2015-01-20
Xen: Use the ioreq-server API when available
Paul Durrant
4
-22
/
+399
2015-01-20
Add device listener interface
Paul Durrant
3
-0
/
+64
2015-01-19
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20150119-1' in...
Peter Maydell
12
-36
/
+137
2015-01-19
ui/sdl2: Support shared surface for more pixman formats
Gerd Hoffmann
3
-6
/
+22
2015-01-19
ui/sdl: Support shared surface for more pixman formats
Benjamin Herrenschmidt
1
-6
/
+20
2015-01-19
ui/gtk: Support shared surface for most pixman formats
Benjamin Herrenschmidt
1
-6
/
+7
2015-01-19
ui/spice: Support shared surface for most pixman formats
Gerd Hoffmann
1
-6
/
+7
2015-01-19
ui/vnc: Support shared surface for most pixman formats
Benjamin Herrenschmidt
1
-7
/
+8
2015-01-19
ui/pixman: add qemu_pixman_check_format
Gerd Hoffmann
2
-0
/
+29
2015-01-19
ui: Add dpy_gfx_check_format() to check backend shared surface support
Benjamin Herrenschmidt
3
-4
/
+43
2015-01-19
ui: Make qemu_default_pixman_format() return 0 on unsupported formats
Benjamin Herrenschmidt
1
-1
/
+1
2015-01-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150116'...
Peter Maydell
2
-85
/
+70
2015-01-16
fw_cfg: fix endianness in fw_cfg_data_mem_read() / _write()
Laszlo Ersek
1
-34
/
+7
2015-01-16
target-arm: crypto: fix BE host support
Ard Biesheuvel
1
-51
/
+63
2015-01-16
Merge remote-tracking branch 'remotes/amit-migration/tags/mig-2.3-1' into sta...
Peter Maydell
13
-46
/
+143
2015-01-16
vmstate: type-check sub-arrays
Paolo Bonzini
1
-1
/
+1
2015-01-16
migration_cancel: shutdown migration socket
Dr. David Alan Gilbert
1
-0
/
+12
2015-01-16
Handle bi-directional communication for fd migration
Cristian Klein
1
-2
/
+22
2015-01-16
socket shutdown
Dr. David Alan Gilbert
4
-4
/
+48
2015-01-16
Tests: QEMUSizedBuffer/QEMUBuffer
Yang Hongyang
1
-12
/
+8
2015-01-16
QEMUSizedBuffer: only free qsb that qemu_bufopen allocated
Yang Hongyang
1
-4
/
+6
[next]