aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell22-51/+70
2016-10-10Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-10-07' into ...Peter Maydell9-28/+129
2016-10-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell51-980/+802
2016-10-08net/filter-mirror: Fix mirror initial check typoZhang Chen1-2/+2
2016-10-08virtio: rename the bar index field name in VirtIOPCIProxyChen Fan3-16/+16
2016-10-08linux-user: include <poll.h> instead of <sys/poll.h>Felix Janda1-1/+1
2016-10-08char: fix missing return in error path for chardev TLS initDaniel P. Berrange1-0/+1
2016-10-08CODING_STYLE: Fix a typo ("have" vs. "has")Jonathan Neuschäfer1-1/+1
2016-10-08bitmap: refine and move BITMAP_{FIRST/LAST}_WORD_MASKWei Yang2-7/+2
2016-10-08build-sys: fix find-in-pathMarc-André Lureau1-1/+1
2016-10-08m68k: change default system clock for m5208evbGreg Ungerer1-1/+1
2016-10-08exec: remove unused compacted argumentMarc-André Lureau1-5/+3
2016-10-08usb: ehci: fix memory leak in ehci_process_itdLi Qiang1-0/+1
2016-10-08qapi: make the json schema files more regular.David Anderson2-7/+1
2016-10-08maint: Add module_block.h to .gitignoreLin Ma1-0/+1
2016-10-08MAINTAINERS: Some updates related to the SH4 machinesThomas Huth1-1/+3
2016-10-08MAINTAINERS: Add some more MIPS related filesThomas Huth1-0/+7
2016-10-08MAINTAINERS: Add usermode related config filesThomas Huth1-0/+2
2016-10-08MAINTAINERS: Add some more pattern to recognize all win32 related filesThomas Huth1-0/+3
2016-10-08MAINTAINERS: Add some more rocker related filesThomas Huth1-0/+2
2016-10-08MAINTAINERS: Add header files to CRIS sectionThomas Huth1-0/+1
2016-10-08MAINTAINERS: Add some more files to the virtio sectionThomas Huth1-0/+2
2016-10-08MAINTAINERS: Add some SPARC machine related filesThomas Huth1-2/+7
2016-10-08MAINTAINERS: Add include/hw/audio/ to audio sectionThomas Huth1-0/+1
2016-10-08MAINTAINERS: Add some more files to the HMP sectionThomas Huth1-2/+3
2016-10-08MAINTAINERS: Add files to the Moxie section.Thomas Huth1-0/+2
2016-10-08tests: Ignore test executablesEric Blake1-0/+2
2016-10-08bt-hci-csr: drop unused argumentPaolo Bonzini3-4/+3
2016-10-08qemu-options.hx: fix -chardev ringbuf typosStefan Hajnoczi1-1/+1
2016-10-07docs: Belatedly update for move of QMP/* to docs/Markus Armbruster2-3/+3
2016-10-07docs: Belatedly update for move of qmp-commands.txtMarkus Armbruster1-1/+1
2016-10-07qmp: Disable query-cpu-* commands when they're unavailableEduardo Habkost1-0/+9
2016-10-07MAINTAINERS: Pass the QObject staff from Luiz to MarkusMarkus Armbruster1-3/+3
2016-10-07MAINTAINERS: Pass the HMP staff from Luiz to DavidMarkus Armbruster1-2/+1
2016-10-07qapi: return a 'missing parameter' errorMarc-André Lureau2-20/+49
2016-10-07qapi: assert list entry has a valueMarc-André Lureau1-0/+1
2016-10-07qapi: add assert about root valueMarc-André Lureau1-0/+2
2016-10-07bsd-user: fix FreeBSD build after d148d90eEd Maste1-0/+10
2016-10-07qemu-doc: merge qemu-tech and qemu-docPaolo Bonzini6-65/+21
2016-10-07qemu-tech: rewrite some partsPaolo Bonzini1-82/+42
2016-10-07qemu-tech: reorganize contentPaolo Bonzini1-97/+74
2016-10-07qemu-tech: move TCG test documentation to tests/tcg/READMEPaolo Bonzini2-35/+76
2016-10-07qemu-tech: move user mode emulation features from qemu-techPaolo Bonzini2-71/+34
2016-10-07qemu-tech: document lazy condition code evaluation in cpu.hPaolo Bonzini6-25/+34
2016-10-07qemu-tech: move text from qemu-tech to tcg/READMEPaolo Bonzini2-10/+7
2016-10-07qemu-doc: drop installation and compilation notesPaolo Bonzini2-251/+0
2016-10-07qemu-doc: replace introduction with the one from the internals manualPaolo Bonzini2-128/+44
2016-10-07qemu-tech: drop indexPaolo Bonzini1-5/+0
2016-10-06test-qht: perform lookups under rcu_read_lockEmilio G. Cota1-0/+4
2016-10-06qht: fix unlock-after-free segfault upon resizingEmilio G. Cota1-21/+28