qemu-common.h: Make qemu_init_vcpu() stub static inline
authorAndreas Färber <afaerber@suse.de>
Sat, 5 Jan 2013 13:44:08 +0000 (14:44 +0100)
committerAndreas Färber <afaerber@suse.de>
Tue, 8 Jan 2013 20:03:44 +0000 (21:03 +0100)
commit75a192aa68e7801ab8465b3345ac74d6d3cdceca
tree70949cf6e43dcbe308e59f42c3b26bf29685cec8
parente8beac00bd26a60e788ab336f38bc12a95b20f0d
qemu-common.h: Make qemu_init_vcpu() stub static inline

Turn the *-user macro into a no-op inline function to avoid
unused-variable warnings and band-aiding #ifdef'ery.

This allows to drop an #ifdef for alpha and avoids more for unicore32
and other upcoming trivial realizefn implementations.

Suggested-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
include/qemu-common.h
target-alpha/cpu.c