index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-08
hw/i2c: Remove confusing i2c_send_recv()
Philippe Mathieu-Daudé
2021-07-08
hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()
Philippe Mathieu-Daudé
2021-07-08
hw/misc/auxbus: Replace 'is_write' boolean by its value
Philippe Mathieu-Daudé
2021-07-08
hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT cases
Philippe Mathieu-Daudé
2021-07-08
hw/misc/auxbus: Fix MOT/classic I2C mode
Philippe Mathieu-Daudé
2021-07-08
hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send()
Philippe Mathieu-Daudé
2021-07-08
hw/i2c/ppc4xx_i2c: Add reference to datasheet
Philippe Mathieu-Daudé
2021-07-08
hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()
Philippe Mathieu-Daudé
2021-07-08
hw/display/sm501: Simplify sm501_i2c_write() logic
Philippe Mathieu-Daudé
2021-07-08
hw/input/lm832x: Define TYPE_LM8323 in public header
Philippe Mathieu-Daudé
2021-07-08
hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"
Philippe Mathieu-Daudé
2021-06-17
sensor: Move hardware sensors from misc to a sensor directory
Corey Minyard
2021-06-17
adc: Move the max111x driver to the adc directory
Corey Minyard
2021-06-17
adc: Move the zynq-xadc file to the adc directories
Corey Minyard
2021-06-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...
Peter Maydell
2021-06-16
include/qemu/int128.h: Add function to create Int128 from int64_t
Peter Maydell
2021-06-16
bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operations
Peter Maydell
2021-06-16
target/arm: Move expand_pred_b() data to vec_helper.c
Peter Maydell
2021-06-16
target/arm: Add framework for MVE decode
Peter Maydell
2021-06-16
target/arm: Implement MVE LETP insn
Peter Maydell
2021-06-16
target/arm: Implement MVE DLSTP
Peter Maydell
2021-06-16
target/arm: Implement MVE WLSTP insn
Peter Maydell
2021-06-16
target/arm: Implement MVE LCTP
Peter Maydell
2021-06-16
target/arm: Let vfp_access_check() handle late NOCP checks
Peter Maydell
2021-06-16
target/arm: Add handling for PSR.ECI/ICI
Peter Maydell
2021-06-16
target/arm: Handle VPR semantics in existing code
Peter Maydell
2021-06-16
target/arm: Enable FPSCR.QC bit for MVE
Peter Maydell
2021-06-16
target/arm: Provide and use H8 and H1_8 macros
Peter Maydell
2021-06-16
hw/arm: quanta-q71l add pca954x muxes
Patrick Venture
2021-06-16
hw/arm: gsj add pca9548
Patrick Venture
2021-06-16
hw/arm: gsj add i2c comments
Patrick Venture
2021-06-16
target/arm: Fix mte page crossing test
Richard Henderson
2021-06-16
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210615-pull-request' ...
Peter Maydell
2021-06-15
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-06-15-1...
Peter Maydell
2021-06-15
hw/intc/armv7m_nvic: Remove stale comment
Peter Maydell
2021-06-15
hw/arm: quanta-gbs-bmc add i2c comments
Patrick Venture
2021-06-15
hw/arm: add quanta-gbs-bmc machine
Patrick Venture
2021-06-15
hw: virt: consider hw_compat_6_0
Heinrich Schuchardt
2021-06-15
target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16
Richard Henderson
2021-06-15
target/arm: Remove fprintf from disas_simd_mod_imm
Richard Henderson
2021-06-15
target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16
Richard Henderson
2021-06-15
hw/intc/arm_gicv3_cpuif: Tolerate spurious EOIR writes
Jean-Philippe Brucker
2021-06-15
tpm: Return QMP error when TPM is disabled in build
Philippe Mathieu-Daudé
2021-06-15
sysemu: Make TPM structures inaccessible if CONFIG_TPM is not defined
Stefan Berger
2021-06-15
acpi: Eliminate all TPM related code if CONFIG_TPM is not set
Stefan Berger
2021-06-15
arm: Eliminate all TPM related code if CONFIG_TPM is not set
Stefan Berger
2021-06-15
i386: Eliminate all TPM related code if CONFIG_TPM is not set
Stefan Berger
2021-06-15
virtio-gpu: move scanout_id sanity check
Gerd Hoffmann
2021-06-15
vhost-user-gpu: reorder free calls.
Gerd Hoffmann
2021-06-15
vga: Allow writing VBE_DISPI_ID5 to ID register
Dennis Wölfing
[next]