1. d475fb1 hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.h by BALATON Zoltan · 4 years, 2 months ago
  2. be1765f hw/ide: Do ide_drive_get() within pci_ide_create_devs() by BALATON Zoltan · 4 years, 2 months ago
  3. 417adc2 hw/ide/pci.c: Coding style update to fix checkpatch errors by BALATON Zoltan · 4 years, 2 months ago
  4. 5a6ac10 hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.h by BALATON Zoltan · 4 years, 2 months ago
  5. f42b65b hw/ide: Get rid of piix4_init function by BALATON Zoltan · 4 years, 2 months ago
  6. 902283c hw/isa/piix4.c: Introduce variable to store devfn by BALATON Zoltan · 4 years, 2 months ago
  7. df45d38 hw/ide: Get rid of piix3_init functions by BALATON Zoltan · 4 years, 2 months ago
  8. 0270bd5 tcg: Remove tcg-runtime-gvec.c DO_CMP0 by Richard Henderson · 4 years, 3 months ago
  9. 0a83e43 tcg: Tidy tcg-runtime-gvec.c DUP* by Richard Henderson · 4 years, 3 months ago
  10. 6c7ab30 tcg: Tidy tcg-runtime-gvec.c types by Richard Henderson · 4 years, 3 months ago
  11. 43d1ccd tcg: Remove CONFIG_VECTOR16 by Richard Henderson · 4 years, 3 months ago
  12. 312b426 tcg/i386: Bound shift count expanding sari_vec by Richard Henderson · 4 years, 2 months ago
  13. 364effc hw/misc/ivshmem: Use one Error * variable instead of two by Markus Armbruster · 4 years, 2 months ago
  14. 20ac582 Use &error_abort instead of separate assert() by Markus Armbruster · 4 years, 2 months ago
  15. 6fb1603 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200317' into staging by Peter Maydell · 4 years, 2 months ago
  16. 6e9d611 hd-geo-test: Clean up use of buf[] in create_qcow2_with_mbr() by Markus Armbruster · 4 years, 2 months ago
  17. 32b9523 hw/arm: Let devices own the MemoryRegion they create by Philippe Mathieu-Daudé · 4 years, 3 months ago
  18. 5b871c1 hw/arm: Remove unnecessary memory_region_set_readonly() on ROM alias by Philippe Mathieu-Daudé · 4 years, 3 months ago
  19. 34b7645 hw/ppc/ppc405: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 4 years, 3 months ago
  20. 30ade0c hw/arm/stm32: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 4 years, 3 months ago
  21. 41e82da hw/char: Let devices own the MemoryRegion they create by Philippe Mathieu-Daudé · 4 years, 3 months ago
  22. 414c47d hw/riscv: Let devices own the MemoryRegion they create by Philippe Mathieu-Daudé · 4 years, 3 months ago
  23. a845776 hw/dma: Let devices own the MemoryRegion they create by Philippe Mathieu-Daudé · 4 years, 3 months ago
  24. b9fc4f6 hw/display: Let devices own the MemoryRegion they create by Philippe Mathieu-Daudé · 4 years, 3 months ago
  25. de95af9 hw/core: Let devices own the MemoryRegion they create by Philippe Mathieu-Daudé · 4 years, 3 months ago
  26. 8496911 scripts/cocci: Patch to let devices own their MemoryRegions by Philippe Mathieu-Daudé · 4 years, 3 months ago
  27. bb2f4e8 scripts/cocci: Patch to remove unnecessary memory_region_set_readonly() by Philippe Mathieu-Daudé · 4 years, 3 months ago
  28. cf949cb scripts/cocci: Patch to detect potential use of memory_region_init_rom by Philippe Mathieu-Daudé · 4 years, 3 months ago
  29. ec7b217 hw/sparc: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 4 years, 3 months ago
  30. 5ccc751 hw/sh4: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 4 years, 3 months ago
  31. cc588b2 hw/riscv: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 4 years, 3 months ago
  32. 1bbd95c hw/ppc: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 4 years, 3 months ago
  33. 4f1c3fd hw/pci-host: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 4 years, 3 months ago
  34. fcd3b08 hw/net: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 4 years, 3 months ago
  35. 9400f34 hw/m68k: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 4 years, 3 months ago
  36. 52013bc hw/display: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 4 years, 3 months ago
  37. 1626000 hw/arm: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 4 years, 3 months ago
  38. d3ec684 scripts/cocci: Patch to replace memory_region_init_{ram,readonly -> rom} by Philippe Mathieu-Daudé · 4 years, 3 months ago
  39. 044e2af scripts/cocci: Rename memory-region-{init-ram -> housekeeping} by Philippe Mathieu-Daudé · 4 years, 3 months ago
  40. 83696c8 memory: Simplify memory_region_init_rom_nomigrate() to ease review by Philippe Mathieu-Daudé · 4 years, 3 months ago
  41. 39fa93c memory: Correctly return alias region type by Philippe Mathieu-Daudé · 4 years, 3 months ago
  42. ac90871 lockable: add QemuRecMutex support by Stefan Hajnoczi · 4 years, 2 months ago
  43. 3284c3d lockable: add lock guards by Stefan Hajnoczi · 4 years, 2 months ago
  44. 8834dcf lockable: add QEMU_MAKE_LOCKABLE_NONNULL by Paolo Bonzini · 4 years, 2 months ago
  45. 40c6763 Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200317-pull-request' into staging by Peter Maydell · 4 years, 2 months ago
  46. c0ac595 MAINTAINERS: Add a file to the main MIPS section by Aleksandar Markovic · 4 years, 2 months ago
  47. 0eac70b MAINTAINERS: Adjust maintainer's email by Aleksandar Markovic · 4 years, 2 months ago
  48. 099d510 MAINTAINERS: Adjust maintainer's status for some MIPS items by Aleksandar Markovic · 4 years, 2 months ago
  49. e88d367 hw/arm/pxa2xx: Do not wire up OHCI for PXA255 by Guenter Roeck · 4 years, 2 months ago
  50. 7faf6f1 aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command by Guenter Roeck · 4 years, 2 months ago
  51. 9c85bcd m25p80: Improve command handling for unsupported commands by Guenter Roeck · 4 years, 2 months ago
  52. f3ee222 m25p80: Improve command handling for Jedec commands by Guenter Roeck · 4 years, 2 months ago
  53. ccc4609 m25p80: Convert to support tracing by Guenter Roeck · 4 years, 2 months ago
  54. a510d0c hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write() by Chen Qun · 4 years, 2 months ago
  55. 49cd557 hw/arm/fsl-imx6: Wire up USB controllers by Guenter Roeck · 4 years, 2 months ago
  56. 17372bd hw/arm/fsl-imx6ul: Wire up USB controllers by Guenter Roeck · 4 years, 2 months ago
  57. 8e0c158 hw/arm/fsl-imx6ul: Instantiate unimplemented pwm and can devices by Guenter Roeck · 4 years, 2 months ago
  58. 630e2af hw/arm/fsl-imx6ul: Fix USB interrupt numbers by Guenter Roeck · 4 years, 2 months ago
  59. 0701a5e hw/usb: Add basic i.MX USB Phy support by Guenter Roeck · 4 years, 2 months ago
  60. 3189e9d Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf5' into staging by Peter Maydell · 4 years, 2 months ago
  61. 647ee98 usb-serial: Fix timeout closing the device by Jason Andryuk · 4 years, 2 months ago
  62. 30ad5fd usb-serial: Increase receive buffer to 496 by Jason Andryuk · 4 years, 2 months ago
  63. 87db78f usb-serial: chunk data to wMaxPacketSize by Jason Andryuk · 4 years, 2 months ago
  64. 2bcf4e9 usb-serial: Move USB_TOKEN_IN into a helper function by Jason Andryuk · 4 years, 2 months ago
  65. 6961eae pseries: Update SLOF firmware image by Alexey Kardashevskiy · 4 years, 2 months ago
  66. 75aa803 ppc/spapr: Ignore common "ibm,nmi-interlock" Linux bug by Nicholas Piggin · 4 years, 2 months ago
  67. 0e236d3 ppc/spapr: Implement FWNMI System Reset delivery by Nicholas Piggin · 4 years, 2 months ago
  68. 9aa2528 target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector by Nicholas Piggin · 4 years, 2 months ago
  69. 89ba456 ppc/spapr: Allow FWNMI on TCG by Nicholas Piggin · 4 years, 2 months ago
  70. ad77c6c ppc/spapr: Fix FWNMI machine check interrupt delivery by Nicholas Piggin · 4 years, 2 months ago
  71. edfdbf9 ppc/spapr: Add FWNMI System Reset state by Nicholas Piggin · 4 years, 2 months ago
  72. 8af7e1f ppc/spapr: Change FWNMI names by Nicholas Piggin · 4 years, 2 months ago
  73. bae9dc4 ppc/spapr: Fix FWNMI machine check failure handling by Nicholas Piggin · 4 years, 2 months ago
  74. 91335a5 spapr: Rename DT functions to newer naming convention by David Gibson · 4 years, 4 months ago
  75. 1e0e110 spapr: Move creation of ibm,architecture-vec-5 property by David Gibson · 4 years, 4 months ago
  76. fa523f0 spapr: Move creation of ibm,dynamic-reconfiguration-memory dt node by David Gibson · 4 years, 4 months ago
  77. 4dba872 spapr/rtas: Reserve space for RTAS blob and log by Alexey Kardashevskiy · 4 years, 2 months ago
  78. eeea9f9 pseries: Update SLOF firmware image by Alexey Kardashevskiy · 4 years, 2 months ago
  79. 395a20d ppc/spapr: Move GPRs setup to one place by Alexey Kardashevskiy · 4 years, 2 months ago
  80. 94f040a target/ppc: Fix rlwinm on ppc64 by Vitaly Chikunov · 4 years, 2 months ago
  81. 52d3403 spapr/xive: use SPAPR_IRQ_IPI to define IPI ranges exposed to the guest by Cédric Le Goater · 4 years, 3 months ago
  82. a7017b2 hw/scsi/spapr_vscsi: Convert debug fprintf() to trace event by Philippe Mathieu-Daudé · 4 years, 3 months ago
  83. 13a5490 hw/scsi/spapr_vscsi: Prevent buffer overflow by Philippe Mathieu-Daudé · 4 years, 3 months ago
  84. ff78b72 hw/scsi/spapr_vscsi: Do not mix SRP IU size with DMA buffer size by Philippe Mathieu-Daudé · 4 years, 3 months ago
  85. 81e7054 hw/scsi/spapr_vscsi: Introduce req_iu() helper by Philippe Mathieu-Daudé · 4 years, 3 months ago
  86. 06109ab hw/scsi/spapr_vscsi: Simplify a bit by Philippe Mathieu-Daudé · 4 years, 3 months ago
  87. 0dc5569 hw/scsi/spapr_vscsi: Use SRP_MAX_IU_LEN instead of sizeof flexible array by Philippe Mathieu-Daudé · 4 years, 3 months ago
  88. 560f421 hw/scsi/viosrp: Add missing 'hw/scsi/srp.h' include by Philippe Mathieu-Daudé · 4 years, 3 months ago
  89. 425f0b7 spapr: Clean up RMA size calculation by David Gibson · 4 years, 6 months ago
  90. 1a51932 via-ide: always use legacy IRQ 14/15 routing by Mark Cave-Ayland · 4 years, 2 months ago
  91. 2004247 via-ide: allow guests to write to PCI_CLASS_PROG by Mark Cave-Ayland · 4 years, 2 months ago
  92. fa8ac1b via-ide: initialise IDE controller in legacy mode by Mark Cave-Ayland · 4 years, 2 months ago
  93. 3a51401 via-ide: ensure that PCI_INTERRUPT_LINE is hard-wired to its default value by Mark Cave-Ayland · 4 years, 2 months ago
  94. 7ff81d6 pci: Honour wmask when resetting PCI_INTERRUPT_LINE by BALATON Zoltan · 4 years, 2 months ago
  95. c06cde4 ide/via: Get rid of via_ide_init() by BALATON Zoltan · 4 years, 2 months ago
  96. 75f2b28 via-ide: move registration of VMStateDescription to DeviceClass by Mark Cave-Ayland · 4 years, 2 months ago
  97. c5969a3 target/riscv: Fix VS mode interrupts forwarding. by Rajnesh Kanwal · 4 years, 3 months ago
  98. c6fc0fc gitlab-ci.yml: Add jobs to build OpenSBI firmware binaries by Bin Meng · 4 years, 3 months ago
  99. b78c329 riscv: sifive_u: Update BIOS_FILENAME for 32-bit by Bin Meng · 4 years, 3 months ago
  100. a6fcc80 roms: opensbi: Add 32-bit firmware image for sifive_u machine by Bin Meng · 4 years, 3 months ago