Age | Commit message (Expand) | Author |
2018-02-06 | tcg: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/xen*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/sparc*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF() | Alistair Francis |
2018-02-06 | hw/ppc: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/pci*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/openrisc: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/moxie: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/mips: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/lm32: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/dma: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/arm: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis |
2018-02-06 | error: Improve documentation of error_append_hint() | Markus Armbruster |
2018-02-06 | migration: incoming postcopy advise sanity checks | Greg Kurz |
2018-02-06 | migration: Don't leak IO channels | Ross Lagerwall |
2018-02-06 | migration: Recover block devices if failure in device state | Dr. David Alan Gilbert |
2018-02-06 | tests: Adjust sleeps for migration test | Juan Quintela |
2018-02-06 | tests: Create migrate-start-postcopy command | Juan Quintela |
2018-02-06 | Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180204' into staging | Peter Maydell |
2018-02-06 | tests: Add deprecated commands migration test | Juan Quintela |
2018-02-06 | tests: Use consistent names for migration | Juan Quintela |
2018-02-06 | tests: Consolidate accelerators declaration | Juan Quintela |
2018-02-06 | tests: Remove deprecated migration tests commands | Juan Quintela |
2018-02-06 | migration: Drop current address parameter from save_zero_page() | Juan Quintela |
2018-02-06 | migration: use s->threshold_size inside migration_update_counters | Wei Wang |
2018-02-06 | migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32 | Daniel Henrique Barboza |
2018-02-06 | migration: Route errors down through migration_channel_connect | Dr. David Alan Gilbert |
2018-02-06 | migration: Allow migrate_fd_connect to take an Error * | Dr. David Alan Gilbert |
2018-02-05 | docker: change Fedora images to run with python3 | Daniel P. Berrange |
2018-02-05 | travis: improve python version test coverage | Daniel P. Berrange |
2018-02-05 | ui: update keycodemapdb to get py3 fixes | Daniel P. Berrange |
2018-02-05 | input: add missing JIS keys to virtio input | Miika S |
2018-02-05 | qemu.py: don't launch again before shutdown() | Amador Pahim |
2018-02-05 | qemu.py: cleanup redundant calls in launch() | Amador Pahim |
2018-02-05 | qemu.py: use poll() instead of 'returncode' | Amador Pahim |
2018-02-05 | qemu.py: always cleanup on shutdown() | Amador Pahim |
2018-02-05 | qemu.py: refactor launch() | Amador Pahim |
2018-02-05 | qemu.py: better control of created files | Amador Pahim |
2018-02-05 | qemu.py: remove unused import | Amador Pahim |
2018-02-05 | configure: allow use of python 3 | Daniel P. Berrange |
2018-02-05 | scripts: ensure signrom treats data as bytes | Daniel P. Berrange |
2018-02-05 | qapi: force a UTF-8 locale for running Python | Daniel P. Berrange |
2018-02-05 | qapi: ensure stable sort ordering when checking QAPI entities | Daniel P. Berrange |
2018-02-05 | qapi: remove '-q' arg to diff when comparing QAPI output | Daniel P. Berrange |
2018-02-05 | qapi: Adapt to moved location of 'maketrans' function in py3 | Daniel P. Berrange |
2018-02-05 | qapi: adapt to moved location of StringIO module in py3 | Daniel P. Berrange |
2018-02-05 | qapi: Use OrderedDict from standard library if available | Daniel P. Berrange |
2018-02-05 | qapi: use items()/values() intead of iteritems()/itervalues() | Daniel P. Berrange |
2018-02-05 | qapi: convert to use python print function instead of statement | Daniel P. Berrange |