This is the same pull request as has been sent initially for 2.0 and which we didn't apply. Except that this time, I fixed one more "allows to" case which I overlooked in qemu-options.hx.
I'm not re-sending whole series again, as at has been sent previously, will only re-send the changed patch as a reply to this message. Please consider pulling. The following changes since commit 2d03b49c3f225994c4b0b46146437d8c887d6774: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140417-1' into staging (2014-04-17 21:37:26 +0100) are available in the git repository at: git://git.corpit.ru/qemu.git tags/trivial-patches-2014-04-18 for you to fetch changes up to b36dc67b95dedcece8757ec23bf42625a7ccda34: Fix grammar in comment (2014-04-18 10:33:36 +0400) ---------------------------------------------------------------- trivial patches for 2014-04-18 ---------------------------------------------------------------- Amos Kong (1): qga: trivial fix for unclear documentation of guest-set-time Chen Gang (1): vl: Report accelerator not supported for target more nicely Hani Benhabiles (1): net: Report error when device / hub combo is not found. Michael Tokarev (1): doc: grammify "allows to" Paolo Bonzini (1): scripts: add sample model file for Coverity Scan Peter Maydell (4): configure: Fix indentation of help for --enable/disable-debug-info hw/ide/ahci.c: Avoid shift left into sign bit int128.h: Avoid undefined behaviours involving signed arithmetic xbzrle.c: Avoid undefined behaviour with signed arithmetic Stefan Weil (2): configure: Remove redundant message for -Werror Fix grammar in comment configure | 5 +- hw/i2c/smbus_eeprom.c | 2 +- hw/ide/ahci.c | 4 +- include/qemu/int128.h | 4 +- net/net.c | 4 +- qemu-doc.texi | 2 +- qemu-options.hx | 7 +- qga/commands-posix.c | 2 +- qga/qapi-schema.json | 14 ++-- scripts/coverity-model.c | 183 ++++++++++++++++++++++++++++++++++++++++++++++ vl.c | 2 +- xbzrle.c | 8 +- 12 files changed, 212 insertions(+), 25 deletions(-) create mode 100644 scripts/coverity-model.c