summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-06hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF()Alistair Francis
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/openrisc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/moxie: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/lm32: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/dma: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis
2018-02-06error: Improve documentation of error_append_hint()Markus Armbruster
2018-02-06migration: incoming postcopy advise sanity checksGreg Kurz
2018-02-06migration: Don't leak IO channelsRoss Lagerwall
2018-02-06migration: Recover block devices if failure in device stateDr. David Alan Gilbert
2018-02-06tests: Adjust sleeps for migration testJuan Quintela
2018-02-06tests: Create migrate-start-postcopy commandJuan Quintela
2018-02-06Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180204' into stagingPeter Maydell
2018-02-06tests: Add deprecated commands migration testJuan Quintela
2018-02-06tests: Use consistent names for migrationJuan Quintela
2018-02-06tests: Consolidate accelerators declarationJuan Quintela
2018-02-06tests: Remove deprecated migration tests commandsJuan Quintela
2018-02-06migration: Drop current address parameter from save_zero_page()Juan Quintela
2018-02-06migration: use s->threshold_size inside migration_update_countersWei Wang
2018-02-06migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32Daniel Henrique Barboza
2018-02-06migration: Route errors down through migration_channel_connectDr. David Alan Gilbert
2018-02-06migration: Allow migrate_fd_connect to take an Error *Dr. David Alan Gilbert
2018-02-05docker: change Fedora images to run with python3Daniel P. Berrange
2018-02-05travis: improve python version test coverageDaniel P. Berrange
2018-02-05ui: update keycodemapdb to get py3 fixesDaniel P. Berrange
2018-02-05input: add missing JIS keys to virtio inputMiika S
2018-02-05qemu.py: don't launch again before shutdown()Amador Pahim
2018-02-05qemu.py: cleanup redundant calls in launch()Amador Pahim
2018-02-05qemu.py: use poll() instead of 'returncode'Amador Pahim
2018-02-05qemu.py: always cleanup on shutdown()Amador Pahim
2018-02-05qemu.py: refactor launch()Amador Pahim
2018-02-05qemu.py: better control of created filesAmador Pahim
2018-02-05qemu.py: remove unused importAmador Pahim
2018-02-05configure: allow use of python 3Daniel P. Berrange
2018-02-05scripts: ensure signrom treats data as bytesDaniel P. Berrange
2018-02-05qapi: force a UTF-8 locale for running PythonDaniel P. Berrange
2018-02-05qapi: ensure stable sort ordering when checking QAPI entitiesDaniel P. Berrange
2018-02-05qapi: remove '-q' arg to diff when comparing QAPI outputDaniel P. Berrange
2018-02-05qapi: Adapt to moved location of 'maketrans' function in py3Daniel P. Berrange
2018-02-05qapi: adapt to moved location of StringIO module in py3Daniel P. Berrange
2018-02-05qapi: Use OrderedDict from standard library if availableDaniel P. Berrange
2018-02-05qapi: use items()/values() intead of iteritems()/itervalues()Daniel P. Berrange
2018-02-05qapi: convert to use python print function instead of statementDaniel P. Berrange
2018-02-05exynos4210: workaround UBSAN compilation errorMarc-André Lureau
2018-02-05sockets: fix parsing of ipv4/ipv6 opts in parse_socket_addrDaniel P. Berrange
2018-02-05Drop remaining bits of ia64 host supportPeter Maydell