Public Member Functions | Public Attributes

VBios Class Reference

VCPU to VBios bridge. More...

Inheritance diagram for VBios:
DiscoveryHelper< VBios > StaticReceiver< VBios > Device

List of all members.

Public Member Functions

bool receive (CpuMessage &msg)
bool receive (MessageMem &msg)
 The memory read routine for the last 16byte below 4G and below 1M.
bool receive (MessageDiscovery &msg)
 VBios (Motherboard &mb, VCpu *vcpu)

Public Attributes

Motherboard_mb

Detailed Description

VCPU to VBios bridge.

Copyright (C) 2010, Bernhard Kauer <bk@vmmon.org> Economic rights: Technische Universitaet Dresden (Germany)

This file is part of Vancouver.

Vancouver is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

Vancouver is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details.


Constructor & Destructor Documentation

VBios::VBios ( Motherboard mb,
VCpu vcpu 
) [inline]

Member Function Documentation

bool VBios::receive ( CpuMessage msg  )  [inline]

Normally we jump to the last instruction in the 16-byte reset area where we provide an IRET instruction to the instruction emulator.

bool VBios::receive ( MessageDiscovery msg  )  [inline]
bool VBios::receive ( MessageMem msg  )  [inline]

The memory read routine for the last 16byte below 4G and below 1M.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines