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
2016-01-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...
Peter Maydell
2
-15
/
+8
2016-01-13
hw: Don't use hw_error() for machine initialization errors
Markus Armbruster
1
-3
/
+6
2016-01-13
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
1
-12
/
+2
2016-01-13
virtio serial port: fix to incomplete QOMify
Cao jin
1
-1
/
+1
2015-12-17
cris: avoid "naked" qemu_log
Paolo Bonzini
1
-1
/
+1
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-1
/
+1
2015-11-02
input: Convert to new qapi union layout
Eric Blake
1
-6
/
+6
2015-10-29
virtio-serial: convert to virtio_map
Michael S. Tsirkin
1
-4
/
+1
2015-10-27
i.MX: Standardize i.MX serial debug.
Jean-Christophe Dubois
1
-26
/
+24
2015-10-23
escc: add to input category
Laurent Vivier
1
-0
/
+1
2015-10-08
hw: char: Remove unnecessary variable
Shraddha Barke
1
-3
/
+1
2015-10-08
imx_serial: Generate interrupt on tx empty if enabled
Guenter Roeck
1
-1
/
+3
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
1
-4
/
+2
2015-09-10
virtio: avoid leading underscores for helpers
Cornelia Huck
1
-1
/
+1
2015-09-07
i.MX: KZM: use standalone i.MX31 SOC support
Jean-Christophe Dubois
1
-35
/
+0
2015-09-07
arm: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+1
2015-08-18
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2015-08-14
hw: fix mask for ColdFire UART command register
Paolo Bonzini
1
-1
/
+1
2015-08-13
i.MX: Fix UART driver to work with unitialized "chardev" device
Jean-Christophe Dubois
1
-2
/
+6
2015-08-13
i.MX:Fix Coding style for UART emulator.
Jean-Christophe Dubois
1
-17
/
+17
2015-08-13
i.MX: Move serial initialization to init/realize of DeviceClass.
Jean-Christophe Dubois
1
-16
/
+19
2015-08-13
i.MX: Split UART emulator in a header file and a source file
Jean-Christophe Dubois
1
-80
/
+2
2015-07-27
virtio: get_features() can fail
Jason Wang
1
-1
/
+2
2015-07-27
virtio-serial: fix ANY_LAYOUT
Michael S. Tsirkin
1
-1
/
+2
2015-07-07
spapr-vty: Use TYPE_ definition instead of hardcoding
David Gibson
1
-1
/
+1
2015-07-07
spapr_vty: lookup should only return valid VTY objects
David Gibson
1
-0
/
+4
2015-07-07
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
1
-3
/
+3
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-25
/
+16
2015-06-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+2
2015-06-10
virtio-serial-bus: move qdev properties into virtio-serial-bus.c
Shannon Zhao
1
-1
/
+2
2015-06-05
Move parallel_hds_isa_init to hw/isa/isa-bus.c
Miroslav Rezanina
1
-25
/
+0
2015-06-01
virtio: make features 64bit wide
Gerd Hoffmann
1
-1
/
+1
2015-05-31
virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
Jason Wang
1
-1
/
+1
2015-05-29
virtio-console: notify chardev when writable
Marc-André Lureau
1
-0
/
+10
2015-05-19
serial: fix multi-pci card error cleanup.
Gerd Hoffmann
1
-8
/
+12
2015-05-18
char: cadence_uart: Split state struct and type into header
Peter Crosthwaite
1
-28
/
+1
2015-05-18
char: cadence_uart: Clean up variable names
Peter Crosthwaite
1
-48
/
+54
2015-04-30
sclp: sort into categories
Cornelia Huck
2
-0
/
+2
2015-04-28
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
1
-4
/
+4
2015-04-02
sysbus: Make devices picking up backends unavailable with -device
Markus Armbruster
9
-0
/
+18
2015-04-02
hw: Mark devices picking up char backends actively FIXME
Markus Armbruster
9
-0
/
+9
2015-03-25
virtio-serial: fix virtio config size
Michael S. Tsirkin
1
-1
/
+3
2015-03-19
Merge remote-tracking branch 'remotes/amit/tags/vser-for-2.3-3' into staging
Peter Maydell
1
-0
/
+31
2015-03-19
virtio: serial: expose a 'guest_writable' callback for users
Amit Shah
1
-0
/
+31
2015-03-19
omap: Fix warnings from Sparse
Stefan Weil
1
-1
/
+2
2015-03-17
cadence_uart: Convert to QOM realize()
Alistair Francis
1
-11
/
+15
2015-03-11
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150311'...
Peter Maydell
2
-0
/
+230
2015-03-11
stm32f2xx_USART: Add the stm32f2xx USART Controller
Alistair Francis
2
-0
/
+230
[next]