Peter Maydell
80c71a241a
block: Clean up includes
...
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.
This commit was created with scripts/clean-includes.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
Reviewed-by: Eric Blake <eblake@redhat.com >
Signed-off-by: Kevin Wolf <kwolf@redhat.com >
2016-01-20 13:36:23 +01:00
Peter Maydell
6bd194ab99
bswap.h: Remove cpu_to_be32wu()
...
Replace the legacy cpu_to_be32wu() with stl_be_p().
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
Reviewed-by: Richard Henderson <rth@twiddle.net >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Message-id: 1383669517-25598-8-git-send-email-peter.maydell@linaro.org
Signed-off-by: Anthony Liguori <aliguori@amazon.com >
2013-11-05 19:57:47 -08:00
Peter Maydell
d8ee2591e4
bswap.h: Remove cpu_to_be16wu()
...
Replace the legacy cpu_to_be16wu() with stw_be_p().
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
Reviewed-by: Richard Henderson <rth@twiddle.net >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Message-id: 1383669517-25598-7-git-send-email-peter.maydell@linaro.org
Signed-off-by: Anthony Liguori <aliguori@amazon.com >
2013-11-05 19:57:47 -08:00
Paolo Bonzini
49ab747f66
hw: move target-independent files to subdirectories
...
This patch tackles all files that are compiled once, moving
them to subdirectories of hw/.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2013-04-08 18:13:12 +02:00