1. 69b1521 hw/9pfs: Add include file for exported symbol by Stefan Weil · 11 years ago
  2. 770e39f xen: remove unused global, xen_xcg by Jim Meyering · 11 years ago
  3. 6a0a70b hw: Add missing 'static' attributes by Stefan Weil · 11 years ago
  4. bfaaad0 hw/s390x: Add missing 'static' attribute by Stefan Weil · 11 years ago
  5. f73cdbc hw/mips: Add missing 'static' and 'const' attributes by Stefan Weil · 11 years ago
  6. f5a014d hw/9pfs: Add missing 'static' attributes by Stefan Weil · 11 years ago
  7. 8d1dc5d Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140507' into staging by Peter Maydell · 11 years ago
  8. c9541f6 Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' into staging by Peter Maydell · 11 years ago
  9. 7f8fea8 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 11 years ago
  10. 56bf1a8 s390x/css: Don't save orb in subchannel. by Cornelia Huck · 11 years ago
  11. 951916d Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-6' into staging by Peter Maydell · 11 years ago
  12. a890a2f virtio: validate config_len on load by Michael S. Tsirkin · 11 years ago
  13. 98f93dd virtio-net: out-of-bounds buffer write on load by Michael S. Tsirkin · 11 years ago
  14. 73d963c openpic: avoid buffer overrun on incoming migration by Michael Roth · 11 years ago
  15. a9c380d ssi-sd: fix buffer overrun on invalid state load by Michael S. Tsirkin · 11 years ago
  16. 9f8e989 usb: sanity check setup_index+setup_len in post_load by Michael S. Tsirkin · 11 years ago
  17. 3476436 vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/ by Michael S. Tsirkin · 11 years ago
  18. 3c3ce98 virtio-scsi: fix buffer overrun on invalid state load by Michael S. Tsirkin · 11 years ago
  19. 52f91c3 zaurus: fix buffer overrun on invalid state load by Michael S. Tsirkin · 11 years ago
  20. 5193be3 tsc210x: fix buffer overrun on invalid state load by Michael S. Tsirkin · 11 years ago
  21. ead7a57 ssd0323: fix buffer overun on invalid state load by Michael S. Tsirkin · 11 years ago
  22. caa881a pxa2xx: avoid buffer overrun on incoming migration by Michael S. Tsirkin · 11 years ago
  23. 36cf2a3 virtio: validate num_sg when mapping by Michael S. Tsirkin · 11 years ago
  24. 4b53c2c virtio: avoid buffer overrun on incoming migration by Michael Roth · 11 years ago
  25. d8d0a0b pl022: fix buffer overun on invalid state load by Michael S. Tsirkin · 11 years ago
  26. 5f691ff hw/pci/pcie_aer.c: fix buffer overruns on invalid state load by Michael S. Tsirkin · 11 years ago
  27. 3f1c49e hpet: fix buffer overrun on invalid state load by Michael S. Tsirkin · 11 years ago
  28. ae2158a ahci: fix buffer overrun on invalid state load by Michael S. Tsirkin · 11 years ago
  29. cc45995 virtio: out-of-bounds buffer write on invalid state load by Michael S. Tsirkin · 11 years ago
  30. 848696b PortioList: Store PortioList in device state by Kirill Batuzov · 11 years ago
  31. 0175ba1 arm: Clean up fragile use of error_is_set() in realize() methods by Markus Armbruster · 11 years ago
  32. 65cd906 qom: Clean up fragile use of error_is_set() in set() methods by Markus Armbruster · 11 years ago
  33. a7737e4 hw: Consistently name Error ** objects errp, and not err by Markus Armbruster · 11 years ago
  34. 2f719f1 hw: Consistently name Error * objects err, and not errp by Markus Armbruster · 11 years ago
  35. 958db90 machine: Remove QEMUMachine indirection from MachineClass by Marcel Apfelbaum · 11 years ago
  36. 00b4fbe machine: Copy QEMUMachine's fields to MachineClass by Marcel Apfelbaum · 11 years ago
  37. eea750a virtio-net: out-of-bounds buffer write on invalid state load by Michael S. Tsirkin · 11 years ago
  38. c97294e SMBIOS: Build aggregate smbios tables and entry point by Gabriel L. Somlo · 11 years ago
  39. 8ebb876 usb: mtp: reply INCOMPLETE_TRANSFER on read errors by Gerd Hoffmann · 11 years ago
  40. afa82da usb: mtp: fix possible buffer overflow by Gerd Hoffmann · 11 years ago
  41. 9cd04cc usb: mtp: drop data-out hexdump by Gerd Hoffmann · 11 years ago
  42. 457d397 usb: mtp: avoid empty description string by Gerd Hoffmann · 11 years ago
  43. 2dc7fdf usb: mtp: fix error path memory leak by Gerd Hoffmann · 11 years ago
  44. 9e4eff5 usb: mtp: fix serial (must be exact 32 chars) by Gerd Hoffmann · 11 years ago
  45. f7eaed8 usb: mtp: fix version (is decimal not bcd) by Gerd Hoffmann · 11 years ago
  46. ada435f usb: mtp: fix usb_mtp_add_u64 by Gerd Hoffmann · 11 years ago
  47. 1c76551 usb: mtp: replace debug printfs with trace points by Gerd Hoffmann · 11 years ago
  48. 69e25d2 usb-ohci: Add vmstate descriptor by Alexey Kardashevskiy · 11 years ago
  49. 2e6e8d7 SMBIOS: Use bitmaps to prevent incompatible comand line options by Gabriel L. Somlo · 11 years ago
  50. cb36acb SMBIOS: Use macro to set smbios defaults by Gabriel L. Somlo · 11 years ago
  51. e6667f7 SMBIOS: Rename symbols to better reflect future use by Gabriel L. Somlo · 11 years ago
  52. 7bf8ef1 E820: Add interface for accessing e820 table by Gabriel L. Somlo · 11 years ago
  53. 3458b2b pc: add 2.1 machine type by Michael S. Tsirkin · 11 years ago
  54. fdaad47 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140501' into staging by Peter Maydell · 11 years ago
  55. c090c10 Merge remote-tracking branch 'remotes/cohuck/tags/kvm_cap_helpers' into staging by Peter Maydell · 11 years ago
  56. 87f6ede Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-2' into staging by Peter Maydell · 11 years ago
  57. f42c5c8 hw/arm/virt: Add support for Cortex-A57 by Peter Maydell · 11 years ago
  58. 3078e84 hw/arm/virt: Put GIC register banks on 64K boundaries by Peter Maydell · 11 years ago
  59. 6420474 hw/arm/virt: Create the GIC ourselves rather than (ab)using a15mpcore_priv by Peter Maydell · 11 years ago
  60. e3da992 armv7m_nvic: fix CPUID Base Register by Rabin Vincent · 11 years ago
  61. 48add81 ppc: use kvm_vcpu_enable_cap() by Cornelia Huck · 11 years ago
  62. 4843877 hda-audio: fix non-mixer codecs by Gerd Hoffmann · 11 years ago
  63. 93156ce Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' into staging by Peter Maydell · 11 years ago
  64. 13de54e Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  65. d09a18d Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging by Peter Maydell · 11 years ago
  66. 63e3e24 vga: add secondary stdvga variant by Gerd Hoffmann · 12 years ago
  67. e2bbfc8 vga: allow non-global vmstate by Gerd Hoffmann · 11 years ago
  68. 24c12b7 xilinx: Fix typo in comment (Marvel -> Marvell) by Stefan Weil · 11 years ago
  69. eb6282f misc: Use cpu_physical_memory_read and cpu_physical_memory_write by Stefan Weil · 11 years ago
  70. f231b88 qerror.h: Remove QERR defines that are only used once by Cole Robinson · 11 years ago
  71. f663faa net: xilinx_axienet.c: Add phy soft reset bit clearing by Nathan Rossi · 11 years ago
  72. 16cf0b2 pcnet: remove duplicate assignment by Prasad Joshi · 11 years ago
  73. 7931b05 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  74. 0e96643 Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-5' into staging by Peter Maydell · 11 years ago
  75. 840a178 usb: mtp filesharing by Gerd Hoffmann · 12 years ago
  76. 409951f usb: add CompatibleID support to msos by Gerd Hoffmann · 11 years ago
  77. 98522f6 block: Add errp to bdrv_new() by Kevin Wolf · 11 years ago
  78. b36dc67 Fix grammar in comment by Stefan Weil · 11 years ago
  79. ee25595 hw/ide/ahci.c: Avoid shift left into sign bit by Peter Maydell · 11 years ago
  80. 5538937 net: cadence_gem: Make phy respond to broadcast by Peter Crosthwaite · 11 years ago
  81. 6954a1c misc: zynq_slcr: Make DB_PRINTs always compile by Peter Crosthwaite · 11 years ago
  82. 15e3611 misc: zynq_slcr: Convert SBD::init to object init by Peter Crosthwaite · 11 years ago
  83. db302f8 misc: zynq-slcr: Rewrite by Peter Crosthwaite · 11 years ago
  84. 6619bc5 allwinner-emac: update irq status after writes to interrupt registers by Beniamino Galvani · 11 years ago
  85. 103db49 allwinner-emac: set autonegotiation complete bit on link up by Beniamino Galvani · 11 years ago
  86. 286226a allwinner-a10-pit: implement prescaler and source selection by Beniamino Galvani · 11 years ago
  87. a63f9f8 allwinner-a10-pit: use level triggered interrupts by Beniamino Galvani · 11 years ago
  88. 323a877 allwinner-a10-pit: avoid generation of spurious interrupts by Beniamino Galvani · 11 years ago
  89. 2237094 allwinner-a10-pic: fix behaviour of pending register by Beniamino Galvani · 11 years ago
  90. 1c70aa6 allwinner-a10-pic: set vector address when an interrupt is pending by Beniamino Galvani · 11 years ago
  91. f727d0e timer: cadence_ttc: Fix match register write logic by Peter Crosthwaite · 11 years ago
  92. c2b9af1 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  93. 940973a ide: Correct improper smart self test counter reset in ide core. by Benoît Canet · 11 years ago
  94. 482f38b acpi: fix incorrect encoding for 0x{F-1}FFFF by Igor Mammedov · 11 years ago
  95. f12d048 vmxnet3: validate queues configuration read on migration by Dmitry Fleytman · 11 years ago
  96. 3c99afc vmxnet3: validate interrupt indices read on migration by Dmitry Fleytman · 11 years ago
  97. 9878d17 vmxnet3: validate queues configuration coming from guest by Dmitry Fleytman · 11 years ago
  98. 8c6c047 vmxnet3: validate interrupt indices coming from guest by Dmitry Fleytman · 11 years ago
  99. edc2438 virtio-net: fix guest-triggerable buffer overrun by Michael S. Tsirkin · 11 years ago
  100. 7754784 acpi: update generated hex files by Michael S. Tsirkin · 11 years ago