index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
char
/
serial.c
Age
Commit message (
Expand
)
Author
2016-01-29
x86: Clean up includes
Peter Maydell
2016-01-13
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-10
serial: Fix warnings caused by missing 'static' attribute
Stefan Weil
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2015-01-03
serial: refine serial_thr_ipending_needed
Paolo Bonzini
2014-12-15
serial: only resample THR interrupt on rising edge of IER.THRI
Paolo Bonzini
2014-12-15
serial: update LSR on enabling/disabling FIFOs
Paolo Bonzini
2014-12-15
serial: clean up THRE/TEMT handling
Paolo Bonzini
2014-12-15
serial: reset thri_pending on IER writes with THRI=0
Paolo Bonzini
2014-09-19
serial: check if backed by a physical serial port at realize time
Paolo Bonzini
2014-09-19
serial: reset state at startup
Paolo Bonzini
2014-09-11
serial: fixing vmstate for save/restore
Pavel Dovgalyuk
2014-07-14
serial: change retry logic to avoid concurrency
Kirill Batuzov
2014-06-30
serial: poll the serial console with G_IO_HUP
Roger Pau Monne
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-04-07
char/serial: Fix emptyness handling
Don Slutz
2014-02-15
char/serial: Fix emptyness check
Peter Crosthwaite
2013-08-26
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-20
Convert stderr message calling error_get_pretty() to error_report()
Seiji Aguchi
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-06-17
char/serial: fix copy&paste error (fifo8_is_full vs empty)
Vladimir Senkov
2013-06-15
Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu
Blue Swirl
2013-06-11
char/serial: serial_ioport_write: Factor out common code
Peter Crosthwaite
2013-06-11
char/serial: Use generic Fifo8
Peter Crosthwaite
2013-06-11
char/serial: cosmetic fixes.
Peter Crosthwaite
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini