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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Add support to warn on backing file change without format
Eric Blake
2020-07-14
1
-2
/
+2
*
file-posix: Mitigate file fragmentation with extent size hints
Kevin Wolf
2020-07-14
1
-0
/
+1
*
bswap.h: Include <endian.h> on Haiku for bswap operations
David CARLIER
2020-07-13
1
-0
/
+2
*
osdep.h: For Haiku, define SIGIO as equivalent to SIGPOLL
David CARLIER
2020-07-13
1
-0
/
+4
*
osdep.h: Always include <sys/signal.h> if it exists
David CARLIER
2020-07-13
1
-1
/
+1
*
Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processor
Jean-Christophe Dubois
2020-07-13
1
-0
/
+1
*
Add the ability to change the FEC PHY MDIO device number on i.MX6 processor
Jean-Christophe Dubois
2020-07-13
1
-0
/
+1
*
Add the ability to change the FEC PHY MDIO device number on i.MX25 processor
Jean-Christophe Dubois
2020-07-13
1
-0
/
+1
*
hw/arm/bcm2836: Remove unused 'cpu_type' field
Philippe Mathieu-Daudé
2020-07-13
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-07-1...
Peter Maydell
2020-07-13
2
-8
/
+0
|
\
|
*
Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch
Thomas Huth
2020-07-13
2
-8
/
+0
*
|
chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"
Philippe Mathieu-Daudé
2020-07-13
1
-61
/
+0
|
/
*
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...
Peter Maydell
2020-07-11
6
-0
/
+257
|
\
|
*
hw/avr: Add support for loading ELF/raw binaries
Philippe Mathieu-Daudé
2020-07-11
1
-0
/
+4
|
*
hw/misc: avr: Add limited support for power reduction device
Michael Rolnik
2020-07-11
1
-0
/
+46
|
*
hw/timer: avr: Add limited support for 16-bit timer peripheral
Michael Rolnik
2020-07-11
1
-0
/
+94
|
*
hw/char: avr: Add limited support for USART peripheral
Michael Rolnik
2020-07-11
1
-0
/
+93
|
*
target/avr: Register AVR support with the rest of QEMU
Michael Rolnik
2020-07-11
2
-0
/
+20
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-07-11
9
-47
/
+128
|
\
\
|
*
|
apic: Report current_count via 'info lapic'
Jan Kiszka
2020-07-11
1
-0
/
+1
|
*
|
cpu-throttle: new module, extracted from cpus.c
Claudio Fontana
2020-07-11
3
-37
/
+73
|
*
|
i386: hvf: Don't duplicate register reset
Roman Bolshakov
2020-07-11
1
-1
/
+0
|
*
|
i386: hvf: Add hvf_cpu_synchronize_pre_loadvm()
Roman Bolshakov
2020-07-11
2
-0
/
+4
|
*
|
i386: hvf: Move synchronize functions to sysemu
Roman Bolshakov
2020-07-11
1
-0
/
+10
|
*
|
coverity: provide Coverity-friendly MIN_CONST and MAX_CONST
Eric Blake
2020-07-11
1
-7
/
+14
|
*
|
qom: Introduce object_property_try_add_child()
Eric Auger
2020-07-11
1
-2
/
+24
|
*
|
util/qemu-error: prepend guest name to error message to identify affected VM ...
Mario Smarduch
2020-07-11
1
-0
/
+2
|
|
/
*
|
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...
Peter Maydell
2020-07-11
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
xen: cleanup unrealized flash devices
Paul Durrant
2020-07-10
1
-0
/
+1
*
|
nbd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
1
-0
/
+1
*
|
scripts: Coccinelle script to use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
1
-0
/
+2
*
|
error: New macro ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
1
-19
/
+139
*
|
qdev: Make functions taking Error ** return bool, not void
Markus Armbruster
2020-07-10
1
-2
/
+2
*
|
qom: Make functions taking Error ** return bool, not 0/-1
Markus Armbruster
2020-07-10
1
-17
/
+11
*
|
qom: Make functions taking Error ** return bool, not void
Markus Armbruster
2020-07-10
3
-15
/
+43
*
|
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
3
-26
/
+27
*
|
qom: Use error_reportf_err() instead of g_printerr() in examples
Markus Armbruster
2020-07-10
1
-4
/
+2
*
|
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
2020-07-10
3
-57
/
+79
*
|
qemu-option: Make functions taking Error ** return bool, not void
Markus Armbruster
2020-07-10
1
-8
/
+8
*
|
error: Document Error API usage rules
Markus Armbruster
2020-07-10
1
-6
/
+46
*
|
error: Improve error.h's big comment
Markus Armbruster
2020-07-10
1
-15
/
+36
*
|
error: Fix examples in error.h's big comment
Markus Armbruster
2020-07-10
1
-2
/
+14
|
/
*
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...
Peter Maydell
2020-07-09
2
-0
/
+82
|
\
|
*
hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interface
Philippe Mathieu-Daudé
2020-07-03
1
-0
/
+43
|
*
crypto: Add tls-cipher-suites object
Philippe Mathieu-Daudé
2020-07-03
1
-0
/
+39
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...
Peter Maydell
2020-07-09
2
-0
/
+14
|
\
\
|
*
|
object: qom module support
Gerd Hoffmann
2020-07-07
1
-0
/
+12
|
*
|
module: qom module support
Gerd Hoffmann
2020-07-07
1
-0
/
+2
*
|
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
2020-07-09
2
-2
/
+15
|
\
\
\
|
*
|
|
util/qemu-option: Document the get_opt_value() function
Philippe Mathieu-Daudé
2020-07-07
1
-0
/
+13
[next]