aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingStefan Hajnoczi48-507/+3352
2016-11-01acpi: fix assert failure caused by commit 35c5a52dHaozhong Zhang1-2/+2
2016-11-01acpi/ipmi: Initialize the fwinfo before fetching itCorey Minyard1-0/+1
2016-11-01ipmi: Add graceful shutdown handling to the external BMCCorey Minyard2-4/+9
2016-11-01ipmi: fix build config variable name for ipmi_bmc_extern.oDaniel P. Berrange1-1/+1
2016-11-01ipmi: Implement shutdown via ACPI overtempCorey Minyard1-1/+7
2016-11-01ipmi: chassis poweroff should use qemu_system_shutdown_request()Cédric Le Goater1-1/+1
2016-11-01ipmi_bmc_sim: Remove an unnecessary mutexCorey Minyard1-6/+0
2016-11-01ipmi: Remove hotplug from IPMI BMCsCorey Minyard2-0/+2
2016-11-01pc: memhp: enable nvdimm device hotplugXiao Guangrong6-12/+46
2016-11-01nvdimm acpi: introduce _FITXiao Guangrong2-5/+257
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong7-23/+124
2016-11-01nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong3-19/+27
2016-11-01nvdimm acpi: use common macros instead of magic namesXiao Guangrong1-34/+49
2016-11-01acpi nvdimm: rename result_size to dsm_out_buf_sizXiao Guangrong1-7/+8
2016-11-01nvdimm acpi: compile nvdimm acpi code arch-independentlyXiao Guangrong1-1/+1
2016-11-01acpi nvdimm: fix Arg6 usageXiao Guangrong1-3/+4
2016-11-01acpi nvdimm: fix ARG3 conflictXiao Guangrong1-3/+4
2016-11-01acpi nvdimm: fix device physical address baseXiao Guangrong1-3/+2
2016-11-01acpi nvdimm: fix OperationRegion definitionXiao Guangrong1-60/+62
2016-11-01acpi nvdimm: fix wrong buffer size returned by DSM methodXiao Guangrong1-1/+2
2016-11-01virtio-crypto: add myself as virtio-crypto and cryptodev backends maintainerGonglei1-0/+13
2016-11-01virtio-crypto: using bh to handle dataq's requestsGonglei2-3/+60
2016-11-01cryptodev: introduce an unified wrapper for crypto operationGonglei3-13/+38
2016-11-01virtio-crypto: add data queue processing handlerGonglei2-1/+361
2016-11-01virtio-crypto: add control queue handlerGonglei1-1/+298
2016-11-01virtio-crypto: set capacity of algorithms supportedGonglei2-0/+61
2016-11-01virtio-crypto-pci: add virtio crypto pci supportGonglei3-0/+93
2016-11-01virtio-crypto: add virtio crypto device emulationGonglei4-1/+226
2016-11-01Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20161101-2' into stagingPeter Maydell29-100/+192
2016-11-01tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extensionJoseph Myers1-1/+1
2016-11-01tcg/tcg.h: Improve documentation of TCGv_i32 etc typesPeter Maydell1-8/+30
2016-11-01MAINTAINERS: Update PPC status and maintainerPranith Kumar1-2/+2
2016-11-01target-microblaze: Cleanup dec_mulRichard Henderson1-52/+9
2016-11-01tcg: Add tcg_gen_mulsu2_{i32,i64,tl}Richard Henderson2-0/+47
2016-11-01log: Add locking to large logging blocksRichard Henderson25-1/+98
2016-11-01target-openrisc: Do not dump cpu state with -d in_asmRichard Henderson1-5/+2
2016-11-01target-microblaze: Do not dump cpu state with -d in_asmRichard Henderson1-8/+1
2016-11-01target-cris: Do not dump cpu state with -d in_asmRichard Henderson1-23/+2
2016-11-01Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell18-381/+568
2016-11-01Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell3-38/+49
2016-11-01blockjobs: fix documentationJohn Snow1-2/+2
2016-11-01blockjobs: split interface into public/private, Part 1John Snow10-217/+251
2016-11-01Blockjobs: Internalize user_pause logicJohn Snow3-9/+51
2016-11-01blockjob: centralize QMP event emissionsJohn Snow8-83/+42
2016-11-01Replication/Blockjobs: Create replication jobs as internalJohn Snow6-27/+36
2016-11-01blockjobs: Allow creating internal jobsJohn Snow8-16/+30
2016-11-01blockjobs: hide internal jobs from management APIJohn Snow3-13/+57
2016-11-01block/gluster: fix port type in the QAPI options listPrasanna Kumar Kalever1-1/+1
2016-11-01block/gluster: improve defense over string to int conversionPrasanna Kumar Kalever1-1/+10