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
/
hw
/
char
/
serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-13
hw/char/serial: remove duplicate .class_init in serial_mm_info
Laurent Vivier
1
-1
/
+0
2020-09-30
hw/char/serial: Make 'wakeup' property boolean
Philippe Mathieu-Daudé
1
-0
/
+1
2020-09-30
hw/char/serial: Rename I/O read/write trace events
Philippe Mathieu-Daudé
1
-2
/
+2
2020-09-30
hw/char/serial: Remove old DEBUG_SERIAL commented code
Philippe Mathieu-Daudé
1
-11
/
+0
2020-09-30
hw/char/serial: Replace commented DPRINTF() by trace event
Philippe Mathieu-Daudé
1
-3
/
+1
2020-09-30
hw/char/serial: Assert serial_ioport_read/write offset fits 8 bytes
Philippe Mathieu-Daudé
1
-2
/
+2
2020-09-30
hw/char/serial: Remove TYPE_SERIAL_IO
Philippe Mathieu-Daudé
1
-41
/
+0
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-6
/
+2
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
1
-4
/
+2
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
1
-4
/
+2
2020-06-15
qdev: Convert uses of qdev_create() manually
Markus Armbruster
1
-2
/
+2
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-04-02
serial: Fix double migration data
Dr. David Alan Gilbert
1
-1
/
+11
2020-03-17
hw/char: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
1
-3
/
+4
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-2
/
+2
2020-01-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-07
mips: use sysbus_mmio_get_region() instead of internal fields
Marc-André Lureau
1
-0
/
+1
2020-01-07
mips: inline serial_init()
Marc-André Lureau
1
-16
/
+0
2020-01-07
serial: make SerialIO a sysbus device
Marc-André Lureau
1
-11
/
+53
2020-01-07
serial-mm: use sysbus facilities
Marc-André Lureau
1
-22
/
+28
2020-01-07
serial-mm: add endianness property
Marc-André Lureau
1
-0
/
+2
2020-01-07
serial-mm: add "regshift" property
Marc-André Lureau
1
-5
/
+17
2020-01-07
serial: start making SerialMM a sysbus device
Marc-André Lureau
1
-17
/
+55
2020-01-07
serial: replace serial_exit_core() with unrealize
Marc-André Lureau
1
-1
/
+4
2020-01-07
serial: realize the serial device
Marc-André Lureau
1
-4
/
+4
2020-01-07
serial: add "baudbase" property
Marc-André Lureau
1
-2
/
+3
2020-01-07
serial: add "chardev" property
Marc-André Lureau
1
-3
/
+10
2020-01-07
serial: register vmsd with DeviceClass
Marc-André Lureau
1
-3
/
+3
2020-01-07
serial: initial qom-ification
Marc-André Lureau
1
-6
/
+28
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2018-12-18
qmp hmp: Make system_wakeup check wake-up support and run state
Daniel Henrique Barboza
1
-1
/
+1
2018-10-02
serial: fix DLL writes
Paolo Bonzini
1
-2
/
+2
2018-07-16
hw/char/serial: retry write if EAGAIN
Marc-André Lureau
1
-9
/
+14
2018-07-16
PC Chipset: Improve serial divisor calculation
Calvin Lee
1
-10
/
+13
2018-06-30
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-2
/
+3
2018-06-29
hw/char/serial: Convert from DPRINTF macro to trace events
Philippe Mathieu-Daudé
1
-2
/
+3
2018-06-28
hw/char/serial: Only retry if qemu_chr_fe_write returns 0
Sergio Lopez
1
-1
/
+1
2018-06-01
hw: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-04-26
hw/char/serial: Allow disconnected chardevs
Peter Maydell
1
-5
/
+0
2017-11-06
Enable 8-byte wide MMIO for 16550 serial devices
Mike Nawrocki
1
-1
/
+7
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-07-14
serial: chardev hotswap support
Anton Nefedov
1
-1
/
+29
2017-07-14
serial: move TIOCM update to a separate function
Anton Nefedov
1
-12
/
+19
[next]