1. b1424e0 vga: fix byteswapping. by Gerd Hoffmann · 12 years ago
  2. 70aa41b Merge remote-tracking branch 'kraxel/usb.78' into staging by Anthony Liguori · 12 years ago
  3. 11e5d73 ppc: fix bamboo >256MB RAM initialization in hw/ppc4xx_devs.c by Alin Tomescu · 12 years ago
  4. b15aaca xilinx_axienet.c: Assert no error when making link by Peter Crosthwaite · 12 years ago
  5. 89a453d uas-uas: usb3 streams by Gerd Hoffmann · 12 years ago
  6. 024426a usb-xhci: usb3 streams by Gerd Hoffmann · 12 years ago
  7. 8550a02 usb-core: usb3 streams by Gerd Hoffmann · 12 years ago
  8. 2e5df36 usb: fix endpoint descriptor ordering by Gerd Hoffmann · 12 years ago
  9. 6ef3ccd usb-redir: simplify packet copy by Gerd Hoffmann · 12 years ago
  10. 6a98d1c usb: make usb_packet_copy operate on combined packets by Gerd Hoffmann · 12 years ago
  11. e382d96 usb: add usb_ep_set_halted by Gerd Hoffmann · 12 years ago
  12. 1a3973b usb-host: remove usb_host_device_close by Gerd Hoffmann · 12 years ago
  13. 4075975 usb-host: move legacy cmd line bits by Gerd Hoffmann · 12 years ago
  14. 9db7c41 usb-storage: use scsi_req_enqueue return value by Gerd Hoffmann · 12 years ago
  15. 07d17e7 allow disabling usb smartcard support by Gerd Hoffmann · 12 years ago
  16. 6c83f81 make usb devices configurable by Gerd Hoffmann · 12 years ago
  17. 62162ff usb: Makefile cleanup by Gerd Hoffmann · 12 years ago
  18. c538ca6 isa: Split off instance_init for ISADevice by Andreas Färber · 12 years ago
  19. 2d64255 target-i386: Split command line parsing out of cpu_x86_register() by Andreas Färber · 12 years ago
  20. 5353d03 spapr_hcall: Replace open-coded CPU loop with qemu_get_cpu() by Andreas Färber · 12 years ago
  21. 912ebe1 ppce500_spin: Replace open-coded CPU loop with qemu_get_cpu() by Andreas Färber · 12 years ago
  22. 440c815 e500: Replace open-coded loop with qemu_get_cpu() by Andreas Färber · 12 years ago
  23. d77953b cpu: Move current_tb field to CPUState by Andreas Färber · 12 years ago
  24. fcd7d00 cpu: Move exit_request field to CPUState by Andreas Färber · 12 years ago
  25. cb3fb38 target-m68k: Pass M68kCPU to m68k_set_irq_level() by Andreas Färber · 12 years ago
  26. 9a6ee9f mcf_intc: Pass M68kCPU to mcf_intc_init() by Andreas Färber · 12 years ago
  27. 4025cfd mcf5206: Pass M68kCPU to mcf5206_init() by Andreas Färber · 12 years ago
  28. f3273ba ppc405_uc: Pass PowerPCCPU to ppc40x_{core,chip,system}_reset() by Andreas Färber · 12 years ago
  29. 24537a0 qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log by Peter Maydell · 12 years ago
  30. 9893c80 cadance_uart: Accept input after rx FIFO pop by Peter Crosthwaite · 12 years ago
  31. 91b0a8f s390: Fix handling of iscs. by Cornelia Huck · 12 years ago
  32. 760794f s390/sclpconsole: prevent char layer callback during initialization by Christian Borntraeger · 12 years ago
  33. 7ce4106 xilinx.h: s/xilinx_axiethernetdma()/xilinx_axidma() by Peter Crosthwaite · 12 years ago
  34. dada5c7 xilinx.h: Dont qdev_create from ethernet_create() by Peter Crosthwaite · 12 years ago
  35. 03ec2f8 hw/m25p80.c: add WRSR(0x01) support by Kuo-Jung Su · 12 years ago
  36. 312fd5f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 12 years ago
  37. 1a9522c error: Clean up abuse of error_report() for help by Markus Armbruster · 12 years ago
  38. 474c213 error: Clean up error strings with embedded newlines by Markus Armbruster · 12 years ago
  39. 70ef6a5 xilinx_zynq: Fix wrong IRQ number of the second EHCI controller by Liming Wang · 12 years ago
  40. 32ab06b hw/virtio-net: disable multiqueue by default by Jesse Larrew · 12 years ago
  41. 14f9b66 hw/virtio-net.c: set config size using host features by Jesse Larrew · 12 years ago
  42. 1e89ad5 virtio-net: pass host features to virtio_net_init by Anthony Liguori · 12 years ago
  43. f565235 hw/pxa2xx: Fix transposed crn/crm values for pxa2xx cp14 perf regs by Peter Maydell · 12 years ago
  44. a911a18 qemu/9p: Don't ignore error in fid clunk by Aneesh Kumar K.V · 12 years ago
  45. ddcb73b e1000: fix link down handling with auto negotiation by Michael S. Tsirkin · 12 years ago
  46. ded6778 acpi_piix4: fix segfault migrating from 1.2 by Michael Roth · 12 years ago
  47. b09995a qdev: drop extra references at creation time by Paolo Bonzini · 12 years ago
  48. dc7389b qdev: inline object_delete into qbus_free/qdev_free by Paolo Bonzini · 12 years ago
  49. 62d7ba6 qdev: add reference for the bus while it is referred to by the DeviceState by Paolo Bonzini · 12 years ago
  50. 06f7f2b qdev: move unrealization of devices from finalize to unparent by Paolo Bonzini · 12 years ago
  51. 6853d27 qdev: move deletion of children from finalize to unparent by Paolo Bonzini · 12 years ago
  52. 9d12782 qdev: add reference count to a device for the BusChild by Paolo Bonzini · 12 years ago
  53. 4fec640 pci: use qbus_create in pci_bus_new by Paolo Bonzini · 12 years ago
  54. 39355c3 qdev: change first argument of qbus_create_inplace to void * by Paolo Bonzini · 12 years ago
  55. 013e118 qdev: remove duplication between qbus_create and qbus_create_inplace by Paolo Bonzini · 12 years ago
  56. d5286af accel: change {xen, kvm, tcg, qtest}_allowed from int to bool by liguang · 12 years ago
  57. 3e3648b xen: fix build problem introduced from per-queue peers by Anthony Liguori · 12 years ago
  58. a9c87c5 virtio-net: compat multiqueue support by Jason Wang · 12 years ago
  59. 5f80080 virtio-net: migration support for multiqueue by Jason Wang · 12 years ago
  60. fed699f virtio-net: multiqueue support by Jason Wang · 12 years ago
  61. 0c87e93 virtio-net: separate virtqueue from VirtIONet by Jason Wang · 12 years ago
  62. e78a2b4 virtio: add a queue_index to VirtQueue by Jason Wang · 12 years ago
  63. f23fd81 virtio: introduce virtio_del_queue() by Jason Wang · 12 years ago
  64. a9f98bb vhost: multiqueue support by Jason Wang · 12 years ago
  65. 1ceef9f net: multiqueue support by Jason Wang · 12 years ago
  66. 948ecf2 net: intorduce qemu_del_nic() by Jason Wang · 12 years ago
  67. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  68. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  69. ec45f08 net: tap: using bool instead of bitfield by Jason Wang · 12 years ago
  70. 3e7b8f4 isa: QOM'ify isa_bus_from_device() by Andreas Färber · 12 years ago
  71. 8aae84a i2c: Drop I2C_SLAVE_FROM_QDEV() macro by Andreas Färber · 12 years ago
  72. 70ddd9f Revert "e1000: no need auto-negotiation if link was down" by Michael Roth · 12 years ago
  73. e205842 Merge remote-tracking branch 'agraf/s390-for-upstream' into staging by Anthony Liguori · 12 years ago
  74. 8a55ebf Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  75. c628d74 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  76. 49e1587 target-s390x: Pass S390CPU to s390_{add, del}_running_cpu() by Andreas Färber · 12 years ago
  77. f946673 target-s390x: Clean up cpu_inject_*() signatures by Andreas Färber · 12 years ago
  78. cc36a7a target-i386: Pass X86CPU to cpu_x86_set_a20() by Andreas Färber · 12 years ago
  79. 6b2578d ide/mmio: QOM'ify MMIO IDE for R2D by Andreas Färber · 12 years ago
  80. 321f211 Merge remote-tracking branch 'pmaydell/arm-devs.next' into staging by Anthony Liguori · 12 years ago
  81. b0df98f Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  82. 7cc2a8b Merge remote-tracking branch 'afaerber-or/prep-up' into staging by Anthony Liguori · 12 years ago
  83. f61850b hw/vexpress: Use correct HBI (board model number) for vexpress-a15 by Peter Maydell · 12 years ago
  84. 706872a hw/arm_sysctl: Clear sysctl cfgctrl start bit by Christoffer Dall · 12 years ago
  85. d3f8e13 hw/9pfs: Fix unchecked strdup() by converting to g_strdup() by Markus Armbruster · 12 years ago
  86. c64f50d g_strdup(NULL) returns NULL; simplify by Markus Armbruster · 12 years ago
  87. 6528499 g_malloc(0) and g_malloc0(0) return NULL; simplify by Markus Armbruster · 12 years ago
  88. 7561015 prep: Move PReP machine to hw/ppc/ by Andreas Färber · 12 years ago
  89. 74cef80 xilinx_axidma: Fix debug mode compile messages by Peter Crosthwaite · 12 years ago
  90. 080251a cadence_gem: Debug mode compile fixes by Peter Crosthwaite · 12 years ago
  91. c695441 cadence_ttc: Debug mode compile fixes by Peter Crosthwaite · 12 years ago
  92. 6a659bb vfio-pci: Enable PCIe extended config space by Alex Williamson · 12 years ago
  93. 1ec4ba7 PIIX3: reset the VM when the Reset Control Register's RCPU bit gets set by Laszlo Ersek · 12 years ago
  94. 91c3f2f ich9: add support for pci assignment by Jason Baron · 12 years ago
  95. dd23454 virtio-net: rename ctrl rx commands by Amos Kong · 12 years ago
  96. c1943a3 virtio-net: introduce a new macaddr control by Amos Kong · 12 years ago
  97. 921ac5d virtio-net: remove layout assumptions for ctrl vq by Michael S. Tsirkin · 12 years ago
  98. 41dc8a6 virtio-net: revert mac on reset by Michael S. Tsirkin · 12 years ago
  99. a52a884 e1000: document ICS read behaviour by Michael S. Tsirkin · 12 years ago
  100. 19380b1 s390: Drop set_bit usage in virtio_ccw. by Cornelia Huck · 12 years ago