- d45a527 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pull-request' into staging by Peter Maydell · 3 years, 8 months ago
- ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 9 months ago
- 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 9 months ago
- 19f4ed3 hw: Do not include qemu/log.h if it is not necessary by Thomas Huth · 3 years, 9 months ago
- 1769a70 aspeed/smc: Add extra controls to request DMA by Cédric Le Goater · 3 years, 8 months ago
- 1c5ee69 aspeed/smc: Add a 'features' attribute to the object class by Cédric Le Goater · 3 years, 8 months ago
- e9c568d hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias by Philippe Mathieu-Daudé · 3 years, 8 months ago
- d177892 aspeed/smc: Remove unused "sdram-base" property by Cédric Le Goater · 3 years, 8 months ago
- 0df2d9a aspeed/smc: Use the RAM memory region for DMAs by Cédric Le Goater · 3 years, 8 months ago
- d6bafaf hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spips by Xuzhou Cheng · 3 years, 10 months ago
- 3754eed hw/ssi: xilinx_spips: Clean up coding convention issues by Xuzhou Cheng · 3 years, 10 months ago
- 0694dab hw/ssi: Add SiFive SPI controller support by Bin Meng · 4 years ago
- 8c495d1 hw/ssi: imx_spi: Correct tx and rx fifo endianness by Bin Meng · 4 years ago
- 6ed9248 hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logic by Bin Meng · 4 years ago
- 24bf8ef hw/ssi: imx_spi: Round up the burst length to be multiple of 8 by Bin Meng · 4 years ago
- 50dc259 hw/ssi: imx_spi: Disable chip selects when controller is disabled by Xuzhou Cheng · 4 years ago
- fb116b5 hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabled by Philippe Mathieu-Daudé · 4 years ago
- 7c87bb5 hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabled by Philippe Mathieu-Daudé · 4 years ago
- 93722b6 hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register value by Philippe Mathieu-Daudé · 4 years ago
- 9c431a4 hw/ssi: imx_spi: Remove pointless variable initialization by Philippe Mathieu-Daudé · 4 years ago
- 3c9829e hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset() by Bin Meng · 4 years ago
- 1da79ec hw/ssi: imx_spi: Use a macro for number of chip selects supported by Bin Meng · 4 years ago
- 828d651 hw/*: Use type casting for SysBusDevice in NPCM7XX by Hao Wu · 4 years ago
- cfbef3f hw/core/stream: Rename StreamSlave as StreamSink by Philippe Mathieu-Daudé · 4 years, 4 months ago
- ec7e429 hw/ssi: Rename SSI 'slave' as 'peripheral' by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 5ade579 hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals' by Philippe Mathieu-Daudé · 4 years, 3 months ago
- af453a5 aspeed/smc: Add support for address lane disablement by Cédric Le Goater · 4 years, 1 month ago
- 9df0a97 ssi: Fix bad printf format specifiers by AlexChen · 4 years, 2 months ago
- 1cb169b hw/ssi/npcm7xx_fiu: Fix handling of unsigned integer by Philippe Mathieu-Daudé · 4 years, 4 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 4 months ago
- b821242 hw/ssi: NPCM7xx Flash Interface Unit device model by Havard Skinnemoen · 4 years, 4 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 4 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 4 months ago
- 1f240ca aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controller by Cédric Le Goater · 4 years, 4 months ago
- 9b96247 aspeed/smc: Fix max_slaves of the legacy SMC device by Cédric Le Goater · 4 years, 4 months ago
- 0d3119e aspeed/smc: Fix MemoryRegionOps definition by Cédric Le Goater · 4 years, 4 months ago
- b1bc817 meson: convert hw/ssi by Marc-André Lureau · 5 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- 581e109 ssi: Add ssi_realize_and_unref() by Peter Maydell · 4 years, 6 months ago
- 7ce8d8c ssi: ssi_create_slave_no_init() is now unused, drop by Markus Armbruster · 4 years, 7 months ago
- 7e272a0 ssi: Convert last use of ssi_create_slave_no_init() manually by Markus Armbruster · 4 years, 7 months ago
- 7f16c76 ssi: ssi_auto_connect_slaves() never does anything, drop by Markus Armbruster · 4 years, 7 months ago
- 6d68614 hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slave by Eden Mikitas · 4 years, 7 months ago
- 9c49c83 hw/ssi/imx_spi: changed while statement to prevent underflow by Eden Mikitas · 4 years, 7 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 8 months ago
- 51b1995 hw/core: stream: Add an end-of-packet flag by Edgar E. Iglesias · 4 years, 8 months ago
- 4dabf39 aspeed/smc: Fix DMA support for AST2600 by Cédric Le Goater · 4 years, 10 months ago
- 7faf6f1 aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command by Guenter Roeck · 4 years, 10 months ago
- e7e741c aspeed/smc: Fix User mode select/unselect scheme by Cédric Le Goater · 5 years ago
- bd6ce9a aspeed/smc: Add some tracing by Cédric Le Goater · 5 years ago
- 33e2c4d xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmd by Francisco Iglesias · 4 years, 11 months ago
- 3ab5a6e hw/*/Makefile.objs: Move many .o files to common-objs by Thomas Huth · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- f286f04 aspeed/smc: Add AST2600 timings registers by Cédric Le Goater · 5 years ago
- 2175eac aspeed/smc: Do not map disabled segment on the AST2600 by Cédric Le Goater · 5 years ago
- 673b1f8 aspeed/smc: Restore default AHB window mapping at reset by Cédric Le Goater · 5 years ago
- 3a6606c ssi: xilinx_spips: Skip spi bus update for a few register writes by Sai Pavan Boddu · 5 years ago
- bcaa8dd aspeed/smc: Add AST2600 support by Cédric Le Goater · 5 years ago
- d0e2504 aspeed/smc: Introduce segment operations by Cédric Le Goater · 5 years ago
- ae275f7 aspeed/smc: Calculate checksum on normal DMA by Christian Svensson · 5 years ago
- 5258c2a aspeed/smc: Inject errors in DMA checksum by Cédric Le Goater · 5 years ago
- 0d72c71 aspeed/smc: Add DMA calibration settings by Cédric Le Goater · 5 years ago
- c4e1f0b aspeed/smc: Add support for DMAs by Cédric Le Goater · 5 years ago
- 811a5b1 aspeed: Use consistent typenames by Cédric Le Goater · 5 years ago
- d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 5 years ago
- 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 5 years ago
- c0bccee hw/ssi/mss-spi: Avoid crash when reading empty RX FIFO by Philippe Mathieu-Daudé · 5 years ago
- 526668c hw/ssi/xilinx_spips: Avoid out-of-bound access to lqspi_buf[] by Philippe Mathieu-Daudé · 5 years ago
- 936a236 hw/ssi/xilinx_spips: Avoid AXI writes to the LQSPI linear memory by Philippe Mathieu-Daudé · 5 years ago
- 5937bd5 hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrs by Philippe Mathieu-Daudé · 5 years ago
- 6da4433 aspeed/smc: add a 'sdram_base' property by Cédric Le Goater · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- aa64cfa hw/ssi/xilinx_spips: Avoid variable length array by Peter Maydell · 6 years ago
- 1001800 ssi: express dependencies with kconfig by Paolo Bonzini · 6 years ago
- 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
- f95c4bf aspeed/smc: snoop SPI transfers to fake dummy cycles by Cédric Le Goater · 6 years ago
- 9149af2 aspeed/smc: Add dummy data register by Cédric Le Goater · 6 years ago
- 597d6bb aspeed/smc: define registers for all possible CS by Cédric Le Goater · 6 years ago
- b617ca9 aspeed/smc: fix default read value by Cédric Le Goater · 6 years ago
- a7e1562 hw/ssi/xilinx_spi: Use DeviceState::realize rather than SysBusDevice::init by Philippe Mathieu-Daudé · 6 years ago
- b3d6b8f aspeed/smc: fix some alignment issues by Cédric Le Goater · 6 years ago
- 7d3912f hw/ssi/pl022: Correct wrong DMACR and ICR handling by Peter Maydell · 6 years ago
- 139d941 hw/ssi/pl022: Correct wrong value for PL022_INT_RT by Peter Maydell · 6 years ago
- 13391a5 hw/ssi/pl022: Use DeviceState::realize rather than SysBusDevice::init by Peter Maydell · 6 years ago
- 275ff67 hw/ssi/pl022: Don't directly call vmstate_register() by Peter Maydell · 6 years ago
- 66d9aa7 hw/ssi/pl022: Set up reset function in class init by Peter Maydell · 6 years ago
- 1d52866 hw/ssi/pl022: Allow use as embedded-struct device by Peter Maydell · 6 years ago
- 5321fa6 hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr code by Peter Maydell · 6 years ago
- 016d4b0 imx_spi: Unset XCH when TX FIFO becomes empty by Trent Piepho · 6 years ago
- 31a1246 hw/ssi/omap_spi: Use qemu_log_mask(GUEST_ERROR) instead of fprintf by Philippe Mathieu-Daudé · 7 years ago
- 21d887c xilinx_spips: Make dma transactions as per dma_burst_size by Sai Pavan Boddu · 7 years ago
- 96c4be9 aspeed/smc: rename aspeed_smc_flash_send_addr() to aspeed_smc_flash_setup() by Cédric Le Goater · 7 years ago
- a57baeb aspeed/smc: fix HW strapping by Cédric Le Goater · 7 years ago
- 0721309 aspeed/smc: fix dummy cycles count when in dual IO mode by Cédric Le Goater · 7 years ago
- 265b578 object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence by Marc-André Lureau · 7 years ago
- fbf3275 xilinx_spips: Correct SNOOP_NONE state when flushing the txfifo by Sai Pavan Boddu · 7 years ago
- b8cc850 xilinx_spips: Use 8 dummy cycles with the QIOR/QIOR4 commands by Francisco Iglesias · 7 years ago
- 0c4a94b xilinx_spips: Enable only two slaves when reading/writing with stripe by Francisco Iglesias · 7 years ago