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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-31
lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.h
Mark Cave-Ayland
2
-10
/
+46
2017-10-31
sparc32_dma: make esp device child of espdma device
Mark Cave-Ayland
3
-11
/
+37
2017-10-31
esp: move TYPE_ESP and SysBusESPState from esp.c to esp.h
Mark Cave-Ayland
2
-13
/
+14
2017-10-31
sparc32_dma: use object link instead of qdev property to pass IOMMU reference
Mark Cave-Ayland
2
-10
/
+7
2017-10-31
sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.h
Mark Cave-Ayland
2
-14
/
+16
2017-10-31
sun4m: move DMA device wiring from sparc32_dma_init() to sun4m_hw_init()
Mark Cave-Ayland
1
-13
/
+16
2017-10-31
sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.h
Mark Cave-Ayland
2
-34
/
+37
2017-10-31
sparc32_dma: split esp and le into separate DMA devices
Mark Cave-Ayland
2
-14
/
+52
2017-10-31
sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICE
Mark Cave-Ayland
2
-34
/
+35
2017-10-31
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171031'...
Peter Maydell
10
-14
/
+57
2017-10-31
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-30' into st...
Peter Maydell
9
-187
/
+962
2017-10-31
hw/pci-host/gpex: Improve INTX to gsi routing error checking
Eric Auger
1
-2
/
+8
2017-10-31
msf2: Wire up SYSRESETREQ in SoC for system reset
Subbaraya Sundeep
1
-0
/
+11
2017-10-31
msf2: Remove dead code reported by Coverity
Subbaraya Sundeep
1
-4
/
+14
2017-10-31
xlnx-zcu102: Specify the max number of CPUs
Alistair Francis
1
-0
/
+1
2017-10-31
fix WFI/WFE length in syndrome register
Stefano Stabellini
6
-8
/
+23
2017-10-31
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20171030' into s...
Peter Maydell
2
-23
/
+26
2017-10-30
nbd: Minimal structured read for client
Vladimir Sementsov-Ogievskiy
6
-33
/
+498
2017-10-30
nbd: Move nbd_read() to common header
Eric Blake
2
-9
/
+10
2017-10-30
nbd/client: prepare nbd_receive_reply for structured reply
Vladimir Sementsov-Ogievskiy
4
-32
/
+113
2017-10-30
nbd/client: refactor nbd_receive_starttls
Vladimir Sementsov-Ogievskiy
2
-18
/
+42
2017-10-30
nbd/server: Include human-readable message in structured errors
Eric Blake
2
-8
/
+14
2017-10-30
nbd: Minimal structured read for server
Vladimir Sementsov-Ogievskiy
2
-10
/
+99
2017-10-30
nbd/server: Refactor zero-length option check
Eric Blake
1
-28
/
+46
2017-10-30
nbd/server: Simplify nbd_negotiate_options loop
Eric Blake
1
-15
/
+4
2017-10-30
nbd/server: Report error for write to read-only export
Eric Blake
1
-1
/
+2
2017-10-30
nbd: Expose constants and structs for structured read
Eric Blake
4
-1
/
+71
2017-10-30
nbd: Move nbd_errno_to_system_errno() to public header
Eric Blake
5
-45
/
+50
2017-10-30
nbd: Include error names in trace messages
Eric Blake
5
-4
/
+30
2017-10-30
monitor: fix dangling CPU pointer
Greg Kurz
1
-5
/
+18
2017-10-30
hmp: Replace error_report_err
ZhiPeng Lu
1
-18
/
+8
2017-10-30
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20171030' into s...
Peter Maydell
10
-21
/
+28
2017-10-30
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20171029' i...
Peter Maydell
10
-142
/
+244
2017-10-30
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
59
-689
/
+397
2017-10-30
s390-*.img: update s390 bios with latest fixes
Christian Borntraeger
2
-0
/
+0
2017-10-30
s390-ccw: print carriage return with new lines
Collin L. Walling
1
-3
/
+21
2017-10-30
s390x/kvm: use cpu model for gscb on compat machines
Christian Borntraeger
4
-13
/
+2
2017-10-30
target/s390x: change CPU type name to "s390x-cpu"
David Hildenbrand
3
-5
/
+5
2017-10-29
tests: check that migration parameters are really assigned
Juan Quintela
1
-3
/
+24
2017-10-29
tests: Don't abuse global_qtest
Juan Quintela
1
-28
/
+27
2017-10-29
tests: Factorize out migrate_test_start/end
Juan Quintela
1
-38
/
+48
2017-10-29
tests: Refactor setting of parameters/capabilities
Juan Quintela
1
-37
/
+64
2017-10-29
tests: rename postcopy-test to migration-test
Juan Quintela
3
-8
/
+7
2017-10-29
migration: Make xbzrle_cache_size a migration parameter
Juan Quintela
5
-22
/
+69
2017-10-29
migration: No need to return the size of the cache
Juan Quintela
3
-11
/
+7
2017-10-29
migration: Don't play games with the requested cache size
Juan Quintela
1
-5
/
+6
2017-10-29
migration: Make sure that we pass the right cache size
Juan Quintela
1
-5
/
+7
2017-10-28
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2017-10-26-tag' in...
Peter Maydell
6
-8
/
+217
2017-10-27
x86: Skip check apic_id_limit for Xen
Lan Tianyu
1
-1
/
+1
2017-10-27
numa: fixup parsed NumaNodeOptions earlier
Igor Mammedov
1
-9
/
+10
[next]