~ubuntu-branches/ubuntu/precise/virtualbox/precise-updates

« back to all changes in this revision

Viewing changes to include/VBox/vmm/pdmdrv.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-07-03 18:43:49 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20110703184349-st29q1gm3a80nqmc
Tags: 4.0.10-dfsg-1
* New upstream release.
  - Fixes VT-x detection on Linux 3.0 hosts. (LP: #799253)
* Don't disable the hardware performance counter in the init script, not
  needed anymore since VirtualBox 4.0.0.
* Add 31-multiarch-dri-path.patch to fix 3d guest acceleration with the
  multiarched mesa package.
* Use new Provides scheme for xorg video and input drivers. (Closes: #631612)
* Add 32-disable-guest-version-check.patch to disable notifications about
  outdated guest additions.
* Link against the static gsoap++ library to fix FTBFS. (Closes: #632368)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1763
1763
 */
1764
1764
typedef DECLCALLBACK(int) FNPDMVBOXDRIVERSREGISTER(PCPDMDRVREGCB pCallbacks, uint32_t u32Version);
1765
1765
 
1766
 
VMMR3DECL(int) PDMR3RegisterDrivers(PVM pVM, FNPDMVBOXDRIVERSREGISTER pfnCallback);
 
1766
VMMR3DECL(int) PDMR3DrvStaticRegistration(PVM pVM, FNPDMVBOXDRIVERSREGISTER pfnCallback);
1767
1767
 
1768
1768
#endif /* IN_RING3 */
1769
1769