From: "Philippe Mathieu-Daudé" <philmd@redhat.com> To: Gerd Hoffmann <kraxel@redhat.com>, qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org, dgilbert@redhat.com, Eduardo Habkost <ehabkost@redhat.com> Subject: Re: [Qemu-devel] [PATCH] usb-tablet: fix serial compat property Date: Mon, 20 May 2019 13:28:20 +0200 [thread overview] Message-ID: <6f4bcfe3-66b6-8c2b-e56b-d90c7c5bcfb1@redhat.com> (raw) In-Reply-To: <20190520081805.15019-1-kraxel@redhat.com> On 5/20/19 10:18 AM, Gerd Hoffmann wrote: > s/kbd/tablet/, fixes cut+paste bug. > > Cc: qemu-stable@nongnu.org > Reported-by: Dr. David Alan Gilbert <dgilbert@redhat.com> > Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> > --- > hw/core/machine.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/core/machine.c b/hw/core/machine.c > index 5d046a43e3d2..eb34f53a85b0 100644 > --- a/hw/core/machine.c > +++ b/hw/core/machine.c > @@ -36,7 +36,7 @@ GlobalProperty hw_compat_3_1[] = { > { "tpm-tis", "ppi", "false" }, > { "usb-kbd", "serial", "42" }, > { "usb-mouse", "serial", "42" }, > - { "usb-kbd", "serial", "42" }, > + { "usb-tablet", "serial", "42" }, Ah! Now commit b63e10508be makes sense. Fixes: b63e10508be Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> > { "virtio-blk-device", "discard", "false" }, > { "virtio-blk-device", "write-zeroes", "false" }, > }; >
prev parent reply other threads:[~2019-05-20 11:29 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-05-20 8:18 Gerd Hoffmann 2019-05-20 8:57 ` Dr. David Alan Gilbert 2019-05-20 10:31 ` Laurent Vivier 2019-05-20 11:28 ` Philippe Mathieu-Daudé [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=6f4bcfe3-66b6-8c2b-e56b-d90c7c5bcfb1@redhat.com \ --to=philmd@redhat.com \ --cc=dgilbert@redhat.com \ --cc=ehabkost@redhat.com \ --cc=kraxel@redhat.com \ --cc=qemu-devel@nongnu.org \ --cc=qemu-stable@nongnu.org \ --subject='Re: [Qemu-devel] [PATCH] usb-tablet: fix serial compat property' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.