summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: Pull up blk_read_unthrottled() implementationKevin Wolf2019-11-291-2/+0
* block: Use blk_co_pwritev() for blk_write()Kevin Wolf2019-11-291-0/+3
* block: Use blk_co_preadv() for blk_read()Kevin Wolf2019-11-291-0/+4
* block: Use BdrvChild in BlockBackendKevin Wolf2019-11-291-0/+5
* block: Remove bdrv_states listMax Reitz2019-11-292-5/+0
* block: Add blk_next_root_bs()Max Reitz2019-11-291-0/+1
* block: Add bdrv_next_monitor_owned()Max Reitz2019-11-291-0/+1
* block: Move some bdrv_*_all() functions to BBMax Reitz2019-11-291-2/+0
* blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz2019-11-291-2/+0
* blockdev: Split monitor reference from BB creationMax Reitz2019-11-291-5/+4
* blockdev: Separate BB name managementMax Reitz2019-11-291-0/+2
* qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz2019-11-291-3/+0
* block: Add blk_commit_all()Max Reitz2019-11-291-0/+1
* crypto: add block encryption frameworkDaniel P. Berrange2019-11-291-0/+232
* crypto: import an implementation of the XTS cipher modeDaniel P. Berrange2019-11-291-0/+86
* crypto: add support for anti-forensic split algorithmDaniel P. Berrange2019-11-291-0/+135
* crypto: add support for generating initialization vectorsDaniel P. Berrange2019-11-291-0/+206
* crypto: add support for PBKDF2 algorithmDaniel P. Berrange2019-11-291-0/+152
* crypto: add cryptographic random byte sourceDaniel P. Berrange2019-11-291-0/+44
* module: Rename machine_init() to opts_init()Eduardo Habkost2019-11-291-2/+2
* machine: Use type_init() to register machine classesEduardo Habkost2019-11-292-2/+2
* bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE2019-11-292-0/+49
* bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE2019-11-291-1/+4
* bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE2019-11-292-0/+49
* bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann2019-11-292-0/+35
* hw/arm: Add ASPEED AST2400 SoC modelAndrew Jeffery2019-11-291-0/+35
* hw/intc: Add (new) ASPEED VIC device modelAndrew Jeffery2019-11-291-0/+48
* hw/timer: Add ASPEED timer device modelAndrew Jeffery2019-11-291-0/+59
* i.MX: Add i.MX6 CCM and ANALOG device.Jean-Christophe Dubois2019-11-291-0/+197
* i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois2019-11-291-0/+1
* i.MX: Remove CCM useless clock computation handling.Jean-Christophe Dubois2019-11-291-7/+0
* i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois2019-11-291-1/+1
* loader: Fix incorrect parameter name in load_image_mr() macroJens Wiklander2019-11-291-1/+1
* include/config.h: RemovePeter Maydell2019-11-291-1/+0
* vfio: Eliminate vfio_container_ioctl()David Gibson2019-11-291-2/+0
* spapr_pci: Remove finish_realize hookDavid Gibson2019-11-291-12/+0
* spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridgeDavid Gibson2019-11-291-11/+0
* spapr_pci: Allow EEH on spapr-pci-host-bridgeDavid Gibson2019-11-291-1/+5
* spapr_pci: Eliminate class callbacksDavid Gibson2019-11-291-4/+33
* vfio: Start improving VFIO/EEH interfaceDavid Gibson2019-11-291-0/+2
* icount: decouple warp callsPavel Dovgalyuk2019-11-292-5/+5
* replay: character devicesPavel Dovgalyuk2019-11-292-0/+43
* block: Remove unused typedef of BlockDriverDirtyHandlerFam Zheng2019-11-291-2/+0
* block: Move block dirty bitmap code to separate filesFam Zheng2019-11-292-34/+45
* typedefs: Add BdrvDirtyBitmapFam Zheng2019-11-292-1/+1
* block: Include hbitmap.h in block.hFam Zheng2019-11-291-1/+1
* block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf2019-11-291-0/+1
* hmp: 'drive_add -n' for creating a node without BBKevin Wolf2019-11-291-0/+2
* block: Fix snapshot=on cache modesKevin Wolf2019-11-291-1/+0
* machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov2019-11-292-0/+27
OpenPOWER on IntegriCloud