1. 79ba8c9 block: Set default request_alignment during bdrv_refresh_limits() by Eric Blake · 9 years ago
  2. a650648 block: Set request_alignment during .bdrv_refresh_limits() by Eric Blake · 9 years ago
  3. 2914a1d raw-win32: Set request_alignment during .bdrv_refresh_limits() by Eric Blake · 9 years ago
  4. a84178c qcow2: Set request_alignment during .bdrv_refresh_limits() by Eric Blake · 9 years ago
  5. c8b3b99 iscsi: Set request_alignment during .bdrv_refresh_limits() by Eric Blake · 9 years ago
  6. 835db3e blkdebug: Set request_alignment during .bdrv_refresh_limits() by Eric Blake · 9 years ago
  7. 24ce9a2 block: Give nonzero result to blk_get_max_transfer_length() by Eric Blake · 9 years ago
  8. efaf478 scsi: Advertise limits by blocksize, not 512 by Eric Blake · 9 years ago
  9. f9e95af iscsi: Advertise realistic limits to block layer by Eric Blake · 9 years ago
  10. 2022047 nbd: Advertise realistic limits to block layer by Eric Blake · 9 years ago
  11. 476b923 nbd: Allow larger requests by Eric Blake · 9 years ago
  12. 8252427 block: Fix harmless off-by-one in bdrv_aligned_preadv() by Eric Blake · 9 years ago
  13. a604fa2 block: Document supported flags during bdrv_aligned_preadv() by Eric Blake · 9 years ago
  14. cff86b3 block: Tighter assertions on bdrv_aligned_pwritev() by Eric Blake · 9 years ago
  15. cfef6a4 qemu-img: fix failed autotests by Denis V. Lunev · 9 years ago
  16. 60a0f1a Merge remote-tracking branch 'remotes/kraxel/tags/pull-ipxe-20160704-1' into staging by Peter Maydell · 9 years ago
  17. 8662d7d Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160705' into staging by Peter Maydell · 9 years ago
  18. 2c7ad80 ppc/hash64: Fix support for LPCR:ISL by Benjamin Herrenschmidt · 9 years ago
  19. 912acdf ppc/hash64: Add proper real mode translation support by Benjamin Herrenschmidt · 9 years ago
  20. 9498686 target-ppc: Return page shift from PTEG search by David Gibson · 9 years ago
  21. 073de86 target-ppc: Simplify HPTE matching by David Gibson · 9 years ago
  22. 651060a target-ppc: Correct page size decoding in ppc_hash64_pteg_search() by David Gibson · 9 years ago
  23. 1f0252e ppc: simplify ppc_hash64_hpte_page_shift_noslb() by Cédric Le Goater · 9 years ago
  24. ae4de14 spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW) by Alexey Kardashevskiy · 9 years ago
  25. 2e4109d vfio/spapr: Create DMA window dynamically (SPAPR IOMMU v2) by Alexey Kardashevskiy · 9 years ago
  26. f4ec5e2 vfio: Add host side DMA window capabilities by Alexey Kardashevskiy · 9 years ago
  27. 318f67c vfio: spapr: Add DMA memory preregistering (SPAPR IOMMU v2) by Alexey Kardashevskiy · 9 years ago
  28. 606b549 spapr_iommu: Realloc guest visible TCE table when starting/stopping listening by Alexey Kardashevskiy · 9 years ago
  29. c4e6c42 ppc: simplify max_smt initialization in ppc_cpu_realizefn() by Greg Kurz · 9 years ago
  30. 7093645 spapr: Ensure thread0 of CPU core is always realized first by Bharata B Rao · 9 years ago
  31. 158c87e ppc: Fix xsrdpi, xvrdpi and xvrspi rounding by Anton Blanchard · 9 years ago
  32. 1165942 Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20160704-3' into staging by Peter Maydell · 9 years ago
  33. 0d7e96c Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-07-04-1' into staging by Peter Maydell · 9 years ago
  34. 3b1154f Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86." by Gerd Hoffmann · 9 years ago
  35. a1c5e94 crypto: allow default TLS priority to be chosen at build time by Daniel P. Berrange · 9 years ago
  36. 13f1243 crypto: add support for TLS priority string override by Daniel P. Berrange · 9 years ago
  37. 9164b89 crypto: implement sha224, sha384, sha512 and ripemd160 hashes by Daniel P. Berrange · 9 years ago
  38. 3173a1f Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160704' into staging by Peter Maydell · 9 years ago
  39. 9b9611c Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20160704-1' into staging by Peter Maydell · 9 years ago
  40. e1ad9bc ast2400: create SPI flash slaves by Cédric Le Goater · 9 years ago
  41. 924ed16 ast2400: add SPI flash slaves by Cédric Le Goater · 9 years ago
  42. 7c1c69b ast2400: add SMC controllers (FMC and SPI) by Cédric Le Goater · 9 years ago
  43. 73bce51 m25p80: qdev-ify drive property by Paolo Bonzini · 9 years ago
  44. b7f480c m25p80: change cur_addr to 32 bit integer by Paolo Bonzini · 9 years ago
  45. b68cb06 m25p80: avoid out of bounds accesses by Paolo Bonzini · 9 years ago
  46. cace7b8 m25p80: do not put iovec on the stack by Paolo Bonzini · 9 years ago
  47. 7673bb4 ssi: change ssi_slave_init to be a realize ops by Cédric Le Goater · 9 years ago
  48. f4b9953 xilinx_zynq: Connect devcfg to the Zynq machine model by Peter Crosthwaite · 9 years ago
  49. 034c2e6 dma: Add Xilinx Zynq devcfg device model by Alistair Francis · 9 years ago
  50. a742295 register: Add block initialise helper by Peter Crosthwaite · 9 years ago
  51. 49e14dd register: QOMify by Peter Crosthwaite · 9 years ago
  52. 6842045 register: Define REG and FIELD macros by Peter Crosthwaite · 9 years ago
  53. 0b73c9b register: Add Memory API glue by Alistair Francis · 9 years ago
  54. 1599121 register: Add Register API by Alistair Francis · 9 years ago
  55. ae2923b bitops: Add MAKE_64BIT_MASK macro by Alistair Francis · 9 years ago
  56. 5d636e2 hw/arm/virt: mark the PCIe host controller as DMA coherent in the DT by Ard Biesheuvel · 9 years ago
  57. a198616 armv7m_nvic: Use qemu_get_cpu(0) instead of current_cpu by Andrey Smirnov · 9 years ago
  58. 39e0b03 memory: Assert that memory_region_init_rom_device() ops aren't NULL by Peter Maydell · 9 years ago
  59. a7aeb5f imx: Use memory_region_init_rom() for ROMs by Peter Maydell · 9 years ago
  60. a1777f7 memory: Provide memory_region_init_rom() by Peter Maydell · 9 years ago
  61. f566641 target-arm/arm-semi.c: Fix SYS_HEAPINFO for 64-bit guests by Peter Maydell · 9 years ago
  62. d317091 linux-user: Make semihosting heap/stack fields abi_ulongs by Peter Maydell · 9 years ago
  63. e2c8f9e Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging by Peter Maydell · 9 years ago
  64. 0c16c05 crypto: switch hash code to use nettle/gcrypt directly by Daniel P. Berrange · 9 years ago
  65. 8cbfc94 crypto: rename OUT to out in xts test to avoid clash on MinGW by Daniel P. Berrange · 9 years ago
  66. 8b7cdba crypto: fix handling of iv generator hash defaults by Daniel P. Berrange · 9 years ago
  67. 6e03a28 seabios: update binaries from 1.9.1 to 1.9.3 by Gerd Hoffmann · 9 years ago
  68. ea996eb seabios: update 128k config by Gerd Hoffmann · 9 years ago
  69. 4e04ab6 bios: Add fast variant of SeaBIOS for use with -kernel on x86. by Richard W.M. Jones · 9 years ago
  70. 8692aa2 seabios: update submodule from 1.9.1 to 1.9.3 by Gerd Hoffmann · 9 years ago
  71. 7b14399 slirp: Add support for stateless DHCPv6 by Thomas Huth · 9 years ago
  72. e585706 slirp: Remove superfluous memset() calls from the TFTP code by Thomas Huth · 9 years ago
  73. f7725df slirp: Add RDNSS advertisement by Samuel Thibault · 9 years ago
  74. ef763fa slirp: Support link-local DNS addresses by Samuel Thibault · 9 years ago
  75. 1d17654 slirp: Add dns6 resolution by Samuel Thibault · 9 years ago
  76. 972487b slirp: Split get_dns_addr by Samuel Thibault · 9 years ago
  77. 96b39d8 Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  78. 9a48e36 Added Bulgarian translation by Alexander Shopov · 9 years ago
  79. b05528b 9p: synth: drop v9fs_ prefix by Greg Kurz · 9 years ago
  80. 8d85a22 9p: don't include <sys/uio.h> by Greg Kurz · 9 years ago
  81. 1b756f1 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160701' into staging by Peter Maydell · 9 years ago
  82. 8df42d8 build: add pc-bios to config-host.mak deps by Gerd Hoffmann · 9 years ago
  83. 4502780 ipxe: add new roms to BLOBS by Gerd Hoffmann · 9 years ago
  84. 94e3109 Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160630.0' into staging by Peter Maydell · 9 years ago
  85. 1fb4c13 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-06-30' into staging by Peter Maydell · 9 years ago
  86. 13f5e80 qmp: fix spapr example of query-hotpluggable-cpus by Igor Mammedov · 9 years ago
  87. 8a1eb71 spapr: drop duplicate variable in spapr_core_release() by Greg Kurz · 9 years ago
  88. f11235b spapr: do proper error propagation in spapr_cpu_core_realize_child() by Greg Kurz · 9 years ago
  89. 8e758de spapr: drop reference on child object during core realization by Greg Kurz · 9 years ago
  90. 470f215 spapr: Restore support for 970MP and POWER8NVL CPU cores by Bharata B Rao · 9 years ago
  91. 9e19693 target-ppc: gen_pause for instructions: yield, mdoio, mdoom, miso by Aaron Larson · 9 years ago
  92. 27f2458 ppc/xics: Replace "icp" with "xics" in most places by Benjamin Herrenschmidt · 9 years ago
  93. 1cbd222 ppc/xics: Implement H_IPOLL using an accessor by Benjamin Herrenschmidt · 9 years ago
  94. 9c7027b ppc/xics: Move SPAPR specific code to a separate file by Benjamin Herrenschmidt · 9 years ago
  95. 161deaf ppc/xics: Rename existing xics to xics_spapr by Benjamin Herrenschmidt · 9 years ago
  96. 4322e8c ppc: Fix 64K pages support in full emulation by Benjamin Herrenschmidt · 9 years ago
  97. a36848f target-ppc: Eliminate redundant and incorrect function booke206_page_size_to_tlb by Aaron Larson · 9 years ago
  98. ff461b8 spapr: Restore support for older PowerPC CPU cores by Bharata B Rao · 9 years ago
  99. dde35bc spapr: fix write-past-end-of-array error in cpu core device init code by Greg Kurz · 9 years ago
  100. 6cc09e2 hw/ppc/spapr: Add some missing hcall function set strings by Thomas Huth · 9 years ago