summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* crypto: import an implementation of the XTS cipher modeDaniel P. Berrange2016-03-171-0/+86
* crypto: add support for anti-forensic split algorithmDaniel P. Berrange2016-03-171-0/+135
* crypto: add support for generating initialization vectorsDaniel P. Berrange2016-03-171-0/+206
* crypto: add support for PBKDF2 algorithmDaniel P. Berrange2016-03-171-0/+152
* crypto: add cryptographic random byte sourceDaniel P. Berrange2016-03-171-0/+44
* module: Rename machine_init() to opts_init()Eduardo Habkost2016-03-161-2/+2
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-162-2/+2
* bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE2016-03-162-0/+49
* bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE2016-03-161-1/+4
* bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE2016-03-162-0/+49
* bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann2016-03-162-0/+35
* hw/arm: Add ASPEED AST2400 SoC modelAndrew Jeffery2016-03-161-0/+35
* hw/intc: Add (new) ASPEED VIC device modelAndrew Jeffery2016-03-161-0/+48
* hw/timer: Add ASPEED timer device modelAndrew Jeffery2016-03-161-0/+59
* i.MX: Add i.MX6 CCM and ANALOG device.Jean-Christophe Dubois2016-03-161-0/+197
* i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois2016-03-161-0/+1
* i.MX: Remove CCM useless clock computation handling.Jean-Christophe Dubois2016-03-161-7/+0Star
* i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois2016-03-161-1/+1
* loader: Fix incorrect parameter name in load_image_mr() macroJens Wiklander2016-03-161-1/+1
* include/config.h: RemovePeter Maydell2016-03-161-1/+0Star
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160316' into...Peter Maydell2016-03-162-29/+39
|\
| * vfio: Eliminate vfio_container_ioctl()David Gibson2016-03-151-2/+0Star
| * spapr_pci: Remove finish_realize hookDavid Gibson2016-03-151-12/+0Star
| * spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridgeDavid Gibson2016-03-151-11/+0Star
| * spapr_pci: Allow EEH on spapr-pci-host-bridgeDavid Gibson2016-03-151-1/+5
| * spapr_pci: Eliminate class callbacksDavid Gibson2016-03-151-4/+33
| * vfio: Start improving VFIO/EEH interfaceDavid Gibson2016-03-151-0/+2
* | icount: decouple warp callsPavel Dovgalyuk2016-03-152-5/+5
* | replay: character devicesPavel Dovgalyuk2016-03-152-0/+43
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-03-158-7/+76
|\
| * machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov2016-03-112-0/+27
| * nvdimm acpi: emulate dsm methodXiao Guangrong2016-03-111-0/+8
| * nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong2016-03-112-2/+26
| * ich9lpc: fix typoCao jin2016-03-111-2/+2
| * msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-111-1/+1
| * fdc: add function to determine drive chs limitsRoman Kagan2016-03-111-0/+2
| * i386: expose floppy drive CMOS typeRoman Kagan2016-03-111-0/+1
| * virtio-balloon: add 'available' counterDenis V. Lunev2016-03-111-1/+2
| * acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin2016-03-111-0/+3
| * acpi: allow using object as offset for OperationRegionXiao Guangrong2016-03-111-1/+1
| * acpi: add aml_concatenate()Xiao Guangrong2016-03-111-0/+1
| * acpi: add aml_create_field()Xiao Guangrong2016-03-111-0/+2
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-03-155-39/+50
|\ \
| * | block: Remove unused typedef of BlockDriverDirtyHandlerFam Zheng2016-03-141-2/+0Star
| * | block: Move block dirty bitmap code to separate filesFam Zheng2016-03-142-34/+45
| * | typedefs: Add BdrvDirtyBitmapFam Zheng2016-03-142-1/+1
| * | block: Include hbitmap.h in block.hFam Zheng2016-03-141-1/+1
| * | block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf2016-03-141-0/+1
| * | hmp: 'drive_add -n' for creating a node without BBKevin Wolf2016-03-141-0/+2
| * | block: Fix snapshot=on cache modesKevin Wolf2016-03-141-1/+0Star