* [Qemu-devel] [PATCH v2] usb: drop unused USBNetState.inpkt field
@ 2013-10-29 14:44 Stefan Hajnoczi
2013-10-29 20:13 ` Benoît Canet
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2013-10-29 14:44 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Gerd Hoffmann, Stefan Hajnoczi
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
hw/usb/dev-network.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/usb/dev-network.c b/hw/usb/dev-network.c
index 660d774..4c532b7 100644
--- a/hw/usb/dev-network.c
+++ b/hw/usb/dev-network.c
@@ -637,7 +637,6 @@ typedef struct USBNetState {
unsigned int out_ptr;
uint8_t out_buf[2048];
- USBPacket *inpkt;
unsigned int in_ptr, in_len;
uint8_t in_buf[2048];
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH v2] usb: drop unused USBNetState.inpkt field
2013-10-29 14:44 [Qemu-devel] [PATCH v2] usb: drop unused USBNetState.inpkt field Stefan Hajnoczi
@ 2013-10-29 20:13 ` Benoît Canet
2013-10-30 8:05 ` Gerd Hoffmann
2013-11-01 10:12 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Benoît Canet @ 2013-10-29 20:13 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-trivial, qemu-devel, Gerd Hoffmann
Le Tuesday 29 Oct 2013 à 15:44:31 (+0100), Stefan Hajnoczi a écrit :
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
> hw/usb/dev-network.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/hw/usb/dev-network.c b/hw/usb/dev-network.c
> index 660d774..4c532b7 100644
> --- a/hw/usb/dev-network.c
> +++ b/hw/usb/dev-network.c
> @@ -637,7 +637,6 @@ typedef struct USBNetState {
> unsigned int out_ptr;
> uint8_t out_buf[2048];
>
> - USBPacket *inpkt;
> unsigned int in_ptr, in_len;
> uint8_t in_buf[2048];
>
> --
> 1.8.3.1
>
>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH v2] usb: drop unused USBNetState.inpkt field
2013-10-29 14:44 [Qemu-devel] [PATCH v2] usb: drop unused USBNetState.inpkt field Stefan Hajnoczi
2013-10-29 20:13 ` Benoît Canet
@ 2013-10-30 8:05 ` Gerd Hoffmann
2013-11-01 10:12 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Gerd Hoffmann @ 2013-10-30 8:05 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-trivial, qemu-devel
On Di, 2013-10-29 at 15:44 +0100, Stefan Hajnoczi wrote:
> - USBPacket *inpkt;
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
cheers,
Gerd
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] usb: drop unused USBNetState.inpkt field
2013-10-29 14:44 [Qemu-devel] [PATCH v2] usb: drop unused USBNetState.inpkt field Stefan Hajnoczi
2013-10-29 20:13 ` Benoît Canet
2013-10-30 8:05 ` Gerd Hoffmann
@ 2013-11-01 10:12 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2013-11-01 10:12 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-trivial, qemu-devel, Gerd Hoffmann
29.10.2013 18:44, Stefan Hajnoczi wrote:
[]
Thanks, applied to the trivial-patches queue.
/mjt
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-11-01 10:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-29 14:44 [Qemu-devel] [PATCH v2] usb: drop unused USBNetState.inpkt field Stefan Hajnoczi
2013-10-29 20:13 ` Benoît Canet
2013-10-30 8:05 ` Gerd Hoffmann
2013-11-01 10:12 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).