Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-02-01 | Merge remote-tracking branch 'quintela/migration.next' into staging | Anthony Liguori | 8 | -168/+376 |
2013-02-01 | Merge remote-tracking branch 'agraf/s390-for-upstream' into staging | Anthony Liguori | 8 | -33/+42 |
2013-02-01 | Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging | Anthony Liguori | 6 | -43/+35 |
2013-02-01 | block/raw-posix: Build fix for O_ASYNC | Andreas Färber | 1 | -1/+10 |