summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: Add support to warn on backing file change without formatEric Blake2020-07-141-2/+2
* file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf2020-07-141-0/+1
* bswap.h: Include <endian.h> on Haiku for bswap operationsDavid CARLIER2020-07-131-0/+2
* osdep.h: For Haiku, define SIGIO as equivalent to SIGPOLLDavid CARLIER2020-07-131-0/+4
* osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER2020-07-131-1/+1
* Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processorJean-Christophe Dubois2020-07-131-0/+1
* Add the ability to change the FEC PHY MDIO device number on i.MX6 processorJean-Christophe Dubois2020-07-131-0/+1
* Add the ability to change the FEC PHY MDIO device number on i.MX25 processorJean-Christophe Dubois2020-07-131-0/+1
* hw/arm/bcm2836: Remove unused 'cpu_type' fieldPhilippe Mathieu-Daudé2020-07-131-1/+0Star
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-07-1...Peter Maydell2020-07-132-8/+0Star
|\
| * Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth2020-07-132-8/+0Star
* | chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"Philippe Mathieu-Daudé2020-07-131-61/+0Star
|/
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...Peter Maydell2020-07-116-0/+257
|\
| * hw/avr: Add support for loading ELF/raw binariesPhilippe Mathieu-Daudé2020-07-111-0/+4
| * hw/misc: avr: Add limited support for power reduction deviceMichael Rolnik2020-07-111-0/+46
| * hw/timer: avr: Add limited support for 16-bit timer peripheralMichael Rolnik2020-07-111-0/+94
| * hw/char: avr: Add limited support for USART peripheralMichael Rolnik2020-07-111-0/+93
| * target/avr: Register AVR support with the rest of QEMUMichael Rolnik2020-07-112-0/+20
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-07-119-47/+128
|\ \
| * | apic: Report current_count via 'info lapic'Jan Kiszka2020-07-111-0/+1
| * | cpu-throttle: new module, extracted from cpus.cClaudio Fontana2020-07-113-37/+73
| * | i386: hvf: Don't duplicate register resetRoman Bolshakov2020-07-111-1/+0Star
| * | i386: hvf: Add hvf_cpu_synchronize_pre_loadvm()Roman Bolshakov2020-07-112-0/+4
| * | i386: hvf: Move synchronize functions to sysemuRoman Bolshakov2020-07-111-0/+10
| * | coverity: provide Coverity-friendly MIN_CONST and MAX_CONSTEric Blake2020-07-111-7/+14
| * | qom: Introduce object_property_try_add_child()Eric Auger2020-07-111-2/+24
| * | util/qemu-error: prepend guest name to error message to identify affected VM ...Mario Smarduch2020-07-111-0/+2
| |/
* | Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...Peter Maydell2020-07-111-0/+1
|\ \ | |/ |/|
| * xen: cleanup unrealized flash devicesPaul Durrant2020-07-101-0/+1
* | nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-0/+1
* | scripts: Coccinelle script to use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-0/+2
* | error: New macro ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-19/+139
* | qdev: Make functions taking Error ** return bool, not voidMarkus Armbruster2020-07-101-2/+2
* | qom: Make functions taking Error ** return bool, not 0/-1Markus Armbruster2020-07-101-17/+11Star
* | qom: Make functions taking Error ** return bool, not voidMarkus Armbruster2020-07-103-15/+43
* | qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-103-26/+27
* | qom: Use error_reportf_err() instead of g_printerr() in examplesMarkus Armbruster2020-07-101-4/+2Star
* | qapi: Make visitor functions taking Error ** return bool, not voidMarkus Armbruster2020-07-103-57/+79
* | qemu-option: Make functions taking Error ** return bool, not voidMarkus Armbruster2020-07-101-8/+8
* | error: Document Error API usage rulesMarkus Armbruster2020-07-101-6/+46
* | error: Improve error.h's big commentMarkus Armbruster2020-07-101-15/+36
* | error: Fix examples in error.h's big commentMarkus Armbruster2020-07-101-2/+14
|/
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell2020-07-092-0/+82
|\
| * hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé2020-07-031-0/+43
| * crypto: Add tls-cipher-suites objectPhilippe Mathieu-Daudé2020-07-031-0/+39
* | Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...Peter Maydell2020-07-092-0/+14
|\ \
| * | object: qom module supportGerd Hoffmann2020-07-071-0/+12
| * | module: qom module supportGerd Hoffmann2020-07-071-0/+2
* | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2020-07-092-2/+15
|\ \ \
| * | | util/qemu-option: Document the get_opt_value() functionPhilippe Mathieu-Daudé2020-07-071-0/+13