summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz
2016-03-17block: Add blk_commit_all()Max Reitz
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost
2016-03-16bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE
2016-03-16bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE
2016-03-16bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann
2016-03-16hw/arm: Add ASPEED AST2400 SoC modelAndrew Jeffery
2016-03-16hw/intc: Add (new) ASPEED VIC device modelAndrew Jeffery
2016-03-16hw/timer: Add ASPEED timer device modelAndrew Jeffery
2016-03-16i.MX: Add i.MX6 CCM and ANALOG device.Jean-Christophe Dubois
2016-03-16i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois
2016-03-16i.MX: Remove CCM useless clock computation handling.Jean-Christophe Dubois
2016-03-16i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois
2016-03-16loader: Fix incorrect parameter name in load_image_mr() macroJens Wiklander
2016-03-16include/config.h: RemovePeter Maydell
2016-03-16Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160316' into...Peter Maydell
2016-03-16vfio: Eliminate vfio_container_ioctl()David Gibson
2016-03-16spapr_pci: Remove finish_realize hookDavid Gibson
2016-03-16spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridgeDavid Gibson
2016-03-16spapr_pci: Allow EEH on spapr-pci-host-bridgeDavid Gibson
2016-03-16spapr_pci: Eliminate class callbacksDavid Gibson
2016-03-16vfio: Start improving VFIO/EEH interfaceDavid Gibson
2016-03-15icount: decouple warp callsPavel Dovgalyuk
2016-03-15replay: character devicesPavel Dovgalyuk
2016-03-15Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-03-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-03-14block: Remove unused typedef of BlockDriverDirtyHandlerFam Zheng
2016-03-14block: Move block dirty bitmap code to separate filesFam Zheng
2016-03-14typedefs: Add BdrvDirtyBitmapFam Zheng
2016-03-14block: Include hbitmap.h in block.hFam Zheng
2016-03-14block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf
2016-03-14hmp: 'drive_add -n' for creating a node without BBKevin Wolf
2016-03-14block: Fix snapshot=on cache modesKevin Wolf
2016-03-14Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160311.0' i...Peter Maydell
2016-03-14Merge remote-tracking branch 'remotes/berrange/tags/pull-io-win32-2016-03-11-...Peter Maydell
2016-03-11machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov
2016-03-11nvdimm acpi: emulate dsm methodXiao Guangrong
2016-03-11nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong
2016-03-11ich9lpc: fix typoCao jin
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin
2016-03-11fdc: add function to determine drive chs limitsRoman Kagan
2016-03-11i386: expose floppy drive CMOS typeRoman Kagan
2016-03-11virtio-balloon: add 'available' counterDenis V. Lunev
2016-03-11acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin
2016-03-11acpi: allow using object as offset for OperationRegionXiao Guangrong
2016-03-11acpi: add aml_concatenate()Xiao Guangrong
2016-03-11acpi: add aml_create_field()Xiao Guangrong
2016-03-10vfio: Generalize region supportAlex Williamson