mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Revert "KVM: Split QEMUMachine typedef into separate header"
This reverts commit 9c06a1f79f
.
The new header sysemu/qemumachine.h is undesired.
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
2c3445bb85
commit
602a3921ff
6 changed files with 2 additions and 21 deletions
|
@ -4,9 +4,10 @@
|
|||
#define HW_BOARDS_H
|
||||
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "sysemu/qemumachine.h"
|
||||
#include "hw/qdev.h"
|
||||
|
||||
typedef struct QEMUMachine QEMUMachine;
|
||||
|
||||
typedef struct QEMUMachineInitArgs {
|
||||
const QEMUMachine *machine;
|
||||
ram_addr_t ram_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue