1. 8e25daa qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_open by Hans de Goede · 12 years ago
  2. 1908322 qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers by Hans de Goede · 12 years ago
  3. c0c4bd2 qemu-char: Add fe_open tracking by Hans de Goede · 12 years ago
  4. fee204f qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open by Hans de Goede · 12 years ago
  5. 16665b9 qemu-char: Rename opened to be_open by Hans de Goede · 12 years ago
  6. 99835e0 compiler: fix warning with GCC 4.8.0 by Paolo Bonzini · 12 years ago
  7. 404e7a4 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  8. 6214e73 pcie: Add endpoint capability initialization wrapper by Alex Williamson · 12 years ago
  9. a5519b4 roms: switch oldnoconfig to olddefconfig by Michael S. Tsirkin · 12 years ago
  10. eb28cb1 pcie: Mangle types to match topology by Alex Williamson · 12 years ago
  11. 0889464 pci: Create and use API to determine root buses by Alex Williamson · 12 years ago
  12. 8c0bf9e pci: Create pci_bus_is_express helper by Alex Williamson · 12 years ago
  13. afb661e pci: Q35, Root Ports, and Switches create PCI Express buses by Alex Williamson · 12 years ago
  14. 60a0e44 pci: Allow PCI bus creation interfaces to specify the type of bus by Alex Williamson · 12 years ago
  15. cf09458 pci: Move PCI and PCIE type defines by Alex Williamson · 12 years ago
  16. 3a861c4 pci: Create and register a new PCI Express TypeInfo by Alex Williamson · 12 years ago
  17. 49cd9ac exec: assert that RAMBlock size is non-zero by Stefan Hajnoczi · 12 years ago
  18. 8c7f3dd pci: refuse empty ROM files by Stefan Hajnoczi · 12 years ago
  19. ea7cfed pci_bridge: Remove duplicate IRQ swizzle function by Alex Williamson · 12 years ago
  20. 659fefe pci_bridge: Use a default map_irq function by Alex Williamson · 12 years ago
  21. e5368f0 pci: Fix INTx routing notifier recursion by Alex Williamson · 12 years ago
  22. 600d05b pci_bridge: drop formatting from source by Michael S. Tsirkin · 12 years ago
  23. 45eb768 pci_bridge: factor out common code by Michael S. Tsirkin · 12 years ago
  24. ba7d851 pci: Teach PCI Bridges about VGA routing by Alex Williamson · 12 years ago
  25. e01fd68 pci: Add PCI VGA helpers by Alex Williamson · 12 years ago
  26. a38b2c4 virtio-pci: guest notifier mask without non-irqfd by Michael S. Tsirkin · 12 years ago
  27. f8f7c53 virtio-net: remove layout assumptions for mq ctrl by Jason Wang · 12 years ago
  28. 15054fc qmp: add path to device_deleted event by Michael S. Tsirkin · 12 years ago
  29. e998fa8 qom: call class destructor before unparent by Michael S. Tsirkin · 12 years ago
  30. 18501ae Merge remote-tracking branch 'quintela/migration.next' into staging by Anthony Liguori · 12 years ago
  31. fad5593 Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging by Anthony Liguori · 12 years ago
  32. b57ed9b virtio-ccw: Queue sanity check for notify hypercall. by Cornelia Huck · 12 years ago
  33. 0fbf01f qtest: use synchronous I/O for char device by Anthony Liguori · 12 years ago
  34. cd18720 char: introduce a blocking version of qemu_chr_fe_write by Anthony Liguori · 12 years ago
  35. e769bdc hw/qdev: Abort rather than ignoring errors adding device properties by Peter Maydell · 12 years ago
  36. 54852b0 qom: Detect attempts to add a property that already exists by Peter Maydell · 12 years ago
  37. b000dfb hw/qdev-properties.c: Improve diagnostic for setting property after realize by Peter Maydell · 12 years ago
  38. c19f806 virtio-scsi: cleanup: remove qdev field. by KONRAD Frederic · 12 years ago
  39. 763684b virtio-scsi: cleanup: init and exit functions. by KONRAD Frederic · 12 years ago
  40. 0ac8e13 virtio-scsi: cleanup: use QOM casts. by KONRAD Frederic · 12 years ago
  41. c908ea1 virtio-scsi-ccw: switch to new API by KONRAD Frederic · 12 years ago
  42. 9ef13d8 virtio-scsi-s390: switch to the new API. by KONRAD Frederic · 12 years ago
  43. bc7b90a virtio-scsi-pci: switch to new API. by KONRAD Frederic · 12 years ago
  44. 3ab1dfd virtio-scsi: add the virtio-scsi device. by KONRAD Frederic · 12 years ago
  45. 4bfeb18 virtio-scsi: moving host_features from properties to transport properties. by KONRAD Frederic · 12 years ago
  46. 2221952 virtio-scsi: allocate cmd_vqs array separately. by KONRAD Frederic · 12 years ago
  47. 394e2e4 virtio-scsi: don't use pointer for configuration. by KONRAD Frederic · 12 years ago
  48. 2fd1a05 Merge remote-tracking branch 'luiz/queue/qmp' into staging by Anthony Liguori · 12 years ago
  49. 500f006 Use qemu_put_buffer_async for guest memory pages by Orit Wasserman · 12 years ago
  50. 6181ec2 Add qemu_put_buffer_async by Orit Wasserman · 12 years ago
  51. cb88aa8 Use writev ops if available by Orit Wasserman · 12 years ago
  52. b3ea2bd Store the data to send also in iovec by Orit Wasserman · 12 years ago
  53. 7d8a30bb Update bytes_xfer in qemu_put_byte by Orit Wasserman · 12 years ago
  54. 28085f7 Add socket_writev_buffer function by Orit Wasserman · 12 years ago
  55. d913829 Add QemuFileWritevBuffer QemuFileOps by Orit Wasserman · 12 years ago
  56. 5cc11c4 migration: use XBZRLE only after bulk stage by Peter Lieven · 12 years ago
  57. 70c8652 migration: do not search dirty pages in bulk stage by Peter Lieven · 12 years ago
  58. f1c7279 migration: do not sent zero pages in bulk stage by Peter Lieven · 12 years ago
  59. 78d07ae migration: add an indicator for bulk state of ram migration by Peter Lieven · 12 years ago
  60. 3edcd7e migration: search for zero instead of dup pages by Peter Lieven · 12 years ago
  61. 49f676a bitops: unroll while loop in find_next_bit() by Peter Lieven · 12 years ago
  62. 56ded70 buffer_is_zero: use vector optimizations if possible by Peter Lieven · 12 years ago
  63. 41a259b cutils: add a function to find non-zero content in a buffer by Peter Lieven · 12 years ago
  64. c61ca00 move vector definitions to qemu-common.h by Peter Lieven · 12 years ago
  65. 377e2cb savevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definition by David Gibson · 12 years ago
  66. 8474a9d savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32 by David Gibson · 12 years ago
  67. 213945e savevm: Add VMSTATE_FLOAT64 helpers by David Gibson · 12 years ago
  68. d58f559 savevm: Add VMSTATE_UINTTL_EQUAL helper by David Gibson · 12 years ago
  69. e344b8a savevm: Add VMSTATE_UINT64_EQUAL helpers by David Gibson · 12 years ago
  70. 817c604 migration: Improve QMP documentation by Juan Quintela · 12 years ago
  71. 4d70043 New QMP command query-cpu-max and HMP command cpu_max by Michal Novotny · 12 years ago
  72. e5ecec7 qmp: fix handling of boolean values in qmp-shell by Igor Mammedov · 12 years ago
  73. 28c4fa3 QMP: TPM QMP and man page documentation updates by Corey Bryant · 12 years ago
  74. 88ca7bc QMP: Remove duplicate TPM type from query-tpm by Corey Bryant · 12 years ago
  75. dcadaa9 Merge remote-tracking branch 'stefanha/net' into staging by Anthony Liguori · 12 years ago
  76. 4b5805d Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  77. d2f38a0 Merge remote-tracking branch 'kraxel/ipxe.3' into staging by Anthony Liguori · 12 years ago
  78. d63c947 glib: add a compatibility interface for g_timeout_add_seconds by Anthony Liguori · 12 years ago
  79. 6db253c gtk: Release modifier when graphic console loses keyboard focus by Jan Kiszka · 12 years ago
  80. d32fcad net: increase buffer size to accommodate Jumbo frame pkts by Scott Feldman · 12 years ago
  81. 786fd2b VMXNET3 device implementation by Dmitry Fleytman · 12 years ago
  82. e263cd4 Packet abstraction for VMWARE network devices by Dmitry Fleytman · 12 years ago
  83. 75020a7 Common definitions for VMWARE devices by Dmitry Fleytman · 12 years ago
  84. 8402630 net: iovec checksum calculator by Dmitry Fleytman · 12 years ago
  85. 5acf5ea Checksum-related utility functions by Dmitry Fleytman · 12 years ago
  86. 20048d0 net: use socket_set_nodelay() for -netdev socket by Stefan Hajnoczi · 12 years ago
  87. ea804ca block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build) by Stefan Weil · 12 years ago
  88. d43731c rbd: fix compile error by Liu Yuan · 12 years ago
  89. 0099cd4 ipxe: update binaries by Gerd Hoffmann · 12 years ago
  90. 95ca557 ipxe: disable two second timeout by Gerd Hoffmann · 12 years ago
  91. fe6344a Remove device_tree.o from hw/moxie/Makefile.objs. by Anthony Green · 12 years ago
  92. 2d49754 tcg-optimize: Fold sub r,0,x to neg r,x by Richard Henderson · 12 years ago
  93. 4980ef9 target-i386: Don't modify env->eflags around cpu_dump_state by Richard Henderson · 12 years ago
  94. c53de1a target-i386: Fix flags computation for ADOX by Richard Henderson · 12 years ago
  95. d15a9c2 Add top level changes for moxie by Anthony Green · 12 years ago
  96. a360d96 Add sample moxie system by Anthony Green · 12 years ago
  97. bd86a88 Add moxie disassembler by Anthony Green · 12 years ago
  98. 525bd32 Add moxie target code by Anthony Green · 12 years ago
  99. f7c61bf Merge branch 'for-upstream' of git://github.com/mwalle/qemu by Blue Swirl · 12 years ago
  100. d76bb73 Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu by Aurelien Jarno · 12 years ago