mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
pc: convert pc_memory_init() to memory API
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
4aa63af149
commit
00cb2a99f5
2 changed files with 40 additions and 18 deletions
1
hw/pc.h
1
hw/pc.h
|
@ -2,6 +2,7 @@
|
|||
#define HW_PC_H
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "memory.h"
|
||||
#include "ioport.h"
|
||||
#include "isa.h"
|
||||
#include "fdc.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue