qemu-e2k/hw/char
Peter Maydell cb8b8ef457 -----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJZMbiwAAoJENro4Ql1lpzlEm0P/RViCB92pz62wdcsjpXvqwBO
 ddhfQqPaGE+BD1tRcrOxDFKTWEnxFN4Oj9zNQ+/FgLcckZ5qAy6PkuCnesG2eJjG
 c43y07e+u89G8L+7zLoAw+fYt8tnb5+ood6Q6WWH9rbNHLaIlMvwzomm3Rkf+1L/
 PKVixcnFBxulTTftLgVUqpFSRrDDlywrmK9gjoDRHeIp7fZTxUib5T720ShszZe5
 C2iym5Ucb5ohEoq4LfY+mPWVGkTdMtsX3Vz5eHsTqoYYY1akTg5CwgGQuqbS/kXN
 7/4nkX6otkxTlU1+ydWEQCpD3orWEUJUeKUlLA48rAckqJyX3mfx94AeIOYseILM
 vMdxQo549ofcann1RtHyPkgfwyl8rrFRZ2xdkYGeSJ2zyv6Ekcxs0r5NXX7DMZBY
 oyjH38UTpHBhZp5l/0KAff0y0FNnDz6JJttgkcqHz8Qd4chE6JP9X9gx+9xkakst
 ytbiFP5NuG9RTwWjFSXObgZl9QU/n+JuJ/kr/LMMTgmPYwONW3NglBGgAoRDu/gC
 4YAmdSWf2UYlQg1IxTn2KT4U4Dn56DEmcaL9yDBH+UJLhWpxle9+D2MVruJN7MPS
 H0/8ytXvmb99DMWOhIdRmOzWCmQ/YAg/CAXmUZPX7sul0b3TNhSDqEi2qnLR84GT
 GSOh5aGbQ2H8DGQioGLV
 =5eL6
 -----END PGP SIGNATURE-----

Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into staging

# gpg: Signature made Fri 02 Jun 2017 20:12:48 BST
# gpg:                using RSA key 0xDAE8E10975969CE5
# gpg: Good signature from "Marc-André Lureau <marcandre.lureau@redhat.com>"
# gpg:                 aka "Marc-André Lureau <marcandre.lureau@gmail.com>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 87A9 BD93 3F87 C606 D276  F62D DAE8 E109 7596 9CE5

* remotes/elmarco/tags/chrfe-pull-request:
  char: move char devices to chardev/
  char: make chr_fe_deinit() optionaly delete backend
  char: rename functions that are not part of fe
  char: move CharBackend handling in char-fe unit
  char: generalize qemu_chr_write_all()
  be-hci: use backend functions
  chardev: serial & parallel declaration to own headers
  chardev: move headers to include/chardev
  Remove/replace sysemu/char.h inclusion
  char-win: close file handle except with console
  char-win: rename hcom->file
  char-win: rename win_chr_init/poll win_chr_serial_init/poll
  char-win: remove WinChardev.len
  char-win: simplify win_chr_read()
  char: cast ARRAY_SIZE() as signed to silent warning on empty array

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2017-06-05 10:09:14 +01:00
..
Makefile.objs s390x/3270: Mark non-migratable and enable the device 2017-05-04 10:34:37 +02:00
bcm2835_aux.c char: remove explicit_fe_open, use a set_handlers argument 2016-10-24 15:46:10 +02:00
cadence_uart.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
debugcon.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
digic-uart.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
escc.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
etraxfs_ser.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
exynos4210_uart.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
grlib_apbuart.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
imx_serial.c Remove/replace sysemu/char.h inclusion 2017-06-02 11:33:52 +04:00
ipoctal232.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
lm32_juart.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
lm32_uart.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
mcf_uart.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
milkymist-uart.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
omap_uart.c chardev: move headers to include/chardev 2017-06-02 11:33:52 +04:00
parallel.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
pl011.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
sclpconsole-lm.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
sclpconsole.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
serial-isa.c char: rename CharDriverState Chardev 2017-01-27 18:07:59 +01:00
serial-pci.c include/qemu/osdep.h: Don't include qapi/error.h 2016-03-22 22:20:15 +01:00
serial.c char: make chr_fe_deinit() optionaly delete backend 2017-06-02 11:33:53 +04:00
sh_serial.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
spapr_vty.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
stm32f2xx_usart.c char: remove explicit_fe_open, use a set_handlers argument 2016-10-24 15:46:10 +02:00
terminal3270.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
trace-events hw/char/pl011: Add trace events 2016-10-17 19:32:44 +01:00
virtio-console.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
virtio-serial-bus.c virtio-serial: fix segfault on disconnect 2017-06-02 18:57:17 +03:00
xen_console.c char: make chr_fe_deinit() optionaly delete backend 2017-06-02 11:33:53 +04:00
xilinx_uartlite.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00