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
2016-03-22
Clean up includes some more
Markus Armbruster
2
-2
/
+0
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
34
-40
/
+0
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
5
-10
/
+8
2016-03-17
Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-03-17-3...
Peter Maydell
6
-0
/
+855
2016-03-17
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
1
-2
/
+0
2016-03-17
block: Use blk_co_pwritev() for blk_write()
Kevin Wolf
1
-0
/
+3
2016-03-17
block: Use blk_co_preadv() for blk_read()
Kevin Wolf
1
-0
/
+4
2016-03-17
block: Use BdrvChild in BlockBackend
Kevin Wolf
1
-0
/
+5
2016-03-17
block: Remove bdrv_states list
Max Reitz
2
-5
/
+0
2016-03-17
block: Add blk_next_root_bs()
Max Reitz
1
-0
/
+1
2016-03-17
block: Add bdrv_next_monitor_owned()
Max Reitz
1
-0
/
+1
2016-03-17
block: Move some bdrv_*_all() functions to BB
Max Reitz
1
-2
/
+0
2016-03-17
blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()
Max Reitz
1
-2
/
+0
2016-03-17
blockdev: Split monitor reference from BB creation
Max Reitz
1
-5
/
+4
2016-03-17
blockdev: Separate BB name management
Max Reitz
1
-0
/
+2
2016-03-17
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Max Reitz
1
-3
/
+0
2016-03-17
block: Add blk_commit_all()
Max Reitz
1
-0
/
+1
2016-03-17
crypto: add block encryption framework
Daniel P. Berrange
1
-0
/
+232
2016-03-17
crypto: import an implementation of the XTS cipher mode
Daniel P. Berrange
1
-0
/
+86
2016-03-17
crypto: add support for anti-forensic split algorithm
Daniel P. Berrange
1
-0
/
+135
2016-03-17
crypto: add support for generating initialization vectors
Daniel P. Berrange
1
-0
/
+206
2016-03-17
crypto: add support for PBKDF2 algorithm
Daniel P. Berrange
1
-0
/
+152
2016-03-17
crypto: add cryptographic random byte source
Daniel P. Berrange
1
-0
/
+44
2016-03-16
module: Rename machine_init() to opts_init()
Eduardo Habkost
1
-2
/
+2
2016-03-16
machine: Use type_init() to register machine classes
Eduardo Habkost
2
-2
/
+2
2016-03-16
bcm2835_dma: add emulation of Raspberry Pi DMA controller
Grégory ESTRADE
2
-0
/
+49
2016-03-16
bcm2835_property: implement framebuffer control/configuration properties
Grégory ESTRADE
1
-1
/
+4
2016-03-16
bcm2835_fb: add framebuffer device for Raspberry Pi
Grégory ESTRADE
2
-0
/
+49
2016-03-16
bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) block
Andrew Baumann
2
-0
/
+35
2016-03-16
hw/arm: Add ASPEED AST2400 SoC model
Andrew Jeffery
1
-0
/
+35
2016-03-16
hw/intc: Add (new) ASPEED VIC device model
Andrew Jeffery
1
-0
/
+48
2016-03-16
hw/timer: Add ASPEED timer device model
Andrew Jeffery
1
-0
/
+59
2016-03-16
i.MX: Add i.MX6 CCM and ANALOG device.
Jean-Christophe Dubois
1
-0
/
+197
2016-03-16
i.MX: Add the CLK_IPG_HIGH clock
Jean-Christophe Dubois
1
-0
/
+1
2016-03-16
i.MX: Remove CCM useless clock computation handling.
Jean-Christophe Dubois
1
-7
/
+0
2016-03-16
i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.
Jean-Christophe Dubois
1
-1
/
+1
2016-03-16
loader: Fix incorrect parameter name in load_image_mr() macro
Jens Wiklander
1
-1
/
+1
2016-03-16
include/config.h: Remove
Peter Maydell
1
-1
/
+0
2016-03-16
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160316' into...
Peter Maydell
2
-29
/
+39
2016-03-16
vfio: Eliminate vfio_container_ioctl()
David Gibson
1
-2
/
+0
2016-03-16
spapr_pci: Remove finish_realize hook
David Gibson
1
-12
/
+0
2016-03-16
spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridge
David Gibson
1
-11
/
+0
2016-03-16
spapr_pci: Allow EEH on spapr-pci-host-bridge
David Gibson
1
-1
/
+5
2016-03-16
spapr_pci: Eliminate class callbacks
David Gibson
1
-4
/
+33
2016-03-16
vfio: Start improving VFIO/EEH interface
David Gibson
1
-0
/
+2
2016-03-15
icount: decouple warp calls
Pavel Dovgalyuk
2
-5
/
+5
2016-03-15
replay: character devices
Pavel Dovgalyuk
2
-0
/
+43
2016-03-15
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
8
-7
/
+76
2016-03-15
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
5
-39
/
+50
2016-03-14
block: Remove unused typedef of BlockDriverDirtyHandler
Fam Zheng
1
-2
/
+0
[next]