From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl6uk-0008Ag-AT for qemu-devel@nongnu.org; Tue, 18 Dec 2012 18:49:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl6ui-0003mF-NX for qemu-devel@nongnu.org; Tue, 18 Dec 2012 18:49:34 -0500 Received: from mail-ie0-f180.google.com ([209.85.223.180]:48162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl6ui-0003m9-HK for qemu-devel@nongnu.org; Tue, 18 Dec 2012 18:49:32 -0500 Received: by mail-ie0-f180.google.com with SMTP id c10so1869213ieb.11 for ; Tue, 18 Dec 2012 15:49:31 -0800 (PST) From: Anthony Liguori In-Reply-To: <20121218101943.GK21639@amit.redhat.com> References: <20121218101943.GK21639@amit.redhat.com> Date: Tue, 18 Dec 2012 17:49:27 -0600 Message-ID: <878v8uyl88.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL] virtio-serial: fixes, cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Alon Levy , qemu list , Markus Armbruster Amit Shah writes: > Hi Anthony, > > Please pull to get fixes and cleanups to virtio-serial code. > Pulled. Thanks. Regards, Anthony Liguori > Thanks, > > The following changes since commit 1c97e303d4ea80a2691334b0febe87a50660f99d: > > Merge remote-tracking branch 'afaerber/qom-cpu' into staging (2012-12-10 08:35:15 -0600) > > are available in the git repository at: > > > git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git master > > for you to fetch changes up to 91bdd1cf08f65b7a127c22d4d65ff9d16dcac870: > > virtio-serial-bus: assert port is non-null in remove_port() (2012-12-18 14:28:50 +0530) > > ---------------------------------------------------------------- > Amit Shah (6): > virtio-serial: use uint32_t to count ports > virtio-serial: move active ports loading to separate function > virtio-serial: allocate post_load only at load-time > virtio-serial: delete timer if active during exit > virtio-serial-bus: send_control_msg() should not deal with cpkts > virtio-serial-bus: assert port is non-null in remove_port() > > hw/virtio-serial-bus.c | 195 ++++++++++++++++++++++++++++++++++++++++++------------------------------- > 1 file changed, 113 insertions(+), 82 deletions(-) > > Amit