qemu-e2k/hw/9pfs
Markus Armbruster 650d103d3e Include hw/hw.h exactly where needed
In my "build everything" tree, changing hw/hw.h triggers a recompile
of some 2600 out of 6600 objects (not counting tests and objects that
don't depend on qemu/osdep.h).

The previous commits have left only the declaration of hw_error() in
hw/hw.h.  This permits dropping most of its inclusions.  Touching it
now recompiles less than 200 objects.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20190812052359.30071-19-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
2019-08-16 13:31:52 +02:00
..
9p-local.c
9p-local.h
9p-posix-acl.c
9p-proxy.c Include qemu-common.h exactly where needed 2019-06-12 13:20:20 +02:00
9p-proxy.h
9p-synth.c
9p-synth.h
9p-util.c
9p-util.h
9p-xattr-user.c
9p-xattr.c
9p-xattr.h
9p.c 9p: use g_new(T, n) instead of g_malloc(sizeof(T) * n) 2018-12-12 14:18:10 +01:00
9p.h
codir.c
cofile.c 9p: write lock path in v9fs_co_open2() 2018-11-08 21:19:05 +01:00
cofs.c
coth.c Include qemu-common.h exactly where needed 2019-06-12 13:20:20 +02:00
coth.h
coxattr.c
Kconfig virtio: express virtio dependencies with Kconfig 2019-03-07 21:45:53 +01:00
Makefile.objs 9pfs: remove unnecessary conditionals 2019-03-07 21:45:53 +01:00
trace-events trace-events: Fix attribution of trace points to source 2019-03-22 16:18:07 +00:00
virtio-9p-device.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
virtio-9p.h
xen-9p-backend.c Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00
xen-9pfs.h xen: Import other xen/io/*.h 2019-06-24 10:42:30 +01:00