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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-26
ibex_uart: fix XOR-as-pow
Paolo Bonzini
1
-1
/
+1
2020-06-22
hw/char: RX62N serial communication interface (SCI)
Yoshinori Sato
3
-0
/
+354
2020-06-19
hw/char: Initial commit of Ibex UART
Alistair Francis
2
-0
/
+493
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
4
-5
/
+5
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
3
-3
/
+3
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
4
-11
/
+5
2020-06-15
isa: Convert uses of isa_create() with Coccinelle
Markus Armbruster
2
-4
/
+5
2020-06-15
qdev: Convert uses of qdev_create() manually
Markus Armbruster
1
-2
/
+2
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
3
-6
/
+8
2020-06-15
qdev: Convert to qdev_unrealize() with Coccinelle
Markus Armbruster
2
-2
/
+2
2020-06-09
acpi: move aml builder code for parallel device
Gerd Hoffmann
1
-0
/
+22
2020-06-09
acpi: move aml builder code for serial device
Gerd Hoffmann
1
-0
/
+22
2020-05-21
hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask()
Philippe Mathieu-Daudé
1
-2
/
+3
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
5
-8
/
+8
2020-04-30
hw/char/cadence_uart: add clock support
Damien Hedde
2
-10
/
+66
2020-04-02
serial: Fix double migration data
Dr. David Alan Gilbert
1
-1
/
+11
2020-03-29
virtio-serial-bus: Plug memory leak on realize() error paths
Pan Nengyuan
1
-1
/
+1
2020-03-17
hw/char: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
1
-3
/
+4
2020-03-16
misc: Replace zero-length arrays with flexible array member (manual)
Philippe Mathieu-Daudé
2
-2
/
+2
2020-02-13
hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_init
Chen Qun
1
-2
/
+3
2020-02-04
hw/*/Makefile.objs: Move many .o files to common-objs
Thomas Huth
1
-8
/
+8
2020-01-27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
30
-33
/
+33
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
30
-33
/
+33
2020-01-23
hw/char/exynos4210_uart: Add receive DMA support
Guenter Roeck
2
-0
/
+26
2020-01-23
hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeouts
Guenter Roeck
2
-26
/
+94
2020-01-23
hw/char/exynos4210_uart: Implement post_load function
Guenter Roeck
1
-0
/
+10
2020-01-23
hw/char/exynos4210_uart: Convert to support tracing
Guenter Roeck
2
-66
/
+47
2020-01-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
19
-19
/
+29
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
19
-19
/
+19
2020-01-07
Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...
Peter Maydell
5
-61
/
+212
2020-01-07
virtio-console: Explicit we ignore some QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
1
-0
/
+5
2020-01-07
hw/char/terminal3270: Explicit ignored QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
1
-0
/
+5
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
2
-18
/
+56
2020-01-07
serial: replace serial_exit_core() with unrealize
Marc-André Lureau
3
-3
/
+6
2020-01-07
serial: realize the serial device
Marc-André Lureau
4
-7
/
+7
2020-01-07
serial: add "baudbase" property
Marc-André Lureau
4
-5
/
+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
4
-7
/
+64
2020-01-07
serial-pci-multi: factor out multi_serial_get_port_count()
Marc-André Lureau
1
-17
/
+18
2020-01-05
virtio-serial-bus: fix memory leak while attach virtio-serial-bus
Pan Nengyuan
1
-0
/
+8
2019-10-25
virtio: basic packed virtqueue support
Jason Wang
1
-1
/
+1
2019-10-15
hw/arm/bcm2835_peripherals: Improve logging
Philippe Mathieu-Daudé
1
-2
/
+3
2019-10-04
spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper
David Gibson
1
-2
/
+1
[next]