summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-17spapr: CPU hotplug supportBharata B Rao6-13/+176
2016-06-17spapr: convert boot CPUs into CPU core devicesBharata B Rao4-10/+126
2016-06-17spapr: Move spapr_cpu_init() to spapr_cpu_core.cBharata B Rao3-48/+52
2016-06-17spapr: Abstract CPU core device and type specific core devicesBharata B Rao6-2/+220
2016-06-17qom: API to get instance_size of a typeBharata B Rao2-1/+15
2016-06-17spapr_drc: Prevent detach racing against attach for CPU DRBharata B Rao2-0/+13
2016-06-17xics,xics_kvm: Handle CPU unplug correctlyBharata B Rao3-4/+19
2016-06-17cpu: Abstract CPU core typeBharata B Rao3-0/+120
2016-06-17qdev: hotplug: Introduce HotplugHandler.pre_plug() callbackIgor Mammedov3-2/+32
2016-06-17target-ppc: Fix rlwimi, rlwinm, rlwnmRichard Henderson1-21/+52
2016-06-17vfio: Fix broken EEHGavin Shan1-1/+1
2016-06-17target-ppc: Bug in BookE wait instructionJakub Horak1-1/+1
2016-06-17ppc / sparc: Add a tester for checking whether OpenBIOS runs successfullyThomas Huth2-0/+96
2016-06-17hw/ppc/spapr: Silence deprecation message in qtest modeThomas Huth1-1/+4
2016-06-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell77-291/+273
2016-06-16vl: smp_parse: cleanupsAndrew Jones1-19/+15
2016-06-16scsi: esp: make cmdbuf big enough for maximum CDB sizePrasad J Pandit2-3/+6
2016-06-16scsi: esp: clean up handle_ti/esp_do_dma if s->do_cmdPaolo Bonzini1-7/+4
2016-06-16scsi: esp: respect FIFO invariant after message phasePaolo Bonzini1-1/+1
2016-06-16scsi: esp: check buffer length before reading scsi commandPrasad J Pandit1-0/+3
2016-06-16nbd: Avoid magic number for NBD max name sizeEric Blake3-3/+9
2016-06-16nbd: Detect servers that send unexpected error valuesEric Blake1-1/+3
2016-06-16nbd: Clean up ioctl handling of qemu-nbd -cEric Blake1-5/+15
2016-06-16nbd: Group all Linux-specific ioctl code in one placeEric Blake2-18/+13
2016-06-16nbd: Reject unknown request flagsEric Blake1-0/+5
2016-06-16nbd: Improve server handling of bogus commandsEric Blake1-19/+47
2016-06-16nbd: Quit server after any write errorEric Blake1-9/+23
2016-06-16nbd: More debug typo fixes, use correct formatsEric Blake2-40/+49
2016-06-16nbd: Use BDRV_REQ_FUA for better FUA where supportedEric Blake1-10/+6
2016-06-16vl.c: Add '-L help' which lists data dirs.Richard W.M. Jones2-1/+14
2016-06-16KVM: use KVM_CAP_MAX_VCPU_IDGreg Kurz1-1/+7
2016-06-16scsi-disk: Use (unsigned long) typecasts when using "%lu" format stringThomas Huth1-4/+4
2016-06-16target-i386: kvm: cache KVM_GET_SUPPORTED_CPUID dataChao Peng1-2/+7
2016-06-16nbd: simplify the nbd_request and nbd_reply structsPaolo Bonzini1-6/+7
2016-06-16nbd: Don't use cpu_to_*w() functionsPeter Maydell1-5/+5
2016-06-16nbd: Don't use *_to_cpup() functionsPeter Maydell3-11/+11
2016-06-16configure: Remove unused CONFIG_SIGEV_THREAD_ID switchThomas Huth1-22/+0
2016-06-16avx2 configure: Use primitives in testDr. David Alan Gilbert2-12/+13
2016-06-16Make avx2 configure test work with -O2Dr. David Alan Gilbert1-1/+1
2016-06-16Makefile: Fix tag file generation targetsSergey Fedorov1-2/+2
2016-06-16configure: Enable -Werror for MinGW builds, tooThomas Huth1-1/+1
2016-06-16clean-includes: run it once morePaolo Bonzini12-9/+3
2016-06-16os-posix: include sys/mman.hPaolo Bonzini54-68/+4
2016-06-16configure: Remove unused CONFIG_ZERO_MALLOC settingThomas Huth1-16/+0
2016-06-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell31-484/+1183
2016-06-16Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-06-16' in...Kevin Wolf16-64/+646
2016-06-16hbitmap: add 'pos < size' assertsVladimir Sementsov-Ogievskiy1-0/+3
2016-06-16iotests: Add test for oVirt-like storage migrationMax Reitz3-0/+223
2016-06-16iotests: Add test for post-mirror backing chainsMax Reitz3-0/+267
2016-06-16block/null: Implement bdrv_refresh_filename()Max Reitz1-0/+20