1. d5ee675 MAINTAINERS: Add PCI-PCI bridge to New World Mac machine by Andreas Färber · 13 years ago
  2. 88045ac PPC: Pseries: Check for PCI boundaries by Alexander Graf · 13 years ago
  3. 0a6eec6 MAINTAINERS: Add PCI host bridge files to CHRP machines by Andreas Färber · 13 years ago
  4. a6c9868 MAINTAINERS: Add qemu-ppc to all ppc target stuff by Andreas Färber · 13 years ago
  5. 4d8d546 pseries: SLOF PCI flag day by Benjamin Herrenschmidt · 13 years ago
  6. c9c3c80 pseries: Use correct dispatcher for PCI config space accesses by David Gibson · 13 years ago
  7. 3f7565c pseries: Support PCI extended config space in RTAS calls by Benjamin Herrenschmidt · 13 years ago
  8. 964455f Correct types in bmdma_addr_{read,write} by David Gibson · 13 years ago
  9. 033276a Update gitignore file by David Gibson · 13 years ago
  10. aa90fec Fix dirty logging with 32-bit qemu & 64-bit guests by Benjamin Herrenschmidt · 13 years ago
  11. 17df768 load_image_targphys() should enforce the max size by Benjamin Herrenschmidt · 13 years ago
  12. 06dbfc6 virtio: change memcpy to guest reads by Alexander Graf · 13 years ago
  13. 82afa58 virtio-pci: Fix endianness of virtio config by Benjamin Herrenschmidt · 13 years ago
  14. 34ba1dc PPC: Bamboo: Integrate SoC instatiation, use qdev for PCI by Alexander Graf · 13 years ago
  15. 3960b04 PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single file by Alexander Graf · 13 years ago
  16. 623f7c2 PPC: 4xx: Qdevify the 440 PCI host controller by Alexander Graf · 13 years ago
  17. acd1bf9 PPC: bamboo: fix whitespace by Alexander Graf · 13 years ago
  18. d3c4548 PPC: bamboo: remove old machine descriptions by Alexander Graf · 13 years ago
  19. c0a7e81 PPC: Enable 440EP CPU target by Alexander Graf · 13 years ago
  20. e5ba83c PPC: 440: Default to 440EP CPU by Alexander Graf · 13 years ago
  21. c148b2b PPC: Bamboo: recompile device tree by Alexander Graf · 13 years ago
  22. d49bc1f PPC: 440: Ignore invalid PCI IRQs by Alexander Graf · 13 years ago
  23. 72718e9 PPC: Bamboo: Set initial TLB entry by Alexander Graf · 13 years ago
  24. b10a04b PPC: Bamboo: Register CPU reset by Alexander Graf · 13 years ago
  25. d29d340 PPC: 440EP: Initialize timer by Alexander Graf · 13 years ago
  26. 5156892 Merge remote-tracking branch 'spice/spice.v47' into staging by Anthony Liguori · 13 years ago
  27. a75e667 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  28. b48c013 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  29. 5414b32 Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging by Anthony Liguori · 13 years ago
  30. 9ca2140 Merge remote-tracking branch 'kraxel/usb.37' into staging by Anthony Liguori · 13 years ago
  31. dcfa486 Makefile: Remove generated headers on clean by Andreas Färber · 13 years ago
  32. e454e2e Makefile: Exclude tests/Makefile in unconfigured tree by Andreas Färber · 13 years ago
  33. 0f3c3cc lm32: Fix mixup of uint32 and uint32_t by Andreas Färber · 13 years ago
  34. 3c941c6 tests: Silence gtester in Makefile by Stefan Weil · 13 years ago
  35. 49cb826 qemu-tool: Fix mixup of int64 and int64_t by Andreas Färber · 13 years ago
  36. 939a1cc block: use proper qerrors in qmp_block_resize by Stefan Hajnoczi · 13 years ago
  37. c130359 qerror: restore alphabetical order over qerrors by Stefan Hajnoczi · 13 years ago
  38. 9737383 qerror: add check-qerror.sh to verify alphabetical order by Stefan Hajnoczi · 13 years ago
  39. aba2107 qmp: Add missing gcc format attribute and fix format string by Stefan Weil · 13 years ago
  40. 80047da qapi: Convert block_set_io_throttle by Luiz Capitulino · 13 years ago
  41. 333a96e qapi: Convert change by Luiz Capitulino · 13 years ago
  42. 903a881 qerror: Extend QERR_DEVICE_ENCRYPTED by Luiz Capitulino · 13 years ago
  43. 270b243 qapi: Introduce change-vnc-password by Luiz Capitulino · 13 years ago
  44. 7060b47 monitor: expose readline state by Anthony Liguori · 13 years ago
  45. c245b6a qapi: Convert eject by Luiz Capitulino · 13 years ago
  46. 92d4855 block: eject_device(): Use error_set() by Luiz Capitulino · 13 years ago
  47. 9ad5372 qapi: Convert expire_password by Luiz Capitulino · 13 years ago
  48. fbf796f qapi: Convert set_password by Luiz Capitulino · 13 years ago
  49. a6aa9d3 vnc: Simplify vnc_display_password() by Luiz Capitulino · 13 years ago
  50. 6b7332e qxl: Slot sanity check in qxl_phys2virt() is off by one, fix by Markus Armbruster · 13 years ago
  51. a32134a arm: make the number of GIC interrupts configurable by Mark Langsdorf · 13 years ago
  52. b09da0c hw/lan9118: Add save/load support by Peter Maydell · 13 years ago
  53. 100cf55 arm: Remove incorrect comment in arm_timer by Mark Langsdorf · 13 years ago
  54. 5a15758 vexpress, realview: Add (dummy) L2 cache controller by Peter Maydell · 13 years ago
  55. 3221354 usb-redir: Improve some debugging messages by Hans de Goede · 13 years ago
  56. 81fd7b7 usb-redir: Try to keep our buffer size near the target size by Hans de Goede · 13 years ago
  57. e153788 usb-redir: Pre-fill our isoc input buffer before sending pkts to the host by Hans de Goede · 13 years ago
  58. e8a7dd2 usb-redir: Dynamically adjust iso buffering size based on ep interval by Hans de Goede · 13 years ago
  59. 2bd836e usb-redir: Clear iso / irq error when stopping the stream by Hans de Goede · 13 years ago
  60. 25d5de7 usb: link packets to endpoints not devices by Gerd Hoffmann · 13 years ago
  61. f003397 usb: add max_packet_size to USBEndpoint by Gerd Hoffmann · 13 years ago
  62. 5b6780d usb/debug: add usb_ep_dump by Gerd Hoffmann · 13 years ago
  63. 83a53bb usb-desc: USBEndpoint support by Gerd Hoffmann · 13 years ago
  64. 82f02fe usb: add ifnum to USBEndpoint by Gerd Hoffmann · 13 years ago
  65. d8e17ef usb: add USBEndpoint by Gerd Hoffmann · 13 years ago
  66. 62c6ae0 xhci: Initial xHCI implementation by Hector Martin · 14 years ago
  67. 8c4ec5c pxa2xx_keypad: fix unbalanced parenthesis. by Andrzej Zaborowski · 13 years ago
  68. 078758d hw/arm_boot.c: Make SMP boards specify address to poll in bootup loop by Evgeny Voevodin · 13 years ago
  69. ea0e684 hw/sysbus.h: Increase maximum number of device IRQs. by Evgeny Voevodin · 13 years ago
  70. 753a97c pxa2xx_keypad: make single automatic scans work by Vasily Khoruzhick · 13 years ago
  71. 7ab3aed pxa2xx_lcd: fix palette parser by Vasily Khoruzhick · 13 years ago
  72. 41bd360 seabios: Update to release 1.6.3.1 by Jan Kiszka · 13 years ago
  73. ddcada7 isapc: Fix segfault during initialization by Jan Kiszka · 13 years ago
  74. 3fbffb6 kvm: flush the dirty log when unregistering a slot by Avi Kivity · 13 years ago
  75. 2be2762 arm: Add dummy support for co-processor 15's secure config register by Rob Herring · 13 years ago
  76. d3cb6e2 target-arm: Fix errors in decode of M profile CPS by Peter Maydell · 13 years ago
  77. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  78. a10348c virtio-console: no need to remove char handlers explicitly by Amit Shah · 13 years ago
  79. a87f3e8 qdev: Add a 'free' method to disassociate chardev from qdev device by Amit Shah · 13 years ago
  80. 8600361 vectorize is_dup_page by Paolo Bonzini · 13 years ago
  81. 1ba1f2e virtio-blk: refuse SG_IO requests with scsi=off by Paolo Bonzini · 13 years ago
  82. 701a8f7 vmstate: extract declarations out of hw/hw.h by Paolo Bonzini · 13 years ago
  83. 49d4d9b ptimer: move declarations to ptimer.h by Paolo Bonzini · 13 years ago
  84. fbc15e2 rtc: clear non-PF bits when reinjecting on ack by Paolo Bonzini · 13 years ago
  85. 663447d rtc: raise PF bit when the periodic timer triggers but PIE=0 by Paolo Bonzini · 13 years ago
  86. eea8667 rtc: raise AF bit when the alarm is encountered but AIE=0 by Paolo Bonzini · 13 years ago
  87. 3b89eb4 rtc: fix 12-hour mode by Paolo Bonzini · 13 years ago
  88. 024a6fb qdev: fix device_del by refactoring reference counting by Anthony Liguori · 13 years ago
  89. 607a2c7 Merge remote-tracking branch 'stefanha/trivial-patches' into HEAD by Anthony Liguori · 13 years ago
  90. 20f8bd4 target-i386: fix compilation with --enable-debug-tcg by Aurelien Jarno · 13 years ago
  91. f725327 bt-host: add missing break statement by Stefan Hajnoczi · 13 years ago
  92. c5c7d3f virtfs-proxy-helper: Add missing printf format attribute by Stefan Weil · 13 years ago
  93. e7e4a6c virtfs-proxy-helper: Clean include files by Stefan Weil · 13 years ago
  94. 822b635 virtfs-proxy-helper: Fix compilation on newer systems by Stefan Weil · 13 years ago
  95. f46cee3 hmp: Fix freeing of PciInfoList by Stefan Berger · 13 years ago
  96. 0b0404b Add 'fall through' comments to case statements without break by Stefan Weil · 13 years ago
  97. 3c8359d omap_dss: correct chip[1] index in RFBI_READ/RFBI_STATUS by Stefan Hajnoczi · 13 years ago
  98. cee8e6a vnc: fix no-lock-key-sync strncmp() length by Stefan Hajnoczi · 13 years ago
  99. 8d98734 vvfat: avoid leaking file descriptor in commit_one_file() by Stefan Hajnoczi · 13 years ago
  100. dabdf39 Spelling fixes in comments and documentation by Stefan Weil · 13 years ago