| Commit message (Expand) | Author | Age | Files | Lines |
* | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -4/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -6/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -4/+7 |
* | hw: add a number of SPI-flash's of m25p80 family | Igor Kononenko | 2020-09-01 | 1 | -0/+2 |
* | m25p80: Add support for n25q512ax3 | Cédric Le Goater | 2020-09-01 | 1 | -0/+1 |
* | m25p80: Return the JEDEC ID twice for mx25l25635e | Cédric Le Goater | 2020-09-01 | 1 | -1/+1 |
* | m25p80: Improve command handling for unsupported commands | Guenter Roeck | 2020-03-17 | 1 | -0/+5 |
* | m25p80: Improve command handling for Jedec commands | Guenter Roeck | 2020-03-17 | 1 | -1/+4 |
* | m25p80: Convert to support tracing | Guenter Roeck | 2020-03-17 | 1 | -26/+22 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | m25p80: Add support for w25q512jv | Cédric Le Goater | 2019-10-15 | 1 | -0/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | hw/block: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 2018-07-02 | 1 | -2/+3 |
* | m25p80: add support for two bytes WRSR for Macronix chips | Cédric Le Goater | 2018-06-15 | 1 | -0/+1 |
* | hw: Do not include "sysemu/blockdev.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -1/+0 |
* | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake | 2018-01-16 | 1 | -1/+1 |
* | m25p80: Add support for n25q512a11 and n25q512a13 | Francisco Iglesias | 2017-12-13 | 1 | -0/+2 |
* | m25p80: Add support for BRRD/BRWR and BULK_ERASE (0x60) | Francisco Iglesias | 2017-12-13 | 1 | -0/+7 |
* | m25p80: Add support for SST READ ID 0x90/0xAB commands | Francisco Iglesias | 2017-12-13 | 1 | -0/+32 |
* | m25p80: Add support for continuous read out of RDSR and READ_FSR | Francisco Iglesias | 2017-12-13 | 1 | -1/+38 |
* | migration: pre_save return int | Dr. David Alan Gilbert | 2017-09-27 | 1 | -1/+3 |
* | hw/block: Request permissions | Kevin Wolf | 2017-02-28 | 1 | -0/+8 |
* | hw/block/m25p80: Fix typo in local macro name | Stefan Weil | 2017-01-24 | 1 | -2/+2 |
* | block: m25p80: Improve 1GiB Micron flash definition | Marcin Krzeminski | 2017-01-20 | 1 | -2/+4 |
* | block: m25p80: Introduce die erase command | Marcin Krzeminski | 2017-01-20 | 1 | -1/+40 |
* | block: m25p80: Add Quad Page Program 4byte | Marcin Krzeminski | 2017-01-20 | 1 | -0/+4 |
* | m25p80: don't let rogue SPI controllers cause buffer overruns | Jean-Christophe Dubois | 2017-01-09 | 1 | -2/+27 |
* | m25p80: add support for the mx66l1g45g | Cédric Le Goater | 2016-12-27 | 1 | -0/+1 |
* | block: m25p80: Fix vmstate structure name | Marcin Krzeminski | 2016-09-06 | 1 | -15/+14 |
* | m25p80: Fix QIOR/DIOR handling for Winbond | Marcin Krzeminski | 2016-07-14 | 1 | -2/+4 |
* | hw/block/m25p80: fix resource leak | Shannon Zhao | 2016-07-07 | 1 | -2/+4 |
* | m25p80: qdev-ify drive property | Paolo Bonzini | 2016-07-04 | 1 | -8/+2 |
* | m25p80: change cur_addr to 32 bit integer | Paolo Bonzini | 2016-07-04 | 1 | -7/+8 |
* | m25p80: avoid out of bounds accesses | Paolo Bonzini | 2016-07-04 | 1 | -9/+7 |
* | m25p80: do not put iovec on the stack | Paolo Bonzini | 2016-07-04 | 1 | -9/+14 |
* | ssi: change ssi_slave_init to be a realize ops | Cédric Le Goater | 2016-07-04 | 1 | -7/+5 |
* | m25p80: Fix WINBOND fast read command handling | Marcin Krzeminski | 2016-06-27 | 1 | -2/+5 |
* | m25p80: New flash devices. | Marcin Krzeminski | 2016-06-27 | 1 | -6/+13 |
* | m25p80: Fast read commands family changes. | Marcin Krzeminski | 2016-06-27 | 1 | -37/+117 |
* | m25p80: Introduce configuration registers. | Marcin Krzeminski | 2016-06-27 | 1 | -0/+47 |
* | m25p80: Introduce quad and equad modes. | Marcin Krzeminski | 2016-06-27 | 1 | -5/+65 |
* | m25p80: Add additional flash commands: | Marcin Krzeminski | 2016-06-27 | 1 | -0/+9 |
* | m25p80: Introduce COLLECTING_VAR_LEN_DATA state. | Marcin Krzeminski | 2016-06-27 | 1 | -0/+5 |
* | m25p80: Allow more than four banks. | Marcin Krzeminski | 2016-06-27 | 1 | -3/+2 |
* | m25p80: Make a table for JEDEC ID. | Marcin Krzeminski | 2016-06-27 | 1 | -19/+42 |
* | m25p80: Replace JEDEC ID masking with function. | Marcin Krzeminski | 2016-06-27 | 1 | -9/+40 |
* | m25p80: fix test on blk_pread() return value | Cédric Le Goater | 2016-06-16 | 1 | -1/+1 |