mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
softmmu: move include files to include/sysemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1de7afc984
commit
9c17d615a6
296 changed files with 421 additions and 421 deletions
|
@ -45,8 +45,8 @@
|
|||
#include "pci/pci.h"
|
||||
#include "net/net.h"
|
||||
#include "eeprom93xx.h"
|
||||
#include "sysemu.h"
|
||||
#include "dma.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "sysemu/dma.h"
|
||||
|
||||
/* QEMU sends frames smaller than 60 bytes to ethernet nics.
|
||||
* Such frames are rejected by real nics and their emulations.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue