index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
dev-network.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-1
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
1
-1
/
+1
2020-03-16
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-12-18
hw/usb: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-1
/
+1
2018-06-01
usb: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-01-26
usb: Remove legacy -usbdevice options (host, serial, disk and net)
Thomas Huth
1
-26
/
+0
2017-02-23
usb: replace handle_destroy with unrealize
Marc-André Lureau
1
-2
/
+2
2016-07-19
net: Use correct type for bool flag
Eric Blake
1
-1
/
+1
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
1
-1
/
+1
2016-06-13
hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()
Peter Maydell
1
-33
/
+30
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-23
usb: check RNDIS buffer offsets & length
Prasad J Pandit
1
-3
/
+6
2016-02-23
usb: check USB configuration descriptor object
Prasad J Pandit
1
-1
/
+2
2016-01-29
usb: Clean up includes
Peter Maydell
1
-0
/
+1
2015-07-27
usbnet: Drop usbnet_can_receive
Fam Zheng
1
-16
/
+4
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
1
-1
/
+1
2015-05-08
usb: usb-net QOMify
Gonglei
1
-4
/
+7
2015-05-08
usb: fix usb-net segfault
Michal Kazior
1
-0
/
+4
2015-02-26
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
1
-2
/
+2
2015-02-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
1
-2
/
+1
2015-02-18
usb: Improve -usbdevice error reporting a bit
Markus Armbruster
1
-1
/
+0
2015-02-18
usb: usb_create() can't fail, drop useless error handling
Markus Armbruster
1
-3
/
+0
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
1
-2
/
+1
2014-10-15
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
1
-2
/
+0
2014-10-15
usb-net: add bootindex to qom property
Gonglei
1
-0
/
+11
2014-09-23
usb-net: convert init to realize
Gonglei
1
-5
/
+4
2014-02-20
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into staging
Peter Maydell
1
-2
/
+2
2014-02-18
usb: Remove magic constants from device bmAttributes
Pantelis Koukousoulas
1
-2
/
+2
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-1
/
+1
2013-11-13
usb: drop unused USBNetState.inpkt field
Stefan Hajnoczi
1
-1
/
+0
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
1
-0
/
+1
2013-03-01
hw: move qdev-monitor.o to toplevel directory
Paolo Bonzini
1
-0
/
+1
2013-02-19
usb-core: usb3 streams
Gerd Hoffmann
1
-1
/
+1
2013-02-01
net: intorduce qemu_del_nic()
Jason Wang
1
-1
/
+1
2013-02-01
net: introduce qemu_get_nic()
Jason Wang
1
-3
/
+3
2013-02-01
net: introduce qemu_get_queue()
Jason Wang
1
-5
/
+5
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-3
/
+3
2012-12-19
net: reorganize headers
Paolo Bonzini
1
-1
/
+1
2012-12-19
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
1
-0
/
+1
[next]