1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Rename fbsdrun.* -> bhyverun.*

bhyve is intended to be a generic hypervisor, and not FreeBSD-specific.

(renaming internal routines will come later)

Reviewed by:	neel
Obtained from:	NetApp
This commit is contained in:
Peter Grehan 2012-12-13 01:58:11 +00:00
parent 31f78e49b3
commit e285ef8d28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bhyve/; revision=244167
12 changed files with 11 additions and 11 deletions

View File

@ -6,7 +6,7 @@ PROG= bhyve
DEBUG_FLAGS= -g -O0
SRCS= acpi.c atpic.c consport.c dbgport.c elcr.c fbsdrun.c inout.c
SRCS= acpi.c atpic.c bhyverun.c consport.c dbgport.c elcr.c inout.c
SRCS+= ioapic.c mem.c mevent.c mptbl.c
SRCS+= pci_emul.c pci_hostbridge.c pci_passthru.c pci_virtio_block.c
SRCS+= pci_virtio_net.c pci_uart.c pit_8254.c pmtmr.c post.c rtc.c uart.c

View File

@ -61,7 +61,7 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <unistd.h>
#include "fbsdrun.h"
#include "bhyverun.h"
#include "acpi.h"
/*

View File

@ -48,7 +48,7 @@ __FBSDID("$FreeBSD$");
#include <machine/vmm.h>
#include <vmmapi.h>
#include "fbsdrun.h"
#include "bhyverun.h"
#include "acpi.h"
#include "inout.h"
#include "dbgport.h"

View File

@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
#include "inout.h"
#include "mem.h"
#include "fbsdrun.h"
#include "bhyverun.h"
#include <stdio.h>

View File

@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <string.h>
#include "fbsdrun.h"
#include "bhyverun.h"
#include "mptbl.h"
#define MPTABLE_BASE 0xF0000

View File

@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
#include <machine/vmm.h>
#include <vmmapi.h>
#include "fbsdrun.h"
#include "bhyverun.h"
#include "inout.h"
#include "mem.h"
#include "mptbl.h"

View File

@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$");
#include <stdbool.h>
#include <string.h>
#include "fbsdrun.h"
#include "bhyverun.h"
#include "pci_emul.h"
#include "mevent.h"

View File

@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
#include <assert.h>
#include <pthread.h>
#include "fbsdrun.h"
#include "bhyverun.h"
#include "pci_emul.h"
#include "virtio.h"

View File

@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
#include <md5.h>
#include <pthread.h>
#include "fbsdrun.h"
#include "bhyverun.h"
#include "pci_emul.h"
#include "mevent.h"
#include "virtio.h"

View File

@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <assert.h>
#include "fbsdrun.h"
#include "bhyverun.h"
#include "inout.h"
#include "pit_8254.h"

View File

@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$");
#include <stdlib.h>
#include <assert.h>
#include "fbsdrun.h"
#include "bhyverun.h"
#include "spinup_ap.h"
/*