1. 8a661ae Revert use of DEFINE_MACHINE() for registrations of multiple machines by Andreas Färber · 9 years ago
  2. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 10 years ago
  3. f309ae8 mac_world: Break long line by Eduardo Habkost · 10 years ago
  4. 97c6671 exynos4: Declare each QEMUMachine as a separate variable by Eduardo Habkost · 10 years ago
  5. ca17776 exynos4: Use MachineClass instead of exynos4_machines array by Eduardo Habkost · 10 years ago
  6. 6aadcc7 exynos4: Use EXYNOS4210_NCPUS instead of max_cpus on error message by Eduardo Habkost · 10 years ago
  7. 98cec76 machine: Set MachineClass::name automatically by Eduardo Habkost · 10 years ago
  8. dcb3d60 machine: Ensure all TYPE_MACHINE subclasses have the right suffix by Eduardo Habkost · 10 years ago
  9. c0f3651 mac99: Use MACHINE_TYPE_NAME to encode class name by Eduardo Habkost · 10 years ago
  10. af62e63 s390: Rename s390-ccw-virtio-2.4 class name to use MACHINE_TYPE_NAME by Eduardo Habkost · 10 years ago
  11. 4c264d4 s390-virtio: Rename machine class name to use MACHINE_TYPE_NAME by Eduardo Habkost · 10 years ago
  12. b9f072d pseries: Rename machine class names to use MACHINE_TYPE_NAME by Eduardo Habkost · 10 years ago
  13. 64d3459 arm: Rename virt machine class to use MACHINE_TYPE_NAME by Eduardo Habkost · 10 years ago
  14. fc603d2 vexpress: Rename machine classes to use MACHINE_TYPE_NAME by Eduardo Habkost · 10 years ago
  15. 54477b0 vexpress: Don't set name on abstract class by Eduardo Habkost · 10 years ago
  16. 6c76b37 qdev: Do not use slow [*] expansion for GPIO creation by Pavel Fedin · 10 years ago
  17. a53efe9 Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging by Peter Maydell · 9 years ago
  18. e47f9eb ahci: clean up initial d2h semantics by John Snow · 10 years ago
  19. 28ee825 ahci: remove cmd_fis argument from write_fis_d2h by John Snow · 10 years ago
  20. 33a983c ahci: fix signature generation by John Snow · 10 years ago
  21. f91a0aa ahci: remove dead reset code by John Snow · 10 years ago
  22. 9ef2e93 atapi: abort transfers with 0 byte limits by John Snow · 9 years ago
  23. d9033e1 ide: fix ATAPI command permissions by John Snow · 9 years ago
  24. ffa4822 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-09-18' into staging by Peter Maydell · 9 years ago
  25. df8abec loader: Fix memory_region_init_resizeable_ram() error handling by Markus Armbruster · 10 years ago
  26. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 10 years ago
  27. 3adafef target-mips: fix corner case in TLBWR causing QEMU to hang by Leon Alrae · 10 years ago
  28. ceb0ee1 pic32: use LCG algorithm for generated random index of TLBWR instruction by Serge Vakulenko · 10 years ago
  29. aaeda4a ide: unify io_buffer_offset increments by John Snow · 9 years ago
  30. cc450bf Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging by Peter Maydell · 9 years ago
  31. 271a234 net: smc91c111: flush packets on RCR register changes by Peter Crosthwaite · 10 years ago
  32. e62cb54 net: smc91c111: gate can_receive() on rx FIFO having a slot by Peter Crosthwaite · 10 years ago
  33. 8d06b14 net: smc91c111: guard flush_queued_packets() on can_rx() by Peter Crosthwaite · 10 years ago
  34. 1c9f03b Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  35. 84090bb pci: remove Link Training error from AER error list by Paolo Bonzini · 10 years ago
  36. 737d2b3 net: avoid infinite loop when receiving packets(CVE-2015-5278) by P J P · 10 years ago
  37. 9bbdbc6 net: add checks to validate ring buffer pointers(CVE-2015-5279) by P J P · 10 years ago
  38. b947ac2 e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815) by P J P · 10 years ago
  39. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  40. 6533a1f hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefully by Edgar E. Iglesias · 10 years ago
  41. 6abc715 i.MX: Add GPIO devices to i.MX25 SOC by Jean-Christophe Dubois · 10 years ago
  42. dde0c4c i.MX: Add GPIO devices to i.MX31 SOC by Jean-Christophe Dubois · 10 years ago
  43. f442728 i.MX: Add GPIO device by Jean-Christophe Dubois · 10 years ago
  44. 24cfc8d xlnx-zynqmp: Remove unnecessary brackets around error messages by Alistair Francis · 10 years ago
  45. 2b750d9 Merge remote-tracking branch 'remotes/aurel/tags/pull-sh4-next-20150913' into staging by Peter Maydell · 10 years ago
  46. cdd14a8 sh4: Fix initramfs initialization for endiannes-mismatched targets by Guenter Roeck · 10 years ago
  47. a3c088a hw/arm/spitz: Remove meaningless blank Property by Shannon Zhao · 10 years ago
  48. c11b058 hw/gpio/zaurus: Remove meaningless blank Property by Shannon Zhao · 10 years ago
  49. 6328d69 hw/virtio/virtio-pci: Remove meaningless blank Property by Shannon Zhao · 10 years ago
  50. 01630e2 hw/s390x/s390-virtio-bus: Remove meaningless blank Property by Shannon Zhao · 10 years ago
  51. 67cc32e typofixes - v4 by Veres Lajos · 10 years ago
  52. 594fd21 trivial: remove trailing newline from error_report by John Snow · 10 years ago
  53. 012aef0 maint: avoid useless "if (foo) free(foo)" pattern by Markus Armbruster · 10 years ago
  54. ef1e1e0 maint: avoid useless "if (foo) free(foo)" pattern by Daniel P. Berrange · 10 years ago
  55. 4595a48 maint: remove unused include for strings.h by Daniel P. Berrange · 10 years ago
  56. 1618d2a maint: remove unused include for signal.h by Daniel P. Berrange · 10 years ago
  57. d7646f2 maint: remove unused include for dirent.h by Daniel P. Berrange · 10 years ago
  58. 8abae4d maint: remove unused include for assert.h by Daniel P. Berrange · 10 years ago
  59. b6af097 maint: remove / fix many doubled words by Daniel P. Berrange · 10 years ago
  60. a8f15a2 maint: remove double semicolons in many files by Daniel P. Berrange · 10 years ago
  61. fee562e i6300esb: fix timer overflow by Laurent Vivier · 10 years ago
  62. 7b9c09f Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' into staging by Peter Maydell · 10 years ago
  63. cae99f1 xen/pt: Don't slurp wholesale the PCI configuration registers by Konrad Rzeszutek Wilk · 10 years ago
  64. 3d3697f xen/pt: Check for return values for xen_host_pci_[get|set] in init by Konrad Rzeszutek Wilk · 10 years ago
  65. df6aa45 xen/pt: Move bulk of xen_pt_unregister_device in its own routine. by Konrad Rzeszutek Wilk · 10 years ago
  66. bce3394 xen/pt: Make xen_pt_unregister_device idempotent by Konrad Rzeszutek Wilk · 10 years ago
  67. fe2da64 xen/pt: Log xen_host_pci_get/set errors in MSI code. by Konrad Rzeszutek Wilk · 10 years ago
  68. ea6c50f xen/pt: Log xen_host_pci_get in two init functions by Konrad Rzeszutek Wilk · 10 years ago
  69. e2779de xen/pt: Remove XenPTReg->data field. by Konrad Rzeszutek Wilk · 10 years ago
  70. 5b4dd0f xen/pt: Check if reg->init function sets the 'data' past the reg->size by Konrad Rzeszutek Wilk · 10 years ago
  71. 2e87512 xen/pt: Sync up the dev.config and data values. by Konrad Rzeszutek Wilk · 10 years ago
  72. 6aa07b1 xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.config by Konrad Rzeszutek Wilk · 10 years ago
  73. 54fd081 xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings. by Konrad Rzeszutek Wilk · 10 years ago
  74. faf5f56 xen/pt/msi: Add the register value when printing logging and error messages by Konrad Rzeszutek Wilk · 10 years ago
  75. 52c7265 xen/pt: xen_host_pci_config_read returns -errno, not -1 on failure by Konrad Rzeszutek Wilk · 10 years ago
  76. cf8124f xen/pt: Make xen_pt_msi_set_enable static by Konrad Rzeszutek Wilk · 10 years ago
  77. d3b9fac xen/pt: Update comments with proper function name. by Konrad Rzeszutek Wilk · 10 years ago
  78. 5cec8aa xen, gfx passthrough: add opregion mapping by Tiejun Chen · 10 years ago
  79. 998250e xen, gfx passthrough: register host bridge specific to passthrough by Tiejun Chen · 10 years ago
  80. f37d630 xen, gfx passthrough: register a isa bridge by Tiejun Chen · 10 years ago
  81. bd8107d igd gfx passthrough: create a isa bridge by Tiejun Chen · 10 years ago
  82. 881213f xen, gfx passthrough: retrieve VGA BIOS to work by Tiejun Chen · 10 years ago
  83. 7981417 xen, gfx passthrough: basic graphics passthrough support by Tiejun Chen · 10 years ago
  84. bcd7461 hw/pci-assign: split pci-assign.c by Tiejun Chen · 10 years ago
  85. 595a4f0 piix: create host bridge to passthrough by Tiejun Chen · 10 years ago
  86. 0f288f8 hw/pci: fix pci_update_mappings() trace events by Laszlo Ersek · 10 years ago
  87. 2f8b500 pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machines by Igor Mammedov · 10 years ago
  88. 3385e8e pc: memhotplug: fix incorrectly set reserved-memory-end by Igor Mammedov · 10 years ago
  89. 95129d6 virtio: avoid leading underscores for helpers by Cornelia Huck · 10 years ago
  90. 91176e3 pc: Remove redundant arguments from xen_hvm_init() by Eduardo Habkost · 10 years ago
  91. 5af2ae2 pci: Fix pci_device_iommu_address_space() bus propagation by Benjamin Herrenschmidt · 10 years ago
  92. f42bf6a vhost-scsi: fix wrong vhost-scsi firmware path by Gonglei · 10 years ago
  93. 9102ded use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread by Paolo Bonzini · 10 years ago
  94. 5039d6e i8257: remove cpu_request_exit irq by Paolo Bonzini · 10 years ago
  95. 19d2b5e i8257: rewrite DMA_schedule to avoid hooking into the CPU loop by Paolo Bonzini · 10 years ago
  96. 6fdf328 xlnx-zynqmp: Connect the sysbus AHCI to ZynqMP by Alistair Francis · 10 years ago
  97. e129251 xlnx-zynqmp.c: Convert some of the error_propagate() calls to error_abort by Alistair Francis · 10 years ago
  98. bb639f8 ahci.c: Don't assume AHCIState's parent is AHCIPCIState by Alistair Francis · 10 years ago
  99. 5ea8b9c ahci: Separate the AHCI state structure into the header by Alistair Francis · 10 years ago
  100. 7777b7a cadence_gem: Correct Marvell PHY SPCFC reset value by Alistair Francis · 10 years ago