From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMbky-0004Gt-P2 for qemu-devel@nongnu.org; Fri, 12 Oct 2012 05:42:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMbkw-0000Fr-5G for qemu-devel@nongnu.org; Fri, 12 Oct 2012 05:42:12 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:59243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMbkv-0000Fj-UZ for qemu-devel@nongnu.org; Fri, 12 Oct 2012 05:42:10 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so2728181pbb.4 for ; Fri, 12 Oct 2012 02:42:08 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5077E5E9.5090000@redhat.com> Date: Fri, 12 Oct 2012 11:42:01 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1350033962-16665-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1350033962-16665-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/7] serial device hotplug patch series. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, Luiz Capitulino Il 12/10/2012 11:25, Gerd Hoffmann ha scritto: > Final patch adds chardev hotplug to the mix, which makes the other > patches alot more useful. It is the missing bit needed to really > hotplug serial devices: > > (qemu) chardev_add pciserial file /root/hotchardev.log > (qemu) device_add pci-serial,chardev=pciserial,id=pciserial > > And the reverse: > > (qemu) device_del pciserial > (qemu) chardev_del pciserial > > please review & pull, I think the last patch is not ready, please wait for Luiz's review too. > Gerd > > The following changes since commit b4ae3cfa57b8c1bdbbd7b7d420971e9171203ade: > > ssi: Add slave autoconnect helper (2012-10-10 11:13:32 +1000) > > are available in the git repository at: > git://git.kraxel.org/qemu serial.1 > > Gerd Hoffmann (7): > serial: split serial.c > serial: add pci variant > serial: add windows inf file for the pci card to docs > serial: add 2x + 4x pci variant > usb-serial: don't magically zap chardev on umplug > usb-serial: only expose device in guest when the chardev is open > chardev: add hotplug support.