aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
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-15cputlb: ensure we save the IOTLB data in case of resetAlex Bennée1-0/+16
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-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-11Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...Peter Maydell3-0/+233
2020-07-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-37/+1
2020-07-11Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...Peter Maydell1-0/+1
2020-07-11hw/misc: avr: Add limited support for power reduction deviceMichael Rolnik1-0/+46
2020-07-11hw/timer: avr: Add limited support for 16-bit timer peripheralMichael Rolnik1-0/+94
2020-07-11hw/char: avr: Add limited support for USART peripheralMichael Rolnik1-0/+93
2020-07-10apic: Report current_count via 'info lapic'Jan Kiszka1-0/+1
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana1-37/+0
2020-07-10qdev: Make functions taking Error ** return bool, not voidMarkus Armbruster1-2/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-10xen: cleanup unrealized flash devicesPaul Durrant1-0/+1
2020-07-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell1-0/+43
2020-07-08Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell3-13/+7
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell8-3/+145
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu3-1/+36
2020-07-06audio: set default value for pcspk.iobase propertyGerd Hoffmann1-5/+1
2020-07-06audio: create pcspk device earlyGerd Hoffmann1-0/+1
2020-07-06audio: rework pcspk_init()Gerd Hoffmann1-5/+1
2020-07-06pc_basic_device_init: drop no_vmport argGerd Hoffmann1-1/+0
2020-07-06pc_basic_device_init: drop has_pit argGerd Hoffmann1-1/+0
2020-07-06pc_basic_device_init: pass PCMachineStateGerd Hoffmann1-1/+2
2020-07-06audio: add deprecated_register_soundhwGerd Hoffmann1-0/+2
2020-07-03hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé1-0/+43
2020-07-03Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell1-2/+0
2020-07-03hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell1-1/+0
2020-07-03hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell1-3/+0
2020-07-03hw/misc/max111x: Create header file for documentation, TYPE_ macrosPeter Maydell1-0/+56