summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-24qxl: add xres and yres propertiesGerd Hoffmann2-10/+26
2017-04-24vmsvga: fix vmsvga_update_displayGerd Hoffmann1-18/+3
2017-04-24g364fb: make display updates thread safeGerd Hoffmann1-23/+5
2017-04-24exynos: make display updates thread safeGerd Hoffmann1-5/+6
2017-04-24framebuffer: make display updates thread safeGerd Hoffmann1-6/+5
2017-04-24vga: make display updates thread safe.Gerd Hoffmann1-19/+17
2017-04-24vga: add vga_scanline_invalidated helperGerd Hoffmann1-3/+11
2017-04-24memory: add support getting and using a dirty bitmap copy.Gerd Hoffmann5-0/+147
2017-04-24bitmap: add bitmap_copy_and_clear_atomicGerd Hoffmann2-0/+13
2017-04-24virtio-gpu: replace PIXMAN_* by PIXMAN_BE_*Laurent Vivier1-27/+8
2017-04-24console: add same displaychangelistener registration pre-conditionMarc-André Lureau1-0/+2
2017-04-24console: add same surface replace pre-conditionMarc-André Lureau1-0/+2
2017-04-21Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell18-731/+791
2017-04-21Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell5-24/+47
2017-04-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell5-8/+77
2017-04-21Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170421' into stagingPeter Maydell14-97/+218
2017-04-21Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2017-04-21' into ...Peter Maydell11-90/+12
2017-04-21hmp: info migrate_parameters format tunesPeter Xu1-12/+10
2017-04-21hmp: info migrate_capability format tunesPeter Xu1-3/+1
2017-04-21migration: rename max_size to threshold_sizePeter Xu3-11/+17
2017-04-21migration: set current_active_state oncePeter Xu1-1/+0
2017-04-21virtio-rng: stop virtqueue while the CPU is stoppedLaurent Vivier3-6/+28
2017-04-21migration: don't close a file descriptor while it can be in useLaurent Vivier1-3/+3
2017-04-21ram: Remove migration_bitmap_extend()Juan Quintela3-37/+0
2017-04-21migration: Disable hotplug/unplug during migrationJuan Quintela1-0/+11
2017-04-21qdev: Move qdev_unplug() to qdev-monitor.cJuan Quintela2-34/+34
2017-04-21qdev: Export qdev_hot_removedJuan Quintela2-1/+2
2017-04-21qdev: qdev_hotplug is really a boolJuan Quintela2-3/+3
2017-04-21migration: Remove MigrationState parameter from migration_is_idle()Juan Quintela2-6/+4
2017-04-21ram: Use RAMBitmap type for coherenceJuan Quintela1-5/+5
2017-04-21ram: rename last_ram_offset() last_ram_pages()Juan Quintela3-10/+9
2017-04-21ram: Use ramblock and page offset instead of absolute offsetJuan Quintela1-38/+27
2017-04-21ram: Change offset field in PageSearchStatus to pageJuan Quintela1-25/+26
2017-04-21ram: Remember last_page instead of last_offsetJuan Quintela1-7/+7
2017-04-21ram: Use page number instead of an address for the bitmap operationsJuan Quintela2-44/+36
2017-04-21ram: reorganize last_sent_blockJuan Quintela1-21/+15
2017-04-21ram: ram_discard_range() don't use the mis parameterJuan Quintela4-14/+7
2017-04-21ram: Pass RAMBlock to bitmap_syncJuan Quintela2-4/+6
2017-04-21ram: Add page-size to output in 'info migrate'Chao Fan3-1/+8
2017-04-21ram: Rename qemu_target_page_bits() to qemu_target_page_size()Juan Quintela5-13/+13
2017-04-21ram: We don't need MigrationState parameter anymoreJuan Quintela1-17/+10
2017-04-21migration: Remove MigrationState from migration_in_postcopyJuan Quintela4-17/+17
2017-04-21ram: Remove compression_switch and inline its logicJuan Quintela1-4/+8
2017-04-21ram: Move QEMUFile into RAMStateJuan Quintela1-47/+37
2017-04-21ram: Add QEMUFile to RAMStateJuan Quintela1-7/+10
2017-04-21ram: Move postcopy_requests into RAMStateJuan Quintela3-11/+13
2017-04-21ram: Move dirty_pages_rate to RAMStateJuan Quintela3-8/+13
2017-04-21ram: Remove dirty_bytes_rateJuan Quintela3-5/+3
2017-04-21ram: Create ram_dirty_sync_count()Juan Quintela3-4/+7
2017-04-21ram: Move src_page_req* to RAMStateJuan Quintela3-43/+40