57 Commits (b6df314a4ed91a0d02862a4a081dbe4d7b67b8e3)

Author SHA1 Message Date
Laurent Vivier c6a1b591a6 net/dump: Correctly compute Ethernet packet offset 1 year ago
Philippe Mathieu-Daudé 32cad1ffb8 include: Rename sysemu/ -> system/ 1 year ago
Akihiko Odaki 4b52d63249 tap: Remove qemu_using_vnet_hdr() 2 years ago
Peter Maydell c4cf68198e net/dump: Avoid variable length array 3 years ago
Akihiko Odaki 481c52320a net: Strip virtio-net header when dumping 3 years ago
Peter Maydell 2f93d8b04a rtc: Move RTC function prototypes to their own header 4 years ago
Thomas Huth 19f4ed3652 hw: Do not include qemu/log.h if it is not necessary 5 years ago
Eduardo Habkost f0e34a06f6 netfilter: Use class properties 5 years ago
Eduardo Habkost 8063396bf3 Use OBJECT_DECLARE_SIMPLE_TYPE when possible 6 years ago
Eduardo Habkost 8110fa1d94 Use DECLARE_*CHECKER* macros 6 years ago
Eduardo Habkost db1015e92e Move QOM typedefs and add missing includes 6 years ago
Markus Armbruster 668f62ec62 error: Eliminate error_propagate() with Coccinelle, part 1 6 years ago
Markus Armbruster dcfe480544 error: Avoid unnecessary error_propagate() after error_setg() 6 years ago
Markus Armbruster 62a35aaa31 qapi: Use returned bool to check for failure, Coccinelle part 6 years ago
Markus Armbruster d2623129a7 qom: Drop parameter @errp of object_property_add() & friends 6 years ago
Markus Armbruster a8d2532645 Include qemu-common.h exactly where needed 7 years ago
Markus Armbruster 0b8fa32f55 Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
Thomas Huth 857d20873d net: Remove the deprecated way of dumping network packets 8 years ago
Marc-André Lureau 1e507bb0fd object: use more specific property type names 9 years ago
Thomas Huth f5ab20a468 net/dump: Issue a warning for the deprecated "-net dump" 9 years ago
Eric Blake f394b2e20d qapi: Change Netdev into a flat union 10 years ago
Kővágó, Zoltán cebea51057 net: use Netdev instead of NetClientOptions in client init 10 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 10 years ago
Eric Blake 32bafa8fdd qapi: Don't special-case simple union wrappers 10 years ago
Eric Blake d7bce9999d qom: Swap 'name' next to visitor in ObjectPropertyAccessor 10 years ago
Eric Blake 51e72bc1dd qapi: Swap visit_* arguments for consistent 'name' placement 10 years ago
Peter Maydell 2744d9207f net: Clean up includes 10 years ago
Paolo Bonzini 34f22fc034 net: convert qemu_log to error_report, fix message 10 years ago
Li Zhijian b50c7d452f net/dump: fix nfds->filename leak 10 years ago
Eric Blake 8d0bcba837 net: Convert to new qapi union layout 11 years ago
Thomas Huth 9d3e12e881 net/dump: Provide the dumping facility as a net-filter 11 years ago
Thomas Huth 75310e3486 net/dump: Separate the NetClientState from the DumpState 11 years ago
Thomas Huth 7bc3074c27 net/dump: Rework net-dump init functions 11 years ago
Thomas Huth 43192fcc1a net/dump: Add support for receive_iov function 11 years ago
Laurent Vivier ab60b7485c net: remove muldiv64() 11 years ago
Markus Armbruster 3791f83ca9 net/dump: Improve -net/host_net_add dump error reporting 11 years ago
Markus Armbruster a30ecde6e7 net: Permit incremental conversion of init functions to Error 11 years ago
Alex Bligh bc72ad6754 aio / timers: Switch entire codebase to the new timer API 13 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 13 years ago
Paolo Bonzini a245fc1835 net: consolidate NetClientState header files into one 14 years ago
Stefan Hajnoczi 4e68f7a081 net: Rename VLANClientState to NetClientState 14 years ago
Stefan Hajnoczi ab5f3f84c4 net: Drop vlan argument to qemu_new_net_client() 14 years ago
Stefan Hajnoczi d33d93b2c4 net: Use hubs for the vlan feature 14 years ago
Laszlo Ersek 1a0c09583d remove unused QemuOpts parameter from net init functions 14 years ago
Laszlo Ersek 848040d174 convert net_init_dump() to NetClientOptions 14 years ago
Laszlo Ersek 6687b79d63 convert net_client_init() to OptsVisitor 14 years ago
Laszlo Ersek 2be64a68ed hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) 14 years ago
Luiz Capitulino 42dcc547e1 net: purge the monitor object from all init functions 14 years ago
Hervé Poussineau 0fa29915cd net: store guest timestamp in dump file instead of time since guest startup 15 years ago
Hervé Poussineau 6514ed528c net: truncate output file when using dump backend 15 years ago