]> git.proxmox.com Git - qemu.git/commit
cpu: do not use object_delete
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 25 Jan 2013 13:12:38 +0000 (14:12 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 1 Feb 2013 21:53:11 +0000 (15:53 -0600)
commit5c099537a646370d85f9a0f6bc18371ceeeb14dc
treebe230b98f690e3a3b4c8adb011a606669c2a3a7f
parentb09995aef1d4a5879000a196a82e37b0511c8e03
cpu: do not use object_delete

CPUs are never added to the composition tree, so delete is achieved
simply by removing the last references to them.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
linux-user/syscall.c
target-i386/helper.c
target-ppc/translate_init.c
target-sparc/cpu.c