> +++ b/hw/rtl8139.c > @@ -41,6 +41,10 @@ > * segmentation offloading > * Removed slirp.h dependency > * Added rx/tx buffer reset when enabling > rx/tx operation + * > + * 2010-Feb-04 Frediano Ziglio: Rewrote timer support using QEMU timer > only + * when strictly needed (required > for for + * Darwin)
Please don't do this. We have proper source control to track changes. Adding random log entries to the top of the file just adds noise. Paul