Sign in
qemu
/
qemu
/
543f34126b7bfc85b05d0e371e3ce0695444f433
543f341
hmp: make memchar-read escape ASCII control chars except \n and \t
by Markus Armbruster
· 12 years ago
de1cc36
qemu-char: Support suffixed ringbuf size arguments like "size=64K"
by Markus Armbruster
· 12 years ago
3949e59
qemu-char: Saner naming of memchar stuff & doc fixes
by Markus Armbruster
· 12 years ago
5c23010
qemu-char: General chardev "memory" code cleanup
by Markus Armbruster
· 12 years ago
6fd5b66
qemu-char: Drop undocumented chardev "memory" compatibility syntax
by Markus Armbruster
· 12 years ago
094c8c2
qemu-char: Fix chardev "memory" not to drop IAC characters
by Markus Armbruster
· 12 years ago
44f3bcd
qmp: Drop wasteful zero-initialization in qmp_memchar_read()
by Markus Armbruster
· 12 years ago
c287e99
qmp: Drop superfluous special case "empty" in qmp_memchar_read()
by Markus Armbruster
· 12 years ago
13289fb
qmp: Plug memory leaks in memchar-write, memchar-read
by Markus Armbruster
· 12 years ago
c4f331b
qmp: Clean up type usage in qmp_memchar_write(), qmp_memchar_read()
by Markus Armbruster
· 12 years ago
1a69278
qmp: Use generic errors in memchar-read, memchar-write
by Markus Armbruster
· 12 years ago
3ab651f
qmp: Clean up design of memchar-read
by Markus Armbruster
· 12 years ago
82e59a6
qmp: Fix design bug and read beyond buffer in memchar-write
by Markus Armbruster
· 12 years ago
15af632
vnc: recognize Hungarian doubleacutes
by Michael Tokarev
· 12 years ago
a911a18
qemu/9p: Don't ignore error in fid clunk
by Aneesh Kumar K.V
· 12 years ago
facf98a
qemu/iovec: Don't assert if sbytes is zero
by Aneesh Kumar K.V
· 12 years ago
ddcb73b
e1000: fix link down handling with auto negotiation
by Michael S. Tsirkin
· 12 years ago
8420808
configure: Fix build with XFree
by Richard Henderson
· 12 years ago
91107fd
bswap: Fix width of swap in leul_to_cpu
by Richard Henderson
· 12 years ago
5f87675
bios: recompile BIOS
by Anthony Liguori
· 12 years ago
b22dd12
target-s390x: Fix wrong comparison in interrupt handling
by Stefan Weil
· 12 years ago
0123c48
s390x: silence warning from GCC on uninitialized values
by Anthony Liguori
· 12 years ago
ded6778
acpi_piix4: fix segfault migrating from 1.2
by Michael Roth
· 12 years ago
c881e20
vl.c: validate -numa "cpus" parameter properly
by Eduardo Habkost
· 12 years ago
845e5bf
vl.c: Extract -numa "cpus" parsing to separate function
by Eduardo Habkost
· 12 years ago
5f13996
vl.c: Use parse_uint_full() for NUMA nodeid
by Eduardo Habkost
· 12 years ago
e4ce85b
vl.c: numa_add(): Validate nodeid before using it
by Eduardo Habkost
· 12 years ago
ca4c6d3
vl.c: Check for NUMA node limit inside numa_add()
by Eduardo Habkost
· 12 years ago
12e53a9
vl.c: Abort on unknown -numa option type
by Eduardo Habkost
· 12 years ago
8f302cb
vl.c: Fix off-by-one bug when handling "-numa node" argument
by Eduardo Habkost
· 12 years ago
e3f9fe2
cutils: unsigned int parsing functions
by Eduardo Habkost
· 12 years ago
ff057cc
target-cris: Build fix for debug output
by Andreas Färber
· 12 years ago
fbeadf5
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
by Paolo Bonzini
· 12 years ago
7b2d977
util: Fix compilation of envlist.c for MinGW
by Stefan Weil
· 12 years ago
abd8d4a
Update version for 1.4.0-rc0
by Anthony Liguori
· 12 years ago
v1.4.0-rc0
02cd809
tap: unbreak -netdev tap,fd=X
by Anthony Liguori
· 12 years ago
b76facc
qom: remove object_delete
by Paolo Bonzini
· 12 years ago
5c09953
cpu: do not use object_delete
by Paolo Bonzini
· 12 years ago
b09995a
qdev: drop extra references at creation time
by Paolo Bonzini
· 12 years ago
dc7389b
qdev: inline object_delete into qbus_free/qdev_free
by Paolo Bonzini
· 12 years ago
62d7ba6
qdev: add reference for the bus while it is referred to by the DeviceState
by Paolo Bonzini
· 12 years ago
06f7f2b
qdev: move unrealization of devices from finalize to unparent
by Paolo Bonzini
· 12 years ago
6853d27
qdev: move deletion of children from finalize to unparent
by Paolo Bonzini
· 12 years ago
9d12782
qdev: add reference count to a device for the BusChild
by Paolo Bonzini
· 12 years ago
6c232d2
qom: document reference counting of link properties
by Paolo Bonzini
· 12 years ago
52e636c
qom: preserve object while unparenting it
by Paolo Bonzini
· 12 years ago
4fec640
pci: use qbus_create in pci_bus_new
by Paolo Bonzini
· 12 years ago
39355c3
qdev: change first argument of qbus_create_inplace to void *
by Paolo Bonzini
· 12 years ago
013e118
qdev: remove duplication between qbus_create and qbus_create_inplace
by Paolo Bonzini
· 12 years ago
d5286af
accel: change {xen, kvm, tcg, qtest}_allowed from int to bool
by liguang
· 12 years ago
217e21b
vl: correct error message when fail to init kvm
by liguang
· 12 years ago
e3c66d9
vl: skip init accelerator if it's not available
by liguang
· 12 years ago
baeddde
sparc: disable qtest in make check
by Anthony Liguori
· 12 years ago
77a5f4f
Merge remote-tracking branch 'stefanha/block' into staging
by Anthony Liguori
· 12 years ago
3e3648b
xen: fix build problem introduced from per-queue peers
by Anthony Liguori
· 12 years ago
a9c87c5
virtio-net: compat multiqueue support
by Jason Wang
· 12 years ago
5f80080
virtio-net: migration support for multiqueue
by Jason Wang
· 12 years ago
fed699f
virtio-net: multiqueue support
by Jason Wang
· 12 years ago
0c87e93
virtio-net: separate virtqueue from VirtIONet
by Jason Wang
· 12 years ago
e78a2b4
virtio: add a queue_index to VirtQueue
by Jason Wang
· 12 years ago
f23fd81
virtio: introduce virtio_del_queue()
by Jason Wang
· 12 years ago
a9f98bb
vhost: multiqueue support
by Jason Wang
· 12 years ago
264986e
tap: multiqueue support
by Jason Wang
· 12 years ago
e5dc0b4
tap: introduce a helper to get the name of an interface
by Jason Wang
· 12 years ago
16dbaf9
tap: support enabling or disabling a queue
by Jason Wang
· 12 years ago
94fdc6d
tap: add Linux multiqueue support
by Jason Wang
· 12 years ago
5193e5f
tap: factor out common tap initialization
by Jason Wang
· 12 years ago
4e4f9ae
tap: import linux multiqueue constants
by Jason Wang
· 12 years ago
1ceef9f
net: multiqueue support
by Jason Wang
· 12 years ago
f786045
net: introduce NetClientState destructor
by Jason Wang
· 12 years ago
18a1541
net: introduce qemu_net_client_setup()
by Jason Wang
· 12 years ago
6c51ae7
net: introduce qemu_find_net_clients_except()
by Jason Wang
· 12 years ago
948ecf2
net: intorduce qemu_del_nic()
by Jason Wang
· 12 years ago
cc1f0f4
net: introduce qemu_get_nic()
by Jason Wang
· 12 years ago
b356f76
net: introduce qemu_get_queue()
by Jason Wang
· 12 years ago
28a6589
net: tap: use abort() instead of assert(0)
by Jason Wang
· 12 years ago
ec45f08
net: tap: using bool instead of bitfield
by Jason Wang
· 12 years ago
350ed2f
target-ppc: Fix target_ulong vs. hwaddr format mismatches
by Andreas Färber
· 12 years ago
6bf0076
libqtest: Wait for the right child PID after killing QEMU
by Eduardo Habkost
· 12 years ago
3e7b8f4
isa: QOM'ify isa_bus_from_device()
by Andreas Färber
· 12 years ago
8aae84a
i2c: Drop I2C_SLAVE_FROM_QDEV() macro
by Andreas Färber
· 12 years ago
6c8fec8
configure: Keep -Werror enabled for Release Candidates
by Andreas Färber
· 12 years ago
70ddd9f
Revert "e1000: no need auto-negotiation if link was down"
by Michael Roth
· 12 years ago
5dea9a6
Merge remote-tracking branch 'quintela/migration.next' into staging
by Anthony Liguori
· 12 years ago
e205842
Merge remote-tracking branch 'agraf/s390-for-upstream' into staging
by Anthony Liguori
· 12 years ago
fabb604
Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging
by Anthony Liguori
· 12 years ago
fdf263f
block/raw-posix: Build fix for O_ASYNC
by Andreas Färber
· 12 years ago
cd92347
vmdk: Allow space in file name
by Philipp Hahn
· 12 years ago
4653623
parallels: Fix bdrv_open() error handling
by Kevin Wolf
· 12 years ago
4f8aa2e
dmg: Use g_free instead of free
by Kevin Wolf
· 12 years ago
69d34a3
dmg: Fix bdrv_open() error handling
by Kevin Wolf
· 12 years ago
59294e4
vpc: Fix bdrv_open() error handling
by Kevin Wolf
· 12 years ago
1a60657
cloop: Fix bdrv_open() error handling
by Kevin Wolf
· 12 years ago
5b7d7df
bochs: Fix bdrv_open() error handling
by Kevin Wolf
· 12 years ago
6f74c26
sheepdog: pass vdi_id to sheep daemon for sd_close()
by Liu Yuan
· 12 years ago
7f2039f
vmdk: Allow selecting SCSI adapter in image creation
by Othmar Pasteka
· 12 years ago
a04eca1
block: Adds mirroring tests for resized images
by Vishvananda Ishaya
· 12 years ago
63ba17d
block: Fix is_allocated_above with resized files
by Vishvananda Ishaya
· 12 years ago
b93d6d2
qemu-iotests: Add regression test for b7ab0fea
by Kevin Wolf
· 12 years ago
a31ca01
Fix error message in migrate_set_capability HMP command
by Orit Wasserman
· 12 years ago
Next »