From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQH9x-0004Vp-0J for qemu-devel@nongnu.org; Thu, 21 Jul 2016 12:49:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQH9v-0004hs-EK for qemu-devel@nongnu.org; Thu, 21 Jul 2016 12:49:16 -0400 Received: from mail-oi0-x230.google.com ([2607:f8b0:4003:c06::230]:35191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQH9v-0004hi-9d for qemu-devel@nongnu.org; Thu, 21 Jul 2016 12:49:15 -0400 Received: by mail-oi0-x230.google.com with SMTP id l72so126254814oig.2 for ; Thu, 21 Jul 2016 09:49:15 -0700 (PDT) Sender: Corey Minyard From: minyard@acm.org Date: Thu, 21 Jul 2016 11:49:06 -0500 Message-Id: <1469119749-31181-1-git-send-email-minyard@acm.org> Subject: [Qemu-devel] [PATCH v2 0/3] Handle freeing data in some devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , minyard@acm.org Changes from v1: Added portio_list_del() to the wdt_ib700 device Free pending messages and the vmstate, and get rid of the unnecessary mutex in the ipmi_bmc_sim device. BTW, I haven't figured out a way to test this. Halting qemu doesn't seem to result in unrealizing anything, and none of the devices here can be hotplugged, so you can't delete them in the emulator. -corey