index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-24
sm501: Add emulation of chip connected via PCI
BALATON Zoltan
1
-0
/
+3
2017-04-24
sm501: QOMify
BALATON Zoltan
1
-5
/
+0
2017-04-21
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...
Peter Maydell
6
-40
/
+19
2017-04-21
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170421' into staging
Peter Maydell
2
-3
/
+19
2017-04-21
Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2017-04-21' into ...
Peter Maydell
1
-13
/
+0
2017-04-21
migration: rename max_size to threshold_size
Peter Xu
1
-1
/
+2
2017-04-21
virtio-rng: stop virtqueue while the CPU is stopped
Laurent Vivier
1
-0
/
+2
2017-04-21
ram: Remove migration_bitmap_extend()
Juan Quintela
1
-2
/
+0
2017-04-21
qdev: Export qdev_hot_removed
Juan Quintela
1
-0
/
+1
2017-04-21
qdev: qdev_hotplug is really a bool
Juan Quintela
1
-1
/
+1
2017-04-21
migration: Remove MigrationState parameter from migration_is_idle()
Juan Quintela
1
-1
/
+1
2017-04-21
ram: rename last_ram_offset() last_ram_pages()
Juan Quintela
1
-1
/
+1
2017-04-21
ram: ram_discard_range() don't use the mis parameter
Juan Quintela
1
-2
/
+1
2017-04-21
ram: Pass RAMBlock to bitmap_sync
Juan Quintela
1
-0
/
+2
2017-04-21
ram: Rename qemu_target_page_bits() to qemu_target_page_size()
Juan Quintela
1
-1
/
+1
2017-04-21
migration: Remove MigrationState from migration_in_postcopy
Juan Quintela
1
-1
/
+1
2017-04-21
ram: Move postcopy_requests into RAMState
Juan Quintela
1
-4
/
+2
2017-04-21
ram: Move dirty_pages_rate to RAMState
Juan Quintela
1
-1
/
+1
2017-04-21
ram: Remove dirty_bytes_rate
Juan Quintela
1
-1
/
+0
2017-04-21
ram: Create ram_dirty_sync_count()
Juan Quintela
1
-1
/
+1
2017-04-21
ram: Move src_page_req* to RAMState
Juan Quintela
1
-16
/
+1
2017-04-21
ram: Move last_req_rb to RAMState
Juan Quintela
1
-2
/
+0
2017-04-21
ram: Remove norm_mig_bytes_transferred
Juan Quintela
1
-1
/
+0
2017-04-21
ram: Remove unused pages_skipped variable
Juan Quintela
1
-2
/
+0
2017-04-21
ram: Remove unused dup_mig_bytes_transferred()
Juan Quintela
1
-1
/
+0
2017-04-21
ram: Change num_dirty_pages_period type to uint64_t
Juan Quintela
1
-1
/
+1
2017-04-21
ram: Rename flush_page_queue() to migration_page_queue_free()
Juan Quintela
1
-1
/
+1
2017-04-21
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...
Peter Maydell
4
-2
/
+61
2017-04-21
s390x: register I/O adapters per ISC during init
Fei Li
1
-2
/
+5
2017-04-21
s390x: use enum for adapter type and standardize its naming
Fei Li
1
-2
/
+7
2017-04-21
s390x/css: introduce read-only property type for device ids
Dong Jia Shi
1
-0
/
+5
2017-04-21
s390x: introduce 2.10 compat machine
Cornelia Huck
1
-0
/
+3
2017-04-21
qdev: remove cannot_destroy_with_object_finalize_yet
Laurent Vivier
1
-13
/
+0
2017-04-20
qdev: Constify value passed to qdev_prop_set_macaddr
Krzysztof Kozlowski
1
-1
/
+2
2017-04-20
hostmem: introduce host_memory_backend_mr_inited()
Peter Xu
1
-0
/
+1
2017-04-20
intel_iommu: enable remote IOTLB
Peter Xu
1
-0
/
+8
2017-04-20
intel_iommu: allow dynamic switch of IOMMU region
Peter Xu
1
-0
/
+2
2017-04-20
intel_iommu: provide its own replay() callback
Peter Xu
1
-0
/
+2
2017-04-20
memory: add MemoryRegionIOMMUOps.replay() callback
Peter Xu
1
-0
/
+2
2017-04-20
memory: introduce memory_region_notify_one()
Peter Xu
1
-0
/
+15
2017-04-20
memory: provide iommu_replay_all()
Peter Xu
1
-0
/
+8
2017-04-20
memory: provide IOMMU_NOTIFIER_FOREACH macro
Peter Xu
1
-0
/
+3
2017-04-20
memory: add section range info for IOMMU notifier
Peter Xu
1
-1
/
+18
2017-04-20
Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1
Peter Maydell
2
-129
/
+0
2017-04-20
cadence_gem: Make the revision a property
Alistair Francis
1
-0
/
+1
2017-04-18
block: Drain BH in bdrv_drained_begin
Fam Zheng
1
-8
/
+14
2017-04-11
block: Introduce bdrv_coroutine_enter
Fam Zheng
1
-0
/
+5
2017-04-11
async: Introduce aio_co_enter
Fam Zheng
1
-0
/
+9
2017-04-11
coroutine: Extract qemu_aio_coroutine_enter
Fam Zheng
1
-0
/
+5
2017-04-11
block: Make bdrv_parent_drained_begin/end public
Fam Zheng
1
-0
/
+16
[next]