adding Irix (and, to a lesser extent, Solaris) userland emulation to QEMU
Go to file
Gonglei 0077793a00 virtio-rng: fix virtio-rng child refcount in transports
object_initialize() leaves the object with a refcount of 1.
object_property_add_child() adds its own reference which is dropped
again when the property is deleted.

The upshot of this is that we always have a refcount >= 1.  Upon hot
unplug the virtio-rng child is not finalized!

Drop our reference after the child property has been added to the
parent.

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 352fa88dfb)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
2015-01-06 16:02:58 -06:00
audio audio: Drop superfluous conditionals around g_free() 2014-06-13 12:34:54 +02:00
backends Revert "rng-egd: remove redundant free" 2014-09-23 10:48:06 -05:00
block blkdebug: Delete BH in bdrv_aio_cancel 2014-09-08 11:23:05 -05:00
bsd-user
default-configs pc: implement pc-dimm device abstraction 2014-06-19 16:41:47 +03:00
disas
docs
dtc@bc895d6d09
fpu
fsdev
gdb-xml
hw virtio-rng: fix virtio-rng child refcount in transports 2015-01-06 16:02:58 -06:00
include qapi: add visit_start_union and visit_end_union 2015-01-04 13:43:48 -06:00
libcacard vscclient: Add required headers to fix build on FreeBSD 2014-06-24 20:01:24 +04:00
libdecnumber
linux-headers
linux-user
net net: complete all queued packets on VM stop 2014-09-10 09:30:58 -05:00
pc-bios
pixman@97336fad32
po
qapi qapi: dealloc visitor, implement visit_start_union 2015-01-04 13:44:04 -06:00
qga
qobject
qom
roms
scripts qapi: add visit_start_union and visit_end_union 2015-01-04 13:43:48 -06:00
slirp slirp: udp: fix NULL pointer dereference because of uninitialized socket 2014-09-24 11:11:52 -05:00
stubs
sysconfigs/target
target-alpha
target-arm target-arm: Correct Cortex-A57 ISAR5 and AA64ISAR0 ID register values 2014-09-10 09:30:57 -05:00
target-cris
target-i386 target-i386: Support migratable=no properly 2014-09-10 09:30:58 -05:00
target-lm32
target-m68k
target-microblaze
target-mips
target-moxie
target-openrisc
target-ppc
target-s390x
target-sh4
target-sparc
target-unicore32
target-xtensa
tcg
tests tests: avoid running duplicate qom-tests 2015-01-06 15:52:23 -06:00
trace
ui spice: make sure we don't overflow ssd->buf 2014-09-10 09:30:58 -05:00
util
.exrc
.gitignore
.gitmodules
.mailmap
.travis.yml
CODING_STYLE
COPYING
COPYING.LIB
Changelog
HACKING
LICENSE
MAINTAINERS
Makefile
Makefile.objs
Makefile.target
README
VERSION Update version for v2.1.2 release 2014-09-25 14:52:04 -05:00
aio-posix.c
aio-win32.c
arch_init.c
async.c
balloon.c
block-migration.c
block.c
blockdev-nbd.c
blockdev.c
blockjob.c
bt-host.c
bt-vhci.c
configure l2tpv3 (configure): it is linux-specific 2014-08-26 16:57:28 -05:00
coroutine-gthread.c
coroutine-sigaltstack.c
coroutine-ucontext.c
coroutine-win32.c
cpu-exec.c
cpus.c Introduce cpu_clean_all_dirty 2014-12-24 15:56:18 -06:00
cputlb.c
device-hotplug.c
device_tree.c
disas.c
dma-helpers.c
dump.c
exec.c exec: file_ram_alloc(): print error when prealloc fails 2014-12-24 15:43:39 -06:00
gdbstub.c gdbstub: init mon_chr through qemu_chr_alloc 2015-01-04 13:41:55 -06:00
hmp-commands.hx
hmp.c
hmp.h
iohandler.c
ioport.c
iothread.c
kvm-all.c Introduce cpu_clean_all_dirty 2014-12-24 15:56:18 -06:00
kvm-stub.c
main-loop.c
memory.c
memory_mapping.c
migration-exec.c
migration-fd.c
migration-rdma.c
migration-tcp.c
migration-unix.c
migration.c
module-common.c
monitor.c monitor: Reset HMP mon->rs in CHR_EVENT_OPEN 2015-01-05 09:46:07 -06:00
nbd.c
numa.c numa: show hex number in error message for consistency and prefix them with 0x 2014-09-08 11:23:04 -05:00
os-posix.c
os-win32.c
page_cache.c
qapi-schema.json
qdev-monitor.c qdev-monitor: include QOM properties in -device FOO, help output 2014-08-26 16:46:19 -05:00
qdict-test-data.txt
qemu-bridge-helper.c
qemu-char.c pty: Fix byte loss bug when connecting to pty 2014-09-10 09:30:58 -05:00
qemu-coroutine-io.c
qemu-coroutine-lock.c
qemu-coroutine-sleep.c
qemu-coroutine.c
qemu-doc.texi
qemu-file.c
qemu-img-cmds.hx
qemu-img.c
qemu-img.texi
qemu-io-cmds.c
qemu-io.c
qemu-log.c
qemu-nbd.c
qemu-nbd.texi
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx
qemu-seccomp.c
qemu-tech.texi
qemu-timer.c
qemu.nsi
qemu.sasl
qmp-commands.hx
qmp.c qmp: hide "hotplugged" device property from device-list-properties 2014-08-26 16:46:01 -05:00
qtest.c
rules.mak
savevm.c snapshot: fix referencing wrong variable in while loop in do_delvm 2015-01-06 15:55:00 -06:00
softmmu_template.h
spice-qemu-char.c
tcg-runtime.c
tci.c
thread-pool.c thread-pool: avoid deadlock in nested aio_poll() calls 2014-09-08 11:23:06 -05:00
thunk.c
tpm.c
trace-events
translate-all.c
translate-all.h
user-exec.c
version.rc
vl.c vl: process -object after other backend options 2014-09-10 09:30:56 -05:00
vmstate.c
xbzrle.c
xen-common-stub.c
xen-common.c
xen-hvm-stub.c
xen-hvm.c
xen-mapcache.c

README

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team