aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-13timer/cpus: fix some typos and update some commentsCao jin2-4/+4
2016-09-13timer.h: fix inconsistency between comment and function prototypeCao jin1-6/+11
2016-09-13timer.h: fix typoCao jin1-3/+3
2016-09-13maint: Ignore generated version fileEric Blake1-0/+2
2016-09-13Document that curses usually needs -k option tooSamuel Thibault1-1/+1
2016-09-13trace-event: display "%d" instead of "0x%d"Laurent Vivier1-1/+1
2016-09-13linux-user, trivial: display "0x%x" instead of "0x%d"Laurent Vivier1-1/+1
2016-09-13pic: fix typo in error message: KVM_GET_IRQCHIP -> KVM_SET_IRQCHIPBruce Rogers1-1/+1
2016-09-13sparc: Use g_memdup() instead of g_new0() + memcpy()Thomas Huth1-2/+1
2016-09-13vl: remove unnecessary duplicate call to tpm_cleanupPaolo Bonzini1-3/+0
2016-09-13arm: spelling fix: mismatchMichael Tokarev1-1/+1
2016-09-13hw/dma/omap: spelling fix: endiannessMichael Tokarev1-1/+1
2016-09-13hw/bt/hci: spelling fix: endiannessMichael Tokarev1-1/+1
2016-09-13docs: Fix description of the leaky bucket algorithm in throttle.txtAlberto Garcia1-1/+4
2016-09-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160913-1' into s...Peter Maydell3-5/+19
2016-09-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160913-1' into st...Peter Maydell3-13/+13
2016-09-13Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-5/+54
2016-09-13virtio-vga: adapt to page-per-vq=offGerd Hoffmann1-0/+11
2016-09-13virtio-gpu-pci: tag as not hotpluggableGerd Hoffmann1-0/+1
2016-09-13vmsvga: correct bitmap and pixmap size checksPrasad J Pandit1-5/+7
2016-09-13vnc: fix qemu crash because of SIGSEGVGonglei1-0/+4
2016-09-13qemu-options.hx: correct spice options streaming-video default document value...Li Zhijian1-1/+1
2016-09-13ui/curses.c: Clean up nextchr logicPeter Maydell1-11/+4
2016-09-13ui/curses.c: Ensure we don't read off the end of curses2qemu arrayPeter Maydell1-1/+4
2016-09-13qapi/block-core: add doc describing GlusterServer vs. SocketAddressPrasanna Kumar Kalever1-0/+12
2016-09-13block/gluster: add support to choose libgfapi logfilePrasanna Kumar Kalever2-5/+42
2016-09-12Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell4-0/+0
2016-09-12Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-09-12-1...Peter Maydell8-32/+74
2016-09-12crypto: report enum strings instead of values in errorsDaniel P. Berrange4-13/+22
2016-09-12crypto: fix building complaintGonglei3-6/+4
2016-09-12crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange3-13/+48
2016-09-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell23-39/+825
2016-09-12Update OpenBIOS images to c5542f2 built from submodule.Mark Cave-Ayland4-0/+0
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi11-0/+631
2016-09-10tests/acpi: speedup acpi testsMarcel Apfelbaum1-19/+20
2016-09-09virtio-pci: minor refactoringMichael S. Tsirkin1-1/+1
2016-09-09vhost: don't set vring call if no vectorJason Wang1-0/+14
2016-09-09virtio-pci: error out when both legacy and modern modes are disabledGreg Kurz1-0/+8
2016-09-09virtio-balloon: fix stats vq migrationLadi Prosek1-0/+13
2016-09-09virtio: add virtqueue_rewind()Stefan Hajnoczi2-0/+23
2016-09-09virtio-balloon: discard virtqueue element on resetLadi Prosek1-0/+1
2016-09-09virtio: zero vq->inuse in virtio_reset()Stefan Hajnoczi1-0/+1
2016-09-09virtio-pci: reduce modern_mem_bar sizeMarcel Apfelbaum3-8/+25
2016-09-09target-i386: present virtual L3 cache info for vcpusLongpeng(Mike)3-5/+59
2016-09-09pc: Add 2.8 machineLongpeng(Mike)3-5/+27
2016-09-09virtio-pci: use size from correct structureMichael S. Tsirkin1-1/+1
2016-09-09virtio: Tell the user what went wrong when event_notifier_init failedThomas Huth1-1/+2
2016-09-09Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta...Peter Maydell4-9/+48
2016-09-09qtest.c: Allow zero size in memset qtest commandsPeter Maydell1-4/+7
2016-09-08Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st...Peter Maydell39-90/+248