i386: Remove unused define's from hax and hvf
Commit acb9f95a
removed boundary checks for ID and VCPU ID. After that,
the max definitions of that boundaries are not required anymore. This
commit is only a code cleanup.
Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
Message-Id: <20200323200538.202164-1-jcfaracco@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ddf63df736
commit
20c8fa2ec7
@ -41,8 +41,6 @@ struct hax_state {
|
||||
};
|
||||
|
||||
#define HAX_MAX_VCPU 0x10
|
||||
#define MAX_VM_ID 0x40
|
||||
#define MAX_VCPU_ID 0x40
|
||||
|
||||
struct hax_vm {
|
||||
hax_fd fd;
|
||||
|
@ -21,8 +21,6 @@
|
||||
#include "x86.h"
|
||||
|
||||
#define HVF_MAX_VCPU 0x10
|
||||
#define MAX_VM_ID 0x40
|
||||
#define MAX_VCPU_ID 0x40
|
||||
|
||||
extern struct hvf_state hvf_global;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user