You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/chardev
Daniel P. Berrangé 407bc4bf90 qapi: Move include/qapi/qmp/ to include/qobject/
The general expectation is that header files should follow the same
file/path naming scheme as the corresponding source file. There are
various historical exceptions to this practice in QEMU, with one of
the most notable being the include/qapi/qmp/ directory. Most of the
headers there correspond to source files in qobject/.

This patch corrects most of that inconsistency by creating
include/qobject/ and moving the headers for qobject/ there.

This also fixes MAINTAINERS for include/qapi/qmp/dispatch.h:
scripts/get_maintainer.pl now reports "QAPI" instead of "No
maintainers found".

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Acked-by: Halil Pasic <pasic@linux.ibm.com> #s390x
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20241118151235.2665921-2-armbru@redhat.com>
[Rebased]
2 weeks ago
..
baum.c replace TABs with spaces 2 years ago
char-console.c Include qemu/module.h where needed, drop it from qemu-common.h 6 years ago
char-fd.c Refactoring: refactor TFR() macro to RETRY_ON_EINTR() 2 years ago
char-fe.c include: Rename sysemu/ -> system/ 2 months ago
char-file.c chardev: Allow setting file chardev input file on the command line 2 years ago
char-hmp-cmds.c qapi: Move include/qapi/qmp/ to include/qobject/ 2 weeks ago
char-hub.c chardev/char-hub: implement backend chardev aggregator 3 weeks ago
char-io.c Revert "qemu-char: do not operate on sources from finalize callbacks" 7 months ago
char-mux.c include: Rename sysemu/ -> system/ 2 months ago
char-null.c Include qemu/module.h where needed, drop it from qemu-common.h 6 years ago
char-parallel.c chardev/parallel: Don't close stdin on inappropriate device 1 year ago
char-pipe.c Refactoring: refactor TFR() macro to RETRY_ON_EINTR() 2 years ago
char-pty.c chardev/char-pty: send CHR_EVENT_CLOSED on disconnect 3 weeks ago
char-ringbuf.c Use DECLARE_*CHECKER* macros 5 years ago
char-serial.c chardev: replace qemu_set_nonblock() 3 years ago
char-socket.c chardev: introduce 'reconnect-ms' and deprecate 'reconnect' 5 months ago
char-stdio.c char-stdio: Restore blocking mode of stdout on exit 8 months ago
char-udp.c qapi chardev: Elide redundant has_FOO in generated C 2 years ago
char-win-stdio.c chardev/char-win-stdio.c: restore old console mode 7 months ago
char-win.c chardev: Improve error report by calling error_setg_win32() 5 years ago
char.c chardev/char-hub: implement backend chardev aggregator 3 weeks ago
chardev-internal.h chardev/char-hub: implement backend chardev aggregator 3 weeks ago
meson.build chardev/char-hub: implement backend chardev aggregator 3 weeks ago
msmouse.c util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr() 7 months ago
spice.c ui/spice: Require spice-server >= 0.14.0 2 years ago
testdev.c Use DECLARE_*CHECKER* macros 5 years ago
trace-events chardev: add tracing of socket error conditions 7 months ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
wctablet.c ui/input: Constify QemuInputHandler structure 1 year ago