summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell8-7/+76
2016-03-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell5-39/+50
2016-03-14block: Remove unused typedef of BlockDriverDirtyHandlerFam Zheng1-2/+0
2016-03-14block: Move block dirty bitmap code to separate filesFam Zheng2-34/+45
2016-03-14typedefs: Add BdrvDirtyBitmapFam Zheng2-1/+1
2016-03-14block: Include hbitmap.h in block.hFam Zheng1-1/+1
2016-03-14block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf1-0/+1
2016-03-14hmp: 'drive_add -n' for creating a node without BBKevin Wolf1-0/+2
2016-03-14block: Fix snapshot=on cache modesKevin Wolf1-1/+0
2016-03-14Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160311.0' i...Peter Maydell1-7/+24
2016-03-14Merge remote-tracking branch 'remotes/berrange/tags/pull-io-win32-2016-03-11-...Peter Maydell5-45/+110
2016-03-11machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov2-0/+27
2016-03-11nvdimm acpi: emulate dsm methodXiao Guangrong1-0/+8
2016-03-11nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong2-2/+26
2016-03-11ich9lpc: fix typoCao jin1-2/+2
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-03-11fdc: add function to determine drive chs limitsRoman Kagan1-0/+2
2016-03-11i386: expose floppy drive CMOS typeRoman Kagan1-0/+1
2016-03-11virtio-balloon: add 'available' counterDenis V. Lunev1-1/+2
2016-03-11acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin1-0/+3
2016-03-11acpi: allow using object as offset for OperationRegionXiao Guangrong1-1/+1
2016-03-11acpi: add aml_concatenate()Xiao Guangrong1-0/+1
2016-03-11acpi: add aml_create_field()Xiao Guangrong1-0/+2
2016-03-10vfio: Generalize region supportAlex Williamson1-7/+16
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange2-4/+0
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange3-14/+88
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini1-0/+3
2016-03-10io: introduce qio_channel_create_socket_watchPaolo Bonzini1-1/+19
2016-03-10osdep: fix socket_error() to work with Mingw64Daniel P. Berrange3-29/+3
2016-03-10vfio: Wrap VFIO_DEVICE_GET_REGION_INFOAlex Williamson1-0/+7
2016-03-10vfio: Add sysfsdev property for pci & platformAlex Williamson1-0/+1
2016-03-10s390x: Introduce S390MachineClassJanosch Frank1-0/+40
2016-03-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into st...Peter Maydell1-0/+2
2016-03-09Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-6...Peter Maydell1-7/+1
2016-03-09Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20160308-1' int...Peter Maydell2-0/+5
2016-03-09Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-for-2.6-2' int...Peter Maydell1-1/+2
2016-03-08cutils: add avx2 instruction optimizationLiang Li1-7/+1
2016-03-08input: linux evdev supportGerd Hoffmann1-0/+2
2016-03-08pc: fw_cfg: move ioport base constant to pc.hGabriel L. Somlo1-0/+2
2016-03-08fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo1-0/+3
2016-03-08filter: Add 'status' property for filter objectzhanghailiang1-0/+4
2016-03-08rng: switch request queue to QSIMPLEQLadi Prosek1-1/+2
2016-03-07exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng1-1/+1
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng1-1/+0
2016-03-07memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng1-7/+1
2016-03-07exec: Return RAMBlock pointer from allocating functionsFam Zheng1-11/+11
2016-03-04arm: boot: Support big-endian elfsPeter Crosthwaite1-0/+9
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite2-2/+25
2016-03-04loader: load_elf(): Add doc commentPeter Crosthwaite1-0/+23
2016-03-04loader: add API to load elf headerPeter Crosthwaite1-0/+13