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-02-26
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160226'...
Peter Maydell
20
-69
/
+359
2016-02-26
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-5...
Peter Maydell
6
-65
/
+165
2016-02-26
migration (postcopy): move bdrv_invalidate_cache_all of of coroutine context
Denis V. Lunev
1
-10
/
+19
2016-02-26
migration (ordinary): move bdrv_invalidate_cache_all of of coroutine context
Denis V. Lunev
2
-40
/
+51
2016-02-26
target-arm: Make reserved ranges in ID_AA64* spaces RAZ, not UNDEF
Peter Maydell
2
-7
/
+122
2016-02-26
target-arm: Mark CNTHP_TVAL_EL2 as ARM_CP_NO_RAW
Edgar E. Iglesias
1
-1
/
+1
2016-02-26
sdhci: add quirk property for card insert interrupt status on Raspberry Pi
Andrew Baumann
2
-1
/
+39
2016-02-26
sdhci: Revert "add optional quirk property to disable card insertion/removal ...
Andrew Baumann
2
-7
/
+3
2016-02-26
MAINTAINERS: Add some missing ARM related header files
Thomas Huth
1
-0
/
+4
2016-02-26
raspi: fix SD card with recent sdhci changes
Andrew Baumann
3
-0
/
+30
2016-02-26
ARM: PL061: Checking register r/w accesses to reserved area
Wei Huang
1
-8
/
+22
2016-02-26
target-arm: Implement MDCR_EL3.TPM and MDCR_EL2.TPM traps
Peter Maydell
1
-7
/
+36
2016-02-26
target-arm: Fix handling of SDCR for 32-bit code
Peter Maydell
2
-8
/
+19
2016-02-26
target-arm: Make Monitor->NS PL1 mode changes illegal if HCR.TGE is 1
Peter Maydell
1
-0
/
+10
2016-02-26
target-arm: Make mode switches from Hyp via CPS and MRS illegal
Peter Maydell
1
-2
/
+10
2016-02-26
target-arm: In v8, make illegal AArch32 mode changes set PSTATE.IL
Peter Maydell
1
-3
/
+12
2016-02-26
target-arm: Forbid mode switch to Mon from Secure EL1
Peter Maydell
1
-1
/
+1
2016-02-26
target-arm: Add Hyp mode checks to bad_mode_switch()
Peter Maydell
1
-0
/
+3
2016-02-26
target-arm: Add comment about not implementing NSACR.RFR
Peter Maydell
1
-0
/
+3
2016-02-26
target-arm: In cpsr_write() ignore mode switches from User mode
Peter Maydell
1
-0
/
+1
2016-02-26
linux-user: Use restrictive mask when calling cpsr_write()
Peter Maydell
2
-2
/
+3
2016-02-26
target-arm: Raw CPSR writes should skip checks and bank switching
Peter Maydell
4
-6
/
+7
2016-02-26
target-arm: Add write_type argument to cpsr_write()
Peter Maydell
10
-16
/
+26
2016-02-26
target-arm: Give CPSR setting on 32-bit exception return its own helper
Peter Maydell
3
-3
/
+10
2016-02-26
migration/vmstate: document VMStateFlags
Sascha Silbe
1
-10
/
+90
2016-02-26
MAINTAINERS: Add docs/migration.txt to the "Migration" section
Thomas Huth
1
-0
/
+1
2016-02-26
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160226' into staging
Peter Maydell
8
-14
/
+525
2016-02-26
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...
Peter Maydell
4
-0
/
+0
2016-02-26
Update OpenBIOS images
Mark Cave-Ayland
4
-0
/
+0
2016-02-26
migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFD
Matthew Fortune
1
-2
/
+2
2016-02-26
migration: reorder code to make it symmetric
Wei Yang
1
-3
/
+2
2016-02-26
target-mips: implement R6 multi-threading
Yongbok Kim
7
-1
/
+151
2016-02-26
mips/kvm: Support MSA in MIPS KVM guests
James Hogan
1
-20
/
+109
2016-02-26
mips/kvm: Support FPU in MIPS KVM guests
James Hogan
1
-4
/
+117
2016-02-26
mips/kvm: Support signed 64-bit KVM registers
James Hogan
1
-9
/
+31
2016-02-26
mips/kvm: Support unsigned KVM registers
James Hogan
1
-0
/
+22
2016-02-26
mips/kvm: Implement Config CP0 registers
James Hogan
1
-0
/
+106
2016-02-26
mips/kvm: Implement PRid CP0 register
James Hogan
1
-0
/
+11
2016-02-26
mips/kvm: Remove a couple of noisy DPRINTFs
James Hogan
1
-2
/
+0
2016-02-25
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-02-25-tag' in...
Peter Maydell
12
-61
/
+170
2016-02-25
qga: fix w32 breakage due to missing osdep.h includes
Michael Roth
5
-9
/
+8
2016-02-25
build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories
Lluís Vilanova
5
-1
/
+20
2016-02-25
qga: check utf8-to-utf16 conversion
Marc-André Lureau
1
-3
/
+16
2016-02-25
qga: fix off-by-one length check
Marc-André Lureau
1
-1
/
+1
2016-02-25
qga: use wide-chars constants for wchar_t comparisons
Marc-André Lureau
1
-2
/
+4
2016-02-25
qga: use size_t for wcslen() return value
Marc-André Lureau
1
-1
/
+2
2016-02-25
qga: use more idiomatic qemu-style eol operators
Marc-André Lureau
1
-3
/
+3
2016-02-25
qga: implement the guest-get-vcpus for windows
Gal Hammer
1
-2
/
+66
2016-02-25
qemu-ga: Fixed minor version switch issue
Leonid Bloch
1
-1
/
+1
2016-02-25
qga: Support enum names in guest-file-seek
Eric Blake
6
-40
/
+70
[next]