projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c6968c
)
usb: drop unused USBNetState.inpkt field
author
Stefan Hajnoczi
<stefanha@redhat.com>
Tue, 29 Oct 2013 14:44:31 +0000
(15:44 +0100)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 13 Nov 2013 11:48:38 +0000
(15:48 +0400)
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/usb/dev-network.c
patch
|
blob
|
history
diff --git
a/hw/usb/dev-network.c
b/hw/usb/dev-network.c
index 660d7743fef128cf71a8120e7c1da273d0b80dc3..4c532b7d6a89ff2d1627c80139ee322633c3aac6 100644
(file)
--- 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];