qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] build: some cleanups for common-user/ infrastructure
@ 2021-12-21 16:32 Paolo Bonzini
  2021-12-21 16:32 ` [PATCH 1/3] meson: reuse common_user_inc when building files specific to user-mode emulators Paolo Bonzini
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Paolo Bonzini @ 2021-12-21 16:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: lvivier, richard.henderson

A belated review of the patches that introduced common-user/.
Limiting the interface that it expects from bsd-user/ and linux-user/
to an include/ subdirectory, and simplifying the mesonry that builds
the new directory.

Paolo Bonzini (3):
  meson: reuse common_user_inc when building files specific to user-mode
    emulators
  user: move common-user includes to a subdirectory of {bsd,linux}-user/
  meson: cleanup common-user/ build

 bsd-user/{ => include}/special-errno.h            |  0
 bsd-user/meson.build                              |  2 +-
 common-user/meson.build                           |  2 +-
 .../{ => include}/host/aarch64/host-signal.h      |  0
 linux-user/{ => include}/host/alpha/host-signal.h |  0
 linux-user/{ => include}/host/arm/host-signal.h   |  0
 linux-user/{ => include}/host/i386/host-signal.h  |  0
 linux-user/{ => include}/host/mips/host-signal.h  |  0
 linux-user/{ => include}/host/ppc/host-signal.h   |  0
 linux-user/{ => include}/host/ppc64/host-signal.h |  0
 linux-user/{ => include}/host/riscv/host-signal.h |  0
 linux-user/{ => include}/host/s390/host-signal.h  |  0
 linux-user/{ => include}/host/s390x/host-signal.h |  0
 linux-user/{ => include}/host/sparc/host-signal.h |  0
 .../{ => include}/host/sparc64/host-signal.h      |  0
 linux-user/{ => include}/host/x32/host-signal.h   |  0
 .../{ => include}/host/x86_64/host-signal.h       |  0
 linux-user/{ => include}/special-errno.h          |  0
 linux-user/meson.build                            |  4 ++--
 meson.build                                       | 15 ++-------------
 20 files changed, 6 insertions(+), 17 deletions(-)
 rename bsd-user/{ => include}/special-errno.h (100%)
 rename linux-user/{ => include}/host/aarch64/host-signal.h (100%)
 rename linux-user/{ => include}/host/alpha/host-signal.h (100%)
 rename linux-user/{ => include}/host/arm/host-signal.h (100%)
 rename linux-user/{ => include}/host/i386/host-signal.h (100%)
 rename linux-user/{ => include}/host/mips/host-signal.h (100%)
 rename linux-user/{ => include}/host/ppc/host-signal.h (100%)
 rename linux-user/{ => include}/host/ppc64/host-signal.h (100%)
 rename linux-user/{ => include}/host/riscv/host-signal.h (100%)
 rename linux-user/{ => include}/host/s390/host-signal.h (100%)
 rename linux-user/{ => include}/host/s390x/host-signal.h (100%)
 rename linux-user/{ => include}/host/sparc/host-signal.h (100%)
 rename linux-user/{ => include}/host/sparc64/host-signal.h (100%)
 rename linux-user/{ => include}/host/x32/host-signal.h (100%)
 rename linux-user/{ => include}/host/x86_64/host-signal.h (100%)
 rename linux-user/{ => include}/special-errno.h (100%)

-- 
2.33.1



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-12-22 22:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-21 16:32 [PATCH 0/3] build: some cleanups for common-user/ infrastructure Paolo Bonzini
2021-12-21 16:32 ` [PATCH 1/3] meson: reuse common_user_inc when building files specific to user-mode emulators Paolo Bonzini
2021-12-21 20:33   ` Richard Henderson
2021-12-21 16:32 ` [PATCH 2/3] user: move common-user includes to a subdirectory of {bsd, linux}-user/ Paolo Bonzini
2021-12-21 19:56   ` [PATCH 2/3] user: move common-user includes to a subdirectory of {bsd,linux}-user/ Richard Henderson
2021-12-21 19:57     ` Richard Henderson
2021-12-21 20:32   ` Richard Henderson
2021-12-21 16:33 ` [PATCH 3/3] meson: cleanup common-user/ build Paolo Bonzini
2021-12-21 20:31   ` Richard Henderson
2021-12-22 22:05     ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).