VirtualBox

Changeset 26939 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Mar 2, 2010 12:13:40 PM (15 years ago)
Author:
vboxsync
Message:

ACPI, APIC, HPET: emulate typical configuration wrt ISA interrupt routing

Location:
trunk/src/recompiler
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxREMWrapper.cpp

    r26879 r26939  
    732732    { REMPARMDESC_FLAGS_INT,        sizeof(PVM),                NULL },
    733733    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t),            NULL },
    734     { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t),            NULL }
     734    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t),            NULL },
     735    { REMPARMDESC_FLAGS_INT,        sizeof(bool),               NULL }
    735736};
    736737static const REMPARMDESC g_aArgsPDMR3CritSectInit[] =
  • trunk/src/recompiler/VBoxRecompiler.c

    r26640 r26939  
    41224122void cpu_set_ferr(CPUX86State *env)
    41234123{
    4124     int rc = PDMIsaSetIrq(env->pVM, 13, 1);
     4124    int rc = PDMIsaSetIrq(env->pVM, 13, 1, true);
    41254125    LogFlow(("cpu_set_ferr: rc=%d\n", rc)); NOREF(rc);
    41264126}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette