qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

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>

authored by

Julio Faracco and committed by
Paolo Bonzini
20c8fa2e ddf63df7

-4
-2
target/i386/hax-i386.h
··· 41 41 }; 42 42 43 43 #define HAX_MAX_VCPU 0x10 44 - #define MAX_VM_ID 0x40 45 - #define MAX_VCPU_ID 0x40 46 44 47 45 struct hax_vm { 48 46 hax_fd fd;
-2
target/i386/hvf/hvf-i386.h
··· 21 21 #include "x86.h" 22 22 23 23 #define HVF_MAX_VCPU 0x10 24 - #define MAX_VM_ID 0x40 25 - #define MAX_VCPU_ID 0x40 26 24 27 25 extern struct hvf_state hvf_global; 28 26