aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/dev-network.c
AgeCommit message (Expand)Author
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-18hw/usb: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2018-06-01usb: use local path for local headersMichael S. Tsirkin
2018-01-26usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau
2016-07-19net: Use correct type for bool flagEric Blake
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-06-13hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()Peter Maydell
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-23usb: check RNDIS buffer offsets & lengthPrasad J Pandit
2016-02-23usb: check USB configuration descriptor objectPrasad J Pandit
2016-01-29usb: Clean up includesPeter Maydell
2015-07-27usbnet: Drop usbnet_can_receiveFam Zheng
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster
2015-05-08usb: usb-net QOMifyGonglei
2015-05-08usb: fix usb-net segfaultMichal Kazior
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell
2015-02-18usb: Improve -usbdevice error reporting a bitMarkus Armbruster
2015-02-18usb: usb_create() can't fail, drop useless error handlingMarkus Armbruster
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15usb-net: add bootindex to qom propertyGonglei
2014-09-23usb-net: convert init to realizeGonglei
2014-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into stagingPeter Maydell
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2013-11-13usb: drop unused USBNetState.inpkt fieldStefan Hajnoczi
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini
2013-02-19usb-core: usb3 streamsGerd Hoffmann
2013-02-01net: intorduce qemu_del_nic()Jason Wang
2013-02-01net: introduce qemu_get_nic()Jason Wang
2013-02-01net: introduce qemu_get_queue()Jason Wang
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini