index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
char
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) block
Andrew Baumann
2016-03-16
2
-0
/
+317
*
ui: Shorten references into InputEvent
Eric Blake
2016-03-05
1
-5
/
+7
*
virtio: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
2016-02-06
1
-7
/
+3
*
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-02-06
1
-30
/
+50
*
hw: Clean up includes
Peter Maydell
2016-01-29
5
-0
/
+5
*
arm devices: Clean up includes
Peter Maydell
2016-01-29
3
-0
/
+3
*
virtio: Clean up includes
Peter Maydell
2016-01-29
2
-0
/
+2
*
xen: Clean up includes
Peter Maydell
2016-01-29
1
-6
/
+1
*
arm: Clean up includes
Peter Maydell
2016-01-29
5
-0
/
+5
*
x86: Clean up includes
Peter Maydell
2016-01-29
5
-0
/
+5
*
s390: Clean up includes
Peter Maydell
2016-01-29
2
-0
/
+2
*
sparc: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
ppc: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
lm32: Clean up includes
Peter Maydell
2016-01-29
3
-0
/
+3
*
xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.
Ian Campbell
2016-01-26
1
-4
/
+4
*
xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pages
Ian Campbell
2016-01-26
1
-4
/
+4
*
xen: Switch to libxengnttab interface for compat shims.
Ian Campbell
2016-01-26
1
-2
/
+2
*
xen_console: correctly cleanup primary console on teardown.
Ian Campbell
2016-01-26
1
-5
/
+2
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...
Peter Maydell
2016-01-14
2
-15
/
+8
|
\
|
*
hw: Don't use hw_error() for machine initialization errors
Markus Armbruster
2016-01-13
1
-3
/
+6
|
*
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
2016-01-13
1
-12
/
+2
*
|
virtio serial port: fix to incomplete QOMify
Cao jin
2016-01-13
1
-1
/
+1
|
/
*
cris: avoid "naked" qemu_log
Paolo Bonzini
2015-12-17
1
-1
/
+1
*
qapi: Don't let implicit enum MAX member collide
Eric Blake
2015-12-17
1
-1
/
+1
*
input: Convert to new qapi union layout
Eric Blake
2015-11-02
1
-6
/
+6
*
virtio-serial: convert to virtio_map
Michael S. Tsirkin
2015-10-29
1
-4
/
+1
*
i.MX: Standardize i.MX serial debug.
Jean-Christophe Dubois
2015-10-27
1
-26
/
+24
*
escc: add to input category
Laurent Vivier
2015-10-23
1
-0
/
+1
*
hw: char: Remove unnecessary variable
Shraddha Barke
2015-10-08
1
-3
/
+1
*
imx_serial: Generate interrupt on tx empty if enabled
Guenter Roeck
2015-10-08
1
-1
/
+3
*
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
2015-09-11
1
-4
/
+2
*
virtio: avoid leading underscores for helpers
Cornelia Huck
2015-09-10
1
-1
/
+1
*
i.MX: KZM: use standalone i.MX31 SOC support
Jean-Christophe Dubois
2015-09-07
1
-35
/
+0
*
arm: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-09-07
1
-2
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-08-18
1
-1
/
+1
|
\
|
*
hw: fix mask for ColdFire UART command register
Paolo Bonzini
2015-08-14
1
-1
/
+1
*
|
i.MX: Fix UART driver to work with unitialized "chardev" device
Jean-Christophe Dubois
2015-08-13
1
-2
/
+6
*
|
i.MX:Fix Coding style for UART emulator.
Jean-Christophe Dubois
2015-08-13
1
-17
/
+17
*
|
i.MX: Move serial initialization to init/realize of DeviceClass.
Jean-Christophe Dubois
2015-08-13
1
-16
/
+19
*
|
i.MX: Split UART emulator in a header file and a source file
Jean-Christophe Dubois
2015-08-13
1
-80
/
+2
|
/
*
virtio: get_features() can fail
Jason Wang
2015-07-27
1
-1
/
+2
*
virtio-serial: fix ANY_LAYOUT
Michael S. Tsirkin
2015-07-27
1
-1
/
+2
*
spapr-vty: Use TYPE_ definition instead of hardcoding
David Gibson
2015-07-07
1
-1
/
+1
*
spapr_vty: lookup should only return valid VTY objects
David Gibson
2015-07-07
1
-0
/
+4
*
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
2015-07-07
1
-3
/
+3
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-1
/
+0
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-06-12
1
-25
/
+16
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-06-11
1
-1
/
+2
|
\
|
*
virtio-serial-bus: move qdev properties into virtio-serial-bus.c
Shannon Zhao
2015-06-10
1
-1
/
+2
[next]