index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-17
crypto: add block encryption framework
Daniel P. Berrange
10
-0
/
+1095
2016-03-17
crypto: wire up XTS mode for cipher APIs
Daniel P. Berrange
6
-46
/
+405
2016-03-17
crypto: refactor code for dealing with AES cipher
Daniel P. Berrange
2
-74
/
+109
2016-03-17
crypto: import an implementation of the XTS cipher mode
Daniel P. Berrange
6
-0
/
+743
2016-03-17
crypto: add support for the twofish cipher algorithm
Daniel P. Berrange
5
-1
/
+82
2016-03-17
crypto: add support for the serpent cipher algorithm
Daniel P. Berrange
5
-1
/
+99
2016-03-17
crypto: add support for the cast5-128 cipher algorithm
Daniel P. Berrange
5
-2
/
+58
2016-03-17
crypto: skip testing of unsupported cipher algorithms
Daniel P. Berrange
1
-1
/
+3
2016-03-17
crypto: add support for anti-forensic split algorithm
Daniel P. Berrange
6
-0
/
+490
2016-03-17
crypto: add support for generating initialization vectors
Daniel P. Berrange
14
-0
/
+873
2016-03-17
crypto: add support for PBKDF2 algorithm
Daniel P. Berrange
10
-0
/
+853
2016-03-17
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-16
/
+3
2016-03-17
Revert "qed: Implement .bdrv_drain"
Stefan Hajnoczi
1
-13
/
+0
2016-03-17
aio-posix: Change CONFIG_EPOLL to CONFIG_EPOLL_CREATE1
Matthew Fortune
1
-3
/
+3
2016-03-17
crypto: add cryptographic random byte source
Daniel P. Berrange
7
-1
/
+170
2016-03-17
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...
Peter Maydell
29
-36
/
+28
2016-03-16
module: Rename machine_init() to opts_init()
Eduardo Habkost
8
-9
/
+9
2016-03-16
machine: Use type_init() to register machine classes
Eduardo Habkost
21
-27
/
+19
2016-03-16
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
2
-5
/
+8
2016-03-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160316-...
Peter Maydell
46
-140
/
+4114
2016-03-16
sd: Fix "info qtree" on boards with SD cards
Peter Maydell
1
-2
/
+4
2016-03-16
bcm2835_dma: add emulation of Raspberry Pi DMA controller
Grégory ESTRADE
5
-0
/
+484
2016-03-16
bcm2835_property: implement framebuffer control/configuration properties
Grégory ESTRADE
4
-15
/
+144
2016-03-16
bcm2835_fb: add framebuffer device for Raspberry Pi
Grégory ESTRADE
7
-2
/
+517
2016-03-16
bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) block
Andrew Baumann
5
-0
/
+384
2016-03-16
bcm2835_peripherals: enable sdhci pending-insert quirk for raspberry pi
Andrew Baumann
1
-0
/
+7
2016-03-16
hw/arm: Add palmetto-bmc machine
Andrew Jeffery
2
-1
/
+66
2016-03-16
hw/arm: Add ASPEED AST2400 SoC model
Andrew Jeffery
3
-0
/
+173
2016-03-16
hw/intc: Add (new) ASPEED VIC device model
Andrew Jeffery
4
-0
/
+395
2016-03-16
hw/timer: Add ASPEED timer device model
Andrew Jeffery
5
-0
/
+519
2016-03-16
i.MX: Add missing descriptions in devices.
Jean-Christophe Dubois
4
-0
/
+4
2016-03-16
i.MX: Add i.MX6 CCM and ANALOG device.
Jean-Christophe Dubois
3
-0
/
+972
2016-03-16
i.MX: Add the CLK_IPG_HIGH clock
Jean-Christophe Dubois
5
-12
/
+15
2016-03-16
i.MX: Remove CCM useless clock computation handling.
Jean-Christophe Dubois
3
-65
/
+0
2016-03-16
i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.
Jean-Christophe Dubois
5
-9
/
+9
2016-03-16
i.MX: Allow GPT timer to rollover.
Jean-Christophe Dubois
1
-12
/
+15
2016-03-16
arm: virt: Move machine class init code to the abstract machine type
Wei Huang
1
-14
/
+20
2016-03-16
arm: virt: Add an abstract ARM virt machine type
Wei Huang
1
-5
/
+18
2016-03-16
target-arm: Fix translation level on early translation faults
Sergey Sorokin
1
-10
/
+12
2016-03-16
MAINTAINERS: Fix typo, block/stream.h -> block/stream.c
Jeff Cody
1
-1
/
+1
2016-03-16
block/sheepdog: fix argument passed to qemu_strtoul()
Jeff Cody
1
-4
/
+7
2016-03-16
target-arm: Implement MRS (banked) and MSR (banked) instructions
Peter Maydell
3
-3
/
+366
2016-03-16
loader: Fix incorrect parameter name in load_image_mr() macro
Jens Wiklander
1
-1
/
+1
2016-03-16
util/base64.c: Clean includes
Peter Maydell
1
-2
/
+0
2016-03-16
update-linux-headers.sh: Fake types.h doesn't need to include anything
Peter Maydell
1
-2
/
+3
2016-03-16
include/config.h: Remove
Peter Maydell
2
-2
/
+0
2016-03-16
slirp/slirp.h: Remove now-empty #ifdefs
Peter Maydell
1
-24
/
+0
2016-03-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-03-16' into...
Peter Maydell
1
-21
/
+19
2016-03-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2016-03-16' in...
Peter Maydell
1
-8
/
+34
2016-03-16
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160316' into...
Peter Maydell
17
-446
/
+644
[prev]
[next]