Age | Commit message (Expand) | Author |
2017-04-24 | vmsvga: fix vmsvga_update_display | Gerd Hoffmann |
2017-04-24 | g364fb: make display updates thread safe | Gerd Hoffmann |
2017-04-24 | exynos: make display updates thread safe | Gerd Hoffmann |
2017-04-24 | framebuffer: make display updates thread safe | Gerd Hoffmann |
2017-04-24 | vga: make display updates thread safe. | Gerd Hoffmann |
2017-04-24 | vga: add vga_scanline_invalidated helper | Gerd Hoffmann |
2017-04-24 | memory: add support getting and using a dirty bitmap copy. | Gerd Hoffmann |
2017-04-24 | bitmap: add bitmap_copy_and_clear_atomic | Gerd Hoffmann |
2017-04-24 | virtio-gpu: replace PIXMAN_* by PIXMAN_BE_* | Laurent Vivier |
2017-04-24 | console: add same displaychangelistener registration pre-condition | Marc-André Lureau |
2017-04-24 | console: add same surface replace pre-condition | Marc-André Lureau |
2017-04-21 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i... | Peter Maydell |
2017-04-21 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2017-04-21 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2017-04-21 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170421' into staging | Peter Maydell |
2017-04-21 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2017-04-21' into ... | Peter Maydell |
2017-04-21 | hmp: info migrate_parameters format tunes | Peter Xu |
2017-04-21 | hmp: info migrate_capability format tunes | Peter Xu |
2017-04-21 | migration: rename max_size to threshold_size | Peter Xu |
2017-04-21 | migration: set current_active_state once | Peter Xu |
2017-04-21 | virtio-rng: stop virtqueue while the CPU is stopped | Laurent Vivier |
2017-04-21 | migration: don't close a file descriptor while it can be in use | Laurent Vivier |
2017-04-21 | ram: Remove migration_bitmap_extend() | Juan Quintela |
2017-04-21 | migration: Disable hotplug/unplug during migration | Juan Quintela |
2017-04-21 | qdev: Move qdev_unplug() to qdev-monitor.c | Juan Quintela |
2017-04-21 | qdev: Export qdev_hot_removed | Juan Quintela |
2017-04-21 | qdev: qdev_hotplug is really a bool | Juan Quintela |
2017-04-21 | migration: Remove MigrationState parameter from migration_is_idle() | Juan Quintela |
2017-04-21 | ram: Use RAMBitmap type for coherence | Juan Quintela |
2017-04-21 | ram: rename last_ram_offset() last_ram_pages() | Juan Quintela |
2017-04-21 | ram: Use ramblock and page offset instead of absolute offset | Juan Quintela |
2017-04-21 | ram: Change offset field in PageSearchStatus to page | Juan Quintela |
2017-04-21 | ram: Remember last_page instead of last_offset | Juan Quintela |
2017-04-21 | ram: Use page number instead of an address for the bitmap operations | Juan Quintela |
2017-04-21 | ram: reorganize last_sent_block | Juan Quintela |
2017-04-21 | ram: ram_discard_range() don't use the mis parameter | Juan Quintela |
2017-04-21 | ram: Pass RAMBlock to bitmap_sync | Juan Quintela |
2017-04-21 | ram: Add page-size to output in 'info migrate' | Chao Fan |
2017-04-21 | ram: Rename qemu_target_page_bits() to qemu_target_page_size() | Juan Quintela |
2017-04-21 | ram: We don't need MigrationState parameter anymore | Juan Quintela |
2017-04-21 | migration: Remove MigrationState from migration_in_postcopy | Juan Quintela |
2017-04-21 | ram: Remove compression_switch and inline its logic | Juan Quintela |
2017-04-21 | ram: Move QEMUFile into RAMState | Juan Quintela |
2017-04-21 | ram: Add QEMUFile to RAMState | Juan Quintela |
2017-04-21 | ram: Move postcopy_requests into RAMState | Juan Quintela |
2017-04-21 | ram: Move dirty_pages_rate to RAMState | Juan Quintela |
2017-04-21 | ram: Remove dirty_bytes_rate | Juan Quintela |
2017-04-21 | ram: Create ram_dirty_sync_count() | Juan Quintela |
2017-04-21 | ram: Move src_page_req* to RAMState | Juan Quintela |
2017-04-21 | ram: Move last_req_rb to RAMState | Juan Quintela |