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-19
qapi: Forbid 'any' inside an alternate
Eric Blake
6
-1
/
+11
2016-02-19
qapi: Forbid empty unions and useless alternates
Eric Blake
14
-35
/
+27
2016-02-19
qapi: Simplify excess input reporting in input visitors
Eric Blake
2
-18
/
+8
2016-02-19
qapi-visit: Honor prefix of discriminator enum
Eric Blake
3
-6
/
+13
2016-02-18
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160218-...
Peter Maydell
25
-348
/
+1144
2016-02-18
hw/timer: QOM'ify pxa2xx_timer
xiaoqiang.zhao
1
-15
/
+21
2016-02-18
hw/timer: QOM'ify pl031
xiaoqiang.zhao
1
-6
/
+5
2016-02-18
hw/timer: QOM'ify exynos4210_rtc
xiaoqiang.zhao
1
-7
/
+5
2016-02-18
hw/timer: QOM'ify exynos4210_pwm
xiaoqiang.zhao
1
-7
/
+5
2016-02-18
hw/timer: QOM'ify exynos4210_mct
xiaoqiang.zhao
1
-7
/
+5
2016-02-18
hw/timer: QOM'ify arm_timer (pass 2)
xiaoqiang.zhao
1
-1
/
+1
2016-02-18
hw/timer: QOM'ify arm_timer (pass 1)
xiaoqiang.zhao
1
-21
/
+19
2016-02-18
hw/sd: use guest error logging rather than fprintf to stderr
Andrew Baumann
1
-9
/
+12
2016-02-18
hw/sd: model a power-up delay, as a workaround for an EDK2 bug
Andrew Baumann
1
-5
/
+76
2016-02-18
hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibility
Andrew Baumann
1
-0
/
+37
2016-02-18
hw/sd/pxa2xx_mmci: Add reset function
Peter Maydell
1
-0
/
+30
2016-02-18
hw/sd/pxa2xx_mmci: Convert to VMStateDescription
Peter Maydell
1
-92
/
+64
2016-02-18
hw/sd/pxa2xx_mmci: Update to use new SDBus APIs
Peter Maydell
1
-14
/
+66
2016-02-18
hw/sd/pxa2xx_mmci: convert to SysBusDevice object
Peter Maydell
1
-16
/
+54
2016-02-18
sdhci_sysbus: Create SD card device in users, not the device itself
Peter Maydell
4
-26
/
+45
2016-02-18
hw/sd/sdhci.c: Update to use SDBus APIs
Peter Maydell
2
-31
/
+69
2016-02-18
hw/sd: Add QOM bus which SD cards plug in to
Peter Maydell
4
-5
/
+252
2016-02-18
hw/sd/sd.c: Convert sd_reset() function into Device reset method
Peter Maydell
1
-5
/
+5
2016-02-18
hw/sd/sd.c: QOMify
Peter Maydell
2
-22
/
+80
2016-02-18
hw/sd/sdhci.c: Remove x-drive property
Peter Maydell
1
-6
/
+0
2016-02-18
ARM: PL061: Cleaning field of PL061 device state
Wei Huang
1
-4
/
+2
2016-02-18
ARM: PL061: Clear PL061 device state after reset
Wei Huang
1
-4
/
+27
2016-02-18
target-arm: Add PMUSERENR_EL0 register
Alistair Francis
1
-0
/
+6
2016-02-18
target-arm: Add the pmovsclr_el0 and pmintenclr_el1 registers
Alistair Francis
1
-0
/
+12
2016-02-18
target-arm: Add the pmceid0 and pmceid1 registers
Alistair Francis
4
-0
/
+22
2016-02-18
target-arm: UNDEF in the UNPREDICTABLE SRS-from-System case
Peter Maydell
2
-4
/
+13
2016-02-18
target-arm: Combine user-only and softmmu get/set_r13_banked()
Peter Maydell
1
-19
/
+0
2016-02-18
target-arm: Move bank_number() into internals.h
Peter Maydell
2
-26
/
+25
2016-02-18
target-arm: Move get/set_r13_banked() to op_helper.c
Peter Maydell
2
-33
/
+37
2016-02-18
target-arm: Clean up trap/undef handling of SRS
Peter Maydell
1
-5
/
+61
2016-02-18
target-arm: Report correct syndrome for FPEXC32_EL2 traps
Peter Maydell
3
-2
/
+20
2016-02-18
target-arm: Implement MDCR_EL3.TDA and MDCR_EL2.TDA traps
Peter Maydell
1
-9
/
+30
2016-02-18
target-arm: Implement MDCR_EL2.TDRA traps
Peter Maydell
1
-3
/
+24
2016-02-18
target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA traps
Peter Maydell
2
-1
/
+34
2016-02-18
target-arm: Fix handling of SCR.SMD
Peter Maydell
1
-5
/
+7
2016-02-18
target-arm: correct CNTFRQ access rights
Peter Maydell
2
-3
/
+38
2016-02-18
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160218' into...
Peter Maydell
13
-232
/
+393
2016-02-18
hw/ppc/spapr: Halt CPU when powering off via RTAS call
Thomas Huth
1
-0
/
+1
2016-02-17
pseries: Include missing pseries-2.5 compat properties in pseries-2.4
David Gibson
1
-0
/
+1
2016-02-17
cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commands
Hervé Poussineau
1
-23
/
+0
2016-02-17
cuda: remove GET_6805_ADDR command
Hervé Poussineau
1
-3
/
+0
2016-02-17
cuda: port SET_TIME command to new framework
Hervé Poussineau
1
-6
/
+18
2016-02-17
cuda: port GET_TIME command to new framework
Hervé Poussineau
1
-8
/
+21
2016-02-17
cuda: port SET_POWER_MESSAGES command to new framework
Hervé Poussineau
1
-3
/
+16
2016-02-17
cuda: port FILE_SERVER_FLAG command to new framework
Hervé Poussineau
1
-1
/
+16
[next]