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
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-14
hw/display/qxl.c Use memory_region_init_ram()
Peter Maydell
1
-6
/
+3
2017-07-14
hw/pci/pci.c: Use memory_region_init_rom()
Peter Maydell
1
-2
/
+1
2017-07-14
hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device()
Peter Maydell
2
-4
/
+2
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
51
-167
/
+89
2017-07-14
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
Peter Maydell
8
-11
/
+11
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
68
-105
/
+105
2017-07-14
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...
Peter Maydell
12
-50
/
+1090
2017-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
65
-373
/
+475
2017-07-14
s390x/kvm: enable guarded storage
Fan Zhang
1
-0
/
+18
2017-07-14
s390x/cpumodel: add esop/esop2 to z12 model
Jason J. Herne
1
-0
/
+3
2017-07-14
s390x/flic: migrate ais states
Yi Min Zhao
2
-0
/
+101
2017-07-14
s390x/cpumodel: add zpci, aen and ais facilities
Yi Min Zhao
3
-4
/
+5
2017-07-14
s390x: initialize cpu firstly
Yi Min Zhao
1
-3
/
+3
2017-07-14
s390x/css: use SubchDev.orb
Halil Pasic
1
-15
/
+15
2017-07-14
s390x/css: activate ChannelSubSys migration
Halil Pasic
2
-5
/
+9
2017-07-14
s390x/css: add ORB to SubchDev
Halil Pasic
1
-0
/
+35
2017-07-14
s390x/css: add missing css state conditionally
Halil Pasic
2
-0
/
+94
2017-07-14
s390x: add css_migration_enabled to machine class
Halil Pasic
1
-0
/
+13
2017-07-14
s390x: add helper get_machine_class
Halil Pasic
1
-23
/
+23
2017-07-14
s390x/css: update css_adapter_interrupt
Yi Min Zhao
3
-4
/
+18
2017-07-14
s390x/sic: realize SIC handling
Fei Li
2
-0
/
+27
2017-07-14
s390x/flic: introduce inject_airq callback
Yi Min Zhao
3
-0
/
+49
2017-07-14
s390x/flic: introduce modify_ais_mode callback
Fei Li
2
-1
/
+72
2017-07-14
s390x: add flags field for registering I/O adapter
Fei Li
5
-6
/
+12
2017-07-14
s390x/migration: Monitor commands for storage attributes
Claudio Imbrenda
1
-0
/
+62
2017-07-14
s390x/migration: Storage attributes device
Claudio Imbrenda
4
-1
/
+543
2017-07-14
spapr_rng: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-6
/
+2
2017-07-14
mips_cmgcr: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-12
/
+4
2017-07-14
ivshmem: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-17
/
+7
2017-07-14
dimm: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-23
/
+7
2017-07-14
virtio-crypto: Convert to DEFINE_PROP_LINK
Fam Zheng
3
-25
/
+7
2017-07-14
virtio-rng: Convert to DEFINE_PROP_LINK
Fam Zheng
3
-15
/
+1
2017-07-14
virtio-scsi: Convert to DEFINE_PROP_LINK
Fam Zheng
3
-15
/
+2
2017-07-14
virtio-blk: Convert to DEFINE_PROP_LINK
Fam Zheng
3
-8
/
+2
2017-07-14
qdev: Add const qualifier to PropertyInfo definitions
Fam Zheng
4
-29
/
+29
2017-07-14
qdev: Introduce DEFINE_PROP_LINK
Fam Zheng
1
-0
/
+18
2017-07-14
qdev: Introduce PropertyInfo.create
Fam Zheng
1
-12
/
+19
2017-07-14
qom: enforce readonly nature of link's check callback
Igor Mammedov
6
-6
/
+7
2017-07-14
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
10
-42
/
+139
2017-07-14
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
12
-44
/
+53
2017-07-14
chardev: fix parallel device can't be reconnect
Peng Hao
1
-0
/
+6
2017-07-14
mttcg/i386: Patch instruction using async_safe_* framework
Pranith Kumar
1
-46
/
+39
2017-07-14
serial: chardev hotswap support
Anton Nefedov
1
-1
/
+29
2017-07-14
serial: move TIOCM update to a separate function
Anton Nefedov
1
-12
/
+19
2017-07-14
virtio-console: chardev hotswap support
Anton Nefedov
1
-2
/
+28
2017-07-14
char: avoid chardevice direct access
Anton Nefedov
21
-31
/
+28
2017-07-14
char: add backend hotswap handler
Anton Nefedov
34
-35
/
+37
2017-07-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
22
-67
/
+62
2017-07-13
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
2
-1
/
+7
2017-07-13
Convert error_report*_err() to warn_report*_err()
Alistair Francis
2
-3
/
+2
[next]