1. d1f2c96 pcmcia: QOM'ify PCMCIACardState and MicroDriveState by Andreas Färber · 12 years ago
  2. e9cd423 virtio: simplify Makefile conditionals by Paolo Bonzini · 12 years ago
  3. bdee56f tpm: reorganize headers and split hardware part by Paolo Bonzini · 12 years ago
  4. ba25df8 hw: move VFIO and ivshmem to hw/misc/ by Paolo Bonzini · 12 years ago
  5. c0907c9 hw: move PCI bridges to hw/pci-* or hw/ARCH by Paolo Bonzini · 12 years ago
  6. fc97bb5 hw: move display devices to hw/display/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  7. 6e79074 hw: move virtio devices to hw/ subdirectories by Paolo Bonzini · 12 years ago
  8. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago
  9. 1fd6bb4 hw: make subdirectories for devices by Paolo Bonzini · 12 years ago
  10. 786fd2b VMXNET3 device implementation by Dmitry Fleytman · 12 years ago
  11. e263cd4 Packet abstraction for VMWARE network devices by Dmitry Fleytman · 12 years ago
  12. 06a1cea pl330: Initial version by Peter Crosthwaite · 12 years ago
  13. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago
  14. 1559e0d hw: move device-hotplug.o to toplevel, compile it once by Paolo Bonzini · 12 years ago
  15. b4a42f8 hw: move qdev-monitor.o to toplevel directory by Paolo Bonzini · 12 years ago
  16. fd7f0d6 hw: move fifo.[ch] to libqemuutil by Paolo Bonzini · 12 years ago
  17. 159b6e9 hw: move char backends to backends/ by Paolo Bonzini · 12 years ago
  18. d7dfca0 hw/sdhci: introduce standard SD host controller by Igor Mitsyanko · 12 years ago
  19. 07d17e7 allow disabling usb smartcard support by Gerd Hoffmann · 12 years ago
  20. 82cb6b0 build: remove extra-obj-y by Paolo Bonzini · 12 years ago
  21. 0008234 build: remove universal-obj-y by Paolo Bonzini · 12 years ago
  22. ff8eca5 virtio-bus: introduce virtio-bus by KONRAD Frederic · 12 years ago
  23. be657de Add GE IP-Octal 232 IndustryPack emulation by Alberto Garcia · 12 years ago
  24. 9c16fa7 Add TEWS TPCI200 IndustryPack emulation by Alberto Garcia · 12 years ago
  25. 9444e9e build: consolidate multiple variables into universal-obj-y by Paolo Bonzini · 12 years ago
  26. afd347a build: remove CONFIG_SMARTCARD by Paolo Bonzini · 12 years ago
  27. 63e3555 Merge branch 'master' of git://git.qemu.org/qemu into prep-up by Andreas Färber · 12 years ago
  28. 507066f qdev: Include qdev code into *-user, too by Eduardo Habkost · 12 years ago
  29. ef4929f dataplane: use linux-headers/ for virtio includes by Stefan Hajnoczi · 12 years ago
  30. 185ecf4 dataplane: add host memory mapping code by Stefan Hajnoczi · 12 years ago
  31. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  32. a404b61 qdev-properties.c: Separate core from the code used only by qemu-system-* by Eduardo Habkost · 12 years ago
  33. 525877c build: move rules from Makefile to */Makefile.objs by Paolo Bonzini · 12 years ago
  34. 6f99198 Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD by Paolo Bonzini · 12 years ago
  35. 315a135 pci: move pci core code to hw/pci by Michael S. Tsirkin · 12 years ago
  36. a1c9304 ich9: Add i82801b11 dmi-to-pci bridge by Jason Baron · 12 years ago
  37. 678e7b9 ich9: Add smbus by Jason Baron · 12 years ago
  38. e516572 ich9: Add acpi support and definitions by Jason Baron · 12 years ago
  39. 410edd9 pc/piix_pci: factor out smram/pam logic by Isaku Yamahata · 12 years ago
  40. 16c915b virtio-rng: hardware random number generator device by Amit Shah · 13 years ago
  41. 419ad67 serial: add pci variant by Gerd Hoffmann · 12 years ago
  42. 488cb99 serial: split serial.c by Gerd Hoffmann · 12 years ago
  43. 82a2499 m25p80: Initial implementation of SPI flash device by Peter A. G. Crosthwaite · 13 years ago
  44. a3578d4 hw: Added generic FIFO API. by Peter A. G. Crosthwaite · 13 years ago
  45. c9159fe Remove libhw by Stefan Weil · 12 years ago
  46. 92e1fb5 vfio: Enable vfio-pci and mark supported by Alex Williamson · 12 years ago
  47. b4a738b boards: add a 'none' machine type to all platforms by Anthony Liguori · 13 years ago
  48. 1ae41f4 prep: Add pc87312 Super I/O emulation by Hervé Poussineau · 13 years ago
  49. 58f9b98 arm: Move some ARM devices into libhw by Andreas Färber · 13 years ago
  50. 669b498 xilinx_axi*: Re-implemented interconnect by Peter A. G. Crosthwaite · 13 years ago
  51. 1ea3489 unicore32-softmmu: Add puv3 dma support by Guan Xuetao · 13 years ago
  52. f716c19 unicore32-softmmu: Add puv3 pm support by Guan Xuetao · 13 years ago
  53. a89d01c unicore32-softmmu: Add puv3 gpio support by Guan Xuetao · 13 years ago
  54. 56d07a9 unicore32-softmmu: Add puv3 ostimer support by Guan Xuetao · 13 years ago
  55. 5c8556a unicore32-softmmu: Add puv3 interrupt support by Guan Xuetao · 13 years ago
  56. aebcf56 esp: move PCI emulation to a new file esp-pci.c by Hervé Poussineau · 13 years ago
  57. 911525d hw/block-common: Factor out fall back to legacy -drive serial=... by Markus Armbruster · 13 years ago
  58. 9db1c0f hd-geometry: Move disk geometry guessing back from block.c by Markus Armbruster · 13 years ago
  59. e8f943c megasas: LSI Megaraid SAS HBA emulation by Hannes Reinecke · 13 years ago
  60. 07f9fd4 xilinx_axi*: Share devices between microblaze and microblazeel by Andreas Färber · 13 years ago
  61. 9bbfbb6 hw/xilinx_*: Share Xilinx devices between ppc and microblaze by Andreas Färber · 13 years ago
  62. c353f26 build: move per-target hw/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  63. be1029e build: convert libhw to nested Makefile.objs by Paolo Bonzini · 13 years ago
  64. 3d5a3f9 build: move target-independent hw/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago