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
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
1
-2
/
+2
2017-01-16
serial: fix memory leak in serial exit
Li Qiang
1
-0
/
+10
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
1
-1
/
+1
2016-10-24
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
1
-1
/
+1
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
1
-16
/
+14
2016-10-24
char: rename some frontend functions
Marc-André Lureau
1
-1
/
+1
2016-10-24
char: replace PROP_CHR with CharBackend
Marc-André Lureau
1
-15
/
+19
2016-10-24
char: serial: check divider value against baud base
Prasad J Pandit
1
-1
/
+2
2016-06-29
serial: reinstate watch after migration
Paolo Bonzini
1
-2
/
+23
2016-06-29
serial: remove watch on reset
Paolo Bonzini
1
-4
/
+12
2016-06-29
serial: separate serial_xmit and serial_watch_cb
Paolo Bonzini
1
-7
/
+11
2016-06-29
serial: simplify tsr_retry reset
Paolo Bonzini
1
-3
/
+1
2016-06-29
serial: make tsr_retry unsigned
Paolo Bonzini
1
-4
/
+8
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-4
/
+6
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
x86: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
1
-12
/
+2
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-25
/
+16
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
1
-4
/
+2
2015-02-10
serial: Fix warnings caused by missing 'static' attribute
Stefan Weil
1
-7
/
+7
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
1
-2
/
+2
2015-01-03
serial: refine serial_thr_ipending_needed
Paolo Bonzini
1
-2
/
+11
2014-12-15
serial: only resample THR interrupt on rising edge of IER.THRI
Paolo Bonzini
1
-9
/
+16
2014-12-15
serial: update LSR on enabling/disabling FIFOs
Paolo Bonzini
1
-0
/
+3
2014-12-15
serial: clean up THRE/TEMT handling
Paolo Bonzini
1
-14
/
+12
2014-12-15
serial: reset thri_pending on IER writes with THRI=0
Paolo Bonzini
1
-2
/
+16
2014-09-19
serial: check if backed by a physical serial port at realize time
Paolo Bonzini
1
-2
/
+3
2014-09-19
serial: reset state at startup
Paolo Bonzini
1
-0
/
+1
2014-09-11
serial: fixing vmstate for save/restore
Pavel Dovgalyuk
1
-30
/
+195
2014-07-14
serial: change retry logic to avoid concurrency
Kirill Batuzov
1
-26
/
+33
2014-06-30
serial: poll the serial console with G_IO_HUP
Roger Pau Monne
1
-1
/
+1
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
1
-1
/
+1
2014-04-07
char/serial: Fix emptyness handling
Don Slutz
1
-2
/
+4
2014-02-15
char/serial: Fix emptyness check
Peter Crosthwaite
1
-1
/
+1
2013-08-26
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
1
-11
/
+11
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-11
/
+11
2013-08-20
Convert stderr message calling error_get_pretty() to error_report()
Seiji Aguchi
1
-2
/
+3
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-2
/
+2
2013-06-17
char/serial: fix copy&paste error (fifo8_is_full vs empty)
Vladimir Senkov
1
-1
/
+1
2013-06-15
Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu
Blue Swirl
1
-5
/
+17
2013-06-11
char/serial: serial_ioport_write: Factor out common code
Peter Crosthwaite
1
-7
/
+3
2013-06-11
char/serial: Use generic Fifo8
Peter Crosthwaite
1
-64
/
+34
2013-06-11
char/serial: cosmetic fixes.
Peter Crosthwaite
1
-11
/
+19
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
1
-5
/
+17
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini
1
-0
/
+789