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
2018-06-04
linux-user: move generic fcntl definitions to generic/fcntl.h
Laurent Vivier
23
-128
/
+363
2018-06-04
linux-user: SPARC "rd %tick" can be used by user application
Laurent Vivier
1
-1
/
+3
2018-06-04
syscall: replace strcpy() by g_strlcpy()
Philippe Mathieu-Daudé
1
-1
/
+2
2018-06-01
Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-updates-010618...
Peter Maydell
3
-71
/
+27
2018-06-01
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-41
/
+41
2018-06-01
.travis.yml: update GCC sanitizer build to GCC 7
Alex Bennée
1
-4
/
+5
2018-06-01
.travis.yml: make current setup explicit
Alex Bennée
1
-0
/
+4
2018-06-01
.travis.yml: rationalise clang testing
Alex Bennée
1
-62
/
+7
2018-06-01
docker: update Travis docker image
Alex Bennée
1
-2
/
+7
2018-06-01
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
11
-25
/
+92
2018-06-01
docker: do not display deprecated images in 'make docker' help
Philippe Mathieu-Daudé
1
-2
/
+3
2018-06-01
docker: sort images list displayed by 'make docker'
Philippe Mathieu-Daudé
1
-1
/
+1
2018-06-01
.travis.yml: disable linux-user build for gcov
Alex Bennée
1
-1
/
+1
2018-06-01
Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180601' into ...
Peter Maydell
3
-118
/
+130
2018-06-01
sandbox: disable -sandbox if CONFIG_SECCOMP undefined
Yi Min Zhao
3
-118
/
+130
2018-06-01
Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180531-tag'...
Peter Maydell
6
-57
/
+179
2018-05-31
slirp/ncsi: add checksum support
Cédric Le Goater
1
-5
/
+28
2018-05-31
slirp/ncsi: add a "Get Parameters" response
Cédric Le Goater
1
-1
/
+15
2018-05-31
slirp/ncsi: fix "Get Version ID" payload length
Cédric Le Goater
1
-1
/
+1
2018-05-31
slirp: Send window updates to guest after window was closed
James Clarke
1
-6
/
+6
2018-05-31
net/slirp: Convert atoi to qemu_strtoi to allow error checking
Nia Alarie
1
-1
/
+3
2018-05-31
slirp/debug: Print IP addresses in human readable form
Alexey Kardashevskiy
2
-4
/
+4
2018-05-31
slirp: disable Nagle in ingoing connections
Samuel Thibault
1
-0
/
+2
2018-05-31
slirp: disable Nagle in outgoing connections
Andreas Gustafsson
1
-0
/
+2
2018-05-31
slirp: Add domainname option to slirp's DHCP server
Benjamin Drung
7
-7
/
+31
2018-05-31
xen-hvm: stop faking I/O to access PCI config space
Paul Durrant
2
-20
/
+84
2018-05-31
xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages
Paul Durrant
4
-15
/
+73
2018-05-31
xen/hvm: correct reporting of modified memory under physmap during migration
Igor Druzhinin
3
-22
/
+22
2018-05-31
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180531-...
Peter Maydell
35
-183
/
+355
2018-05-31
KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twice
Shannon Zhao
2
-2
/
+0
2018-05-31
ARM: ACPI: Fix use-after-free due to memory realloc
Shannon Zhao
1
-5
/
+15
2018-05-31
vmstate.h: Provide VMSTATE_BOOL_SUB_ARRAY
Peter Maydell
1
-0
/
+3
2018-05-31
Make address_space_translate_iommu take a MemTxAttrs argument
Peter Maydell
1
-3
/
+5
2018-05-31
Make flatview_do_translate() take a MemTxAttrs argument
Peter Maydell
1
-3
/
+6
2018-05-31
Make address_space_get_iotlb_entry() take a MemTxAttrs argument
Peter Maydell
3
-3
/
+4
2018-05-31
Make flatview_translate() take a MemTxAttrs argument
Peter Maydell
2
-11
/
+13
2018-05-31
Make flatview_access_valid() take a MemTxAttrs argument
Peter Maydell
1
-7
/
+5
2018-05-31
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
Peter Maydell
7
-13
/
+25
2018-05-31
Make memory_region_access_valid() take a MemTxAttrs argument
Peter Maydell
4
-6
/
+11
2018-05-31
Make flatview_extend_translation() take a MemTxAttrs argument
Peter Maydell
1
-5
/
+10
2018-05-31
Make address_space_access_valid() take a MemTxAttrs argument
Peter Maydell
7
-8
/
+17
2018-05-31
Make address_space_map() take a MemTxAttrs argument
Peter Maydell
4
-5
/
+10
2018-05-31
Make address_space_translate{, _cached}() take a MemTxAttrs argument
Peter Maydell
7
-19
/
+27
2018-05-31
Make tb_invalidate_phys_addr() take a MemTxAttrs argument
Peter Maydell
4
-5
/
+7
2018-05-31
memory.h: Improve IOMMU related documentation
Peter Maydell
1
-10
/
+95
2018-05-31
Correct CPACR reset value for v7 cores
Peter Maydell
1
-1
/
+9
2018-05-31
xlnx-zdma: Correct mem leaks and memset to zero on desc unaligned errors
Francisco Iglesias
1
-3
/
+7
2018-05-31
arm: fix malloc type mismatch
Paolo Bonzini
1
-2
/
+1
2018-05-31
arm: fix qemu crash on startup with -bios option
Igor Mammedov
1
-9
/
+9
2018-05-31
tcg: Fix helper function vs host abi for float16
Richard Henderson
3
-63
/
+64
[next]