aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-02PCMachineState: introduce acpi_build_enabled fieldWei Liu4-1/+11
2016-11-02hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()Thomas Huth1-1/+1
2016-11-02main-loop: Suppress I/O thread warning under qtestMax Reitz1-1/+1
2016-11-02docs/rcu.txt: Fix minor typoPranith Kumar1-1/+1
2016-11-02vl: exit qemu on guest panic if -no-shutdown is not setChristian Borntraeger2-2/+7
2016-11-02checkpatch: allow spaces before parenthesis for 'coroutine_fn'Jeff Cody1-1/+1
2016-11-02x86: add AVX512_4VNNIW and AVX512_4FMAPS featuresLuwei Kang2-1/+22
2016-11-02slirp: fix CharDriver breakagePaolo Bonzini1-2/+1
2016-11-02qemu-char: do not forward events through the mux until QEMU has startedPaolo Bonzini1-2/+6
2016-11-02nbd: Implement NBD_CMD_WRITE_ZEROES on clientEric Blake3-0/+41
2016-11-02nbd: Implement NBD_CMD_WRITE_ZEROES on serverEric Blake2-4/+46
2016-11-02nbd: Improve server handling of shutdown requestsEric Blake5-4/+41
2016-11-02nbd: Refactor conversion to errno to silence checkpatchEric Blake1-6/+14
2016-11-02nbd: Support shorter handshakeEric Blake3-7/+22
2016-11-02nbd: Less allocation during NBD_OPT_LISTEric Blake1-72/+67
2016-11-02nbd: Let client skip portions of server replyEric Blake1-14/+33
2016-11-02nbd: Let server know when client gives up negotiationEric Blake1-0/+30
2016-11-02nbd: Share common option-sending code in clientEric Blake3-151/+131
2016-11-02nbd: Send message along with server NBD_REP_ERR errorsEric Blake1-19/+59
2016-11-02nbd: Share common reply-sending code in serverEric Blake1-25/+27
2016-11-02nbd: Rename struct nbd_request and nbd_replyEric Blake5-27/+29
2016-11-02nbd: Rename NbdClientSession to NBDClientSessionEric Blake3-18/+18
2016-11-02nbd: Rename NBDRequest to NBDRequestDataEric Blake1-10/+10
2016-11-02nbd: Treat flags vs. command type as separate fieldsEric Blake5-37/+42
2016-11-02nbd: Add qemu-nbd -D for human-readable descriptionEric Blake5-12/+45
2016-11-02exec.c: check memory backend file size with 'size' optionHaozhong Zhang1-0/+7
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