Loading MAINTAINERS +1 −3 Original line number Diff line number Diff line Loading @@ -1239,13 +1239,11 @@ M: Marc-André Lureau <marcandre.lureau@redhat.com> S: Maintained F: chardev/ F: include/chardev/ F: backends/msmouse.c F: backends/testdev.c Character Devices (Braille) M: Samuel Thibault <samuel.thibault@ens-lyon.org> S: Maintained F: backends/baum.c F: chardev/baum.c Command line option argument parsing M: Markus Armbruster <armbru@redhat.com> Loading Makefile.objs +2 −2 Original line number Diff line number Diff line Loading @@ -50,8 +50,6 @@ common-obj-$(CONFIG_LINUX) += fsdev/ common-obj-y += migration/ common-obj-$(CONFIG_SPICE) += spice-qemu-char.o common-obj-y += audio/ common-obj-y += hw/ common-obj-y += accel.o Loading @@ -70,6 +68,7 @@ common-obj-y += tpm.o common-obj-$(CONFIG_SLIRP) += slirp/ common-obj-y += backends/ common-obj-y += chardev/ common-obj-$(CONFIG_SECCOMP) += qemu-seccomp.o Loading Loading @@ -121,6 +120,7 @@ trace-events-subdirs += io trace-events-subdirs += migration trace-events-subdirs += block trace-events-subdirs += backends trace-events-subdirs += chardev trace-events-subdirs += hw/block trace-events-subdirs += hw/block/dataplane trace-events-subdirs += hw/char Loading backends/Makefile.objs +0 −4 Original line number Diff line number Diff line common-obj-y += rng.o rng-egd.o common-obj-$(CONFIG_POSIX) += rng-random.o common-obj-y += msmouse.o wctablet.o testdev.o common-obj-$(CONFIG_BRLAPI) += baum.o baum.o-cflags := $(SDL_CFLAGS) common-obj-$(CONFIG_TPM) += tpm.o common-obj-y += hostmem.o hostmem-ram.o Loading backends/trace-events +0 −10 Original line number Diff line number Diff line # See docs/tracing.txt for syntax documentation. # backends/wctablet.c wct_init(void) "" wct_cmd_re(void) "" wct_cmd_st(void) "" wct_cmd_sp(void) "" wct_cmd_ts(int input) "0x%02x" wct_cmd_other(const char *cmd) "%s" wct_speed(int speed) "%d" chardev/Makefile.objs +6 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,9 @@ chardev-obj-y += char-stdio.o chardev-obj-y += char-udp.o chardev-obj-$(CONFIG_WIN32) += char-win.o chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o common-obj-y += msmouse.o wctablet.o testdev.o common-obj-$(CONFIG_BRLAPI) += baum.o baum.o-cflags := $(SDL_CFLAGS) common-obj-$(CONFIG_SPICE) += spice.o Loading
MAINTAINERS +1 −3 Original line number Diff line number Diff line Loading @@ -1239,13 +1239,11 @@ M: Marc-André Lureau <marcandre.lureau@redhat.com> S: Maintained F: chardev/ F: include/chardev/ F: backends/msmouse.c F: backends/testdev.c Character Devices (Braille) M: Samuel Thibault <samuel.thibault@ens-lyon.org> S: Maintained F: backends/baum.c F: chardev/baum.c Command line option argument parsing M: Markus Armbruster <armbru@redhat.com> Loading
Makefile.objs +2 −2 Original line number Diff line number Diff line Loading @@ -50,8 +50,6 @@ common-obj-$(CONFIG_LINUX) += fsdev/ common-obj-y += migration/ common-obj-$(CONFIG_SPICE) += spice-qemu-char.o common-obj-y += audio/ common-obj-y += hw/ common-obj-y += accel.o Loading @@ -70,6 +68,7 @@ common-obj-y += tpm.o common-obj-$(CONFIG_SLIRP) += slirp/ common-obj-y += backends/ common-obj-y += chardev/ common-obj-$(CONFIG_SECCOMP) += qemu-seccomp.o Loading Loading @@ -121,6 +120,7 @@ trace-events-subdirs += io trace-events-subdirs += migration trace-events-subdirs += block trace-events-subdirs += backends trace-events-subdirs += chardev trace-events-subdirs += hw/block trace-events-subdirs += hw/block/dataplane trace-events-subdirs += hw/char Loading
backends/Makefile.objs +0 −4 Original line number Diff line number Diff line common-obj-y += rng.o rng-egd.o common-obj-$(CONFIG_POSIX) += rng-random.o common-obj-y += msmouse.o wctablet.o testdev.o common-obj-$(CONFIG_BRLAPI) += baum.o baum.o-cflags := $(SDL_CFLAGS) common-obj-$(CONFIG_TPM) += tpm.o common-obj-y += hostmem.o hostmem-ram.o Loading
backends/trace-events +0 −10 Original line number Diff line number Diff line # See docs/tracing.txt for syntax documentation. # backends/wctablet.c wct_init(void) "" wct_cmd_re(void) "" wct_cmd_st(void) "" wct_cmd_sp(void) "" wct_cmd_ts(int input) "0x%02x" wct_cmd_other(const char *cmd) "%s" wct_speed(int speed) "%d"
chardev/Makefile.objs +6 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,9 @@ chardev-obj-y += char-stdio.o chardev-obj-y += char-udp.o chardev-obj-$(CONFIG_WIN32) += char-win.o chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o common-obj-y += msmouse.o wctablet.o testdev.o common-obj-$(CONFIG_BRLAPI) += baum.o baum.o-cflags := $(SDL_CFLAGS) common-obj-$(CONFIG_SPICE) += spice.o