Sign in
qemu
/
qemu
/
7e0019a7196ebed177c95824875cf852e1a6f667
/
hw
/
char
/
serial.c
e5a1184
Enable 8-byte wide MMIO for 16550 serial devices
by Mike Nawrocki
· 7 years ago
44b1ff3
migration: pre_save return int
by Dr. David Alan Gilbert
· 7 years ago
1a29cc8
serial: chardev hotswap support
by Anton Nefedov
· 8 years ago
7573584
serial: move TIOCM update to a separate function
by Anton Nefedov
· 8 years ago
3065070
char: avoid chardevice direct access
by Anton Nefedov
· 8 years ago
81517ba
char: add backend hotswap handler
by Anton Nefedov
· 8 years ago
1ce2610
char: make chr_fe_deinit() optionaly delete backend
by Marc-André Lureau
· 8 years ago
7566c6e
chardev: serial & parallel declaration to own headers
by Marc-André Lureau
· 8 years ago
8228e35
chardev: move headers to include/chardev
by Marc-André Lureau
· 8 years ago
0ec7b3e
char: rename CharDriverState Chardev
by Marc-André Lureau
· 8 years ago
8409dc8
serial: fix memory leak in serial exit
by Li Qiang
· 8 years ago
39ab61c
char: remove explicit_fe_open, use a set_handlers argument
by Marc-André Lureau
· 8 years ago
c39860e
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
by Marc-André Lureau
· 8 years ago
5345fdb
char: use qemu_chr_fe* functions with CharBackend argument
by Marc-André Lureau
· 8 years ago
7fa47e2
char: rename some frontend functions
by Marc-André Lureau
· 8 years ago
becdfa0
char: replace PROP_CHR with CharBackend
by Marc-André Lureau
· 8 years ago
3592fe0
char: serial: check divider value against baud base
by Prasad J Pandit
· 8 years ago
9f34a35
serial: reinstate watch after migration
by Paolo Bonzini
· 9 years ago
a1df76d
serial: remove watch on reset
by Paolo Bonzini
· 9 years ago
b0585e7
serial: separate serial_xmit and serial_watch_cb
by Paolo Bonzini
· 9 years ago
bce933b
serial: simplify tsr_retry reset
by Paolo Bonzini
· 9 years ago
807464d
serial: make tsr_retry unsigned
by Paolo Bonzini
· 9 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
b6a0aa0
x86: Clean up includes
by Peter Maydell
· 9 years ago
007b065
Use error_fatal to simplify obvious fatal errors
by Markus Armbruster
· 9 years ago
5cd8cad
migration: Use normal VMStateDescriptions for Subsections
by Juan Quintela
· 10 years ago
565f65d
error: Use error_report_err() where appropriate
by Markus Armbruster
· 10 years ago
92013cf
serial: Fix warnings caused by missing 'static' attribute
by Stefan Weil
· 10 years ago
e720677
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
by Paolo Bonzini
· 10 years ago
bfa7362
serial: refine serial_thr_ipending_needed
by Paolo Bonzini
· 10 years ago
1645b8e
serial: only resample THR interrupt on rising edge of IER.THRI
by Paolo Bonzini
· 10 years ago
023c3a9
serial: update LSR on enabling/disabling FIFOs
by Paolo Bonzini
· 10 years ago
0d931d7
serial: clean up THRE/TEMT handling
by Paolo Bonzini
· 10 years ago
4e02b0f
serial: reset thri_pending on IER writes with THRI=0
by Paolo Bonzini
· 10 years ago
a30cf87
serial: check if backed by a physical serial port at realize time
by Paolo Bonzini
· 11 years ago
4df7961
serial: reset state at startup
by Paolo Bonzini
· 11 years ago
7385b27
serial: fixing vmstate for save/restore
by Pavel Dovgalyuk
· 11 years ago
f702e62
serial: change retry logic to avoid concurrency
by Kirill Batuzov
· 11 years ago
e02bc6d
serial: poll the serial console with G_IO_HUP
by Roger Pau Monne
· 11 years ago
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
dffacd4
char/serial: Fix emptyness handling
by Don Slutz
· 11 years ago
88c1ee7
char/serial: Fix emptyness check
by Peter Crosthwaite
· 11 years ago
f7ad538
Merge remote-tracking branch 'stefanha/block' into staging
by Anthony Liguori
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
4a44d85
Convert stderr message calling error_get_pretty() to error_report()
by Seiji Aguchi
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
b165b0d
char/serial: fix copy&paste error (fifo8_is_full vs empty)
by Vladimir Senkov
· 12 years ago
371a775
Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu
by Blue Swirl
· 12 years ago
b5601df
char/serial: serial_ioport_write: Factor out common code
by Peter Crosthwaite
· 12 years ago
8e8638f
char/serial: Use generic Fifo8
by Peter Crosthwaite
· 12 years ago
7f4f0a2
char/serial: cosmetic fixes.
by Peter Crosthwaite
· 12 years ago
db895a1
isa: Use realizefn for ISADevice
by Andreas Färber
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/serial.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
8b4a898
serial: Fix debug format strings
by Kevin Wolf
· 12 years ago
6e72a00
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
fcfb4d6
serial: add flow control to transmit
by Anthony Liguori
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
b37a2e4
Revert "serial: fix retry logic"
by Michael Tokarev
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
568fd15
serial: Replace register_ioport_*
by Julien Grall
· 12 years ago
5ec3a23
serial: convert PIO to new memory api read/write
by Alexander Graf
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
419ad67
serial: add pci variant
by Gerd Hoffmann
· 12 years ago
488cb99
serial: split serial.c
by Gerd Hoffmann
· 12 years ago
dfe844c
serial: clear LSR.TEMT when populating the TSR
by Anthony Liguori
· 13 years ago
67c5322
serial: fix retry logic
by Anthony Liguori
· 13 years ago
9826fd5
suspend: make serial ports wakeup the guest.
by Gerd Hoffmann
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
8f04ee0
isa: pic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
39186d8
serial: Add MemoryRegion parameter to serial_mm_init
by Richard Henderson
· 14 years ago
2ff0c7c
serial: Remove ioregister parameter from serial_mm_init
by Richard Henderson
· 14 years ago
fb50cfe
serial: Use enum device_endian in serial_mm_init parameter
by Richard Henderson
· 14 years ago
8e8ffc4
serial: Convert serial_mm_init to MemoryRegion
by Richard Henderson
· 14 years ago
a941ae4
serial: Convert serial_isa_initfn to MemoryRegion
by Richard Henderson
· 14 years ago
41084f1
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
by Anthony Liguori
· 14 years ago
2cc6e0a
char: rename qemu_chr_write() -> qemu_chr_fe_write()
by Anthony Liguori
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
e22cf21
serial: refactor device creation
by Blue Swirl
· 14 years ago
dee41d5
Keep track of ISA ports ISA device is using in qdev.
by Gleb Natapov
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
9a7c487
serial: Update parameters after load
by Michal Novotny
· 14 years ago
46411f8
Remove wrong semicolon in macro definition
by Stefan Weil
· 14 years ago
b660114
serial: Wrap debug prints around a DPRINTF macro
by Michal Novotny
· 14 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
666daa6
blockdev: Collect block device code in new blockdev.c
by Markus Armbruster
· 15 years ago
1cc9f51
serial: Register vmstate via qdev
by Jan Kiszka
· 15 years ago
2d48377
Compile serial only once
by Blue Swirl
· 15 years ago
cdee7bd
hw/serial.c: fix THRE interrupt clearing
by Aurelien Jarno
· 15 years ago
2f4f22b
hw/serial.c: fix indentation
by Aurelien Jarno
· 15 years ago
71e605f
Fix lost serial TX interrupts. Report receive overruns.
by Justin T. Gibbs
· 15 years ago
51954d5
Fix qdev property type definition for isa serial/parallel devices
by Gerd Hoffmann
· 15 years ago
038eaf8
serial: Add interface to set reference oscillator frequency
by Stefan Weil
· 15 years ago
c169998
v3: don't call reset functions on cpu initialization
by Glauber Costa
· 15 years ago
Next »