aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-09-16tcg: Merge GETPC and GETRARichard Henderson
2016-09-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2016-09-15Remove unused function declarationsLadi Prosek
2016-09-15fpu: add mechanism to check for invalid long double formatsAndrew Dutcher
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-09-13cutils: Add test for buffer_is_zeroRichard Henderson
2016-09-13cutils: Export only buffer_is_zeroRichard Henderson
2016-09-13ppc: do not redefine CPUPPCStatePaolo Bonzini
2016-09-13x86/lapic: Load LAPIC state at post_loadDr. David Alan Gilbert
2016-09-13atomics: Use __atomic_*_n() variant primitivesPranith Kumar
2016-09-13atomics: Remove redundant barrier()'sPranith Kumar
2016-09-13kvm-all: drop kvm_setup_guest_memoryCao jin
2016-09-13timer: update commentsCao jin
2016-09-13tcg: Prepare TB invalidation for lockless TB lookupPaolo Bonzini
2016-09-13qtail: clean up direct access to tqe_prev fieldIgor Mammedov
2016-09-13Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2016-09-13timer/cpus: fix some typos and update some commentsCao jin
2016-09-13timer.h: fix inconsistency between comment and function prototypeCao jin
2016-09-13timer.h: fix typoCao jin
2016-09-13iothread: Stop threads before main() quitsFam Zheng
2016-09-13mirror: auto complete active commitWen Congyang
2016-09-13Backup: export interfaces for extra serializationChanglong Xie
2016-09-13Backup: clear all bitmap when doing block checkpointWen Congyang
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi
2016-09-09virtio: add virtqueue_rewind()Stefan Hajnoczi
2016-09-09virtio-pci: reduce modern_mem_bar sizeMarcel Apfelbaum
2016-09-09target-i386: present virtual L3 cache info for vcpusLongpeng(Mike)
2016-09-09pc: Add 2.8 machineLongpeng(Mike)
2016-09-08bus: simplify name handlingMarc-André Lureau
2016-09-08pc: keep gsi referenceMarc-André Lureau
2016-09-08machine: use class base init generated nameMarc-André Lureau
2016-09-08pc: simplify passing qemu_irqMarc-André Lureau
2016-09-08portio: keep references on portioMarc-André Lureau
2016-09-08glib-compat: add g_(s)list_free_full()Marc-André Lureau
2016-09-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160907' into...Peter Maydell
2016-09-07hw/ppc: add a ppc_create_page_sizes_prop() helper routineCédric Le Goater
2016-09-07hw/ppc: use error_report instead of fprintfCédric Le Goater
2016-09-07hw/ppc: include fdt helper routine in a common fileCédric Le Goater
2016-09-06ast2400: add a memory controller device modelCédric Le Goater
2016-09-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-09-06qmp: add QMP interface "query-cpu-model-baseline"David Hildenbrand
2016-09-06qmp: add QMP interface "query-cpu-model-comparison"David Hildenbrand
2016-09-06qmp: add QMP interface "query-cpu-model-expansion"David Hildenbrand
2016-09-06s390x/sclp: propagate hmfaiDavid Hildenbrand
2016-09-06s390x/sclp: propagate the mha via sclpDavid Hildenbrand
2016-09-06s390x/sclp: propagate the ibc val (lowest and unblocked ibc)David Hildenbrand
2016-09-06s390x/sclp: introduce sclp feature blocksDavid Hildenbrand
2016-09-05coroutine: Assert that no locks are held on terminationKevin Wolf
2016-09-05coroutine: Let CoMutex remember who holds itKevin Wolf
2016-09-05drive-backup: added support for data compressionPavel Butsykin