mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Introduce range.h
Extract range functions from pci.h. These will be used by later patches by non-PCI devices. Adjust current users. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
f562e716c9
commit
bf1b007123
7 changed files with 34 additions and 31 deletions
1
hw/pci.c
1
hw/pci.c
|
@ -28,6 +28,7 @@
|
|||
#include "sysemu.h"
|
||||
#include "loader.h"
|
||||
#include "qemu-objects.h"
|
||||
#include "range.h"
|
||||
|
||||
//#define DEBUG_PCI
|
||||
#ifdef DEBUG_PCI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue