mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Remove qemu-common.h include from most units
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220323155743.1585078-33-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
fcc41961c9
commit
0f9668e0c1
243 changed files with 1 additions and 254 deletions
|
@ -28,7 +28,6 @@
|
|||
#include "ahci.h"
|
||||
#include "pci-pc.h"
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qemu/host-utils.h"
|
||||
|
||||
#include "hw/pci/pci_ids.h"
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
|
||||
#include "standard-headers/linux/qemu_fw_cfg.h"
|
||||
|
||||
#include "qemu-common.h"
|
||||
|
||||
#define ALLOC_PAGE_SIZE (4096)
|
||||
|
||||
void pc_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags)
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "malloc-spapr.h"
|
||||
|
||||
#include "qemu-common.h"
|
||||
|
||||
#define SPAPR_PAGE_SIZE 4096
|
||||
|
||||
/* Memory must be a multiple of 256 MB,
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
#include "malloc.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qemu/host-utils.h"
|
||||
|
||||
typedef struct MemBlock {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue