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
2015-10-16
quorum: Convert to BdrvChild
Kevin Wolf
1
-31
/
+34
2015-10-16
blkverify: Convert s->test_file to BdrvChild
Kevin Wolf
1
-20
/
+21
2015-10-16
vmdk: Use BdrvChild instead of BDS for references to extents
Kevin Wolf
1
-48
/
+51
2015-10-16
block: Introduce BDS.file_child
Kevin Wolf
2
-3
/
+10
2015-10-16
block: qemu-iotests - fix vmdk test 059.out
Jeff Cody
1
-6
/
+6
2015-10-16
qmp-commands.hx: Update the supported 'transaction' operations
Kashyap Chamarthy
1
-7
/
+22
2015-10-16
throttle: test that snapshots move the throttling configuration
Alberto Garcia
3
-0
/
+75
2015-10-16
iotests: disable core dumps in test 061
Alberto Garcia
2
-6
/
+6
2015-10-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-10-12' into ...
Peter Maydell
82
-424
/
+821
2015-10-12
qapi: Simplify gen_visit_fields() error handling
Eric Blake
2
-13
/
+11
2015-10-12
qapi: Share gen_visit_fields()
Eric Blake
4
-77
/
+46
2015-10-12
qapi: Share gen_err_check()
Eric Blake
4
-33
/
+20
2015-10-12
qapi: Consistent generated code: minimize push_indent() usage
Eric Blake
2
-45
/
+33
2015-10-12
qapi: Consistent generated code: prefer common indentation
Eric Blake
1
-26
/
+27
2015-10-12
qapi: Consistent generated code: prefer common labels
Eric Blake
2
-6
/
+6
2015-10-12
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
6
-109
/
+109
2015-10-12
qapi: Consistent generated code: prefer error 'err'
Eric Blake
3
-34
/
+34
2015-10-12
qapi: Reuse code for flat union base validation
Eric Blake
8
-14
/
+13
2015-10-12
qapi: Test use of 'number' within alternates
Eric Blake
3
-3
/
+160
2015-10-12
qapi: Add tests for empty unions
Eric Blake
15
-2
/
+30
2015-10-12
qapi: Avoid assertion failure on union 'type' collision
Eric Blake
5
-44
/
+17
2015-10-12
qapi: Test for various name collisions
Eric Blake
46
-15
/
+182
2015-10-12
qapi: Clean up qapi.py per pep8
Eric Blake
2
-58
/
+106
2015-10-12
qapi: Invoke exception superclass initializer
Eric Blake
1
-0
/
+2
2015-10-12
qapi: Improve 'include' error message
Eric Blake
3
-4
/
+3
2015-10-12
qapi: Sort qapi-schema tests
Eric Blake
1
-46
/
+114
2015-10-12
MAINTAINERS: Specify QAPI include and test files
Markus Armbruster
1
-0
/
+5
2015-10-12
MAINTAINERS: Specify QObject include and test files
Markus Armbruster
1
-0
/
+8
2015-10-12
docs: Move files from docs/qmp/ to docs/
Markus Armbruster
4
-1
/
+1
2015-10-12
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
10
-41
/
+108
2015-10-12
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
20
-65
/
+917
2015-10-12
sdhci.c: Limit the maximum block size
Alistair Francis
1
-0
/
+10
2015-10-12
block: switch from g_slice allocator to malloc
Paolo Bonzini
5
-12
/
+12
2015-10-12
virtio dataplane: adapt dataplane for virtio Version 1
Pierre Morel
2
-15
/
+58
2015-10-12
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-09' in...
Peter Maydell
46
-62
/
+463
2015-10-12
virtio-blk: use blk_io_plug/unplug for Linux AIO batching
Stefan Hajnoczi
1
-0
/
+4
2015-10-12
sdhci: Pass drive parameter to sdhci-pci via qdev property
Kevin O'Connor
3
-14
/
+24
2015-10-12
tests: add test cases for netfilter object
Yang Hongyang
3
-0
/
+203
2015-10-12
netfilter: add a netbuffer filter
Yang Hongyang
4
-1
/
+209
2015-10-12
net/queue: export qemu_net_queue_append_iov
Yang Hongyang
2
-6
/
+13
2015-10-12
netfilter: print filter info associate with the netdev
Yang Hongyang
3
-0
/
+32
2015-10-12
netfilter: add an API to pass the packet to next filter
Yang Hongyang
2
-0
/
+65
2015-10-12
net/queue: introduce NetQueueDeliverFunc
Yang Hongyang
3
-5
/
+18
2015-10-12
net: merge qemu_deliver_packet and qemu_deliver_packet_iov
Yang Hongyang
3
-41
/
+21
2015-10-12
netfilter: hook packets before net queue send
Yang Hongyang
3
-0
/
+91
2015-10-12
init/cleanup of netfilter object
Yang Hongyang
7
-0
/
+229
2015-10-12
vl.c: init delayed object after net_init_clients
Yang Hongyang
1
-7
/
+8
2015-10-12
vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO command
Shmulik Ladkani
2
-1
/
+14
2015-10-12
e1000: use alias for default model
Jason Wang
2
-7
/
+2
2015-10-12
vmxnet3: Support reading IMR registers on bar0
Shmulik Ladkani
1
-1
/
+5
[next]