diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-11-27 08:38:05 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-12-27 10:11:07 +0100 |
| commit | 78d45220b4e6385c6a90302fbc84fdacb415580c (patch) | |
| tree | 99f74af0230006115043d8c36dfd37c7dd3b6444 /net | |
| parent | f7889f86bda23c4b22e41d8dfd9fe6298464b047 (diff) | |
| download | qemu-78d45220b4e6385c6a90302fbc84fdacb415580c.tar.gz qemu-78d45220b4e6385c6a90302fbc84fdacb415580c.zip | |
include: move hw/qdev-properties.h to hw/core/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'net')
| -rw-r--r-- | net/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ #include "net/net.h" #include "clients.h" #include "hub.h" -#include "hw/qdev-properties.h" +#include "hw/core/qdev-properties.h" #include "net/slirp.h" #include "net/eth.h" #include "util.h" |
