1. cd7aafc sb16: remove highspeed reset code by malc · 15 years ago
  2. 57a46d0 Convert linux bootrom to external rom and fw_cfg by Alexander Graf · 15 years ago
  3. 7787319 Convert multiboot to fw_cfg backed data storage by Alexander Graf · 15 years ago
  4. 235f86e Introduce rom_copy by Alexander Graf · 15 years ago
  5. ff06108 fw_cfg: change cur_offset to 32 bits by Juan Quintela · 15 years ago
  6. c163b5c Block live migration by lirans@il.ibm.com · 15 years ago
  7. 127338e char: rename qemu_chr_reset to qemu_chr_generic_open by Amit Shah · 15 years ago
  8. 0ef849d ARM PB-A8 support by Paul Brook · 15 years ago
  9. 2a42499 LAN9118 emulation by Paul Brook · 15 years ago
  10. e90e795 mips_r4k: fix reset by Aurelien Jarno · 15 years ago
  11. d27d06f PPC64: map Uni-North AGP bus aka fix Linux boot by Blue Swirl · 15 years ago
  12. 6039874 PPC64: Partial fix to Linux crash: revert to old devfn by Blue Swirl · 15 years ago
  13. c364c97 PCI: make duplicate devfn allocation fatal by Blue Swirl · 15 years ago
  14. 593c0d1 mips malta: fix indentation by Aurelien Jarno · 15 years ago
  15. c938ada mips-malta: fix reset by Aurelien Jarno · 15 years ago
  16. 91011d4 pci: Fix function pci_default_write_config by Stefan Weil · 15 years ago
  17. e16ad5b mips: fix CPU reset by Aurelien Jarno · 15 years ago
  18. bc90ff7 Fix PPC crash by Blue Swirl · 15 years ago
  19. c988bfa ARM MPCore tweaks by Paul Brook · 15 years ago
  20. 26e92f6 Realview/EB procid hacks by Paul Brook · 15 years ago
  21. dbe73d7 pci: fix the conversion of config field from array to pointer by Juan Quintela · 15 years ago
  22. 2966b39 fdc: fix vmstate variable passed by Juan Quintela · 15 years ago
  23. a00b233 e1000 fix: read access to some registers is missing. by Kay Ackermann · 15 years ago
  24. 49c3c8d virtio-blk: Pass read errors to the guest by Kevin Wolf · 15 years ago
  25. 593831d qdev: Check if unplug handler exists before calling it by Amit Shah · 15 years ago
  26. 6a90e30 eepro100: Add missing .exit initialisation by Stefan Weil · 15 years ago
  27. 4e9df06 eepro100: Fix boot ROM support by Stefan Weil · 15 years ago
  28. 038eaf8 serial: Add interface to set reference oscillator frequency by Stefan Weil · 15 years ago
  29. ba6d048 microblaze: Move the kcmdline out of the way. by Edgar E. Iglesias · 15 years ago
  30. be0f204 Fix ARM MCore secondary cpu boot by Paul Brook · 15 years ago
  31. 97fe84f Reject late rom loading by Paul Brook · 15 years ago
  32. f2d7497 Fix ARM system emulation by Paul Brook · 15 years ago
  33. ba42b64 eepro100: Improve support for different devices by Stefan Weil · 15 years ago
  34. b4dccd8 pci/monitor: print out bridge's filtering values and so on. by Isaku Yamahata · 15 years ago
  35. a0c7a97 pci: implement pci bridge filtering. by Isaku Yamahata · 15 years ago
  36. 1074df4 pci: factor out pci_for_each_device(). by Isaku Yamahata · 15 years ago
  37. a968857 pci: cosmetic on pci_upadte_mappings() by Isaku Yamahata · 15 years ago
  38. fb23162 pci: initialize pci config headers depending it pci header type. by Isaku Yamahata · 15 years ago
  39. edb0003 pci: teach pci_default_config_write() ROM bar for normal/bridge device . by Isaku Yamahata · 15 years ago
  40. 260c0cd pci: use range helper functions. by Isaku Yamahata · 15 years ago
  41. f49db80 pci: add helper functions to check ranges overlap. by Isaku Yamahata · 15 years ago
  42. a9f4994 pci: pcie host and mmcfg support. by Isaku Yamahata · 15 years ago
  43. 9cae69b vmstate: introduce VMSTATE_BUFFER_UNSAFE_INFO. by Isaku Yamahata · 15 years ago
  44. ce195fb pci_host: change the signature of pci_data_{read, write}. by Isaku Yamahata · 15 years ago
  45. 766347c pci: move pci host stuff from pci.c to pci_host.c by Isaku Yamahata · 15 years ago
  46. 74e32ac pci: factor out the conversion logic from io port address into pci device. by Isaku Yamahata · 15 years ago
  47. e822a52 pci: make pci configuration transaction more accurate. by Isaku Yamahata · 15 years ago
  48. e94ff65 pci: remove bus_num member from struct PCIBus. by Isaku Yamahata · 15 years ago
  49. 1442125 pci: 64bit bar support. by Isaku Yamahata · 15 years ago
  50. 4f8589e pci: typedef pcibus_t as uint64_t instead of uint32_t. by Isaku Yamahata · 15 years ago
  51. 89e8b13 pci: introduce FMT_PCIBUS for printf format for pcibus_t. by Isaku Yamahata · 15 years ago
  52. 6e355d9 pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t by Isaku Yamahata · 15 years ago
  53. a455783 pci_host: consolidate pci config address access. by Isaku Yamahata · 15 years ago
  54. 4f5e19e pci_host.h: move functions in pci_host.h into .c file. by Isaku Yamahata · 15 years ago
  55. b3b1169 pci: make pci_bar() aware of header type 1. by Isaku Yamahata · 15 years ago
  56. 5029fe1 pci: clean up of pci_default_read_config. by Isaku Yamahata · 15 years ago
  57. 0392a01 pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h by Isaku Yamahata · 15 years ago
  58. 67a51b4 pci: clean up pci_init_wmask() by Isaku Yamahata · 15 years ago
  59. 74c0182 pci/bridge: clean up of pci_bridge_initfn() by Isaku Yamahata · 15 years ago
  60. b0ff8eb pci: use helper functions to access pci config space. by Isaku Yamahata · 15 years ago
  61. fb5ce7d pci: helper functions to access PCIDevice::config by Isaku Yamahata · 15 years ago
  62. 182f9c8 pci: define a constant to represent a unmapped bar and use it. by Isaku Yamahata · 15 years ago
  63. 2217dcf pci: use PCI_SLOT() and PCI_FUNC(). by Isaku Yamahata · 15 years ago
  64. e369cad pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4. by Isaku Yamahata · 15 years ago
  65. 2e49d64 pci: fix PCI_DPRINTF() wrt variadic macro. by Isaku Yamahata · 15 years ago
  66. 43b443b scsi: move scsi-disk.h -> scsi.h by Gerd Hoffmann · 15 years ago
  67. 1cd3af5 scsi: move scsi.h -> esp.h by Gerd Hoffmann · 15 years ago
  68. 184bd04 whitelist host virtio networking features by Dustin Kirkland · 15 years ago
  69. cdd5cc1 virtio-net: split the has_buffers() logic from can_receive() by Mark McLoughlin · 15 years ago
  70. eb85201 Configurable block format whitelist by Markus Armbruster · 15 years ago
  71. 39a51df qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-user by Markus Armbruster · 15 years ago
  72. c79662f Pass the drive's readonly attribute to the guest OS by Naphtali Sprei · 15 years ago
  73. 4a64356 IDE: Fix reset handling by Blue Swirl · 15 years ago
  74. d84bda4 PPC: rename cpu_ppc_reset to cpu_reset for consistency by Blue Swirl · 15 years ago
  75. 44a9935 Sparc64/x86: remove unneeded calls to device reset by Blue Swirl · 15 years ago
  76. e439413 PPC: remove unneeded calls to device reset by Blue Swirl · 15 years ago
  77. a01d6ef sparc32 (mostly): remove unneeded calls to device reset by Blue Swirl · 15 years ago
  78. c169998 v3: don't call reset functions on cpu initialization by Glauber Costa · 15 years ago
  79. cae334c vga: fix line comparison by malc · 15 years ago
  80. d198419 vga: Respect Line Compare Register in text modes by malc · 15 years ago
  81. 2d7adea hw/sd: Support SDHC size cards by Andrzej Zaborowski · 15 years ago
  82. 04095e5 Remove e1000 rom loading hack by Anthony Liguori · 15 years ago
  83. 3cbe04c virtio-net: fix macaddr config regression by Mark McLoughlin · 15 years ago
  84. 76f5159 qemu/msix: fix table access issues by Michael S. Tsirkin · 15 years ago
  85. 79758e9 qemu/virtio: make wmb compiler barrier + comments by Michael S. Tsirkin · 15 years ago
  86. 718b8ae serial: Add missing bit by Stefan Weil · 15 years ago
  87. 66a6593 usb: print attached status in info qtree by Gerd Hoffmann · 15 years ago
  88. b3e461d usb-storage: use qdev for -usbdevice by Gerd Hoffmann · 15 years ago
  89. 61e094c usb: make attach optional. by Gerd Hoffmann · 15 years ago
  90. 2b0efdc usb-serial and braille: use qdev for -usbdevice by Gerd Hoffmann · 15 years ago
  91. fa7c70c usb-hid: use qdev for -usbdevice by Gerd Hoffmann · 15 years ago
  92. 0958b4c usb core: use qdev for -usbdevice by Gerd Hoffmann · 15 years ago
  93. 51edd4e use rom loader for pc bios. by Gerd Hoffmann · 15 years ago
  94. 5245d57 vga roms: move loading from pc.c to vga drivers. by Gerd Hoffmann · 15 years ago
  95. de2aff1 rom loader: make vga+rom loading configurable. by Gerd Hoffmann · 15 years ago
  96. 14a3f32 rom loader: use qemu_strdup. by Gerd Hoffmann · 15 years ago
  97. a8ed73f net: move more stuff into net/tap-win32.c, add net/tap.h by Mark McLoughlin · 15 years ago
  98. 7200ac3 net: move net-checksum.c under net/ by Mark McLoughlin · 15 years ago
  99. 0ce0e8f virtio-net: add tap_has_ufo flag to saved state by Mark McLoughlin · 15 years ago
  100. 6c9f58b Enable UFO on virtio-net and tap devices by Sridhar Samudrala · 15 years ago