summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/input/hid: support alternative sysrq/break scancodes for gtk-vncPeter Korsgaard2016-11-101-2/+2
* ui/gtk: Fix build with older versions of gtkThomas Huth2016-11-101-1/+2
* usbredir: free vm_change_state_handler in usbredir destroy dispatchLi Qiang2016-11-101-1/+4
* usb: ehci: fix memory leak in ehci_init_transferLi Qiang2016-11-101-0/+1
* ipxe: update to 20161108 snapshotGerd Hoffmann2016-11-109-0/+0
* Merge remote-tracking branch 'public/tags/tracing-pull-request' into stagingStefan Hajnoczi2016-11-091-2/+5
|\
| * docs/tracing.txt: Update documentation of default backendPeter Maydell2016-11-081-2/+5
* | Merge remote-tracking branch 'public/tags/block-pull-request' into stagingStefan Hajnoczi2016-11-095-31/+74
|\ \ | |/ |/|
| * aio-posix: simplify aio_epoll_updatePaolo Bonzini2016-11-081-15/+8Star
| * aio-posix: avoid NULL pointer dereference in aio_epoll_updatePaolo Bonzini2016-11-081-15/+17
| * block: Don't mark node clean after failed flushKevin Wolf2016-11-084-1/+49
|/
* Merge remote-tracking branch 'pm215/tags/pull-target-arm-20161107' into stagingStefan Hajnoczi2016-11-074-7/+51
|\
| * hw/i2c/bitbang_i2c: Handle NACKs from devicesPeter Maydell2016-11-071-4/+15
| * Fix corruption of CPSR when SCTLR.EE is setJulian Brown2016-11-071-1/+1
| * nvic: set pending status for not active interruptsMarcin Krzeminski2016-11-071-2/+20
| * char: cadence: check baud rate generator and divider valuesPrasad J Pandit2016-11-071-0/+15
* | s390x/kvm: fix run_on_cpu sigp conversionsCornelia Huck2016-11-071-18/+18
|/
* Merge remote-tracking branch 'sstabellini/tags/xen-20161102-tag' into stagingStefan Hajnoczi2016-11-045-2/+12
|\
| * PCMachineState: introduce acpi_build_enabled fieldWei Liu2016-11-024-1/+11
| * hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()Thomas Huth2016-11-021-1/+1
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingStefan Hajnoczi2016-11-0327-435/+763
|\ \
| * | main-loop: Suppress I/O thread warning under qtestMax Reitz2016-11-021-1/+1
| * | docs/rcu.txt: Fix minor typoPranith Kumar2016-11-021-1/+1
| * | vl: exit qemu on guest panic if -no-shutdown is not setChristian Borntraeger2016-11-022-2/+7
| * | checkpatch: allow spaces before parenthesis for 'coroutine_fn'Jeff Cody2016-11-021-1/+1
| * | x86: add AVX512_4VNNIW and AVX512_4FMAPS featuresLuwei Kang2016-11-022-1/+22
| * | slirp: fix CharDriver breakagePaolo Bonzini2016-11-021-2/+1Star
| * | qemu-char: do not forward events through the mux until QEMU has startedPaolo Bonzini2016-11-021-2/+6
| * | nbd: Implement NBD_CMD_WRITE_ZEROES on clientEric Blake2016-11-023-0/+41
| * | nbd: Implement NBD_CMD_WRITE_ZEROES on serverEric Blake2016-11-022-4/+46
| * | nbd: Improve server handling of shutdown requestsEric Blake2016-11-025-4/+41
| * | nbd: Refactor conversion to errno to silence checkpatchEric Blake2016-11-021-6/+14
| * | nbd: Support shorter handshakeEric Blake2016-11-023-7/+22
| * | nbd: Less allocation during NBD_OPT_LISTEric Blake2016-11-021-72/+67Star
| * | nbd: Let client skip portions of server replyEric Blake2016-11-021-14/+33
| * | nbd: Let server know when client gives up negotiationEric Blake2016-11-021-0/+30
| * | nbd: Share common option-sending code in clientEric Blake2016-11-023-151/+131Star
| * | nbd: Send message along with server NBD_REP_ERR errorsEric Blake2016-11-021-19/+59
| * | nbd: Share common reply-sending code in serverEric Blake2016-11-021-25/+27
| * | nbd: Rename struct nbd_request and nbd_replyEric Blake2016-11-025-27/+29
| * | nbd: Rename NbdClientSession to NBDClientSessionEric Blake2016-11-023-18/+18
| * | nbd: Rename NBDRequest to NBDRequestDataEric Blake2016-11-021-10/+10
| * | nbd: Treat flags vs. command type as separate fieldsEric Blake2016-11-025-37/+42
| * | nbd: Add qemu-nbd -D for human-readable descriptionEric Blake2016-11-025-12/+45
| * | exec.c: check memory backend file size with 'size' optionHaozhong Zhang2016-11-021-0/+7
| * | exec.c: do not truncate non-empty memory backend fileHaozhong Zhang2016-11-011-1/+21
| * | exec.c: ensure all AddressSpaceDispatch updates under RCUAlex Bennée2016-11-011-2/+2
| * | tests: send error_report to test logPaolo Bonzini2016-11-012-1/+20
| * | qemu-error: remove dependency of stubs on monitorPaolo Bonzini2016-11-016-35/+39
| * | nbd: Use CoQueue for free_sema instead of CoMutexChanglong Xie2016-11-012-5/+5