diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2019-08-16 20:28:38 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2019-08-16 20:28:38 +0000 |
commit | 285953d2c7a69ca5e3f33d5f1a442868b6833145 (patch) | |
tree | b6cdbe32ccd268b44c212660b65d28bf135d6003 /src/VBox | |
parent | 44b31b4e91cc8912164e6e6ecfdeb95bf10d45ec (diff) | |
download | VirtualBox-svn-285953d2c7a69ca5e3f33d5f1a442868b6833145.tar.gz |
VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. bugref:9217
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@80333 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox')
135 files changed, 0 insertions, 135 deletions
diff --git a/src/VBox/VMM/VMMAll/APICAll.cpp b/src/VBox/VMM/VMMAll/APICAll.cpp index 0a69815e8d0..07200ad9185 100644 --- a/src/VBox/VMM/VMMAll/APICAll.cpp +++ b/src/VBox/VMM/VMMAll/APICAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DEV_APIC #include "APICInternal.h" #include <VBox/vmm/pdmdev.h> diff --git a/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp b/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp index 77cd80f29f1..0e77c81bd90 100644 --- a/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp +++ b/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_CPUM #include <VBox/vmm/cpum.h> #include <VBox/vmm/apic.h> diff --git a/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp b/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp index 4840311f41b..3feb14a05c3 100644 --- a/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp +++ b/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_CPUM #include <VBox/vmm/cpum.h> #include <VBox/vmm/dbgf.h> diff --git a/src/VBox/VMM/VMMAll/DBGFAll.cpp b/src/VBox/VMM/VMMAll/DBGFAll.cpp index 9822674df67..758e65867be 100644 --- a/src/VBox/VMM/VMMAll/DBGFAll.cpp +++ b/src/VBox/VMM/VMMAll/DBGFAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include "DBGFInternal.h" diff --git a/src/VBox/VMM/VMMAll/EMAll.cpp b/src/VBox/VMM/VMMAll/EMAll.cpp index 58cf7eca85f..da87ed94dae 100644 --- a/src/VBox/VMM/VMMAll/EMAll.cpp +++ b/src/VBox/VMM/VMMAll/EMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_EM #include <VBox/vmm/em.h> #include <VBox/vmm/mm.h> diff --git a/src/VBox/VMM/VMMAll/GIMAll.cpp b/src/VBox/VMM/VMMAll/GIMAll.cpp index cf8a144e0e3..30fc7b60174 100644 --- a/src/VBox/VMM/VMMAll/GIMAll.cpp +++ b/src/VBox/VMM/VMMAll/GIMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_GIM #include <VBox/vmm/gim.h> #include <VBox/vmm/em.h> /* For EMInterpretDisasCurrent */ diff --git a/src/VBox/VMM/VMMAll/GIMAllHv.cpp b/src/VBox/VMM/VMMAll/GIMAllHv.cpp index 6c11e5e4eb8..6de4abc708c 100644 --- a/src/VBox/VMM/VMMAll/GIMAllHv.cpp +++ b/src/VBox/VMM/VMMAll/GIMAllHv.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_GIM #include <VBox/vmm/gim.h> #include <VBox/vmm/em.h> diff --git a/src/VBox/VMM/VMMAll/GIMAllKvm.cpp b/src/VBox/VMM/VMMAll/GIMAllKvm.cpp index 1c271d8c005..c9d8cbb5e57 100644 --- a/src/VBox/VMM/VMMAll/GIMAllKvm.cpp +++ b/src/VBox/VMM/VMMAll/GIMAllKvm.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_GIM #include <VBox/vmm/gim.h> #include <VBox/vmm/hm.h> diff --git a/src/VBox/VMM/VMMAll/HMAll.cpp b/src/VBox/VMM/VMMAll/HMAll.cpp index 5b0110120cf..ceafd3f4004 100644 --- a/src/VBox/VMM/VMMAll/HMAll.cpp +++ b/src/VBox/VMM/VMMAll/HMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_HM #define VMCPU_INCL_CPUM_GST_CTX #include <VBox/vmm/hm.h> diff --git a/src/VBox/VMM/VMMAll/HMSVMAll.cpp b/src/VBox/VMM/VMMAll/HMSVMAll.cpp index 0b99da6a00d..0f948e8c561 100644 --- a/src/VBox/VMM/VMMAll/HMSVMAll.cpp +++ b/src/VBox/VMM/VMMAll/HMSVMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_HM #define VMCPU_INCL_CPUM_GST_CTX #include "HMInternal.h" diff --git a/src/VBox/VMM/VMMAll/HMVMXAll.cpp b/src/VBox/VMM/VMMAll/HMVMXAll.cpp index 8c62064f34a..d8e42011793 100644 --- a/src/VBox/VMM/VMMAll/HMVMXAll.cpp +++ b/src/VBox/VMM/VMMAll/HMVMXAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_HM #define VMCPU_INCL_CPUM_GST_CTX #include "HMInternal.h" diff --git a/src/VBox/VMM/VMMAll/IEMAll.cpp b/src/VBox/VMM/VMMAll/IEMAll.cpp index 8ee570b2fc5..6e53e7304ab 100644 --- a/src/VBox/VMM/VMMAll/IEMAll.cpp +++ b/src/VBox/VMM/VMMAll/IEMAll.cpp @@ -85,7 +85,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_IEM #define VMCPU_INCL_CPUM_GST_CTX #include <VBox/vmm/iem.h> diff --git a/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp b/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp index eb1d7b488d0..3ec2cbb2295 100644 --- a/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp +++ b/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #include "IEMInternal.h" #include <VBox/vmm/vmcc.h> #include <VBox/err.h> diff --git a/src/VBox/VMM/VMMAll/IOMAll.cpp b/src/VBox/VMM/VMMAll/IOMAll.cpp index 0cbfed3f693..4e4caae2f4d 100644 --- a/src/VBox/VMM/VMMAll/IOMAll.cpp +++ b/src/VBox/VMM/VMMAll/IOMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_IOM #include <VBox/vmm/iom.h> #include <VBox/vmm/mm.h> diff --git a/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp b/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp index e309a1959b2..7e309670db7 100644 --- a/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp +++ b/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_IOM #include <VBox/vmm/iom.h> #include <VBox/vmm/cpum.h> diff --git a/src/VBox/VMM/VMMAll/MMAll.cpp b/src/VBox/VMM/VMMAll/MMAll.cpp index d19570629ba..2c37b8cee99 100644 --- a/src/VBox/VMM/VMMAll/MMAll.cpp +++ b/src/VBox/VMM/VMMAll/MMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_MM_HYPER #include <VBox/vmm/mm.h> #include <VBox/vmm/vmm.h> diff --git a/src/VBox/VMM/VMMAll/MMAllHyper.cpp b/src/VBox/VMM/VMMAll/MMAllHyper.cpp index a2af5e9abdd..c4f578095af 100644 --- a/src/VBox/VMM/VMMAll/MMAllHyper.cpp +++ b/src/VBox/VMM/VMMAll/MMAllHyper.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_MM_HYPER_HEAP #include <VBox/vmm/mm.h> #include <VBox/vmm/stam.h> diff --git a/src/VBox/VMM/VMMAll/MMAllPagePool.cpp b/src/VBox/VMM/VMMAll/MMAllPagePool.cpp index 7acd200b09b..d730e110813 100644 --- a/src/VBox/VMM/VMMAll/MMAllPagePool.cpp +++ b/src/VBox/VMM/VMMAll/MMAllPagePool.cpp @@ -21,7 +21,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_MM_POOL #include <VBox/vmm/mm.h> #include <VBox/vmm/pgm.h> diff --git a/src/VBox/VMM/VMMAll/NEMAll.cpp b/src/VBox/VMM/VMMAll/NEMAll.cpp index c63f2f569ad..0f8cf208e17 100644 --- a/src/VBox/VMM/VMMAll/NEMAll.cpp +++ b/src/VBox/VMM/VMMAll/NEMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_NEM #include <VBox/vmm/nem.h> #include "NEMInternal.h" diff --git a/src/VBox/VMM/VMMAll/PDMAll.cpp b/src/VBox/VMM/VMMAll/PDMAll.cpp index 149f83ee626..90f40a4c80c 100644 --- a/src/VBox/VMM/VMMAll/PDMAll.cpp +++ b/src/VBox/VMM/VMMAll/PDMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM #include "PDMInternal.h" #include <VBox/vmm/pdm.h> diff --git a/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp b/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp index bc478aa4415..bdf41d9aaa6 100644 --- a/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp +++ b/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_CRITSECT #include "PDMInternal.h" #include <VBox/vmm/pdmcritsect.h> diff --git a/src/VBox/VMM/VMMAll/PDMAllCritSectBoth.cpp b/src/VBox/VMM/VMMAll/PDMAllCritSectBoth.cpp index ed9e77ccf42..67fa87db66c 100644 --- a/src/VBox/VMM/VMMAll/PDMAllCritSectBoth.cpp +++ b/src/VBox/VMM/VMMAll/PDMAllCritSectBoth.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_CRITSECT #include "PDMInternal.h" #include <VBox/vmm/pdmcritsect.h> diff --git a/src/VBox/VMM/VMMAll/PDMAllCritSectRw.cpp b/src/VBox/VMM/VMMAll/PDMAllCritSectRw.cpp index eba939e3f8e..7e819edf2a1 100644 --- a/src/VBox/VMM/VMMAll/PDMAllCritSectRw.cpp +++ b/src/VBox/VMM/VMMAll/PDMAllCritSectRw.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_CRITSECT #include "PDMInternal.h" #include <VBox/vmm/pdmcritsectrw.h> diff --git a/src/VBox/VMM/VMMAll/PDMAllNetShaper.cpp b/src/VBox/VMM/VMMAll/PDMAllNetShaper.cpp index 90f5715f6b2..53d8f83adcf 100644 --- a/src/VBox/VMM/VMMAll/PDMAllNetShaper.cpp +++ b/src/VBox/VMM/VMMAll/PDMAllNetShaper.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_NET_SHAPER #include <VBox/vmm/pdm.h> #include <VBox/log.h> diff --git a/src/VBox/VMM/VMMAll/PDMAllQueue.cpp b/src/VBox/VMM/VMMAll/PDMAllQueue.cpp index 51376cca371..f6ab0c85b11 100644 --- a/src/VBox/VMM/VMMAll/PDMAllQueue.cpp +++ b/src/VBox/VMM/VMMAll/PDMAllQueue.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_QUEUE #include "PDMInternal.h" #include <VBox/vmm/pdm.h> diff --git a/src/VBox/VMM/VMMAll/PGMAll.cpp b/src/VBox/VMM/VMMAll/PGMAll.cpp index 64e38a57fba..d5d0989d0ec 100644 --- a/src/VBox/VMM/VMMAll/PGMAll.cpp +++ b/src/VBox/VMM/VMMAll/PGMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM #include <VBox/vmm/pgm.h> #include <VBox/vmm/cpum.h> diff --git a/src/VBox/VMM/VMMAll/PGMAllHandler.cpp b/src/VBox/VMM/VMMAll/PGMAllHandler.cpp index 2242e48d7ed..4fd83f54e3e 100644 --- a/src/VBox/VMM/VMMAll/PGMAllHandler.cpp +++ b/src/VBox/VMM/VMMAll/PGMAllHandler.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM #include <VBox/vmm/dbgf.h> #include <VBox/vmm/pgm.h> diff --git a/src/VBox/VMM/VMMAll/PGMAllMap.cpp b/src/VBox/VMM/VMMAll/PGMAllMap.cpp index 7a2769e59a2..e1b8bb8100b 100644 --- a/src/VBox/VMM/VMMAll/PGMAllMap.cpp +++ b/src/VBox/VMM/VMMAll/PGMAllMap.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM #include <VBox/vmm/pgm.h> #include <VBox/vmm/em.h> diff --git a/src/VBox/VMM/VMMAll/PGMAllPhys.cpp b/src/VBox/VMM/VMMAll/PGMAllPhys.cpp index fcc0a350416..39f276fe08d 100644 --- a/src/VBox/VMM/VMMAll/PGMAllPhys.cpp +++ b/src/VBox/VMM/VMMAll/PGMAllPhys.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM_PHYS #include <VBox/vmm/pgm.h> #include <VBox/vmm/trpm.h> diff --git a/src/VBox/VMM/VMMAll/PGMAllPool.cpp b/src/VBox/VMM/VMMAll/PGMAllPool.cpp index 399740aff7a..10ff1e88230 100644 --- a/src/VBox/VMM/VMMAll/PGMAllPool.cpp +++ b/src/VBox/VMM/VMMAll/PGMAllPool.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM_POOL #include <VBox/vmm/pgm.h> #include <VBox/vmm/mm.h> diff --git a/src/VBox/VMM/VMMAll/REMAll.cpp b/src/VBox/VMM/VMMAll/REMAll.cpp index f4183a8e4e1..a12af33b8f1 100644 --- a/src/VBox/VMM/VMMAll/REMAll.cpp +++ b/src/VBox/VMM/VMMAll/REMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_REM #ifdef VBOX_WITH_REM # include <VBox/vmm/rem.h> diff --git a/src/VBox/VMM/VMMAll/SELMAll.cpp b/src/VBox/VMM/VMMAll/SELMAll.cpp index af8da38a8e7..603060f7a4b 100644 --- a/src/VBox/VMM/VMMAll/SELMAll.cpp +++ b/src/VBox/VMM/VMMAll/SELMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_SELM #include <VBox/vmm/selm.h> #include <VBox/vmm/stam.h> diff --git a/src/VBox/VMM/VMMAll/TMAll.cpp b/src/VBox/VMM/VMMAll/TMAll.cpp index e754a308939..0100edac636 100644 --- a/src/VBox/VMM/VMMAll/TMAll.cpp +++ b/src/VBox/VMM/VMMAll/TMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_TM #ifdef DEBUG_bird # define DBGFTRACE_DISABLED /* annoying */ diff --git a/src/VBox/VMM/VMMAll/TMAllCpu.cpp b/src/VBox/VMM/VMMAll/TMAllCpu.cpp index dca473051f7..5ec0d088688 100644 --- a/src/VBox/VMM/VMMAll/TMAllCpu.cpp +++ b/src/VBox/VMM/VMMAll/TMAllCpu.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_TM #include <VBox/vmm/tm.h> #include <VBox/vmm/gim.h> diff --git a/src/VBox/VMM/VMMAll/TMAllReal.cpp b/src/VBox/VMM/VMMAll/TMAllReal.cpp index 2c48bc06c58..0c222ae7477 100644 --- a/src/VBox/VMM/VMMAll/TMAllReal.cpp +++ b/src/VBox/VMM/VMMAll/TMAllReal.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_TM #include <VBox/vmm/tm.h> #include "TMInternal.h" diff --git a/src/VBox/VMM/VMMAll/TMAllVirtual.cpp b/src/VBox/VMM/VMMAll/TMAllVirtual.cpp index b867fdc6d33..f08ea13610a 100644 --- a/src/VBox/VMM/VMMAll/TMAllVirtual.cpp +++ b/src/VBox/VMM/VMMAll/TMAllVirtual.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_TM #include <VBox/vmm/tm.h> #include <VBox/vmm/dbgftrace.h> diff --git a/src/VBox/VMM/VMMAll/TRPMAll.cpp b/src/VBox/VMM/VMMAll/TRPMAll.cpp index 7f79bb927f1..11c4952ee37 100644 --- a/src/VBox/VMM/VMMAll/TRPMAll.cpp +++ b/src/VBox/VMM/VMMAll/TRPMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_TRPM #include <VBox/vmm/trpm.h> #include <VBox/vmm/pgm.h> diff --git a/src/VBox/VMM/VMMAll/VMAll.cpp b/src/VBox/VMM/VMMAll/VMAll.cpp index eaa4f52c07a..f97927d049a 100644 --- a/src/VBox/VMM/VMMAll/VMAll.cpp +++ b/src/VBox/VMM/VMMAll/VMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_VM #include "VMInternal.h" #include <VBox/vmm/vmm.h> diff --git a/src/VBox/VMM/VMMAll/VMMAll.cpp b/src/VBox/VMM/VMMAll/VMMAll.cpp index e3ba3c3f266..3e6a41406e4 100644 --- a/src/VBox/VMM/VMMAll/VMMAll.cpp +++ b/src/VBox/VMM/VMMAll/VMMAll.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_VMM #include <VBox/vmm/vmm.h> #include "VMMInternal.h" diff --git a/src/VBox/VMM/VMMR0/CPUMR0.cpp b/src/VBox/VMM/VMMR0/CPUMR0.cpp index 31f04ad321f..4d02c1b5669 100644 --- a/src/VBox/VMM/VMMR0/CPUMR0.cpp +++ b/src/VBox/VMM/VMMR0/CPUMR0.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_CPUM #include <VBox/vmm/cpum.h> #include "CPUMInternal.h" diff --git a/src/VBox/VMM/VMMR0/EMR0.cpp b/src/VBox/VMM/VMMR0/EMR0.cpp index 83d6d0bf1d4..b630338f57d 100644 --- a/src/VBox/VMM/VMMR0/EMR0.cpp +++ b/src/VBox/VMM/VMMR0/EMR0.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_EM #include <VBox/vmm/em.h> #include "EMInternal.h" diff --git a/src/VBox/VMM/VMMR0/GIMR0.cpp b/src/VBox/VMM/VMMR0/GIMR0.cpp index 197e198e9a4..9645e546d2d 100644 --- a/src/VBox/VMM/VMMR0/GIMR0.cpp +++ b/src/VBox/VMM/VMMR0/GIMR0.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_GIM #include <VBox/vmm/gim.h> #include "GIMInternal.h" diff --git a/src/VBox/VMM/VMMR0/GIMR0Hv.cpp b/src/VBox/VMM/VMMR0/GIMR0Hv.cpp index 451c3dddab9..7c5faa47fd2 100644 --- a/src/VBox/VMM/VMMR0/GIMR0Hv.cpp +++ b/src/VBox/VMM/VMMR0/GIMR0Hv.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_GIM #include <VBox/vmm/gim.h> #include <VBox/vmm/tm.h> diff --git a/src/VBox/VMM/VMMR0/GIMR0Kvm.cpp b/src/VBox/VMM/VMMR0/GIMR0Kvm.cpp index 3059680680d..ebe67f53933 100644 --- a/src/VBox/VMM/VMMR0/GIMR0Kvm.cpp +++ b/src/VBox/VMM/VMMR0/GIMR0Kvm.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_GIM #include <VBox/vmm/gim.h> #include <VBox/vmm/tm.h> diff --git a/src/VBox/VMM/VMMR0/GMMR0.cpp b/src/VBox/VMM/VMMR0/GMMR0.cpp index e143f7f2381..691f2423dd7 100644 --- a/src/VBox/VMM/VMMR0/GMMR0.cpp +++ b/src/VBox/VMM/VMMR0/GMMR0.cpp @@ -149,7 +149,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_GMM #include <VBox/rawpci.h> #include <VBox/vmm/gmm.h> diff --git a/src/VBox/VMM/VMMR0/HMR0.cpp b/src/VBox/VMM/VMMR0/HMR0.cpp index d5a8b69787c..fd3e5749f01 100644 --- a/src/VBox/VMM/VMMR0/HMR0.cpp +++ b/src/VBox/VMM/VMMR0/HMR0.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_HM #define VMCPU_INCL_CPUM_GST_CTX #include <VBox/vmm/hm.h> diff --git a/src/VBox/VMM/VMMR0/HMSVMR0.cpp b/src/VBox/VMM/VMMR0/HMSVMR0.cpp index b416c01d638..cc3a679b1f7 100644 --- a/src/VBox/VMM/VMMR0/HMSVMR0.cpp +++ b/src/VBox/VMM/VMMR0/HMSVMR0.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_HM #define VMCPU_INCL_CPUM_GST_CTX #include <iprt/asm-amd64-x86.h> diff --git a/src/VBox/VMM/VMMR0/HMVMXR0.cpp b/src/VBox/VMM/VMMR0/HMVMXR0.cpp index da3a04dc217..1f14aceac54 100644 --- a/src/VBox/VMM/VMMR0/HMVMXR0.cpp +++ b/src/VBox/VMM/VMMR0/HMVMXR0.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_HM #define VMCPU_INCL_CPUM_GST_CTX #include <iprt/x86.h> diff --git a/src/VBox/VMM/VMMR0/PDMR0Device.cpp b/src/VBox/VMM/VMMR0/PDMR0Device.cpp index 5f9efbfa281..f79715d33d4 100644 --- a/src/VBox/VMM/VMMR0/PDMR0Device.cpp +++ b/src/VBox/VMM/VMMR0/PDMR0Device.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_DEVICE #define PDMPCIDEV_INCLUDE_PRIVATE /* Hack to get pdmpcidevint.h included at the right point. */ #include "PDMInternal.h" diff --git a/src/VBox/VMM/VMMR0/PDMR0Driver.cpp b/src/VBox/VMM/VMMR0/PDMR0Driver.cpp index 14af65fd28f..a465421ad4d 100644 --- a/src/VBox/VMM/VMMR0/PDMR0Driver.cpp +++ b/src/VBox/VMM/VMMR0/PDMR0Driver.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_DRIVER #include "PDMInternal.h" #include <VBox/vmm/pdm.h> diff --git a/src/VBox/VMM/VMMR0/PGMR0.cpp b/src/VBox/VMM/VMMR0/PGMR0.cpp index 37ab9276c19..d7d6094765d 100644 --- a/src/VBox/VMM/VMMR0/PGMR0.cpp +++ b/src/VBox/VMM/VMMR0/PGMR0.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM #include <VBox/rawpci.h> #include <VBox/vmm/pgm.h> diff --git a/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp b/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp index e0fc1421ec6..f8ffd3b8843 100644 --- a/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp +++ b/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM_SHARED #include <VBox/vmm/pgm.h> #include <VBox/vmm/gmm.h> diff --git a/src/VBox/VMM/VMMR0/TRPMR0.cpp b/src/VBox/VMM/VMMR0/TRPMR0.cpp index 5f054d3f143..54ed8b71851 100644 --- a/src/VBox/VMM/VMMR0/TRPMR0.cpp +++ b/src/VBox/VMM/VMMR0/TRPMR0.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_TRPM #include <VBox/vmm/trpm.h> #include "TRPMInternal.h" diff --git a/src/VBox/VMM/VMMR0/VMMR0.cpp b/src/VBox/VMM/VMMR0/VMMR0.cpp index a0b59573d6f..0107bac4544 100644 --- a/src/VBox/VMM/VMMR0/VMMR0.cpp +++ b/src/VBox/VMM/VMMR0/VMMR0.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_VMM #include <VBox/vmm/vmm.h> #include <VBox/sup.h> diff --git a/src/VBox/VMM/VMMR3/APIC.cpp b/src/VBox/VMM/VMMR3/APIC.cpp index af4e3cfabad..1b81be67c68 100644 --- a/src/VBox/VMM/VMMR3/APIC.cpp +++ b/src/VBox/VMM/VMMR3/APIC.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DEV_APIC #include <VBox/log.h> #include "APICInternal.h" diff --git a/src/VBox/VMM/VMMR3/CFGM.cpp b/src/VBox/VMM/VMMR3/CFGM.cpp index f892d6b178b..c8752ac8dd7 100644 --- a/src/VBox/VMM/VMMR3/CFGM.cpp +++ b/src/VBox/VMM/VMMR3/CFGM.cpp @@ -55,7 +55,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_CFGM #include <VBox/vmm/cfgm.h> #include <VBox/vmm/dbgf.h> diff --git a/src/VBox/VMM/VMMR3/CPUM.cpp b/src/VBox/VMM/VMMR3/CPUM.cpp index 95f0b557cbb..04fbcb3cf13 100644 --- a/src/VBox/VMM/VMMR3/CPUM.cpp +++ b/src/VBox/VMM/VMMR3/CPUM.cpp @@ -105,7 +105,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_CPUM #include <VBox/vmm/cpum.h> #include <VBox/vmm/cpumdis.h> diff --git a/src/VBox/VMM/VMMR3/CPUMDbg.cpp b/src/VBox/VMM/VMMR3/CPUMDbg.cpp index 6ee328248f9..bda3a384387 100644 --- a/src/VBox/VMM/VMMR3/CPUMDbg.cpp +++ b/src/VBox/VMM/VMMR3/CPUMDbg.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/cpum.h> #include <VBox/vmm/dbgf.h> diff --git a/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp b/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp index 5276f5b7504..2be05d7cb6f 100644 --- a/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp +++ b/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_CPUM #include <VBox/vmm/cpum.h> #include <VBox/vmm/dbgf.h> diff --git a/src/VBox/VMM/VMMR3/CPUMR3Db.cpp b/src/VBox/VMM/VMMR3/CPUMR3Db.cpp index 4afe68d5670..fcd771ea932 100644 --- a/src/VBox/VMM/VMMR3/CPUMR3Db.cpp +++ b/src/VBox/VMM/VMMR3/CPUMR3Db.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_CPUM #include <VBox/vmm/cpum.h> #include "CPUMInternal.h" diff --git a/src/VBox/VMM/VMMR3/DBGF.cpp b/src/VBox/VMM/VMMR3/DBGF.cpp index af3c8f497dc..155963add08 100644 --- a/src/VBox/VMM/VMMR3/DBGF.cpp +++ b/src/VBox/VMM/VMMR3/DBGF.cpp @@ -69,7 +69,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include <VBox/vmm/selm.h> diff --git a/src/VBox/VMM/VMMR3/DBGFAddr.cpp b/src/VBox/VMM/VMMR3/DBGFAddr.cpp index 2e4f351c052..7c7155e8c87 100644 --- a/src/VBox/VMM/VMMR3/DBGFAddr.cpp +++ b/src/VBox/VMM/VMMR3/DBGFAddr.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include <VBox/vmm/pgm.h> diff --git a/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp b/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp index b98faf9c708..45bd2658783 100644 --- a/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp +++ b/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp @@ -37,7 +37,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include <VBox/vmm/hm.h> diff --git a/src/VBox/VMM/VMMR3/DBGFBp.cpp b/src/VBox/VMM/VMMR3/DBGFBp.cpp index 488112ce9fa..71cda0d21ae 100644 --- a/src/VBox/VMM/VMMR3/DBGFBp.cpp +++ b/src/VBox/VMM/VMMR3/DBGFBp.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include <VBox/vmm/selm.h> diff --git a/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp b/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp index 335b56809d7..f794bc78394 100644 --- a/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp +++ b/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp @@ -48,7 +48,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <iprt/param.h> #include <iprt/file.h> diff --git a/src/VBox/VMM/VMMR3/DBGFCpu.cpp b/src/VBox/VMM/VMMR3/DBGFCpu.cpp index 1916529cbda..fbc8c06f5ae 100644 --- a/src/VBox/VMM/VMMR3/DBGFCpu.cpp +++ b/src/VBox/VMM/VMMR3/DBGFCpu.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #define VMCPU_INCL_CPUM_GST_CTX /* For CPUM_IMPORT_EXTRN_RET(). */ #include <VBox/vmm/dbgf.h> diff --git a/src/VBox/VMM/VMMR3/DBGFDisas.cpp b/src/VBox/VMM/VMMR3/DBGFDisas.cpp index c739166d167..0c54da3cbfa 100644 --- a/src/VBox/VMM/VMMR3/DBGFDisas.cpp +++ b/src/VBox/VMM/VMMR3/DBGFDisas.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include <VBox/vmm/selm.h> diff --git a/src/VBox/VMM/VMMR3/DBGFInfo.cpp b/src/VBox/VMM/VMMR3/DBGFInfo.cpp index 6be4fc5df33..6bf71347698 100644 --- a/src/VBox/VMM/VMMR3/DBGFInfo.cpp +++ b/src/VBox/VMM/VMMR3/DBGFInfo.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF_INFO #include <VBox/vmm/dbgf.h> diff --git a/src/VBox/VMM/VMMR3/DBGFLog.cpp b/src/VBox/VMM/VMMR3/DBGFLog.cpp index 88b174aaae1..fced0635cf4 100644 --- a/src/VBox/VMM/VMMR3/DBGFLog.cpp +++ b/src/VBox/VMM/VMMR3/DBGFLog.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/vmapi.h> #include <VBox/vmm/vmm.h> diff --git a/src/VBox/VMM/VMMR3/DBGFMem.cpp b/src/VBox/VMM/VMMR3/DBGFMem.cpp index 440c1cca62f..c20e385ed63 100644 --- a/src/VBox/VMM/VMMR3/DBGFMem.cpp +++ b/src/VBox/VMM/VMMR3/DBGFMem.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include <VBox/vmm/pgm.h> diff --git a/src/VBox/VMM/VMMR3/DBGFOS.cpp b/src/VBox/VMM/VMMR3/DBGFOS.cpp index 4b4eac97d91..cdcf2577f3e 100644 --- a/src/VBox/VMM/VMMR3/DBGFOS.cpp +++ b/src/VBox/VMM/VMMR3/DBGFOS.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include <VBox/vmm/mm.h> diff --git a/src/VBox/VMM/VMMR3/DBGFR3BugCheck.cpp b/src/VBox/VMM/VMMR3/DBGFR3BugCheck.cpp index a9473034695..94773699306 100644 --- a/src/VBox/VMM/VMMR3/DBGFR3BugCheck.cpp +++ b/src/VBox/VMM/VMMR3/DBGFR3BugCheck.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include <VBox/vmm/mm.h> diff --git a/src/VBox/VMM/VMMR3/DBGFR3Flow.cpp b/src/VBox/VMM/VMMR3/DBGFR3Flow.cpp index b0ab8d0ce94..c9fcf3938a6 100644 --- a/src/VBox/VMM/VMMR3/DBGFR3Flow.cpp +++ b/src/VBox/VMM/VMMR3/DBGFR3Flow.cpp @@ -26,7 +26,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include "DBGFInternal.h" diff --git a/src/VBox/VMM/VMMR3/DBGFR3ModInMem.cpp b/src/VBox/VMM/VMMR3/DBGFR3ModInMem.cpp index d7552493bd4..35e58190d09 100644 --- a/src/VBox/VMM/VMMR3/DBGFR3ModInMem.cpp +++ b/src/VBox/VMM/VMMR3/DBGFR3ModInMem.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> diff --git a/src/VBox/VMM/VMMR3/DBGFR3PlugIn.cpp b/src/VBox/VMM/VMMR3/DBGFR3PlugIn.cpp index feffbd2d655..b501724c049 100644 --- a/src/VBox/VMM/VMMR3/DBGFR3PlugIn.cpp +++ b/src/VBox/VMM/VMMR3/DBGFR3PlugIn.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include <VBox/vmm/mm.h> diff --git a/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp b/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp index fbe18035058..e1cf442722e 100644 --- a/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp +++ b/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgftrace.h> #include <VBox/vmm/cfgm.h> diff --git a/src/VBox/VMM/VMMR3/DBGFR3Type.cpp b/src/VBox/VMM/VMMR3/DBGFR3Type.cpp index 01f5da0e98a..da822aea4f4 100644 --- a/src/VBox/VMM/VMMR3/DBGFR3Type.cpp +++ b/src/VBox/VMM/VMMR3/DBGFR3Type.cpp @@ -33,7 +33,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include "DBGFInternal.h" diff --git a/src/VBox/VMM/VMMR3/DBGFReg.cpp b/src/VBox/VMM/VMMR3/DBGFReg.cpp index 0191d28d972..d5b67097d8a 100644 --- a/src/VBox/VMM/VMMR3/DBGFReg.cpp +++ b/src/VBox/VMM/VMMR3/DBGFReg.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include "DBGFInternal.h" diff --git a/src/VBox/VMM/VMMR3/DBGFStack.cpp b/src/VBox/VMM/VMMR3/DBGFStack.cpp index 3947a0e672a..27cc2013435 100644 --- a/src/VBox/VMM/VMMR3/DBGFStack.cpp +++ b/src/VBox/VMM/VMMR3/DBGFStack.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include <VBox/vmm/selm.h> diff --git a/src/VBox/VMM/VMMR3/EM.cpp b/src/VBox/VMM/VMMR3/EM.cpp index e73553e812f..d7f971d0434 100644 --- a/src/VBox/VMM/VMMR3/EM.cpp +++ b/src/VBox/VMM/VMMR3/EM.cpp @@ -35,7 +35,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_EM #define VMCPU_INCL_CPUM_GST_CTX /* for CPUM_IMPORT_GUEST_STATE_RET */ #include <VBox/vmm/em.h> diff --git a/src/VBox/VMM/VMMR3/EMHM.cpp b/src/VBox/VMM/VMMR3/EMHM.cpp index 39b2c910f7b..52536872efc 100644 --- a/src/VBox/VMM/VMMR3/EMHM.cpp +++ b/src/VBox/VMM/VMMR3/EMHM.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_EM #define VMCPU_INCL_CPUM_GST_CTX #include <VBox/vmm/em.h> diff --git a/src/VBox/VMM/VMMR3/EMR3Dbg.cpp b/src/VBox/VMM/VMMR3/EMR3Dbg.cpp index 0e093ba9084..abd3cfa6423 100644 --- a/src/VBox/VMM/VMMR3/EMR3Dbg.cpp +++ b/src/VBox/VMM/VMMR3/EMR3Dbg.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_EM #include <VBox/vmm/em.h> #include <VBox/vmm/hm.h> diff --git a/src/VBox/VMM/VMMR3/EMR3Nem.cpp b/src/VBox/VMM/VMMR3/EMR3Nem.cpp index d66c2275026..74bd6cdd36b 100644 --- a/src/VBox/VMM/VMMR3/EMR3Nem.cpp +++ b/src/VBox/VMM/VMMR3/EMR3Nem.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_EM #define VMCPU_INCL_CPUM_GST_CTX #include <VBox/vmm/em.h> diff --git a/src/VBox/VMM/VMMR3/GIM.cpp b/src/VBox/VMM/VMMR3/GIM.cpp index cbcd84f4a6f..1134a153a11 100644 --- a/src/VBox/VMM/VMMR3/GIM.cpp +++ b/src/VBox/VMM/VMMR3/GIM.cpp @@ -49,7 +49,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_GIM #include <VBox/vmm/gim.h> #include <VBox/vmm/hm.h> diff --git a/src/VBox/VMM/VMMR3/GIMHv.cpp b/src/VBox/VMM/VMMR3/GIMHv.cpp index 1e4906cc37a..1d0c53196a9 100644 --- a/src/VBox/VMM/VMMR3/GIMHv.cpp +++ b/src/VBox/VMM/VMMR3/GIMHv.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_GIM #include <VBox/vmm/apic.h> #include <VBox/vmm/gim.h> diff --git a/src/VBox/VMM/VMMR3/GIMKvm.cpp b/src/VBox/VMM/VMMR3/GIMKvm.cpp index 5efb3e5a79e..fdbab530322 100644 --- a/src/VBox/VMM/VMMR3/GIMKvm.cpp +++ b/src/VBox/VMM/VMMR3/GIMKvm.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_GIM #include <VBox/vmm/gim.h> #include <VBox/vmm/cpum.h> diff --git a/src/VBox/VMM/VMMR3/GIMMinimal.cpp b/src/VBox/VMM/VMMR3/GIMMinimal.cpp index 619878737a3..6cd60c4a110 100644 --- a/src/VBox/VMM/VMMR3/GIMMinimal.cpp +++ b/src/VBox/VMM/VMMR3/GIMMinimal.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_GIM #include <VBox/vmm/gim.h> #include <VBox/vmm/cpum.h> diff --git a/src/VBox/VMM/VMMR3/GMM.cpp b/src/VBox/VMM/VMMR3/GMM.cpp index 31e1fd91223..1494bf462e2 100644 --- a/src/VBox/VMM/VMMR3/GMM.cpp +++ b/src/VBox/VMM/VMMR3/GMM.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_GMM #include <VBox/vmm/gmm.h> #include <VBox/vmm/vmm.h> diff --git a/src/VBox/VMM/VMMR3/HM.cpp b/src/VBox/VMM/VMMR3/HM.cpp index cee8d8c220b..9f980de29e4 100644 --- a/src/VBox/VMM/VMMR3/HM.cpp +++ b/src/VBox/VMM/VMMR3/HM.cpp @@ -36,7 +36,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_HM #define VMCPU_INCL_CPUM_GST_CTX #include <VBox/vmm/cpum.h> diff --git a/src/VBox/VMM/VMMR3/IEMR3.cpp b/src/VBox/VMM/VMMR3/IEMR3.cpp index 345dce7efec..ab3af7e0501 100644 --- a/src/VBox/VMM/VMMR3/IEMR3.cpp +++ b/src/VBox/VMM/VMMR3/IEMR3.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_EM #include <VBox/vmm/iem.h> #include <VBox/vmm/cpum.h> diff --git a/src/VBox/VMM/VMMR3/IOM.cpp b/src/VBox/VMM/VMMR3/IOM.cpp index c2449d28ea3..7c7b272c55c 100644 --- a/src/VBox/VMM/VMMR3/IOM.cpp +++ b/src/VBox/VMM/VMMR3/IOM.cpp @@ -105,7 +105,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_IOM #include <VBox/vmm/iom.h> #include <VBox/vmm/cpum.h> diff --git a/src/VBox/VMM/VMMR3/MM.cpp b/src/VBox/VMM/VMMR3/MM.cpp index 982428342cd..8f5c4b37f8b 100644 --- a/src/VBox/VMM/VMMR3/MM.cpp +++ b/src/VBox/VMM/VMMR3/MM.cpp @@ -144,7 +144,6 @@ Hypervisor Memory Area (HMA) Layout: Base 00000000a0000000, 0x00800000 bytes /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_MM #include <VBox/vmm/mm.h> #include <VBox/vmm/pgm.h> diff --git a/src/VBox/VMM/VMMR3/MMHeap.cpp b/src/VBox/VMM/VMMR3/MMHeap.cpp index 050c248e659..e27dc4afe48 100644 --- a/src/VBox/VMM/VMMR3/MMHeap.cpp +++ b/src/VBox/VMM/VMMR3/MMHeap.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_MM_HEAP #include <VBox/vmm/mm.h> #include <VBox/vmm/stam.h> diff --git a/src/VBox/VMM/VMMR3/MMHyper.cpp b/src/VBox/VMM/VMMR3/MMHyper.cpp index cee2781d8f4..813a456d21d 100644 --- a/src/VBox/VMM/VMMR3/MMHyper.cpp +++ b/src/VBox/VMM/VMMR3/MMHyper.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_MM_HYPER #include <VBox/vmm/pgm.h> #include <VBox/vmm/mm.h> diff --git a/src/VBox/VMM/VMMR3/MMPagePool.cpp b/src/VBox/VMM/VMMR3/MMPagePool.cpp index 019fc7494df..edb1560d5ba 100644 --- a/src/VBox/VMM/VMMR3/MMPagePool.cpp +++ b/src/VBox/VMM/VMMR3/MMPagePool.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_MM_POOL #include <VBox/vmm/mm.h> #include <VBox/vmm/pgm.h> diff --git a/src/VBox/VMM/VMMR3/MMUkHeap.cpp b/src/VBox/VMM/VMMR3/MMUkHeap.cpp index 4caae2d6310..5d64ca65a8b 100644 --- a/src/VBox/VMM/VMMR3/MMUkHeap.cpp +++ b/src/VBox/VMM/VMMR3/MMUkHeap.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_MM_HEAP #include <VBox/vmm/mm.h> #include <VBox/vmm/stam.h> diff --git a/src/VBox/VMM/VMMR3/NEMR3.cpp b/src/VBox/VMM/VMMR3/NEMR3.cpp index 748605c0cfd..307c7f512c6 100644 --- a/src/VBox/VMM/VMMR3/NEMR3.cpp +++ b/src/VBox/VMM/VMMR3/NEMR3.cpp @@ -29,7 +29,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_NEM #include <VBox/vmm/nem.h> #include <VBox/vmm/gim.h> diff --git a/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp b/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp index 48ab778dd21..b7644cbdd8f 100644 --- a/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp +++ b/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp @@ -25,7 +25,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_NEM #define VMCPU_INCL_CPUM_GST_CTX #include <iprt/nt/nt-and-windows.h> diff --git a/src/VBox/VMM/VMMR3/PDM.cpp b/src/VBox/VMM/VMMR3/PDM.cpp index 5c70a8cb05d..bee6660d8ec 100644 --- a/src/VBox/VMM/VMMR3/PDM.cpp +++ b/src/VBox/VMM/VMMR3/PDM.cpp @@ -275,7 +275,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM #define PDMPCIDEV_INCLUDE_PRIVATE /* Hack to get pdmpcidevint.h included at the right point. */ #include "PDMInternal.h" diff --git a/src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp b/src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp index e666c05b1c9..b38071543e2 100644 --- a/src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp +++ b/src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_ASYNC_COMPLETION #include "PDMInternal.h" #include <VBox/vmm/pdm.h> diff --git a/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp b/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp index 9b37596643f..aa708521fa0 100644 --- a/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp +++ b/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_ASYNC_COMPLETION #include "PDMInternal.h" #include <VBox/vmm/pdm.h> diff --git a/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileFailsafe.cpp b/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileFailsafe.cpp index d45271641b6..cfb6fd34113 100644 --- a/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileFailsafe.cpp +++ b/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileFailsafe.cpp @@ -20,7 +20,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_ASYNC_COMPLETION #include <iprt/asm.h> #include <iprt/assert.h> diff --git a/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp b/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp index a3ee9bbfdae..595ea3a773b 100644 --- a/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp +++ b/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_ASYNC_COMPLETION #include <iprt/types.h> #include <iprt/asm.h> diff --git a/src/VBox/VMM/VMMR3/PDMBlkCache.cpp b/src/VBox/VMM/VMMR3/PDMBlkCache.cpp index 754d355ce3b..1b66ed2b02f 100644 --- a/src/VBox/VMM/VMMR3/PDMBlkCache.cpp +++ b/src/VBox/VMM/VMMR3/PDMBlkCache.cpp @@ -23,7 +23,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_BLK_CACHE #include "PDMInternal.h" #include <iprt/asm.h> diff --git a/src/VBox/VMM/VMMR3/PDMCritSect.cpp b/src/VBox/VMM/VMMR3/PDMCritSect.cpp index 1ed7fb7d6be..2a6f511d808 100644 --- a/src/VBox/VMM/VMMR3/PDMCritSect.cpp +++ b/src/VBox/VMM/VMMR3/PDMCritSect.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM//_CRITSECT #include "PDMInternal.h" #include <VBox/vmm/pdmcritsect.h> diff --git a/src/VBox/VMM/VMMR3/PDMDevHlp.cpp b/src/VBox/VMM/VMMR3/PDMDevHlp.cpp index c7d18840d1d..882e1528b78 100644 --- a/src/VBox/VMM/VMMR3/PDMDevHlp.cpp +++ b/src/VBox/VMM/VMMR3/PDMDevHlp.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_DEVICE #define PDMPCIDEV_INCLUDE_PRIVATE /* Hack to get pdmpcidevint.h included at the right point. */ #include "PDMInternal.h" diff --git a/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp b/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp index 6c35af3b7a2..25bbfd6bf71 100644 --- a/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp +++ b/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_DEVICE #include "PDMInternal.h" #include <VBox/vmm/pdm.h> diff --git a/src/VBox/VMM/VMMR3/PDMDevice.cpp b/src/VBox/VMM/VMMR3/PDMDevice.cpp index 3b1804d1571..2daa1eb9005 100644 --- a/src/VBox/VMM/VMMR3/PDMDevice.cpp +++ b/src/VBox/VMM/VMMR3/PDMDevice.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_DEVICE #include "PDMInternal.h" #include <VBox/vmm/pdm.h> diff --git a/src/VBox/VMM/VMMR3/PDMDriver.cpp b/src/VBox/VMM/VMMR3/PDMDriver.cpp index ae52f1f68a9..1cd53c68ed8 100644 --- a/src/VBox/VMM/VMMR3/PDMDriver.cpp +++ b/src/VBox/VMM/VMMR3/PDMDriver.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_DRIVER #include "PDMInternal.h" #include <VBox/vmm/pdm.h> diff --git a/src/VBox/VMM/VMMR3/PDMLdr.cpp b/src/VBox/VMM/VMMR3/PDMLdr.cpp index 6fc1ed3bb19..de3b42e4ae8 100644 --- a/src/VBox/VMM/VMMR3/PDMLdr.cpp +++ b/src/VBox/VMM/VMMR3/PDMLdr.cpp @@ -21,7 +21,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_LDR #include "PDMInternal.h" #include <VBox/vmm/pdm.h> diff --git a/src/VBox/VMM/VMMR3/PDMNetShaper.cpp b/src/VBox/VMM/VMMR3/PDMNetShaper.cpp index 7db4167898d..afde049ceaf 100644 --- a/src/VBox/VMM/VMMR3/PDMNetShaper.cpp +++ b/src/VBox/VMM/VMMR3/PDMNetShaper.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_NET_SHAPER #include "PDMInternal.h" #include <VBox/vmm/pdm.h> diff --git a/src/VBox/VMM/VMMR3/PDMQueue.cpp b/src/VBox/VMM/VMMR3/PDMQueue.cpp index 6c9a74ebf0f..88524a6c5b8 100644 --- a/src/VBox/VMM/VMMR3/PDMQueue.cpp +++ b/src/VBox/VMM/VMMR3/PDMQueue.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_QUEUE #include "PDMInternal.h" #include <VBox/vmm/pdm.h> diff --git a/src/VBox/VMM/VMMR3/PDMThread.cpp b/src/VBox/VMM/VMMR3/PDMThread.cpp index 4077c2c7260..dd4a8d5abb3 100644 --- a/src/VBox/VMM/VMMR3/PDMThread.cpp +++ b/src/VBox/VMM/VMMR3/PDMThread.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I /// @todo \#define LOG_GROUP LOG_GROUP_PDM_THREAD #include "PDMInternal.h" #include <VBox/vmm/pdm.h> diff --git a/src/VBox/VMM/VMMR3/PDMUsb.cpp b/src/VBox/VMM/VMMR3/PDMUsb.cpp index 6d693f31c6d..f38fce542a0 100644 --- a/src/VBox/VMM/VMMR3/PDMUsb.cpp +++ b/src/VBox/VMM/VMMR3/PDMUsb.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PDM_DRIVER #include "PDMInternal.h" #include <VBox/vmm/pdm.h> diff --git a/src/VBox/VMM/VMMR3/PGM.cpp b/src/VBox/VMM/VMMR3/PGM.cpp index 88ee86e1c0c..9e2061c3539 100644 --- a/src/VBox/VMM/VMMR3/PGM.cpp +++ b/src/VBox/VMM/VMMR3/PGM.cpp @@ -614,7 +614,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM #include <VBox/vmm/dbgf.h> #include <VBox/vmm/pgm.h> diff --git a/src/VBox/VMM/VMMR3/PGMDbg.cpp b/src/VBox/VMM/VMMR3/PGMDbg.cpp index 6f442c151a5..3fde1e81572 100644 --- a/src/VBox/VMM/VMMR3/PGMDbg.cpp +++ b/src/VBox/VMM/VMMR3/PGMDbg.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM #include <VBox/vmm/pgm.h> #include <VBox/vmm/stam.h> diff --git a/src/VBox/VMM/VMMR3/PGMHandler.cpp b/src/VBox/VMM/VMMR3/PGMHandler.cpp index e4df06c6aa9..7b9d19a9500 100644 --- a/src/VBox/VMM/VMMR3/PGMHandler.cpp +++ b/src/VBox/VMM/VMMR3/PGMHandler.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM #include <VBox/vmm/dbgf.h> #include <VBox/vmm/pgm.h> diff --git a/src/VBox/VMM/VMMR3/PGMMap.cpp b/src/VBox/VMM/VMMR3/PGMMap.cpp index 2f05b74de39..0e98ea2f5e2 100644 --- a/src/VBox/VMM/VMMR3/PGMMap.cpp +++ b/src/VBox/VMM/VMMR3/PGMMap.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM #include <VBox/vmm/dbgf.h> #include <VBox/vmm/pgm.h> diff --git a/src/VBox/VMM/VMMR3/PGMPhys.cpp b/src/VBox/VMM/VMMR3/PGMPhys.cpp index 70d780bb0e7..441528550a3 100644 --- a/src/VBox/VMM/VMMR3/PGMPhys.cpp +++ b/src/VBox/VMM/VMMR3/PGMPhys.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM_PHYS #include <VBox/vmm/pgm.h> #include <VBox/vmm/iem.h> diff --git a/src/VBox/VMM/VMMR3/PGMPool.cpp b/src/VBox/VMM/VMMR3/PGMPool.cpp index ebae7a8a3f1..4462578e792 100644 --- a/src/VBox/VMM/VMMR3/PGMPool.cpp +++ b/src/VBox/VMM/VMMR3/PGMPool.cpp @@ -95,7 +95,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM_POOL #include <VBox/vmm/pgm.h> #include <VBox/vmm/mm.h> diff --git a/src/VBox/VMM/VMMR3/PGMSavedState.cpp b/src/VBox/VMM/VMMR3/PGMSavedState.cpp index a551aa3bab3..15034680e05 100644 --- a/src/VBox/VMM/VMMR3/PGMSavedState.cpp +++ b/src/VBox/VMM/VMMR3/PGMSavedState.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM #include <VBox/vmm/pgm.h> #include <VBox/vmm/stam.h> diff --git a/src/VBox/VMM/VMMR3/PGMSharedPage.cpp b/src/VBox/VMM/VMMR3/PGMSharedPage.cpp index 2057cc6b3a6..d19a02dad92 100644 --- a/src/VBox/VMM/VMMR3/PGMSharedPage.cpp +++ b/src/VBox/VMM/VMMR3/PGMSharedPage.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_PGM_SHARED #include <VBox/vmm/pgm.h> #include <VBox/vmm/stam.h> diff --git a/src/VBox/VMM/VMMR3/SELM.cpp b/src/VBox/VMM/VMMR3/SELM.cpp index 51d53ec2a29..a1f569d12c6 100644 --- a/src/VBox/VMM/VMMR3/SELM.cpp +++ b/src/VBox/VMM/VMMR3/SELM.cpp @@ -59,7 +59,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_SELM #include <VBox/vmm/selm.h> #include <VBox/vmm/cpum.h> diff --git a/src/VBox/VMM/VMMR3/SSM.cpp b/src/VBox/VMM/VMMR3/SSM.cpp index de78a5b585f..c2b05d5345d 100644 --- a/src/VBox/VMM/VMMR3/SSM.cpp +++ b/src/VBox/VMM/VMMR3/SSM.cpp @@ -143,7 +143,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_SSM #include <VBox/vmm/ssm.h> #include <VBox/vmm/dbgf.h> diff --git a/src/VBox/VMM/VMMR3/STAM.cpp b/src/VBox/VMM/VMMR3/STAM.cpp index 5b971e60ce9..c5869a4540f 100644 --- a/src/VBox/VMM/VMMR3/STAM.cpp +++ b/src/VBox/VMM/VMMR3/STAM.cpp @@ -48,7 +48,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_STAM #include <VBox/vmm/stam.h> #include "STAMInternal.h" diff --git a/src/VBox/VMM/VMMR3/TM.cpp b/src/VBox/VMM/VMMR3/TM.cpp index 21d21fa7f0d..7fcce70585b 100644 --- a/src/VBox/VMM/VMMR3/TM.cpp +++ b/src/VBox/VMM/VMMR3/TM.cpp @@ -120,7 +120,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_TM #ifdef DEBUG_bird # define DBGFTRACE_DISABLED /* annoying */ diff --git a/src/VBox/VMM/VMMR3/TRPM.cpp b/src/VBox/VMM/VMMR3/TRPM.cpp index b5822a628c2..927faca246c 100644 --- a/src/VBox/VMM/VMMR3/TRPM.cpp +++ b/src/VBox/VMM/VMMR3/TRPM.cpp @@ -73,7 +73,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_TRPM #include <VBox/vmm/trpm.h> #include <VBox/vmm/cpum.h> diff --git a/src/VBox/VMM/VMMR3/VM.cpp b/src/VBox/VMM/VMMR3/VM.cpp index 844e3d9cc2c..984e321a006 100644 --- a/src/VBox/VMM/VMMR3/VM.cpp +++ b/src/VBox/VMM/VMMR3/VM.cpp @@ -42,7 +42,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_VM #include <VBox/vmm/cfgm.h> #include <VBox/vmm/vmm.h> diff --git a/src/VBox/VMM/VMMR3/VMEmt.cpp b/src/VBox/VMM/VMMR3/VMEmt.cpp index 5693e0a763c..a7d00ffbf62 100644 --- a/src/VBox/VMM/VMMR3/VMEmt.cpp +++ b/src/VBox/VMM/VMMR3/VMEmt.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_VM #include <VBox/vmm/tm.h> #include <VBox/vmm/dbgf.h> diff --git a/src/VBox/VMM/VMMR3/VMM.cpp b/src/VBox/VMM/VMMR3/VMM.cpp index e9f3b9b8254..254041e4f77 100644 --- a/src/VBox/VMM/VMMR3/VMM.cpp +++ b/src/VBox/VMM/VMMR3/VMM.cpp @@ -97,7 +97,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_VMM #include <VBox/vmm/vmm.h> #include <VBox/vmm/vmapi.h> diff --git a/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp b/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp index 83ce4fd1ce2..d620a661949 100644 --- a/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp +++ b/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_VMM #include <VBox/vmm/vmm.h> #include <VBox/vmm/pdmapi.h> diff --git a/src/VBox/VMM/VMMR3/VMReq.cpp b/src/VBox/VMM/VMMR3/VMReq.cpp index 747319c5fbd..722762682f3 100644 --- a/src/VBox/VMM/VMMR3/VMReq.cpp +++ b/src/VBox/VMM/VMMR3/VMReq.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_VM #include <VBox/vmm/mm.h> #include <VBox/vmm/vmm.h> diff --git a/src/VBox/VMM/VMMRZ/CPUMRZ.cpp b/src/VBox/VMM/VMMRZ/CPUMRZ.cpp index f43604ce467..edc47121d18 100644 --- a/src/VBox/VMM/VMMRZ/CPUMRZ.cpp +++ b/src/VBox/VMM/VMMRZ/CPUMRZ.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_CPUM #include <VBox/vmm/cpum.h> #include "CPUMInternal.h" diff --git a/src/VBox/VMM/VMMRZ/DBGFRZ.cpp b/src/VBox/VMM/VMMRZ/DBGFRZ.cpp index a26b466e380..bac05df777f 100644 --- a/src/VBox/VMM/VMMRZ/DBGFRZ.cpp +++ b/src/VBox/VMM/VMMRZ/DBGFRZ.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_DBGF #include <VBox/vmm/dbgf.h> #include <VBox/vmm/selm.h> diff --git a/src/VBox/VMM/VMMRZ/VMMRZ.cpp b/src/VBox/VMM/VMMRZ/VMMRZ.cpp index 525e4cc0bb2..fa50c43eb87 100644 --- a/src/VBox/VMM/VMMRZ/VMMRZ.cpp +++ b/src/VBox/VMM/VMMRZ/VMMRZ.cpp @@ -19,7 +19,6 @@ /********************************************************************************************************************************* * Header Files * *********************************************************************************************************************************/ -#define VBOX_BUGREF_9217_PART_I #define LOG_GROUP LOG_GROUP_VMM #include <VBox/vmm/vmm.h> #include "VMMInternal.h" |