index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
chardev
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-20
chardev: Allow setting file chardev input file on the command line
Peter Maydell
2
-0
/
+11
2023-03-20
replace TABs with spaces
Yeqi Fu
1
-33
/
+33
2023-03-13
char: do not double-close fd when failing to add client
Marc-André Lureau
1
-2
/
+0
2023-03-02
chardev/char-socket: set s->listener = NULL in char_socket_finalize
Yajun Wu
1
-0
/
+1
2023-02-06
io: Add support for MSG_PEEK for socket channel
manish.mishra
1
-2
/
+2
2023-02-04
char: Factor out qmp_add_client() parts and move to chardev/
Markus Armbruster
1
-0
/
+20
2023-02-04
char: Move HMP commands from monitor/ to chardev/
Markus Armbruster
2
-1
/
+225
2023-01-19
ui/spice: Require spice-server >= 0.14.0
Markus Armbruster
1
-2
/
+0
2023-01-11
chardev: clean up chardev-parallel.c
Paolo Bonzini
2
-14
/
+6
2023-01-09
Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
3
-7
/
+7
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
1
-3
/
+1
2023-01-09
Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
Nikita Ivanov
2
-4
/
+6
2023-01-06
util: remove support -chardev tty and -chardev parport
Paolo Bonzini
1
-31
/
+2
2022-12-14
qapi chardev: Elide redundant has_FOO in generated C
Markus Armbruster
4
-14
/
+7
2022-11-21
chardev/char-win-stdio: Pass Ctrl+C to guest with a multiplexed monitor
Bin Meng
1
-1
/
+7
2022-09-29
chardev: fix segfault in finalize
Maksim Davydov
2
-2
/
+6
2022-09-29
msmouse: Add pnp data
Arwed Meyer
1
-11
/
+47
2022-09-29
msmouse: Use fifo8 instead of array
Arwed Meyer
1
-22
/
+25
2022-09-29
chardev: src buffer const for write functions
Arwed Meyer
1
-2
/
+2
2022-09-29
msmouse: Handle mouse reset
Arwed Meyer
1
-2
/
+61
2022-09-22
chardev/baum: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-1
/
+2
2022-09-22
chardev/baum: Use definitions to avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-4
/
+4
2022-09-22
chardev/baum: Replace magic values by X_MAX / Y_MAX definitions
Philippe Mathieu-Daudé
1
-4
/
+7
2022-09-02
chardev/char-socket: Update AF_UNIX for Windows
Bin Meng
1
-2
/
+2
2022-05-16
QIOChannel: Add flags on io_writev and introduce io_flush callback
Leonardo Bras
1
-1
/
+1
2022-05-11
Clean up decorations and whitespace around header guards
Markus Armbruster
1
-1
/
+2
2022-05-03
util: rename qemu_*block() socket functions
Marc-André Lureau
1
-1
/
+1
2022-05-03
chardev: replace qemu_set_nonblock()
Marc-André Lureau
4
-5
/
+14
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
3
-3
/
+0
2022-04-06
char: move qemu_openpty_raw from util/ to char/
Marc-André Lureau
2
-2
/
+113
2022-01-07
chardev/char-socket: tcp_chr_sync_read: don't clobber errno
Roman Kagan
1
-0
/
+3
2022-01-07
chardev/char-socket: tcp_chr_recv: don't clobber errno
Roman Kagan
1
-7
/
+7
2021-12-21
chardev: make socket derivable
Marc-André Lureau
1
-57
/
+1
2021-12-21
chardev: teach socket to accept no addresses
Marc-André Lureau
1
-5
/
+9
2021-11-19
chardev/wctable: don't free the instance in wctablet_chr_finalize
Daniil Tatianin
1
-1
/
+0
2021-11-04
chardev: don't exit() straight away on C-a x
Alex Bennée
1
-1
/
+2
2021-10-14
configure, meson: move Spice configure handling to meson
Marc-André Lureau
1
-1
/
+1
2021-09-27
qapi: Convert simple union SocketAddressLegacy to flat one
Markus Armbruster
2
-5
/
+5
2021-09-14
chardev: remove needless class method
Marc-André Lureau
1
-4
/
+2
2021-09-14
chardev: Propagate error from logfile opening
Michal Privoznik
1
-5
/
+2
2021-08-05
chardev: report a simpler error about duplicated id
Marc-André Lureau
1
-0
/
+5
2021-08-05
chardev: give some context on chardev-add error
Marc-André Lureau
1
-6
/
+9
2021-08-05
chardev: fix qemu_chr_open_fd() with fd_in==fd_out
Marc-André Lureau
1
-4
/
+15
2021-08-05
chardev: fix qemu_chr_open_fd() being called with fd=-1
Marc-André Lureau
1
-9
/
+17
2021-08-05
chardev: fix fd_chr_add_watch() when in != out
Marc-André Lureau
1
-1
/
+77
2021-08-05
chardev: mark explicitly first argument as poisoned
Marc-André Lureau
1
-1
/
+1
2021-08-04
chardev/socket: print a more correct command-line address
Marc-André Lureau
1
-2
/
+2
2021-07-22
chardev-spice: add missing module_obj directive
Paolo Bonzini
1
-0
/
+1
2021-07-09
modules: add chardev module annotations
Gerd Hoffmann
2
-0
/
+5
2021-06-29
chardev/socket: Use qcrypto_tls_creds_check_endpoint()
Philippe Mathieu-Daudé
1
-12
/
+6
[next]