1. 13019f1 hw/block/pflash_cfi: Convert from DPRINTF() macro to trace events by Philippe Mathieu-Daudé · 7 years ago
  2. ab72827 hw: Do not include "exec/address-spaces.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  3. 07c13a7 hw/block/pflash_cfi: fix off-by-one error by Philippe Mathieu-Daudé · 7 years ago
  4. bba3ddf hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device() by Peter Maydell · 8 years ago
  5. b59821a memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate() by Peter Maydell · 8 years ago
  6. a17c17a hw/block: Request permissions by Kevin Wolf · 8 years ago
  7. feb0b1a pflash_cfi01: fix per-device sector length in CFI table by Peter Maydell · 8 years ago
  8. 8929fc3 hw/block/pflash_cfi*.c: fix confusing assert fail message by Ziyue Yang · 8 years ago
  9. 1a004c7 pflash: make TYPE_CFI_PFLASH0{1,2} macros public by Efimov Vasily · 9 years ago
  10. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  11. 098e732 pflash: Switch to byte-based block access by Eric Blake · 9 years ago
  12. 90c647d Fix pflash migration by Dr. David Alan Gilbert · 9 years ago
  13. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  14. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  15. f71e42a pflash_cfi01: add secure property by Paolo Bonzini · 10 years ago
  16. 5aa113f pflash_cfi01: change to new-style MMIO accessors by Paolo Bonzini · 10 years ago
  17. e980942 pflash_cfi01: change big-endian property to BIT type by Paolo Bonzini · 10 years ago
  18. 9b3d111 hw: Propagate errors through qdev_prop_set_drive() by Markus Armbruster · 10 years ago
  19. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  20. 2b31cd4 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  21. 33e0eb5 memory: add parameter errp to memory_region_init_rom_device by Hu Tao · 10 years ago
  22. 4c0cfc7 pflash_cfi01: write flash contents to bdrv on incoming migration by Laszlo Ersek · 10 years ago
  23. afeb25f pflash_cfi01: fixup stale DPRINTF() calls by Laszlo Ersek · 10 years ago
  24. 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
  25. a0289b8 hw/block/pflash_cfi01: Report correct size info for parallel configs by Peter Maydell · 11 years ago
  26. 0163a2d Fix NOR flash device ID reading by Roy Franz · 11 years ago
  27. 4433e66 Fix CFI query responses for NOR flash by Roy Franz · 11 years ago
  28. fa21a7b Add max device width parameter for NOR devices by Roy Franz · 11 years ago
  29. 2003889 return status for each NOR flash device by Roy Franz · 11 years ago
  30. 1997b48 Add device-width property to pflash_cfi01 by Roy Franz · 11 years ago
  31. 4b6fedc rename pflash_t member width to bank_width by Roy Franz · 11 years ago
  32. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  33. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  34. ea0a4f3 pflash_cfi01: duplicate status byte from bits 23:16 for 32bit reads by Paul Burton · 12 years ago
  35. e40b5f3 pflash_cfi01: Use QOM realize for pflash_cfi01 by Hu Tao · 12 years ago
  36. f1b44f0 pflash-cfi01: QOM'ify some more by Hu Tao · 12 years ago
  37. 2d256e6 hw/block: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  38. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  39. 5f9a5ea memory: Rename readable flag to romd_mode by Jan Kiszka · 12 years ago
  40. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/pflash_cfi01.c]
  41. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  42. d8d24fb pflash_cfi01: Implement migration support by Peter Maydell · 12 years ago
  43. 5d79b80 pflash_cfi01: Drop unused 'bypass' field by Peter Maydell · 12 years ago
  44. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  45. 1be97bf hw/pflash_cfi01: Treat read in unknown command state as read by Peter Maydell · 12 years ago
  46. 6e39278 hw/pflash_cfi01: Make read after byte-write or erase return status by Peter Maydell · 12 years ago
  47. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  48. 5928023 pflash_cfi01: Suppress warning when Linux probes for AMD flash by Stefan Weil · 12 years ago
  49. 27dd773 Merge remote-tracking branch 'bonzini/header-dirs' into staging by Anthony Liguori · 12 years ago
  50. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  51. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  52. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  53. ec9ea48 pflash_cfi0x: Send debug messages to stderr by Peter Crosthwaite · 12 years ago
  54. d96fc51 pflash_cfi01: qemu_log_mask "unimplemented" msg by Peter Crosthwaite · 12 years ago
  55. fc5b64d pflash_cfi01: Fix debug mode printfery by Peter Crosthwaite · 12 years ago
  56. 368a354 pflash_cfi0x: QOMified by Peter Crosthwaite · 12 years ago
  57. be65f89 pflash_cfi01: remove unused total_len field by Peter Crosthwaite · 12 years ago
  58. b7dff23 pflash_cfi0x: remove unused base field by Peter Crosthwaite · 12 years ago
  59. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  60. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  61. 12dabc7 pflash_cfi01: Fix warning caused by unreachable code by Stefan Weil · 12 years ago
  62. eb99c9a hw/pflash_cfi0[12]: Use host-utils.h ctz32() by Peter Maydell · 12 years ago
  63. 262e1ea pflash_cfi01: fix vendor specific extended query by Aurelien Jarno · 12 years ago
  64. 4d61454 pflash_cfi01: remove redundant line by Eric Bénard · 13 years ago
  65. de8efe8 pflash_cfi01/02: support read-only pflash devices by Jordan Justen · 13 years ago
  66. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  67. 220724c Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  68. fa879d6 block: Attach non-qdev devices as well by Markus Armbruster · 13 years ago
  69. cfe5f01 pflash_cfi01/pflash_cfi02: convert to memory API by Avi Kivity · 13 years ago
  70. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 13 years ago
  71. c8a50e5 pflash_cfi01/pflash_cfi02: convert to memory API by Avi Kivity · 13 years ago
  72. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  73. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  74. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  75. 0b2ec6f pflash_cfi01: add device ID read command by Michael Walle · 15 years ago
  76. 22ed1d34 arm: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  77. 3d08ff6 Compile pflash_cfi01 only once by Blue Swirl · 15 years ago
  78. b4bf0a9 pflash: Buffer block writes by Edgar E. Iglesias · 15 years ago
  79. e9cbbca pflash: Dont open memarea for full IO if already done. by Edgar E. Iglesias · 15 years ago
  80. 4737fa2 pflash: Reduce writebuf len for 8-bit flashes. by Edgar E. Iglesias · 15 years ago
  81. a66e360 pflash: Remove dead code, no functional changes. by Edgar E. Iglesias · 15 years ago
  82. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  83. 99a0949 Get rid of _t suffix by malc · 15 years ago
  84. 86178a5 static and inline should came before the type of the functions by Juan Quintela · 15 years ago
  85. fad8c77 pflash_cfi01: Correct debug build, no functional changes. by Edgar E. Iglesias · 15 years ago
  86. d0e7605 Check block driver read error in pflash_cfi0x by Vijay Kumar · 15 years ago
  87. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  88. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  89. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  90. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  91. 42a89d7 Use target_phys_addr_t, not target_ulong. by Paul Brook · 16 years ago
  92. 5c130f6 Yet more phys_ram_base elimination. by pbrook · 16 years ago
  93. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  94. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  95. d361be2 pflash_cfi01: add Single Byte Program (Jean-Christophe PLAGNIOL-VILLARD). by balrog · 16 years ago
  96. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  97. 71fb234 Increase write buffer size in pflash emulation (Thomas Petazzoni). by balrog · 16 years ago
  98. 06adb54 Improve pflash cfi01 debug messages (Thomas Petazzoni). by balrog · 16 years ago
  99. 3656744 Reset CFI01 flash wcycle after erase confirm (Thomas Petazzoni). by balrog · 16 years ago
  100. 547012f pflash: Add missing parenthesis in error message. by ths · 16 years ago