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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-27
MAINTAINERS: add virtio-iommu related files
Eric Auger
1
-0
/
+6
2020-02-27
hw/arm/virt: Add the virtio-iommu device tree mappings
Eric Auger
2
-7
/
+52
2020-02-27
virtio-iommu-pci: Add virtio iommu pci support
Eric Auger
5
-0
/
+108
2020-02-27
virtio-iommu: Support migration
Eric Auger
1
-10
/
+99
2020-02-27
virtio-iommu: Implement fault reporting
Eric Auger
2
-5
/
+66
2020-02-27
virtio-iommu: Implement translate
Eric Auger
2
-1
/
+60
2020-02-27
virtio-iommu: Implement map/unmap
Eric Auger
2
-2
/
+62
2020-02-27
virtio-iommu: Implement attach/detach command
Eric Auger
3
-2
/
+318
2020-02-27
virtio-iommu: Decode the command payload
Eric Auger
2
-12
/
+68
2020-02-27
virtio-iommu: Add skeleton
Eric Auger
5
-0
/
+335
2020-02-27
virtio: gracefully handle invalid region caches
Stefan Hajnoczi
1
-8
/
+91
2020-02-25
vhost-user-blk: convert to new virtio_delete_queue
Pan Nengyuan
2
-9
/
+13
2020-02-25
vhost-user-blk: delete virtioqueues in unrealize to fix memleaks
Pan Nengyuan
1
-0
/
+8
2020-02-25
virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealize
Pan Nengyuan
1
-1
/
+2
2020-02-25
virtio-pmem: do delete rq_vq in virtio_pmem_unrealize
Pan Nengyuan
1
-0
/
+1
2020-02-25
vhost-user-fs: convert to the new virtio_delete_queue function
Pan Nengyuan
2
-6
/
+11
2020-02-25
vhost-user-fs: do delete virtio_queues in unrealize
Pan Nengyuan
1
-0
/
+9
2020-02-25
rebuild-expected-aml.sh: remind about the process
Michael S. Tsirkin
1
-0
/
+7
2020-02-25
bios-tables-test: default diff command
Michael S. Tsirkin
1
-19
/
+12
2020-02-25
bios-tables-test: fix up DIFF generation
Michael S. Tsirkin
1
-1
/
+7
2020-02-25
bios-tables-test: tell people how to update
Michael S. Tsirkin
1
-1
/
+3
2020-02-25
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20200225' into ...
Peter Maydell
13
-36
/
+78
2020-02-25
docs: Move tools documentation to tools manual
Peter Maydell
10
-33
/
+41
2020-02-25
docs: Move qemu-option-trace.rst.inc to docs/
Peter Maydell
4
-5
/
+4
2020-02-25
docs: Create new 'tools' manual
Peter Maydell
5
-1
/
+36
2020-02-24
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
51
-400
/
+2365
2020-02-22
fuzz: add documentation to docs/devel/
Alexander Bulekov
1
-0
/
+116
2020-02-22
fuzz: add virtio-scsi fuzz target
Alexander Bulekov
2
-0
/
+214
2020-02-22
fuzz: add virtio-net fuzz target
Alexander Bulekov
2
-0
/
+199
2020-02-22
fuzz: add i440fx fuzz targets
Alexander Bulekov
2
-0
/
+196
2020-02-22
fuzz: add configure flag --enable-fuzzing
Alexander Bulekov
1
-0
/
+39
2020-02-22
fuzz: add target/fuzz makefile rules
Alexander Bulekov
2
-1
/
+30
2020-02-22
fuzz: add support for qos-assisted fuzz targets
Alexander Bulekov
3
-0
/
+269
2020-02-22
fuzz: support for fork-based fuzzing.
Alexander Bulekov
4
-0
/
+120
2020-02-22
main: keep rcu_atfork callback enabled for qtest
Alexander Bulekov
1
-1
/
+11
2020-02-22
exec: keep ram block across fork when using qtest
Alexander Bulekov
1
-2
/
+10
2020-02-22
fuzz: add fuzzer skeleton
Alexander Bulekov
4
-0
/
+288
2020-02-22
libqos: move useful qos-test funcs to qos_external
Alexander Bulekov
4
-131
/
+198
2020-02-22
libqos: split qos-test and libqos makefile vars
Alexander Bulekov
1
-35
/
+36
2020-02-22
libqos: rename i2c_send and i2c_recv
Alexander Bulekov
3
-12
/
+12
2020-02-22
qtest: add in-process incoming command handler
Alexander Bulekov
2
-0
/
+14
2020-02-22
libqtest: make bufwrite rely on the TransportOps
Alexander Bulekov
2
-2
/
+73
2020-02-22
libqtest: add a layer of abstraction to send/recv
Alexander Bulekov
1
-9
/
+39
2020-02-22
qtest: add qtest_server_send abstraction
Alexander Bulekov
2
-2
/
+19
2020-02-22
fuzz: add FUZZ_TARGET module type
Alexander Bulekov
1
-1
/
+3
2020-02-22
module: check module wasn't already initialized
Alexander Bulekov
1
-0
/
+7
2020-02-22
softmmu: split off vl.c:main() into main.c
Alexander Bulekov
6
-28
/
+69
2020-02-22
softmmu: move vl.c to softmmu/
Alexander Bulekov
7
-5
/
+7
2020-02-22
aio-posix: make AioHandler dispatch O(1) with epoll
Stefan Hajnoczi
1
-32
/
+78
2020-02-22
aio-posix: make AioHandler deletion O(1)
Stefan Hajnoczi
3
-19
/
+43
[next]