summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange5-1/+82
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange5-1/+99
2016-03-17crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange5-2/+58
2016-03-17crypto: skip testing of unsupported cipher algorithmsDaniel P. Berrange1-1/+3
2016-03-17crypto: add support for anti-forensic split algorithmDaniel P. Berrange6-0/+490
2016-03-17crypto: add support for generating initialization vectorsDaniel P. Berrange14-0/+873
2016-03-17crypto: add support for PBKDF2 algorithmDaniel P. Berrange10-0/+853
2016-03-17crypto: add cryptographic random byte sourceDaniel P. Berrange7-1/+170
2016-03-17Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...Peter Maydell29-36/+28
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost8-9/+9
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost21-27/+19
2016-03-16Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-5/+8
2016-03-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160316-...Peter Maydell46-140/+4114
2016-03-16sd: Fix "info qtree" on boards with SD cardsPeter Maydell1-2/+4
2016-03-16bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE5-0/+484
2016-03-16bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE4-15/+144
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE7-2/+517
2016-03-16bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann5-0/+384
2016-03-16bcm2835_peripherals: enable sdhci pending-insert quirk for raspberry piAndrew Baumann1-0/+7
2016-03-16hw/arm: Add palmetto-bmc machineAndrew Jeffery2-1/+66
2016-03-16hw/arm: Add ASPEED AST2400 SoC modelAndrew Jeffery3-0/+173
2016-03-16hw/intc: Add (new) ASPEED VIC device modelAndrew Jeffery4-0/+395
2016-03-16hw/timer: Add ASPEED timer device modelAndrew Jeffery5-0/+519
2016-03-16i.MX: Add missing descriptions in devices.Jean-Christophe Dubois4-0/+4
2016-03-16i.MX: Add i.MX6 CCM and ANALOG device.Jean-Christophe Dubois3-0/+972
2016-03-16i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois5-12/+15
2016-03-16i.MX: Remove CCM useless clock computation handling.Jean-Christophe Dubois3-65/+0
2016-03-16i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois5-9/+9
2016-03-16i.MX: Allow GPT timer to rollover.Jean-Christophe Dubois1-12/+15
2016-03-16arm: virt: Move machine class init code to the abstract machine typeWei Huang1-14/+20
2016-03-16arm: virt: Add an abstract ARM virt machine typeWei Huang1-5/+18
2016-03-16target-arm: Fix translation level on early translation faultsSergey Sorokin1-10/+12
2016-03-16MAINTAINERS: Fix typo, block/stream.h -> block/stream.cJeff Cody1-1/+1
2016-03-16block/sheepdog: fix argument passed to qemu_strtoul()Jeff Cody1-4/+7
2016-03-16target-arm: Implement MRS (banked) and MSR (banked) instructionsPeter Maydell3-3/+366
2016-03-16loader: Fix incorrect parameter name in load_image_mr() macroJens Wiklander1-1/+1
2016-03-16util/base64.c: Clean includesPeter Maydell1-2/+0
2016-03-16update-linux-headers.sh: Fake types.h doesn't need to include anythingPeter Maydell1-2/+3
2016-03-16include/config.h: RemovePeter Maydell2-2/+0
2016-03-16slirp/slirp.h: Remove now-empty #ifdefsPeter Maydell1-24/+0
2016-03-16Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-03-16' into...Peter Maydell1-21/+19
2016-03-16Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2016-03-16' in...Peter Maydell1-8/+34
2016-03-16Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160316' into...Peter Maydell17-446/+644
2016-03-16error: ensure errno detail is printed with error_abortDaniel P. Berrange1-21/+19
2016-03-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-0/+0
2016-03-16qdev-monitor: add missing aliases for virtio device classesSascha Silbe1-0/+19
2016-03-16qdev-monitor: sort alias table by typenameSascha Silbe1-7/+8
2016-03-16qdev-monitor: improve error message when alias device is unavailableSascha Silbe1-1/+7
2016-03-16vfio: Eliminate vfio_container_ioctl()David Gibson2-47/+0
2016-03-16spapr_pci: Remove finish_realize hookDavid Gibson2-32/+5