diff options
| author | Eduardo Habkost | 2014-10-30 20:12:33 +0100 |
|---|---|---|
| committer | Michael Tokarev | 2014-11-02 08:04:34 +0100 |
| commit | bb019cf911ee4a152e3b31940d702d7b8a8b8114 (patch) | |
| tree | 3c4a0530353a3c7668c6509e10eb4a5b8ca8cb51 | |
| parent | tap_int.h: remove repeating NETWORK_SCRIPT defines (diff) | |
| download | qemu-bb019cf911ee4a152e3b31940d702d7b8a8b8114.tar.gz qemu-bb019cf911ee4a152e3b31940d702d7b8a8b8114.tar.xz qemu-bb019cf911ee4a152e3b31940d702d7b8a8b8114.zip | |
target-i386: Remove unused model_features_t struct
The struct is not used anymore and can be removed.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
| -rw-r--r-- | target-i386/cpu.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target-i386/cpu.c b/target-i386/cpu.c index e1946016ad..e4ccee133a 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -442,14 +442,6 @@ const char *get_register_name_32(unsigned int reg) return x86_reg_info_32[reg].name; } -/* collects per-function cpuid data - */ -typedef struct model_features_t { - uint32_t *guest_feat; - uint32_t *host_feat; - FeatureWord feat_word; -} model_features_t; - /* KVM-specific features that are automatically added to all CPU models * when KVM is enabled. */ |
