Changeset 35753 in vbox
- Timestamp:
- Jan 28, 2011 10:58:06 AM (14 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 11 edited
-
Additions/WINNT/Installer/VBoxGuestAdditions.nsi (modified) (1 diff)
-
Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh (modified) (1 diff)
-
Additions/WINNT/Installer/VBoxGuestAdditionsNT4.nsh (modified) (1 diff)
-
Additions/WINNT/Installer/VBoxGuestAdditionsUninstall.nsh (modified) (1 diff)
-
Additions/WINNT/Installer/VBoxGuestAdditionsUninstallOld.nsh (modified) (1 diff)
-
Additions/WINNT/Installer/VBoxGuestAdditionsVista.nsh (modified) (1 diff)
-
Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh (modified) (1 diff)
-
Devices/Bus/DevPCI.cpp (modified) (4 diffs)
-
Devices/Bus/DevPciIch9.cpp (modified) (7 diffs)
-
Main/src-client/ConsoleImpl2.cpp (modified) (1 diff)
-
Main/src-client/VBoxDriversRegister.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r35680 r35753 1 ; *2 ; *@file3 ; *VBoxGuestAdditions.nsi - Main file for Windows Guest Additions installation.4 ; *5 6 ; *7 ; *Copyright (C) 2011 Oracle Corporation8 ; *9 ; *This file is part of VirtualBox Open Source Edition (OSE), as10 ; *available from http://www.virtualbox.org. This file is free software;11 ; *you can redistribute it and/or modify it under the terms of the GNU12 ; *General Public License (GPL) as published by the Free Software13 ; *Foundation, in version 2 as it comes in the "COPYING" file of the14 ; *VirtualBox OSE distribution. VirtualBox OSE is distributed in the15 ; *hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.16 ; *1 ; $Id$ 2 ;; @file 3 ; VBoxGuestAdditions.nsi - Main file for Windows Guest Additions installation. 4 ; 5 6 ; 7 ; Copyright (C) 2011 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 17 18 18 !if $%BUILD_TYPE% == "debug" -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh
r35719 r35753 1 ; *2 ; *@file3 ; *VBoxGuestAdditionsCommon.nsh - Common / shared utility functions.4 ; *5 6 ; *7 ; * Copyright (C)2011 Oracle Corporation8 ; *9 ; *This file is part of VirtualBox Open Source Edition (OSE), as10 ; *available from http://www.virtualbox.org. This file is free software;11 ; *you can redistribute it and/or modify it under the terms of the GNU12 ; *General Public License (GPL) as published by the Free Software13 ; *Foundation, in version 2 as it comes in the "COPYING" file of the14 ; *VirtualBox OSE distribution. VirtualBox OSE is distributed in the15 ; *hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.16 ; *1 ; $Id: $ 2 ;; @file 3 ; VBoxGuestAdditionsCommon.nsh - Common / shared utility functions. 4 ; 5 6 ; 7 ; Copyright (C) 2006-2011 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 17 18 18 !ifndef UNINSTALLER_ONLY -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsNT4.nsh
r35680 r35753 1 ; *2 ; *@file3 ; *VBoxGuestAdditionsNT4.nsh - Guest Additions installation for NT4.4 ; *5 6 ; *7 ; * Copyright (C)2011 Oracle Corporation8 ; *9 ; *This file is part of VirtualBox Open Source Edition (OSE), as10 ; *available from http://www.virtualbox.org. This file is free software;11 ; *you can redistribute it and/or modify it under the terms of the GNU12 ; *General Public License (GPL) as published by the Free Software13 ; *Foundation, in version 2 as it comes in the "COPYING" file of the14 ; *VirtualBox OSE distribution. VirtualBox OSE is distributed in the15 ; *hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.16 ; *1 ; $Id: $ 2 ;; @file 3 ; VBoxGuestAdditionsNT4.nsh - Guest Additions installation for NT4. 4 ; 5 6 ; 7 ; Copyright (C) 2006-2011 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 17 18 18 Function NT4_SetVideoResolution -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsUninstall.nsh
r35706 r35753 1 ; *2 ; *@file3 ; *VBoxGuestAdditionsUninstall.nsh - Guest Additions uninstallation.4 ; *1 ; $Id: $ 2 ;; @file 3 ; VBoxGuestAdditionsUninstall.nsh - Guest Additions uninstallation. 4 ; 5 5 6 ; *7 ; * Copyright (C)2011 Oracle Corporation8 ; *9 ; *This file is part of VirtualBox Open Source Edition (OSE), as10 ; *available from http://www.virtualbox.org. This file is free software;11 ; *you can redistribute it and/or modify it under the terms of the GNU12 ; *General Public License (GPL) as published by the Free Software13 ; *Foundation, in version 2 as it comes in the "COPYING" file of the14 ; *VirtualBox OSE distribution. VirtualBox OSE is distributed in the15 ; *hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.16 ; *6 ; 7 ; Copyright (C) 2006-2011 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 17 18 18 !macro UninstallCommon un -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsUninstallOld.nsh
r35680 r35753 1 ; *2 ; *@file3 ; *VBoxGuestAdditionsUninstallOld.nsh - Guest Additions uninstallation handling4 ; *for legacy packages.5 ; *6 7 ; *8 ; * Copyright (C)2011 Oracle Corporation9 ; *10 ; *This file is part of VirtualBox Open Source Edition (OSE), as11 ; *available from http://www.virtualbox.org. This file is free software;12 ; *you can redistribute it and/or modify it under the terms of the GNU13 ; *General Public License (GPL) as published by the Free Software14 ; *Foundation, in version 2 as it comes in the "COPYING" file of the15 ; *VirtualBox OSE distribution. VirtualBox OSE is distributed in the16 ; *hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.17 ; *1 ; $Id: $ 2 ;; @file 3 ; VBoxGuestAdditionsUninstallOld.nsh - Guest Additions uninstallation handling 4 ; for legacy packages. 5 ; 6 7 ; 8 ; Copyright (C) 2006-2011 Oracle Corporation 9 ; 10 ; This file is part of VirtualBox Open Source Edition (OSE), as 11 ; available from http://www.virtualbox.org. This file is free software; 12 ; you can redistribute it and/or modify it under the terms of the GNU 13 ; General Public License (GPL) as published by the Free Software 14 ; Foundation, in version 2 as it comes in the "COPYING" file of the 15 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 ; 18 18 19 19 !macro Uninstall_RunExtUnInstaller un -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsVista.nsh
r35701 r35753 1 ; *2 ; *@file3 ; *VBoxGuestAdditionsVista.nsh - Guest Additions installation for Windows Vista/7.4 ; *1 ; $Id: $ 2 ;; @file 3 ; VBoxGuestAdditionsVista.nsh - Guest Additions installation for Windows Vista/7. 4 ; 5 5 6 ; *7 ; * Copyright (C)2011 Oracle Corporation8 ; *9 ; *This file is part of VirtualBox Open Source Edition (OSE), as10 ; *available from http://www.virtualbox.org. This file is free software;11 ; *you can redistribute it and/or modify it under the terms of the GNU12 ; *General Public License (GPL) as published by the Free Software13 ; *Foundation, in version 2 as it comes in the "COPYING" file of the14 ; *VirtualBox OSE distribution. VirtualBox OSE is distributed in the15 ; *hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.16 ; *6 ; 7 ; Copyright (C) 2006-2011 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 17 18 18 Function Vista_CopyFiles -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
r35719 r35753 1 ; *2 ; *@file3 ; *VBoxGuestAdditionsW2KXP.nsh - Guest Additions installation for Windows 2000/XP.4 ; *5 6 ; *7 ; * Copyright (C)2011 Oracle Corporation8 ; *9 ; *This file is part of VirtualBox Open Source Edition (OSE), as10 ; *available from http://www.virtualbox.org. This file is free software;11 ; *you can redistribute it and/or modify it under the terms of the GNU12 ; *General Public License (GPL) as published by the Free Software13 ; *Foundation, in version 2 as it comes in the "COPYING" file of the14 ; *VirtualBox OSE distribution. VirtualBox OSE is distributed in the15 ; *hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.16 ; *1 ; $Id: $ 2 ;; @file 3 ; VBoxGuestAdditionsW2KXP.nsh - Guest Additions installation for Windows 2000/XP. 4 ; 5 6 ; 7 ; Copyright (C) 2006-2011 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 17 18 18 Function W2K_SetVideoResolution -
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r35353 r35753 2024 2024 static DECLCALLBACK(int) pciConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) 2025 2025 { 2026 int rc;2027 2026 Assert(iInstance == 0); 2027 PDMDEV_CHECK_VERSIONS_RETURN(pDevIns); 2028 2028 2029 2029 /* … … 2035 2035 /* query whether we got an IOAPIC */ 2036 2036 bool fUseIoApic; 2037 rc = CFGMR3QueryBoolDef(pCfg, "IOAPIC", &fUseIoApic, false);2037 int rc = CFGMR3QueryBoolDef(pCfg, "IOAPIC", &fUseIoApic, false); 2038 2038 if (RT_FAILURE(rc)) 2039 2039 return PDMDEV_SET_ERROR(pDevIns, rc, … … 2417 2417 static DECLCALLBACK(int) pcibridgeConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) 2418 2418 { 2419 int rc;2419 PDMDEV_CHECK_VERSIONS_RETURN(pDevIns); 2420 2420 2421 2421 /* … … 2427 2427 /* check if RC code is enabled. */ 2428 2428 bool fGCEnabled; 2429 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &fGCEnabled, true);2429 int rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &fGCEnabled, true); 2430 2430 if (RT_FAILURE(rc)) 2431 2431 return PDMDEV_SET_ERROR(pDevIns, rc, -
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r35676 r35753 1202 1202 */ 1203 1203 uint8_t const fBridge = fIsBridge ? 2 : 1; 1204 Assert(!PCIIsPassthrough(pDev)); 1204 Assert(!PCIIsPassthrough(pDev)); 1205 1205 uint8_t *pbDstConfig = &pDev->config[0]; 1206 1206 … … 1398 1398 1399 1399 /* commit the loaded device config. */ 1400 Assert(!PCIIsPassthrough(pDev)); 1400 Assert(!PCIIsPassthrough(pDev)); 1401 1401 pciR3CommonRestoreConfig(pDev, &DevTmp.config[0], false ); /** @todo fix bridge fun! */ 1402 1402 … … 1756 1756 } 1757 1757 1758 AssertMsgReturn(u32Address + len <= 256, ("Read after end of PCI config space\n"), 1759 0); 1758 AssertMsgReturn(u32Address + len <= 256, ("Read after end of PCI config space\n"), 1759 0); 1760 1760 if ( PCIIsMsiCapable(aDev) 1761 1761 && (u32Address >= aDev->Int.s.u8MsiCapOffset) … … 2274 2274 PCFGMNODE pCfg) 2275 2275 { 2276 int rc;2277 2276 Assert(iInstance == 0); 2277 PDMDEV_CHECK_VERSIONS_RETURN(pDevIns); 2278 2278 2279 2279 /* … … 2291 2291 /* query whether we got an IOAPIC */ 2292 2292 bool fUseIoApic; 2293 rc = CFGMR3QueryBoolDef(pCfg, "IOAPIC", &fUseIoApic, false);2293 int rc = CFGMR3QueryBoolDef(pCfg, "IOAPIC", &fUseIoApic, false); 2294 2294 if (RT_FAILURE(rc)) 2295 2295 return PDMDEV_SET_ERROR(pDevIns, rc, … … 2588 2588 PCFGMNODE pCfg) 2589 2589 { 2590 int rc;2590 PDMDEV_CHECK_VERSIONS_RETURN(pDevIns); 2591 2591 2592 2592 /* … … 2598 2598 /* check if RC code is enabled. */ 2599 2599 bool fGCEnabled; 2600 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &fGCEnabled, true);2600 int rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &fGCEnabled, true); 2601 2601 if (RT_FAILURE(rc)) 2602 2602 return PDMDEV_SET_ERROR(pDevIns, rc, -
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r35746 r35753 35 35 #include "Global.h" 36 36 #ifdef VBOX_WITH_PCI_PASSTHROUGH 37 # include "PciRawDevImpl.h"37 # include "PciRawDevImpl.h" 38 38 #endif 39 39 -
trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp
r35685 r35753 27 27 #include "ConsoleImpl.h" 28 28 #ifdef VBOX_WITH_PCI_PASSTHROUGH 29 # include "PciRawDevImpl.h"29 # include "PciRawDevImpl.h" 30 30 #endif 31 31
Note:
See TracChangeset
for help on using the changeset viewer.

