summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell33-178/+303
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-07Merge remote-tracking branch 'mreitz/tags/pull-block-2016-10-07' into queue-b...Kevin Wolf6-62/+155
2016-10-07dmg: Move libbz2 code to dmg-bz2.soFam Zheng4-53/+139
2016-10-07module: Don't load the same module if requested multiple timesFam Zheng1-2/+16
2016-10-07scripts: Allow block module to not define BlockDriverFam Zheng1-7/+0
2016-10-07block: Add qdev ID to DEVICE_TRAY_MOVEDKevin Wolf5-11/+46
2016-10-07block-backend: Remember if attached device is non-qdevKevin Wolf3-11/+23
2016-10-07block: Add node name to BLOCK_IO_ERROR eventKevin Wolf3-5/+18
2016-10-07block: Add bdrv_runtime_opts to query-command-line-optionsKevin Wolf4-2/+4
2016-10-07block: use aio_bh_schedule_oneshotPaolo Bonzini14-81/+27
2016-10-07async: add aio_bh_schedule_oneshotPaolo Bonzini2-4/+29
2016-10-07block: use bdrv_add_before_write_notifierPaolo Bonzini1-2/+1