index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
serial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "serial: fix retry logic"
Michael Tokarev
2013-01-24
1
-3
/
+1
*
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
serial: Replace register_ioport_*
Julien Grall
2012-12-04
1
-2
/
+2
*
serial: convert PIO to new memory api read/write
Alexander Graf
2012-10-29
1
-13
/
+17
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-3
/
+3
*
serial: add pci variant
Gerd Hoffmann
2012-10-22
1
-0
/
+6
*
serial: split serial.c
Gerd Hoffmann
2012-10-22
1
-138
/
+5
*
serial: clear LSR.TEMT when populating the TSR
Anthony Liguori
2012-04-02
1
-0
/
+1
*
serial: fix retry logic
Anthony Liguori
2012-04-02
1
-1
/
+3
*
suspend: make serial ports wakeup the guest.
Gerd Hoffmann
2012-02-24
1
-0
/
+6
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-13
/
+17
*
isa: pic: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-6
/
+12
*
serial: Add MemoryRegion parameter to serial_mm_init
Richard Henderson
2011-10-02
1
-5
/
+5
*
serial: Remove ioregister parameter from serial_mm_init
Richard Henderson
2011-10-02
1
-5
/
+3
*
serial: Use enum device_endian in serial_mm_init parameter
Richard Henderson
2011-10-02
1
-3
/
+1
*
serial: Convert serial_mm_init to MemoryRegion
Richard Henderson
2011-10-02
1
-114
/
+31
*
serial: Convert serial_isa_initfn to MemoryRegion
Richard Henderson
2011-09-25
1
-3
/
+12
*
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
Anthony Liguori
2011-08-22
1
-5
/
+5
*
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-2
/
+2
*
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
1
-10
/
+10
*
serial: refactor device creation
Blue Swirl
2011-02-20
1
-12
/
+0
*
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
2010-12-11
1
-0
/
+1
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-2
/
+4
*
serial: Update parameters after load
Michal Novotny
2010-09-15
1
-0
/
+1
*
Remove wrong semicolon in macro definition
Stefan Weil
2010-09-14
1
-2
/
+2
*
serial: Wrap debug prints around a DPRINTF macro
Michal Novotny
2010-09-13
1
-12
/
+13
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-2
/
+2
*
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
2010-06-04
1
-0
/
+1
*
serial: Register vmstate via qdev
Jan Kiszka
2010-05-15
1
-1
/
+12
*
Compile serial only once
Blue Swirl
2010-03-21
1
-23
/
+69
*
hw/serial.c: fix THRE interrupt clearing
Aurelien Jarno
2010-03-06
1
-1
/
+1
*
hw/serial.c: fix indentation
Aurelien Jarno
2010-03-06
1
-8
/
+8
*
Fix lost serial TX interrupts. Report receive overruns.
Justin T. Gibbs
2010-02-22
1
-8
/
+20
*
Fix qdev property type definition for isa serial/parallel devices
Gerd Hoffmann
2009-12-02
1
-1
/
+1
*
serial: Add interface to set reference oscillator frequency
Stefan Weil
2009-11-12
1
-0
/
+7
*
v3: don't call reset functions on cpu initialization
Glauber Costa
2009-11-07
1
-1
/
+0
*
serial: Add missing bit
Stefan Weil
2009-10-30
1
-3
/
+5
*
serial: use post_load version_id field and remove pre_load function
Juan Quintela
2009-10-27
1
-8
/
+3
*
isa: configure serial+parallel by index.
Gerd Hoffmann
2009-10-27
1
-7
/
+19
*
Clean up test for qdev_init() failure
Markus Armbruster
2009-10-07
1
-1
/
+1
*
serial: convert isa to qdev
Gerd Hoffmann
2009-10-05
1
-10
/
+67
*
vmstate: remove const from pre_save() functions
Juan Quintela
2009-10-05
1
-2
/
+2
*
vmstate: add version_id argument to post_load
Juan Quintela
2009-10-05
1
-1
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-7
/
+7
*
Get rid of _t suffix
malc
2009-10-01
1
-7
/
+7
*
Use proper typedef syntax
Juan Quintela
2009-09-25
1
-2
/
+2
[next]