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
2013-02-02
util: Fix compilation of envlist.c for MinGW
Stefan Weil
2
-6
/
+3
2013-02-01
Update version for 1.4.0-rc0
v1.4.0-rc0
Anthony Liguori
1
-1
/
+1
2013-02-01
tap: unbreak -netdev tap,fd=X
Anthony Liguori
1
-1
/
+1
2013-02-01
qom: remove object_delete
Paolo Bonzini
2
-24
/
+10
2013-02-01
cpu: do not use object_delete
Paolo Bonzini
4
-5
/
+5
2013-02-01
qdev: drop extra references at creation time
Paolo Bonzini
3
-4
/
+7
2013-02-01
qdev: inline object_delete into qbus_free/qdev_free
Paolo Bonzini
1
-2
/
+4
2013-02-01
qdev: add reference for the bus while it is referred to by the DeviceState
Paolo Bonzini
1
-0
/
+3
2013-02-01
qdev: move unrealization of devices from finalize to unparent
Paolo Bonzini
1
-18
/
+17
2013-02-01
qdev: move deletion of children from finalize to unparent
Paolo Bonzini
1
-12
/
+25
2013-02-01
qdev: add reference count to a device for the BusChild
Paolo Bonzini
1
-0
/
+5
2013-02-01
qom: document reference counting of link properties
Paolo Bonzini
1
-0
/
+5
2013-02-01
qom: preserve object while unparenting it
Paolo Bonzini
1
-0
/
+2
2013-02-01
pci: use qbus_create in pci_bus_new
Paolo Bonzini
1
-6
/
+15
2013-02-01
qdev: change first argument of qbus_create_inplace to void *
Paolo Bonzini
2
-2
/
+2
2013-02-01
qdev: remove duplication between qbus_create and qbus_create_inplace
Paolo Bonzini
1
-11
/
+7
2013-02-01
accel: change {xen, kvm, tcg, qtest}_allowed from int to bool
liguang
5
-11
/
+11
2013-02-01
vl: correct error message when fail to init kvm
liguang
1
-5
/
+7
2013-02-01
vl: skip init accelerator if it's not available
liguang
1
-8
/
+8
2013-02-01
sparc: disable qtest in make check
Anthony Liguori
1
-2
/
+2
2013-02-01
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
15
-102
/
+379
2013-02-01
xen: fix build problem introduced from per-queue peers
Anthony Liguori
1
-2
/
+0
2013-02-01
virtio-net: compat multiqueue support
Jason Wang
1
-0
/
+4
2013-02-01
virtio-net: migration support for multiqueue
Jason Wang
1
-6
/
+29
2013-02-01
virtio-net: multiqueue support
Jason Wang
2
-67
/
+263
2013-02-01
virtio-net: separate virtqueue from VirtIONet
Jason Wang
1
-81
/
+114
2013-02-01
virtio: add a queue_index to VirtQueue
Jason Wang
2
-0
/
+9
2013-02-01
virtio: introduce virtio_del_queue()
Jason Wang
2
-0
/
+11
2013-02-01
vhost: multiqueue support
Jason Wang
5
-58
/
+120
2013-02-01
tap: multiqueue support
Jason Wang
9
-44
/
+139
2013-02-01
tap: introduce a helper to get the name of an interface
Jason Wang
7
-0
/
+33
2013-02-01
tap: support enabling or disabling a queue
Jason Wang
3
-3
/
+52
2013-02-01
tap: add Linux multiqueue support
Jason Wang
6
-0
/
+97
2013-02-01
tap: factor out common tap initialization
Jason Wang
1
-57
/
+73
2013-02-01
tap: import linux multiqueue constants
Jason Wang
1
-0
/
+4
2013-02-01
net: multiqueue support
Jason Wang
6
-48
/
+139
2013-02-01
net: introduce NetClientState destructor
Jason Wang
2
-4
/
+15
2013-02-01
net: introduce qemu_net_client_setup()
Jason Wang
1
-10
/
+19
2013-02-01
net: introduce qemu_find_net_clients_except()
Jason Wang
2
-0
/
+23
2013-02-01
net: intorduce qemu_del_nic()
Jason Wang
10
-9
/
+23
2013-02-01
net: introduce qemu_get_nic()
Jason Wang
28
-78
/
+92
2013-02-01
net: introduce qemu_get_queue()
Jason Wang
28
-115
/
+140
2013-02-01
net: tap: use abort() instead of assert(0)
Jason Wang
2
-3
/
+3
2013-02-01
net: tap: using bool instead of bitfield
Jason Wang
4
-26
/
+24
2013-02-01
target-ppc: Fix target_ulong vs. hwaddr format mismatches
Andreas Färber
1
-3
/
+3
2013-02-01
libqtest: Wait for the right child PID after killing QEMU
Eduardo Habkost
1
-2
/
+5
2013-02-01
isa: QOM'ify isa_bus_from_device()
Andreas Färber
1
-1
/
+1
2013-02-01
i2c: Drop I2C_SLAVE_FROM_QDEV() macro
Andreas Färber
7
-8
/
+7
2013-02-01
configure: Keep -Werror enabled for Release Candidates
Andreas Färber
1
-1
/
+1
2013-02-01
Revert "e1000: no need auto-negotiation if link was down"
Michael Roth
1
-5
/
+0
[prev]
[next]