COMMITS
/ net/dump.c February 23, 2023
A
net: Strip virtio-net header when dumping
Akihiko Odaki committed
November 29, 2021
P
rtc: Move RTC function prototypes to their own header
Peter Maydell committed
March 28, 2021
T
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth committed
November 11, 2020
E
netfilter: Use class properties
Eduardo Habkost committed
September 16, 2020
E
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost committed
August 31, 2020
E
Use DECLARE_*CHECKER* macros
Eduardo Habkost committed
September 3, 2020
E
Move QOM typedefs and add missing includes
Eduardo Habkost committed
July 7, 2020
M
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster committed
M
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster committed
M
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster committed
May 5, 2020
M
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster committed
May 23, 2019
M
Include qemu-common.h exactly where needed
Markus Armbruster committed
M
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster committed
February 21, 2018
T
net: Remove the deprecated way of dumping network packets
Thomas Huth committed
June 7, 2017
M
object: use more specific property type names
Marc-André Lureau committed
April 25, 2017
T
net/dump: Issue a warning for the deprecated "-net dump"
Thomas Huth committed
July 14, 2016
E
qapi: Change Netdev into a flat union
Eric Blake committed
K
net: use Netdev instead of NetClientOptions in client init
Kővágó, Zoltán committed
March 14, 2016
M
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster committed
March 17, 2016
E
qapi: Don't special-case simple union wrappers
Eric Blake committed
January 29, 2016
E
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake committed
E
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake committed
P
net: Clean up includes
Peter Maydell committed
January 11, 2016
P
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-11' into staging
Peter Maydell committed
December 4, 2015
P
net: convert qemu_log to error_report, fix message
Paolo Bonzini committed
December 23, 2015
L
net/dump: fix nfds->filename leak
Li Zhijian committed
October 26, 2015
E
net: Convert to new qapi union layout
Eric Blake committed
October 13, 2015
T
net/dump: Provide the dumping facility as a net-filter
Thomas Huth committed
T
net/dump: Separate the NetClientState from the DumpState
Thomas Huth committed
T
net/dump: Rework net-dump init functions
Thomas Huth committed
T
net/dump: Add support for receive_iov function
Thomas Huth committed
August 25, 2015
L
net: remove muldiv64()
Laurent Vivier committed
May 15, 2015
M
net/dump: Improve -net/host_net_add dump error reporting
Markus Armbruster committed
M
net: Permit incremental conversion of init functions to Error
Markus Armbruster committed
August 21, 2013
A
aio / timers: Switch entire codebase to the new timer API
Alex Bligh committed
December 17, 2012
P
misc: move include files to include/qemu/
Paolo Bonzini committed
September 17, 2012
P
net: consolidate NetClientState header files into one
Paolo Bonzini committed
July 24, 2012
S
net: Rename VLANClientState to NetClientState
Stefan Hajnoczi committed
S
net: Drop vlan argument to qemu_new_net_client()
Stefan Hajnoczi committed
S
net: Use hubs for the vlan feature
Stefan Hajnoczi committed
July 17, 2012
L
remove unused QemuOpts parameter from net init functions
Laszlo Ersek committed
L
convert net_init_dump() to NetClientOptions
Laszlo Ersek committed
L
convert net_client_init() to OptsVisitor
Laszlo Ersek committed
L
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek committed
April 12, 2012
L
net: purge the monitor object from all init functions
Luiz Capitulino committed
November 30, 2011
H
net: store guest timestamp in dump file instead of time since guest startup
Hervé Poussineau committed
H
net: truncate output file when using dump backend
Hervé Poussineau committed
March 27, 2011
B
Use qemu-common.h or qemu-timer.h in place of sysemu.h
Blue Swirl committed
March 11, 2011
P
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini committed
February 18, 2010
M
error: Replace qemu_error() by error_report()
Markus Armbruster committed