Il 08/08/2013 23:42, Alex Bligh ha scritto:
> +         # these have just changed name
> +         $line =~ s/\bqemu_mod_timer\b/qemu_timer_mod/g;
> +         $line =~ s/\bqemu_mod_timer_(ns|us|ms)\b/qemu_timer_mod_$1/g;
> +         $line =~ s/\bqemu_free_timer\b/qemu_timer_free/g;
> +         $line =~ s/\bqemu_del_timer\b/qemu_timer_del/g;

I couldn't quite track which patch introduced this change.

I would either go all the way and drop the qemu_ prefix, or leave the
old name in place.

Paolo

Reply via email to