mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-02 00:08:43 +00:00
HV: rename pci_priv.h to vpci_priv.h
Rename hypervisor/dm/vpci/{pci_priv.h => vpci_priv.h} and change the related source code files accordingly Tracked-On: #2534 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
1a3c9b3255
commit
320bf18321
@ -31,7 +31,7 @@
|
||||
|
||||
#include <vm.h>
|
||||
#include <logmsg.h>
|
||||
#include "pci_priv.h"
|
||||
#include "vpci_priv.h"
|
||||
|
||||
|
||||
static inline bool is_hostbridge(const struct pci_vdev *vdev)
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <ept.h>
|
||||
#include <mmu.h>
|
||||
#include <logmsg.h>
|
||||
#include "pci_priv.h"
|
||||
#include "vpci_priv.h"
|
||||
|
||||
static inline uint32_t pci_bar_base(uint32_t bar)
|
||||
{
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include <vm.h>
|
||||
#include <logmsg.h>
|
||||
#include "pci_priv.h"
|
||||
#include "vpci_priv.h"
|
||||
|
||||
|
||||
static struct pci_vdev *sharing_mode_find_vdev_sos(union pci_bdf pbdf)
|
||||
|
@ -28,7 +28,7 @@
|
||||
*/
|
||||
|
||||
#include <vm.h>
|
||||
#include "pci_priv.h"
|
||||
#include "vpci_priv.h"
|
||||
|
||||
uint32_t pci_vdev_read_cfg(const struct pci_vdev *vdev, uint32_t offset, uint32_t bytes)
|
||||
{
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include <vm.h>
|
||||
#include <errno.h>
|
||||
#include <pci.h>
|
||||
#include "pci_priv.h"
|
||||
#include "vpci_priv.h"
|
||||
|
||||
void vdev_hostbridge_init(struct pci_vdev *vdev)
|
||||
{
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <ptdev.h>
|
||||
#include <assign.h>
|
||||
#include <vpci.h>
|
||||
#include "pci_priv.h"
|
||||
#include "vpci_priv.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include <ept.h>
|
||||
#include <mmu.h>
|
||||
#include <logmsg.h>
|
||||
#include "pci_priv.h"
|
||||
#include "vpci_priv.h"
|
||||
|
||||
/**
|
||||
* @pre vdev != NULL
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <vm.h>
|
||||
#include <errno.h>
|
||||
#include <logmsg.h>
|
||||
#include "pci_priv.h"
|
||||
#include "vpci_priv.h"
|
||||
|
||||
static void pci_cfg_clear_cache(struct pci_addr_info *pi)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user