aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-07-13bswap.h: Include <endian.h> on Haiku for bswap operationsDavid CARLIER
2020-07-13osdep.h: For Haiku, define SIGIO as equivalent to SIGPOLLDavid CARLIER
2020-07-13osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER
2020-07-13Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processorJean-Christophe Dubois
2020-07-13Add the ability to change the FEC PHY MDIO device number on i.MX6 processorJean-Christophe Dubois
2020-07-13Add the ability to change the FEC PHY MDIO device number on i.MX25 processorJean-Christophe Dubois
2020-07-13hw/arm/bcm2836: Remove unused 'cpu_type' fieldPhilippe Mathieu-Daudé
2020-07-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-07-1...Peter Maydell
2020-07-13Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth
2020-07-13chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"Philippe Mathieu-Daudé
2020-07-11Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...Peter Maydell
2020-07-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-07-11Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...Peter Maydell
2020-07-11hw/avr: Add support for loading ELF/raw binariesPhilippe Mathieu-Daudé
2020-07-11hw/misc: avr: Add limited support for power reduction deviceMichael Rolnik
2020-07-11hw/timer: avr: Add limited support for 16-bit timer peripheralMichael Rolnik
2020-07-11hw/char: avr: Add limited support for USART peripheralMichael Rolnik
2020-07-11target/avr: Register AVR support with the rest of QEMUMichael Rolnik
2020-07-10apic: Report current_count via 'info lapic'Jan Kiszka
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana
2020-07-10i386: hvf: Don't duplicate register resetRoman Bolshakov
2020-07-10i386: hvf: Add hvf_cpu_synchronize_pre_loadvm()Roman Bolshakov
2020-07-10i386: hvf: Move synchronize functions to sysemuRoman Bolshakov
2020-07-10coverity: provide Coverity-friendly MIN_CONST and MAX_CONSTEric Blake
2020-07-10qom: Introduce object_property_try_add_child()Eric Auger
2020-07-10util/qemu-error: prepend guest name to error message to identify affected VM ...Mario Smarduch
2020-07-10nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10scripts: Coccinelle script to use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10error: New macro ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10qdev: Make functions taking Error ** return bool, not voidMarkus Armbruster
2020-07-10qom: Make functions taking Error ** return bool, not 0/-1Markus Armbruster
2020-07-10qom: Make functions taking Error ** return bool, not voidMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qom: Use error_reportf_err() instead of g_printerr() in examplesMarkus Armbruster
2020-07-10qapi: Make visitor functions taking Error ** return bool, not voidMarkus Armbruster
2020-07-10qemu-option: Make functions taking Error ** return bool, not voidMarkus Armbruster
2020-07-10error: Document Error API usage rulesMarkus Armbruster
2020-07-10error: Improve error.h's big commentMarkus Armbruster
2020-07-10error: Fix examples in error.h's big commentMarkus Armbruster
2020-07-10xen: cleanup unrealized flash devicesPaul Durrant
2020-07-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell
2020-07-09Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...Peter Maydell
2020-07-09Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-07-08Merge remote-tracking branch 'remotes/vivier/tags/m68k-next-pull-request' int...Peter Maydell
2020-07-08Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell
2020-07-07Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-06' in...Peter Maydell
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-07-07object: qom module supportGerd Hoffmann
2020-07-07module: qom module supportGerd Hoffmann
2020-07-07vhost-vdpa: introduce vhost-vdpa net clientCindy Lu