summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ram: Move norm_pages to RAMStateJuan Quintela2017-04-211-12/+14
| * ram: Remove unused pages_skipped variableJuan Quintela2017-04-213-14/+2Star
| * ram: Remove unused dup_mig_bytes_transferred()Juan Quintela2017-04-212-6/+0Star
| * ram: Move dup_pages into RAMStateJuan Quintela2017-04-211-11/+18
| * ram: Move iterations_prev into RAMStateJuan Quintela2017-04-211-7/+6Star
| * ram: Move xbzrle_cache_miss_prev into RAMStateJuan Quintela2017-04-211-4/+5
| * ram: Change num_dirty_pages_period type to uint64_tJuan Quintela2017-04-212-2/+2
| * ram: Move num_dirty_pages_period into RAMStateJuan Quintela2017-04-211-9/+11
| * ram: Change byte_xfer_{prev,now} type to uint64_tJuan Quintela2017-04-211-2/+2
| * ram: Move bytes_xfer_prev into RAMStateJuan Quintela2017-04-211-6/+7
| * ram: Move start time into RAMStateJuan Quintela2017-04-211-9/+11
| * ram: Move bitmap_sync_count into RAMStateJuan Quintela2017-04-211-11/+12
| * ram: Add dirty_rate_high_cnt to RAMStateJuan Quintela2017-04-211-10/+11
| * ram: Create RAMStateJuan Quintela2017-04-211-57/+83
| * ram: Rename block_name to rbnameJuan Quintela2017-04-211-9/+8Star
| * ram: Rename flush_page_queue() to migration_page_queue_free()Juan Quintela2017-04-213-4/+5
| * ram: Update all functions commentsJuan Quintela2017-04-211-121/+227
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-04-215-24/+47
|\ \
| * | simpletrace: document Analyzer method signaturesStefan Hajnoczi2017-04-211-1/+22
| * | trace: Put all trace.o into libqemuutil.aXu, Anthony2017-04-213-7/+6Star
| * | configure: eliminate Python dependency for --helpStefan Hajnoczi2017-04-211-16/+19
| |/
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-04-215-8/+77
|\ \
| * | MAINTAINERS: update my email addressZhang Chen2017-04-211-1/+1
| * | MAINTAINERS: update Wen's email addressChanglong Xie2017-04-211-1/+1
| * | migration/block: use blk_pwrite_zeroes for each zero clusterLidong Chen2017-04-211-2/+33
| * | throttle: make throttle_config(throttle_get_config()) symmetricStefan Hajnoczi2017-04-212-4/+18
| * | throttle: do not use invalid config in testStefan Hajnoczi2017-04-211-4/+4
| * | qemu-options: explain disk I/O throttling optionsStefan Hajnoczi2017-04-211-0/+24
| |/
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170421' into stagingPeter Maydell2017-04-2114-97/+218
|\ \
| * | s390x: Drop useless castsEric Blake2017-04-211-2/+2
| * | s390x: register I/O adapters per ISC during initFei Li2017-04-216-47/+74
| * | s390x/flic: cache flic in s390_get_flicFei Li2017-04-211-3/+6
| * | s390x: initialize flic before I/O subsystemsFei Li2017-04-211-1/+2
| * | s390x: use enum for adapter type and standardize its namingFei Li2017-04-214-5/+9
| * | s390x/css: consolidate the devno property for ccw devicesDong Jia Shi2017-04-213-13/+4Star
| * | s390x/css: provide introspection for virtual subchannel and device busidDong Jia Shi2017-04-213-6/+67
| * | s390x/css: introduce read-only property type for device idsDong Jia Shi2017-04-212-0/+12
| * | s390x/pci: make printf always compile in debug outputDanil Antonov2017-04-212-14/+18
| * | s390x/kvm: make printf always compile in debug outputDanil Antonov2017-04-211-8/+8
| * | s390x: introduce 2.10 compat machineCornelia Huck2017-04-212-1/+19
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2017-04-21' into ...Peter Maydell2017-04-2111-90/+12Star
|\ \ \
| * | | qdev: remove cannot_destroy_with_object_finalize_yetLaurent Vivier2017-04-212-18/+0Star
| * | | versatile: remove cannot_destroy_with_object_finalize_yetLaurent Vivier2017-04-211-23/+12Star
| * | | ppc: remove cannot_destroy_with_object_finalize_yetLaurent Vivier2017-04-211-10/+0Star
| * | | arm: remove remaining cannot_destroy_with_object_finalize_yetLaurent Vivier2017-04-207-39/+0Star
* | | | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...Peter Maydell2017-04-2116-54/+584
|\ \ \ \ | |_|_|/ |/| | |
| * | | qdev: Constify local variable returned by blk_bsKrzysztof Kozlowski2017-04-201-1/+1
| * | | qdev: Constify value passed to qdev_prop_set_macaddrKrzysztof Kozlowski2017-04-202-2/+4
| * | | hostmem: use host_memory_backend_mr_inited() where properPeter Xu2017-04-202-8/+8
| * | | hostmem: introduce host_memory_backend_mr_inited()Peter Xu2017-04-202-0/+10