aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-23Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell1-0/+1
2020-07-23Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-10/+12
2020-07-23Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-20200721' into s...Peter Maydell2-1/+21
2020-07-22goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGHJessica Clarke1-0/+1
2020-07-22virtio: list legacy-capable devicesCornelia Huck1-0/+2
2020-07-22virtio-balloon: Replace free page hinting references to 'report' with 'hint'Alexander Duyck1-10/+10
2020-07-22Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200721' int...Peter Maydell1-2/+6
2020-07-21Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-07-21' into s...Peter Maydell1-3/+4
2020-07-21hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé1-1/+3
2020-07-21hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error propagationPhilippe Mathieu-Daudé1-1/+3
2020-07-21qom: Document object_get_canonical_path() returns malloced stringMarkus Armbruster1-2/+3
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster1-1/+1
2020-07-21qemu-common: Document qemu_find_file()Philippe Mathieu-Daudé1-0/+17
2020-07-21qemu/osdep: Reword qemu_get_exec_dir() documentationPhilippe Mathieu-Daudé1-1/+4
2020-07-21hw/net: Added plen fix for IPv6Andrew1-0/+1
2020-07-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200720'...Peter Maydell3-2/+279
2020-07-20qdev: Document GPIO related functionsPeter Maydell1-2/+189
2020-07-20qdev: Document qdev_unrealize()Peter Maydell1-0/+19
2020-07-20qdev: Move doc comments from qdev.c to qdev-core.hPeter Maydell2-0/+70
2020-07-20hw/arm/virt: Enable MTE via a machine propertyRichard Henderson1-0/+1
2020-07-20Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200720' into...Peter Maydell2-0/+2
2020-07-20Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into stagingPeter Maydell2-4/+52
2020-07-20spapr: Add a new level of NUMA for GPUsReza Arbab2-0/+2
2020-07-16hw/i2c: Document the I2C qdev helpersPhilippe Mathieu-Daudé1-0/+48
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé1-1/+1
2020-07-16hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé1-1/+1
2020-07-16hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé1-1/+1
2020-07-16hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé1-1/+1
2020-07-16Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+1
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier1-0/+1
2020-07-15cputlb: ensure we save the IOTLB data in case of resetAlex Bennée2-0/+17
2020-07-14Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-07-13-tag' in...Peter Maydell1-0/+10
2020-07-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-2/+3
2020-07-14block: Add support to warn on backing file change without formatEric Blake1-2/+2
2020-07-14file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf1-0/+1
2020-07-13hw/char: Convert the Ibex UART to use the registerfields APIAlistair Francis1-41/+35
2020-07-13hw/char: Convert the Ibex UART to use the qdev Clock modelAlistair Francis1-0/+3
2020-07-13riscv: Add opensbi firmware dynamic supportAtish Patra2-1/+62
2020-07-13RISC-V: Copy the fdt in dram instead of ROMAtish Patra1-1/+3
2020-07-13riscv: Unify Qemu's reset vector code pathAtish Patra1-0/+2
2020-07-13util: Introduce qemu_get_host_name()Michal Privoznik1-0/+10
2020-07-13bswap.h: Include <endian.h> on Haiku for bswap operationsDavid CARLIER1-0/+2
2020-07-13osdep.h: For Haiku, define SIGIO as equivalent to SIGPOLLDavid CARLIER1-0/+4
2020-07-13osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER1-1/+1
2020-07-13Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processorJean-Christophe Dubois1-0/+1
2020-07-13Add the ability to change the FEC PHY MDIO device number on i.MX6 processorJean-Christophe Dubois1-0/+1
2020-07-13Add the ability to change the FEC PHY MDIO device number on i.MX25 processorJean-Christophe Dubois1-0/+1
2020-07-13hw/arm/bcm2836: Remove unused 'cpu_type' fieldPhilippe Mathieu-Daudé1-1/+0
2020-07-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-07-1...Peter Maydell2-8/+0
2020-07-13Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth2-8/+0