summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error propagationPhilippe Mathieu-Daudé2020-07-211-1/+3
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-07-21' into s...Peter Maydell2020-07-211-3/+4
|\ \
| * | qom: Document object_get_canonical_path() returns malloced stringMarkus Armbruster2020-07-211-2/+3
| * | qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2020-07-211-1/+1
| |/
* / hw/net: Added plen fix for IPv6Andrew2020-07-211-0/+1
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200720'...Peter Maydell2020-07-203-2/+279
|\
| * qdev: Document GPIO related functionsPeter Maydell2020-07-201-2/+189
| * qdev: Document qdev_unrealize()Peter Maydell2020-07-201-0/+19
| * qdev: Move doc comments from qdev.c to qdev-core.hPeter Maydell2020-07-202-0/+70
| * hw/arm/virt: Enable MTE via a machine propertyRichard Henderson2020-07-201-0/+1
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200720' into...Peter Maydell2020-07-202-0/+2
|\ \ | |/ |/|
| * spapr: Add a new level of NUMA for GPUsReza Arbab2020-07-202-0/+2
* | Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into stagingPeter Maydell2020-07-202-4/+52
|\ \ | |/ |/|
| * hw/i2c: Document the I2C qdev helpersPhilippe Mathieu-Daudé2020-07-161-0/+48
| * hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-1/+1
| * hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé2020-07-161-1/+1
| * hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé2020-07-161-1/+1
| * hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé2020-07-161-1/+1
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2020-07-161-0/+1
|\ \
| * | net: check if the file descriptor is valid before using itLaurent Vivier2020-07-151-0/+1
* | | cputlb: ensure we save the IOTLB data in case of resetAlex Bennée2020-07-152-0/+17
|/ /
* | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-07-13-tag' in...Peter Maydell2020-07-141-0/+10
|\ \
| * | util: Introduce qemu_get_host_name()Michal Privoznik2020-07-131-0/+10
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-07-142-2/+3
|\ \ \
| * | | 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
| |/ /
* | | hw/char: Convert the Ibex UART to use the registerfields APIAlistair Francis2020-07-131-41/+35
* | | hw/char: Convert the Ibex UART to use the qdev Clock modelAlistair Francis2020-07-131-0/+3
* | | riscv: Add opensbi firmware dynamic supportAtish Patra2020-07-132-1/+62
* | | RISC-V: Copy the fdt in dram instead of ROMAtish Patra2020-07-131-1/+3
* | | riscv: Unify Qemu's reset vector code pathAtish Patra2020-07-131-0/+2
|/ /
* | 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/+0
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-07-1...Peter Maydell2020-07-132-8/+0
|\ \
| * | Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth2020-07-132-8/+0
* | | chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"Philippe Mathieu-Daudé2020-07-131-61/+0
|/ /
* | 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-101-0/+1
| * | cpu-throttle: new module, extracted from cpus.cClaudio Fontana2020-07-103-37/+73