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
2019-09-26
target/alpha: Use array for FPCR_DYN conversion
Richard Henderson
1
-16
/
+8
2019-09-26
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-3
/
+20
2019-09-26
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190925a'...
Peter Maydell
8
-112
/
+80
2019-09-26
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-09-24-v2' into...
Peter Maydell
8
-10
/
+47
2019-09-25
cputlb: Pass retaddr to tb_check_watchpoint
Richard Henderson
3
-5
/
+5
2019-09-25
cputlb: Pass retaddr to tb_invalidate_phys_page_fast
Richard Henderson
3
-26
/
+22
2019-09-25
cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access
Richard Henderson
3
-8
/
+5
2019-09-25
cputlb: Remove cpu->mem_io_vaddr
Richard Henderson
3
-5
/
+0
2019-09-25
cputlb: Handle TLB_NOTDIRTY in probe_access
Richard Henderson
1
-9
/
+17
2019-09-25
cputlb: Merge and move memory_notdirty_write_{prepare,complete}
Richard Henderson
3
-143
/
+42
2019-09-25
cputlb: Partially inline memory_region_section_get_iotlb
Richard Henderson
3
-48
/
+46
2019-09-25
cputlb: Move NOTDIRTY handling from I/O path to TLB path
Richard Henderson
4
-71
/
+23
2019-09-25
cputlb: Move ROM handling from I/O path to TLB path
Richard Henderson
4
-57
/
+26
2019-09-25
exec: Adjust notdirty tracing
Richard Henderson
3
-6
/
+5
2019-09-25
cputlb: Introduce TLB_BSWAP
Richard Henderson
2
-30
/
+46
2019-09-25
cputlb: Split out load/store_memop
Richard Henderson
1
-52
/
+55
2019-09-25
cputlb: Use qemu_build_not_reached in load/store_helpers
Richard Henderson
1
-3
/
+2
2019-09-25
qemu/compiler.h: Add qemu_build_not_reached
Richard Henderson
1
-0
/
+15
2019-09-25
cputlb: Disable __always_inline__ without optimization
Richard Henderson
2
-2
/
+13
2019-09-25
exec: Use TARGET_PAGE_BITS_MIN for TLB flags
Richard Henderson
1
-6
/
+10
2019-09-25
migration/postcopy: Recognise the recovery states as 'in_postcopy'
Dr. David Alan Gilbert
1
-1
/
+8
2019-09-25
tests/migration/postcopy: trim migration bandwidth
Dr. David Alan Gilbert
1
-1
/
+1
2019-09-25
tests/migration: Fail on unexpected migration states
Dr. David Alan Gilbert
1
-6
/
+17
2019-09-25
migration/rdma.c: Swap synchronize_rcu for call_rcu
Dr. David Alan Gilbert
1
-12
/
+27
2019-09-25
migration/rdma: Don't moan about disconnects at the end
Dr. David Alan Gilbert
1
-4
/
+8
2019-09-25
migration: remove sent parameter in get_queued_page_not_dirty
Wei Yang
2
-2
/
+2
2019-09-25
migration/postcopy: unsentmap is not necessary for postcopy
Wei Yang
2
-72
/
+14
2019-09-25
migration/postcopy: not necessary to do discard when canonicalizing bitmap
Wei Yang
1
-13
/
+1
2019-09-25
migration: fix vmdesc leak on vmstate_save() error
Marc-André Lureau
2
-2
/
+3
2019-09-25
vhost: Fix memory region section comparison
Dr. David Alan Gilbert
1
-2
/
+7
2019-09-25
memory: Provide an equality function for MemoryRegionSections
Dr. David Alan Gilbert
1
-0
/
+12
2019-09-25
memory: Align MemoryRegionSections fields
Dr. David Alan Gilbert
1
-1
/
+1
2019-09-25
util/qemu-sockets: fix keep_alive handling in inet_connect_saddr
Vladimir Sementsov-Ogievskiy
1
-2
/
+3
2019-09-25
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-09-24' into ...
Peter Maydell
111
-781
/
+967
2019-09-24
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190924' into st...
Peter Maydell
7
-94
/
+249
2019-09-24
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190924-pull-request...
Peter Maydell
18
-1904
/
+1066
2019-09-24
tests: Use iothreads during iotest 223
Eric Blake
2
-2
/
+5
2019-09-24
nbd: Grab aio context lock in more places
Eric Blake
3
-6
/
+31
2019-09-24
nbd/server: attach client channel to the export's AioContext
Sergio Lopez
1
-0
/
+5
2019-09-24
nbd/client: Add hint when TLS is missing
Eric Blake
2
-0
/
+3
2019-09-24
qapi: Assert .visit() and .check_clash() run only after .check()
Markus Armbruster
1
-1
/
+10
2019-09-24
qapi: Fix excessive QAPISchemaEntity.check() recursion
Markus Armbruster
1
-22
/
+52
2019-09-24
qapi: Fix to .check() empty structs just once
Markus Armbruster
1
-1
/
+1
2019-09-24
qapi: Delete useless check_exprs() code for simple union kind
Markus Armbruster
1
-37
/
+2
2019-09-24
qapi: Clean up around check_known_keys()
Markus Armbruster
1
-4
/
+4
2019-09-24
qapi: Simplify check_keys()
Markus Armbruster
1
-11
/
+8
2019-09-24
qapi: Normalize 'if' in check_exprs(), like other sugar
Markus Armbruster
1
-11
/
+15
2019-09-24
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
Markus Armbruster
13
-60
/
+9
2019-09-24
qapi: Reject blank 'if' conditions in addition to empty ones
Markus Armbruster
3
-4
/
+5
2019-09-24
qapi: Fix broken discriminator error messages
Markus Armbruster
7
-11
/
+8
[prev]
[next]