index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-02-02
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
Paolo Bonzini
2013-02-02
util: Fix compilation of envlist.c for MinGW
Stefan Weil
2013-02-01
Update version for 1.4.0-rc0
v1.4.0-rc0
Anthony Liguori
2013-02-01
tap: unbreak -netdev tap,fd=X
Anthony Liguori
2013-02-01
qom: remove object_delete
Paolo Bonzini
2013-02-01
cpu: do not use object_delete
Paolo Bonzini
2013-02-01
qdev: drop extra references at creation time
Paolo Bonzini
2013-02-01
qdev: inline object_delete into qbus_free/qdev_free
Paolo Bonzini
2013-02-01
qdev: add reference for the bus while it is referred to by the DeviceState
Paolo Bonzini
2013-02-01
qdev: move unrealization of devices from finalize to unparent
Paolo Bonzini
2013-02-01
qdev: move deletion of children from finalize to unparent
Paolo Bonzini
2013-02-01
qdev: add reference count to a device for the BusChild
Paolo Bonzini
2013-02-01
qom: document reference counting of link properties
Paolo Bonzini
2013-02-01
qom: preserve object while unparenting it
Paolo Bonzini
2013-02-01
pci: use qbus_create in pci_bus_new
Paolo Bonzini
2013-02-01
qdev: change first argument of qbus_create_inplace to void *
Paolo Bonzini
2013-02-01
qdev: remove duplication between qbus_create and qbus_create_inplace
Paolo Bonzini
2013-02-01
accel: change {xen, kvm, tcg, qtest}_allowed from int to bool
liguang
2013-02-01
vl: correct error message when fail to init kvm
liguang
2013-02-01
vl: skip init accelerator if it's not available
liguang
2013-02-01
sparc: disable qtest in make check
Anthony Liguori
2013-02-01
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-02-01
xen: fix build problem introduced from per-queue peers
Anthony Liguori
2013-02-01
virtio-net: compat multiqueue support
Jason Wang
2013-02-01
virtio-net: migration support for multiqueue
Jason Wang
2013-02-01
virtio-net: multiqueue support
Jason Wang
2013-02-01
virtio-net: separate virtqueue from VirtIONet
Jason Wang
2013-02-01
virtio: add a queue_index to VirtQueue
Jason Wang
2013-02-01
virtio: introduce virtio_del_queue()
Jason Wang
2013-02-01
vhost: multiqueue support
Jason Wang
2013-02-01
tap: multiqueue support
Jason Wang
2013-02-01
tap: introduce a helper to get the name of an interface
Jason Wang
2013-02-01
tap: support enabling or disabling a queue
Jason Wang
2013-02-01
tap: add Linux multiqueue support
Jason Wang
2013-02-01
tap: factor out common tap initialization
Jason Wang
2013-02-01
tap: import linux multiqueue constants
Jason Wang
2013-02-01
net: multiqueue support
Jason Wang
2013-02-01
net: introduce NetClientState destructor
Jason Wang
2013-02-01
net: introduce qemu_net_client_setup()
Jason Wang
2013-02-01
net: introduce qemu_find_net_clients_except()
Jason Wang
2013-02-01
net: intorduce qemu_del_nic()
Jason Wang
2013-02-01
net: introduce qemu_get_nic()
Jason Wang
2013-02-01
net: introduce qemu_get_queue()
Jason Wang
2013-02-01
net: tap: use abort() instead of assert(0)
Jason Wang
2013-02-01
net: tap: using bool instead of bitfield
Jason Wang
2013-02-01
target-ppc: Fix target_ulong vs. hwaddr format mismatches
Andreas Färber
2013-02-01
libqtest: Wait for the right child PID after killing QEMU
Eduardo Habkost
2013-02-01
isa: QOM'ify isa_bus_from_device()
Andreas Färber
2013-02-01
i2c: Drop I2C_SLAVE_FROM_QDEV() macro
Andreas Färber
2013-02-01
configure: Keep -Werror enabled for Release Candidates
Andreas Färber
[next]