[PATCH 04/13] i386: hvf: Drop unused variable

Roman Bolshakov posted 13 patches 5 years, 8 months ago
Maintainers: Richard Henderson <rth@twiddle.net>, Paolo Bonzini <pbonzini@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Roman Bolshakov <r.bolshakov@yadro.com>
[PATCH 04/13] i386: hvf: Drop unused variable
Posted by Roman Bolshakov 5 years, 8 months ago
Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
---
 target/i386/hvf/x86.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/i386/hvf/x86.h b/target/i386/hvf/x86.h
index c95d5b2116..56fcde13c6 100644
--- a/target/i386/hvf/x86.h
+++ b/target/i386/hvf/x86.h
@@ -293,7 +293,6 @@ typedef struct lazy_flags {
 
 /* Definition of hvf_x86_state is here */
 struct HVFX86EmulatorState {
-    int interruptable;
     uint64_t fetch_rip;
     uint64_t rip;
     struct x86_register regs[16];
-- 
2.26.1


Re: [PATCH 04/13] i386: hvf: Drop unused variable
Posted by Philippe Mathieu-Daudé 5 years, 8 months ago
On 5/28/20 9:37 PM, Roman Bolshakov wrote:
> Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
> ---
>  target/i386/hvf/x86.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/target/i386/hvf/x86.h b/target/i386/hvf/x86.h
> index c95d5b2116..56fcde13c6 100644
> --- a/target/i386/hvf/x86.h
> +++ b/target/i386/hvf/x86.h
> @@ -293,7 +293,6 @@ typedef struct lazy_flags {
>  
>  /* Definition of hvf_x86_state is here */
>  struct HVFX86EmulatorState {
> -    int interruptable;
>      uint64_t fetch_rip;
>      uint64_t rip;
>      struct x86_register regs[16];
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>