Age | Commit message (Expand) | Author |
2013-02-06 | qmp: Plug memory leaks in memchar-write, memchar-read | Markus Armbruster |
2013-02-06 | qmp: Clean up type usage in qmp_memchar_write(), qmp_memchar_read() | Markus Armbruster |
2013-02-06 | qmp: Use generic errors in memchar-read, memchar-write | Markus Armbruster |
2013-02-06 | qmp: Clean up design of memchar-read | Markus Armbruster |
2013-02-06 | qmp: Fix design bug and read beyond buffer in memchar-write | Markus Armbruster |
2013-02-06 | vnc: recognize Hungarian doubleacutes | Michael Tokarev |
2013-02-06 | qemu/9p: Don't ignore error in fid clunk | Aneesh Kumar K.V |
2013-02-06 | qemu/iovec: Don't assert if sbytes is zero | Aneesh Kumar K.V |
2013-02-06 | e1000: fix link down handling with auto negotiation | Michael S. Tsirkin |
2013-02-06 | configure: Fix build with XFree | Richard Henderson |
2013-02-06 | bswap: Fix width of swap in leul_to_cpu | Richard Henderson |
2013-02-05 | bios: recompile BIOS | Anthony Liguori |
2013-02-04 | target-s390x: Fix wrong comparison in interrupt handling | Stefan Weil |
2013-02-04 | s390x: silence warning from GCC on uninitialized values | Anthony Liguori |
2013-02-04 | acpi_piix4: fix segfault migrating from 1.2 | Michael Roth |
2013-02-04 | vl.c: validate -numa "cpus" parameter properly | Eduardo Habkost |
2013-02-04 | vl.c: Extract -numa "cpus" parsing to separate function | Eduardo Habkost |
2013-02-04 | vl.c: Use parse_uint_full() for NUMA nodeid | Eduardo Habkost |
2013-02-04 | vl.c: numa_add(): Validate nodeid before using it | Eduardo Habkost |
2013-02-04 | vl.c: Check for NUMA node limit inside numa_add() | Eduardo Habkost |
2013-02-04 | vl.c: Abort on unknown -numa option type | Eduardo Habkost |
2013-02-04 | vl.c: Fix off-by-one bug when handling "-numa node" argument | Eduardo Habkost |
2013-02-04 | cutils: unsigned int parsing functions | Eduardo Habkost |
2013-02-04 | target-cris: Build fix for debug output | Andreas Färber |
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-rc0v1.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 |