summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-08hw/i2c: Remove confusing i2c_send_recv()Philippe Mathieu-Daudé
2021-07-08hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé
2021-07-08hw/misc/auxbus: Replace 'is_write' boolean by its valuePhilippe Mathieu-Daudé
2021-07-08hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT casesPhilippe Mathieu-Daudé
2021-07-08hw/misc/auxbus: Fix MOT/classic I2C modePhilippe Mathieu-Daudé
2021-07-08hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé
2021-07-08hw/i2c/ppc4xx_i2c: Add reference to datasheetPhilippe Mathieu-Daudé
2021-07-08hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé
2021-07-08hw/display/sm501: Simplify sm501_i2c_write() logicPhilippe Mathieu-Daudé
2021-07-08hw/input/lm832x: Define TYPE_LM8323 in public headerPhilippe Mathieu-Daudé
2021-07-08hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé
2021-06-17sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard
2021-06-17adc: Move the max111x driver to the adc directoryCorey Minyard
2021-06-17adc: Move the zynq-xadc file to the adc directoriesCorey Minyard
2021-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...Peter Maydell
2021-06-16include/qemu/int128.h: Add function to create Int128 from int64_tPeter Maydell
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell
2021-06-16target/arm: Add framework for MVE decodePeter Maydell
2021-06-16target/arm: Implement MVE LETP insnPeter Maydell
2021-06-16target/arm: Implement MVE DLSTPPeter Maydell
2021-06-16target/arm: Implement MVE WLSTP insnPeter Maydell
2021-06-16target/arm: Implement MVE LCTPPeter Maydell
2021-06-16target/arm: Let vfp_access_check() handle late NOCP checksPeter Maydell
2021-06-16target/arm: Add handling for PSR.ECI/ICIPeter Maydell
2021-06-16target/arm: Handle VPR semantics in existing codePeter Maydell
2021-06-16target/arm: Enable FPSCR.QC bit for MVEPeter Maydell
2021-06-16target/arm: Provide and use H8 and H1_8 macrosPeter Maydell
2021-06-16hw/arm: quanta-q71l add pca954x muxesPatrick Venture
2021-06-16hw/arm: gsj add pca9548Patrick Venture
2021-06-16hw/arm: gsj add i2c commentsPatrick Venture
2021-06-16target/arm: Fix mte page crossing testRichard Henderson
2021-06-16Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210615-pull-request' ...Peter Maydell
2021-06-15Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-06-15-1...Peter Maydell
2021-06-15hw/intc/armv7m_nvic: Remove stale commentPeter Maydell
2021-06-15hw/arm: quanta-gbs-bmc add i2c commentsPatrick Venture
2021-06-15hw/arm: add quanta-gbs-bmc machinePatrick Venture
2021-06-15hw: virt: consider hw_compat_6_0Heinrich Schuchardt
2021-06-15target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16Richard Henderson
2021-06-15target/arm: Remove fprintf from disas_simd_mod_immRichard Henderson
2021-06-15target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16Richard Henderson
2021-06-15hw/intc/arm_gicv3_cpuif: Tolerate spurious EOIR writesJean-Philippe Brucker
2021-06-15tpm: Return QMP error when TPM is disabled in buildPhilippe Mathieu-Daudé
2021-06-15sysemu: Make TPM structures inaccessible if CONFIG_TPM is not definedStefan Berger
2021-06-15acpi: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger
2021-06-15arm: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger
2021-06-15i386: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger
2021-06-15virtio-gpu: move scanout_id sanity checkGerd Hoffmann
2021-06-15vhost-user-gpu: reorder free calls.Gerd Hoffmann
2021-06-15vga: Allow writing VBE_DISPI_ID5 to ID registerDennis Wölfing