Il 14/11/2013 00:09, Peter Maydell ha scritto:
> +#ifndef __OPTIMIZE__
> +/* This function is only called inside conditionals which we
> + * rely on the compiler to optimize out when CONFIG_KVM is not
> + * defined.
> + */
> +uint32_t kvm_arch_get_supported_cpuid(KVMState *env, uint32_t function,
> + uint32_t index, int reg)
> +{
> + abort();
> +}
> +#endifThanks, I'll apply this to uq/master and send a pull request. Paolo
