From: Jan Kiszka <jan.kiszka@siemens.com>
To: qemu-devel <qemu-devel@nongnu.org>,
qemu-trivial <qemu-trivial@nongnu.org>
Cc: Gerd Hoffmann <kraxel@redhat.com>, Roy Tam <roytam@gmail.com>
Subject: [Qemu-trivial] [PATCH] usb: Fix signature of stub usb_host_device_open
Date: Thu, 01 Mar 2012 10:43:50 +0100 [thread overview]
Message-ID: <4F4F44D6.2020907@siemens.com> (raw)
This was a breakage of 3741715cf2.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
usb-stub.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/usb-stub.c b/usb-stub.c
index 9c3fcea..b4e10c1 100644
--- a/usb-stub.c
+++ b/usb-stub.c
@@ -41,7 +41,7 @@ void usb_host_info(Monitor *mon)
}
/* XXX: modify configure to compile the right host driver */
-USBDevice *usb_host_device_open(const char *devname)
+USBDevice *usb_host_device_open(USBBus *bus, const char *devname)
{
return NULL;
}
--
1.7.3.4
WARNING: multiple messages have this Message-ID (diff)
From: Jan Kiszka <jan.kiszka@siemens.com>
To: qemu-devel <qemu-devel@nongnu.org>,
qemu-trivial <qemu-trivial@nongnu.org>
Cc: Gerd Hoffmann <kraxel@redhat.com>, Roy Tam <roytam@gmail.com>
Subject: [Qemu-devel] [PATCH] usb: Fix signature of stub usb_host_device_open
Date: Thu, 01 Mar 2012 10:43:50 +0100 [thread overview]
Message-ID: <4F4F44D6.2020907@siemens.com> (raw)
This was a breakage of 3741715cf2.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
usb-stub.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/usb-stub.c b/usb-stub.c
index 9c3fcea..b4e10c1 100644
--- a/usb-stub.c
+++ b/usb-stub.c
@@ -41,7 +41,7 @@ void usb_host_info(Monitor *mon)
}
/* XXX: modify configure to compile the right host driver */
-USBDevice *usb_host_device_open(const char *devname)
+USBDevice *usb_host_device_open(USBBus *bus, const char *devname)
{
return NULL;
}
--
1.7.3.4
next reply other threads:[~2012-03-01 9:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-01 9:43 Jan Kiszka [this message]
2012-03-01 9:43 ` [Qemu-devel] [PATCH] usb: Fix signature of stub usb_host_device_open Jan Kiszka
2012-03-01 10:50 ` [Qemu-trivial] " Gerd Hoffmann
2012-03-01 10:50 ` [Qemu-devel] " Gerd Hoffmann
2012-03-03 17:56 ` [Qemu-trivial] " Blue Swirl
2012-03-03 17:56 ` Blue Swirl
2012-03-05 16:47 ` [Qemu-trivial] " Stefan Hajnoczi
2012-03-05 16:47 ` Stefan Hajnoczi
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=4F4F44D6.2020907@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=roytam@gmail.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.