summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-06-17spapr: CPU hotplug supportBharata B Rao2-0/+4
2016-06-17spapr: convert boot CPUs into CPU core devicesBharata B Rao2-0/+5
2016-06-17spapr: Move spapr_cpu_init() to spapr_cpu_core.cBharata B Rao1-0/+2
2016-06-17spapr: Abstract CPU core device and type specific core devicesBharata B Rao2-0/+30
2016-06-17qom: API to get instance_size of a typeBharata B Rao1-1/+7
2016-06-17spapr_drc: Prevent detach racing against attach for CPU DRBharata B Rao1-0/+1
2016-06-17xics,xics_kvm: Handle CPU unplug correctlyBharata B Rao1-0/+1
2016-06-17cpu: Abstract CPU core typeBharata B Rao1-0/+31
2016-06-17qdev: hotplug: Introduce HotplugHandler.pre_plug() callbackIgor Mammedov1-1/+13
2016-06-16scsi: esp: make cmdbuf big enough for maximum CDB sizePrasad J Pandit1-1/+2
2016-06-16nbd: Avoid magic number for NBD max name sizeEric Blake1-0/+6
2016-06-16nbd: simplify the nbd_request and nbd_reply structsPaolo Bonzini1-6/+7
2016-06-16clean-includes: run it once morePaolo Bonzini2-2/+0
2016-06-16os-posix: include sys/mman.hPaolo Bonzini2-2/+1
2016-06-16block/mirror: Fix target backing BDSMax Reitz1-1/+17
2016-06-16block: Remove bs->zero_beyond_eofKevin Wolf1-3/+0
2016-06-16block: Make bdrv_load/save_vmstate coroutine_fnsKevin Wolf1-4/+6
2016-06-16block: Make .bdrv_load_vmstate() vectoredKevin Wolf2-2/+3
2016-06-16block: Introduce bdrv_preadv()Kevin Wolf1-0/+1
2016-06-16block: Byte-based bdrv_co_do_copy_on_readv()Kevin Wolf1-3/+7
2016-06-16block: Assert that flags are in rangeEric Blake1-0/+3
2016-06-16Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-4...Peter Maydell1-13/+15
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange1-13/+13
2016-06-16Postcopy: Add stats on page requestsDr. David Alan Gilbert1-0/+2
2016-06-14target-i386: Implement CPUID[0xB] (Extended Topology Enumeration)Radim Krčmář1-1/+6
2016-06-14pc: Add 2.7 machineIgor Mammedov1-0/+4
2016-06-14Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into...Peter Maydell1-1/+0
2016-06-14arm: xlnx-zynqmp: Add xlnx-dp and xlnx-dpdmaKONRAD Frederic1-0/+4
2016-06-14introduce xlnx-dpKONRAD Frederic1-0/+109
2016-06-14introduce xlnx-dpdmaKONRAD Frederic1-0/+85
2016-06-14hw/i2c-ddc.c: Implement DDC I2C slavePeter Maydell1-0/+38
2016-06-14introduce dpcd moduleKONRAD Frederic1-0/+105
2016-06-14introduce aux-busKONRAD Frederic1-0/+128
2016-06-14i2c: Factor our send() and recv() common logicPeter Crosthwaite1-0/+1
2016-06-14hw/arm/virt: Add PMU node for virt machineShannon Zhao1-0/+4
2016-06-14xen: Clean up includesPeter Maydell1-1/+0
2016-06-14s390x/css: introduce property type for device idsCornelia Huck1-0/+17
2016-06-14s390x/kvm: add interface for clearing IO irqsHalil Pasic1-0/+2
2016-06-14linux-headers: updateCornelia Huck2-1/+21
2016-06-14spapr: Ensure all LMBs are represented in ibm,dynamic-memoryBharata B Rao1-2/+4
2016-06-14macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland1-0/+5
2016-06-14Add PowerPC AT_HWCAP2 definitionsAnton Blanchard1-0/+13
2016-06-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160613-1' into s...Peter Maydell1-1/+0
2016-06-13crypto: aes: always rename internal symbolsMike Frysinger1-3/+2
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost1-1/+0
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota3-7/+5
2016-06-11qht: QEMU's fast, resizable and scalable Hash TableEmilio G. Cota1-0/+183
2016-06-11qdist: add module to represent frequency distributions of dataEmilio G. Cota1-0/+63
2016-06-11tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota1-2/+6
2016-06-11exec: add tb_hash_func5, derived from xxhashEmilio G. Cota1-0/+94