aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-08hw/misc: add ADM1272 deviceTitus Rwantare4-0/+549
2021-07-08hw/i2c: add support for PMBusTitus Rwantare5-0/+2135
2021-07-08ipmi/sim: fix watchdog_expired data type error in IPMIBmcSim structJinhua Cao1-2/+2
2021-07-08hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé5-19/+53
2021-07-08hw/i2c: Extract i2c_do_start_transfer() from i2c_start_transfer()Philippe Mathieu-Daudé1-2/+12
2021-07-08hw/i2c: Make i2c_start_transfer() direction argument a booleanBALATON Zoltan2-3/+13
2021-07-08hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé8-9/+15
2021-07-08hw/i2c: Remove confusing i2c_send_recv()Philippe Mathieu-Daudé2-30/+21
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é3-2/+3
2021-07-08hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé5-3/+29
2021-06-17sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard17-23/+24
2021-06-17adc: Move the max111x driver to the adc directoryCorey Minyard8-9/+9
2021-06-17adc: Move the zynq-xadc file to the adc directoriesCorey Minyard6-5/+8
2021-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...Peter Maydell26-346/+965
2021-06-16include/qemu/int128.h: Add function to create Int128 from int64_tPeter Maydell1-0/+10
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell2-20/+29
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell3-99/+109
2021-06-16target/arm: Add framework for MVE decodePeter Maydell5-0/+53
2021-06-16target/arm: Implement MVE LETP insnPeter Maydell2-9/+97
2021-06-16target/arm: Implement MVE DLSTPPeter Maydell2-5/+27
2021-06-16target/arm: Implement MVE WLSTP insnPeter Maydell2-3/+42
2021-06-16target/arm: Implement MVE LCTPPeter Maydell2-0/+26
2021-06-16target/arm: Let vfp_access_check() handle late NOCP checksPeter Maydell1-5/+15
2021-06-16target/arm: Add handling for PSR.ECI/ICIPeter Maydell5-5/+133
2021-06-16target/arm: Handle VPR semantics in existing codePeter Maydell3-11/+57
2021-06-16target/arm: Enable FPSCR.QC bit for MVEPeter Maydell2-10/+23
2021-06-16target/arm: Provide and use H8 and H1_8 macrosPeter Maydell3-137/+143
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-16target/arm: Fix mte page crossing testRichard Henderson3-2/+33
2021-06-16Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210615-pull-request' ...Peter Maydell3-8/+17
2021-06-15Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-06-15-1...Peter Maydell13-51/+75
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-15target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16Richard Henderson1-30/+48
2021-06-15target/arm: Remove fprintf from disas_simd_mod_immRichard Henderson1-1/+0
2021-06-15target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16Richard Henderson1-2/+2
2021-06-15hw/intc/arm_gicv3_cpuif: Tolerate spurious EOIR writesJean-Philippe Brucker1-1/+4
2021-06-15tpm: Return QMP error when TPM is disabled in buildPhilippe Mathieu-Daudé5-36/+23