index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-06
qmp: Plug memory leaks in memchar-write, memchar-read
Markus Armbruster
1
-0
/
+5
2013-02-06
qmp: Clean up type usage in qmp_memchar_write(), qmp_memchar_read()
Markus Armbruster
1
-3
/
+3
2013-02-06
qmp: Use generic errors in memchar-read, memchar-write
Markus Armbruster
2
-4
/
+2
2013-02-06
qmp: Clean up design of memchar-read
Markus Armbruster
4
-36
/
+16
2013-02-06
qmp: Fix design bug and read beyond buffer in memchar-write
Markus Armbruster
4
-14
/
+6
2013-02-06
vnc: recognize Hungarian doubleacutes
Michael Tokarev
1
-0
/
+4
2013-02-06
qemu/9p: Don't ignore error in fid clunk
Aneesh Kumar K.V
1
-5
/
+7
2013-02-06
qemu/iovec: Don't assert if sbytes is zero
Aneesh Kumar K.V
1
-0
/
+4
2013-02-06
e1000: fix link down handling with auto negotiation
Michael S. Tsirkin
1
-6
/
+36
2013-02-06
configure: Fix build with XFree
Richard Henderson
1
-1
/
+1
2013-02-06
bswap: Fix width of swap in leul_to_cpu
Richard Henderson
1
-2
/
+10
2013-02-05
bios: recompile BIOS
Anthony Liguori
1
-0
/
+0
2013-02-04
target-s390x: Fix wrong comparison in interrupt handling
Stefan Weil
1
-1
/
+1
2013-02-04
s390x: silence warning from GCC on uninitialized values
Anthony Liguori
1
-1
/
+1
2013-02-04
acpi_piix4: fix segfault migrating from 1.2
Michael Roth
1
-2
/
+2
2013-02-04
vl.c: validate -numa "cpus" parameter properly
Eduardo Habkost
1
-5
/
+27
2013-02-04
vl.c: Extract -numa "cpus" parsing to separate function
Eduardo Habkost
1
-18
/
+23
2013-02-04
vl.c: Use parse_uint_full() for NUMA nodeid
Eduardo Habkost
1
-1
/
+4
2013-02-04
vl.c: numa_add(): Validate nodeid before using it
Eduardo Habkost
1
-1
/
+6
2013-02-04
vl.c: Check for NUMA node limit inside numa_add()
Eduardo Habkost
1
-4
/
+6
2013-02-04
vl.c: Abort on unknown -numa option type
Eduardo Habkost
1
-0
/
+3
2013-02-04
vl.c: Fix off-by-one bug when handling "-numa node" argument
Eduardo Habkost
1
-1
/
+4
2013-02-04
cutils: unsigned int parsing functions
Eduardo Habkost
4
-0
/
+357
2013-02-04
target-cris: Build fix for debug output
Andreas Färber
1
-1
/
+1
2013-02-02
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
Paolo Bonzini
6
-65
/
+28
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
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
[next]