Last change
on this file since 64739 was 62287, checked in by vboxsync, 8 years ago |
REM: Killed the REMR3NotifyPendingInterrupt interface. Misguided hack for something TRPM should be doing and couldn't because REMR3State wasn't doing it's job wrt TRPM_HARDWARE_INT.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.3 KB
|
Line | |
---|
1 | ; $Id: VBoxREM.def 62287 2016-07-15 18:44:49Z vboxsync $
|
---|
2 | ;; @file
|
---|
3 | ; VBoxREM Definition File.
|
---|
4 | ;
|
---|
5 |
|
---|
6 | ;
|
---|
7 | ; Copyright (C) 2006-2016 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 |
|
---|
18 | LIBRARY VBoxREM.dll
|
---|
19 |
|
---|
20 | EXPORTS
|
---|
21 | REMR3Init
|
---|
22 | REMR3InitFinalize
|
---|
23 | REMR3Term
|
---|
24 | REMR3Reset
|
---|
25 | REMR3Step
|
---|
26 | REMR3BreakpointSet
|
---|
27 | REMR3BreakpointClear
|
---|
28 | REMR3Run
|
---|
29 | REMR3EmulateInstruction
|
---|
30 | REMR3State
|
---|
31 | REMR3StateBack
|
---|
32 | REMR3StateUpdate
|
---|
33 | REMR3A20Set
|
---|
34 | REMR3DisasEnableStepping
|
---|
35 | REMR3ReplayHandlerNotifications
|
---|
36 | REMR3NotifyPhysRamRegister
|
---|
37 | REMR3NotifyPhysRamDeregister
|
---|
38 | REMR3NotifyPhysRomRegister
|
---|
39 | REMR3NotifyHandlerPhysicalModify
|
---|
40 | REMR3NotifyHandlerPhysicalRegister
|
---|
41 | REMR3NotifyHandlerPhysicalDeregister
|
---|
42 | REMR3NotifyInterruptSet
|
---|
43 | REMR3NotifyInterruptClear
|
---|
44 | REMR3NotifyTimerPending
|
---|
45 | REMR3NotifyDmaPending
|
---|
46 | REMR3NotifyQueuePending
|
---|
47 | REMR3NotifyFF
|
---|
48 | REMR3NotifyCodePageChanged
|
---|
49 | REMR3IsPageAccessHandled
|
---|
50 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.