81 Commits (d8a9d97317d03190b34498741f98f22e2a9afe3e)

Author SHA1 Message Date
Weixie Cui 669683cf14 hw/ssi/xilinx_spips: Reset TX FIFO in reset 1 month ago
Paolo Bonzini c755f3b959 include: move hw/sysbus.h to hw/core/ 4 months ago
Paolo Bonzini 8c7d406c88 include: move hw/register.h to hw/core/ 4 months ago
Paolo Bonzini 78d45220b4 include: move hw/qdev-properties.h to hw/core/ 4 months ago
Paolo Bonzini a5d7e646f6 include: move hw/ptimer.h to hw/core/ 4 months ago
Paolo Bonzini 32222dc3bb include: move hw/irq.h to hw/core/ 4 months ago
Philippe Mathieu-Daudé 12d1a768bd qom: Have class_init() take a const data argument 1 year ago
Philippe Mathieu-Daudé 32cad1ffb8 include: Rename sysemu/ -> system/ 1 year ago
Richard Henderson 5fcabe628b include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 1 year ago
Richard Henderson dc418eb220 hw/ssi: Constify all Property 1 year ago
Shiva sagar Myana a8cc14435e hw/ssi/xilinx_spips: Fix flash erase assert in dual parallel configuration 2 years ago
Peter Maydell e3d0814368 hw: Use device_class_set_legacy_reset() instead of opencoding 2 years ago
Richard Henderson 0aa6c7df8c hw/ssi: Constify VMState 2 years ago
Frederic Konrad 90bb6d6764 hw/ssi/xilinx_spips: fix an out of bound access 2 years ago
Michael Tokarev 9b4b4e510b hw/other: spelling fixes 3 years ago
Philippe Mathieu-Daudé 883f2c591f bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx 3 years ago
Xuzhou Cheng d6bafaf45c hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spips 5 years ago
Xuzhou Cheng 3754eed420 hw/ssi: xilinx_spips: Clean up coding convention issues 5 years ago
Philippe Mathieu-Daudé cfbef3f4eb hw/core/stream: Rename StreamSlave as StreamSink 6 years ago
Philippe Mathieu-Daudé ec7e429bd2 hw/ssi: Rename SSI 'slave' as 'peripheral' 6 years ago
Markus Armbruster 7f16c76e83 ssi: ssi_auto_connect_slaves() never does anything, drop 6 years ago
Markus Armbruster d2623129a7 qom: Drop parameter @errp of object_property_add() & friends 6 years ago
Edgar E. Iglesias 51b19950ca hw/core: stream: Add an end-of-packet flag 6 years ago
Francisco Iglesias 33e2c4d8d3 xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmd 6 years ago
Marc-André Lureau 4f67d30b5e qdev: set properties with device_class_set_props() 6 years ago
Sai Pavan Boddu 3a6606c7aa ssi: xilinx_spips: Skip spi bus update for a few register writes 6 years ago
Markus Armbruster d5938f29fe Clean up inclusion of sysemu/sysemu.h 7 years ago
Markus Armbruster a27bd6c779 Include hw/qdev-properties.h less 7 years ago
Markus Armbruster d645427057 Include migration/vmstate.h less 7 years ago
Markus Armbruster 64552b6be4 Include hw/irq.h a lot less 7 years ago
Philippe Mathieu-Daudé 526668c734 hw/ssi/xilinx_spips: Avoid out-of-bound access to lqspi_buf[] 7 years ago
Philippe Mathieu-Daudé 936a236c4e hw/ssi/xilinx_spips: Avoid AXI writes to the LQSPI linear memory 7 years ago
Philippe Mathieu-Daudé 5937bd50d3 hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrs 7 years ago
Markus Armbruster 0b8fa32f55 Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
Peter Maydell aa64cfaeb4 hw/ssi/xilinx_spips: Avoid variable length array 7 years ago
Peter Maydell 5321fa68fd hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr code 8 years ago
Sai Pavan Boddu 21d887cde9 xilinx_spips: Make dma transactions as per dma_burst_size 8 years ago
Marc-André Lureau 265b578c58 object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence 8 years ago
Sai Pavan Boddu fbf3275266 xilinx_spips: Correct SNOOP_NONE state when flushing the txfifo 8 years ago
Francisco Iglesias b8cc850352 xilinx_spips: Use 8 dummy cycles with the QIOR/QIOR4 commands 8 years ago
Francisco Iglesias 0c4a94b8e3 xilinx_spips: Enable only two slaves when reading/writing with stripe 8 years ago
Francisco Iglesias fbe5dac7b2 xilinx_spips: Correct usage of an uninitialized local variable 8 years ago
Eric Blake 2562755ee7 maint: Fix macros with broken 'do/while(0); ' usage 8 years ago
Alistair Francis d3c348b6e3 xilinx_spips: Use memset instead of a for loop to zero registers 8 years ago
Alistair Francis 4f0da466ca xilinx_spips: Set all of the reset values 8 years ago
Alistair Francis cbf8b991f8 xilinx_spips: Update the QSPI Mod ID reset value 8 years ago
Francisco Iglesias c95997a39d xilinx_spips: Add support for the ZynqMP Generic QSPI 8 years ago
Francisco Iglesias 2e1cf2c968 xilinx_spips: Don't set TX FIFO UNDERFLOW at cmd done 8 years ago
Francisco Iglesias fbfaa5074c xilinx_spips: Add support for 4 byte addresses in the LQSPI 8 years ago
Francisco Iglesias 275e28cccc xilinx_spips: Add support for zero pumping 8 years ago