aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-07-08hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé1-24/+11
2021-07-08hw/misc/auxbus: Replace 'is_write' boolean by its valuePhilippe Mathieu-Daudé1-17/+11
2021-07-08hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT casesPhilippe Mathieu-Daudé1-0/+53
2021-07-08hw/misc/auxbus: Fix MOT/classic I2C modePhilippe Mathieu-Daudé1-3/+3
2021-07-08hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé1-5/+8
2021-07-08hw/i2c/ppc4xx_i2c: Add reference to datasheetPhilippe Mathieu-Daudé1-0/+2
2021-07-08hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé1-4/+5
2021-07-08hw/display/sm501: Simplify sm501_i2c_write() logicPhilippe Mathieu-Daudé1-2/+3
2021-07-08hw/input/lm832x: Define TYPE_LM8323 in public headerPhilippe Mathieu-Daudé2-2/+1
2021-07-08hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé2-0/+2
2021-06-17sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard12-74/+20
2021-06-17adc: Move the max111x driver to the adc directoryCorey Minyard6-7/+7
2021-06-17adc: Move the zynq-xadc file to the adc directoriesCorey Minyard4-3/+4
2021-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...Peter Maydell6-11/+122
2021-06-16hw/arm: quanta-q71l add pca954x muxesPatrick Venture2-3/+9
2021-06-16hw/arm: gsj add pca9548Patrick Venture2-4/+3
2021-06-16hw/arm: gsj add i2c commentsPatrick Venture1-1/+15
2021-06-16Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210615-pull-request' ...Peter Maydell2-7/+16
2021-06-15hw/intc/armv7m_nvic: Remove stale commentPeter Maydell1-6/+0
2021-06-15hw/arm: quanta-gbs-bmc add i2c commentsPatrick Venture1-0/+60
2021-06-15hw/arm: add quanta-gbs-bmc machinePatrick Venture1-0/+33
2021-06-15hw: virt: consider hw_compat_6_0Heinrich Schuchardt1-0/+2
2021-06-15hw/intc/arm_gicv3_cpuif: Tolerate spurious EOIR writesJean-Philippe Brucker1-1/+4
2021-06-15acpi: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger1-0/+2
2021-06-15arm: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger3-0/+12
2021-06-15i386: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger1-0/+20
2021-06-15virtio-gpu: move scanout_id sanity checkGerd Hoffmann1-6/+14
2021-06-15vga: Allow writing VBE_DISPI_ID5 to ID registerDennis Wölfing1-1/+2
2021-06-14usb/dev-mtp: use GDateTime for formatting timestamp for objectsDaniel P. Berrangé1-6/+3
2021-06-11vhost-vdpa: don't initialize backend_featuresJason Wang1-3/+0
2021-06-11vhost-vdpa: map virtqueue notification area if possibleJason Wang1-0/+85
2021-06-11vhost-vdpa: skip ram device from the IOTLB mappingJason Wang1-10/+2
2021-06-08Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell4-25/+117
2021-06-08hw/riscv: microchip_pfsoc: Support direct kernel bootBin Meng1-3/+78
2021-06-08hw/riscv: Use macros for BIOS image namesBin Meng3-12/+6
2021-06-08hw/riscv: Support the official PLIC DT bindingsBin Meng2-2/+10
2021-06-08hw/riscv: Support the official CLINT DT bindingsBin Meng3-3/+15
2021-06-08hw/riscv: virt: Switch to use qemu_fdt_setprop_string_array() helperBin Meng1-2/+5
2021-06-08hw/riscv: sifive_u: Switch to use qemu_fdt_setprop_string_array() helperBin Meng1-3/+3
2021-06-05vhost-vdpa: Remove redundant declaration of address_space_memoryXie Yongji1-0/+1
2021-06-05hw/display/macfb: Classify the "nubus-macfb" as display deviceThomas Huth1-0/+1
2021-06-05misc: Correct relative include pathPhilippe Mathieu-Daudé3-5/+5
2021-06-05i386/kvm: The value passed to strerror should be positiveDmitry Voronetskiy5-12/+12
2021-06-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-3/+116
2021-06-04virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko2-3/+116
2021-06-03arm: Consistently use "Cortex-Axx", not "Cortex Axx"Peter Maydell6-9/+9
2021-06-03target/arm: Allow board models to specify initial NS VTORPeter Maydell1-0/+7
2021-06-03hw/core/cpu: removed cpu_dump_statistics functionBruno Larsen (billionai)1-9/+0
2021-06-03ppc/pef.c: initialize cgs->ready in kvmppc_svm_init()Daniel Henrique Barboza1-2/+4
2021-06-03spapr: Set LPCR to current AIL mode when starting a new CPUNicholas Piggin1-5/+9