1. d999f7e Restore consistent formatting of audio devices by malc · 16 years ago
  2. b20a008 xilinx-eth: Remove debug print. by Edgar E. Iglesias · 16 years ago
  3. 42f1ced Don't set IRQs on device reset and loadvm/savevm by Blue Swirl · 16 years ago
  4. eae6bcb Call piix4_reset() on system reset. by Blue Swirl · 16 years ago
  5. 0d0a7e6 Don't set IRQs on device reset and loadvm/savevm by Blue Swirl · 16 years ago
  6. 15a1956 Call piix3_reset() on system reset. by Gleb Natapov · 16 years ago
  7. c8075ac Register usb-uhci reset function. by Gleb Natapov · 16 years ago
  8. bc26e55 Revert "Update irqs on reset and device load" by Blue Swirl · 16 years ago
  9. 727170b Allow user to specify CPU model by Blue Swirl · 16 years ago
  10. 77d4db0 Fix vga_screen_dump_blank() PPM generation by Eduardo Habkost · 16 years ago
  11. aea2a33 Prevent CD-ROM media eject while device is locked by Mark McLoughlin · 16 years ago
  12. 7d9aa9c pci: add define for communication class devices by Amit Shah · 16 years ago
  13. 5c5dafd virtio blk: fix warning. by Gerd Hoffmann · 16 years ago
  14. 49c47da lsi53c895a: Implement write access to DMA Byte Counter by Sebastian Herbszt · 16 years ago
  15. 4b9a2d6 lsi53c895a: Implement read and write access to DMA Next Address by Sebastian Herbszt · 16 years ago
  16. bd8ee11 lsi53c895a: Implement Scratch Byte Register by Sebastian Herbszt · 16 years ago
  17. 28c2c26 Rename pci_register_io_region() to pci_register_bar() by Avi Kivity · 16 years ago
  18. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  19. d3fa1e0 qdev: Fix regression in "pci_add ... storage if=virtio, ..." by Markus Armbruster · 16 years ago
  20. 7271618 Incorporate changes from v2 of Gleb's RTC reset patch by Anthony Liguori · 16 years ago
  21. ba49431 etrax: Don't pass CPUState to peripherals. by Edgar E. Iglesias · 16 years ago
  22. eeb7c03 Add rtc reset function. by Gleb Natapov · 16 years ago
  23. 11be4b3 Add static to local machine declaration. by Stefan Weil · 16 years ago
  24. 678e12c Don't use cpu_index as apic_id. by Gleb Natapov · 16 years ago
  25. c4f31a0 Apic creation should not depend on pci by Gleb Natapov · 16 years ago
  26. df97b92 Add -no-virtio-balloon command-line option by Eduardo Habkost · 16 years ago
  27. 6693665 Fix SDL include path. by Stefan Weil · 16 years ago
  28. a8b7063 Avoid a gcc 3 format warning by Blue Swirl · 16 years ago
  29. c7085da Avoid gcc 4.4 warning about uninitialized field by Blue Swirl · 16 years ago
  30. 4f72c4d Fix signedness problems by Blue Swirl · 16 years ago
  31. 3e3cabc xen nic: check tx queue after connect. by Gerd Hoffmann · 16 years ago
  32. 23327f7 include inttypes.h in xen.h by Gerd Hoffmann · 16 years ago
  33. a85d688 xen: adapt to qemu_machine changes by Gerd Hoffmann · 16 years ago
  34. 908c7b9 xen_disk: move sanity check to the correct place by Gerd Hoffmann · 16 years ago
  35. 41107bc ETRAX: DMA fixes for 64bit hosts. by Edgar E. Iglesias · 16 years ago
  36. 562183d ETRAX: Correct PIC creation for the bare FS board. by Edgar E. Iglesias · 16 years ago
  37. 074f2ff qdev: move name+size into DeviceInfo (v2) by Gerd Hoffmann · 16 years ago
  38. 57b452a Fix stellaris ethernet by Paul Brook · 16 years ago
  39. df12c1f Fix xilinx_ethlite breakage by 4f1c942b7f by Jan Kiszka · 16 years ago
  40. f8e76fb Merge branch 'net-queue' by Anthony Liguori · 16 years ago
  41. b9aaf7f Fix Sparse warning by Blue Swirl · 16 years ago
  42. 8238467 Remove unused and misnamed field and variable by Blue Swirl · 16 years ago
  43. 3dcd219 Update irqs on reset and device load by Blue Swirl · 16 years ago
  44. 32c86e9 Register reset functions for e1000 and rtl8139 by Blue Swirl · 16 years ago
  45. 4ffb17f virtio-net: Increase filter and control limits by Alex Williamson · 16 years ago
  46. 015cb16 virtio-net: Add new RX filter controls by Alex Williamson · 16 years ago
  47. 2d9aba3 virtio-net: MAC filter optimization by Alex Williamson · 16 years ago
  48. 8fd2a2f virtio-net: Fix MAC filter overflow handling by Alex Williamson · 16 years ago
  49. bbe2f39 virtio-net: reorganize receive_filter() by Alex Williamson · 16 years ago
  50. f10c592 virtio-net: Use a byte to store RX mode flags by Alex Williamson · 16 years ago
  51. 6c042c1 virtio-net: Add version_id 7 placeholder for vnet header support by Alex Williamson · 16 years ago
  52. 8aeff62 virtio-net: implement rx packet queueing by Mark McLoughlin · 16 years ago
  53. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  54. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  55. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  56. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  57. 10ae5a7 net: Improve parameter error reporting by Jan Kiszka · 16 years ago
  58. 98ba263 qdev: c99 initilaizers for bus_type_names by Gerd Hoffmann · 16 years ago
  59. 682aea0 xen nic: use XC_PAGE_SIZE instead of PAGE_SIZE. by Gerd Hoffmann · 16 years ago
  60. 7105b05 xen nic: use qemu_malloc by Gerd Hoffmann · 16 years ago
  61. 6379840 xen: net backend doesn't need linux headers. by Gerd Hoffmann · 16 years ago
  62. db241f4 Fix typo by Paul Brook · 16 years ago
  63. cae4956 qdev: add monitor command to dump the tree. by Gerd Hoffmann · 16 years ago
  64. 1431b6a Record device property types by Paul Brook · 16 years ago
  65. bdb1136 Remove ARM NVIC initialization hack by Paul Brook · 16 years ago
  66. aca312a qdev: kill DeviceState->name by Gerd Hoffmann · 16 years ago
  67. 4b0c7aa microblaze: Fix loading of petalogix s3adsp1800 dtb. by Edgar E. Iglesias · 16 years ago
  68. 40905a6 Stellaris qdev conversion by Paul Brook · 16 years ago
  69. 2c6554b Implement multiple samplers on stellaris ADC by Paul Brook · 16 years ago
  70. 5cea859 Use relative path for bios by Paul Brook · 16 years ago
  71. 8a43b1e Allow monitor interaction when using migrate -exec by Chris Lalancette · 16 years ago
  72. cab3c82 e1000: Ignore reset command by Kevin Wolf · 16 years ago
  73. 7696d1e microblaze: Conditionalize FDT features. by Edgar E. Iglesias · 16 years ago
  74. 6a8b1ae microblaze: Add petalogix s3a1800dsp MMU linux ref-design. by Edgar E. Iglesias · 16 years ago
  75. b43848a xilinx: Add ethlite emulation. by Edgar E. Iglesias · 16 years ago
  76. ee118d9 xilinx: Add uartlite emulation. by Edgar E. Iglesias · 16 years ago
  77. 388f60b xilinx: Add OPB timer. by Edgar E. Iglesias · 16 years ago
  78. 17628bc xilinx: Add interrupt controller. by Edgar E. Iglesias · 16 years ago
  79. 1f07fd1 microblaze: Add CPU interrupt wrapper logic. by Edgar E. Iglesias · 16 years ago
  80. 067a3dd Remove qdev irq sink handling by Paul Brook · 16 years ago
  81. 3cb5a22 ETRAX: Removed unused struct entry and fixed Windows build. by Stefan Weil · 16 years ago
  82. 02e2da4 Add common BusState by Paul Brook · 16 years ago
  83. 4856fcf Fix lance segfaults by Paul Brook · 16 years ago
  84. 40ff162 serial: fix lost character after sysrq by Jason Wessel · 16 years ago
  85. 7e57f04 usb-serial: implement break event. by Jason Wessel · 16 years ago
  86. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  87. 93102fd kvm: Fix framebuffer dirty log sync by Jan Kiszka · 16 years ago
  88. 1962953 introduce set_rate_limit function for QEMUFile by Glauber Costa · 16 years ago
  89. 0c25743 Introduce is_default field for QEMUMachine by Anthony Liguori · 16 years ago
  90. 993fbfd Refactor how display drivers are selected by Anthony Liguori · 16 years ago
  91. 2567f57 Compile most Xen files only once by Blue Swirl · 16 years ago
  92. e20a8df Compile fdc, escc and SCSI controllers only once by Blue Swirl · 16 years ago
  93. 368b90d Let the venomous poison spread to more identifiers by Blue Swirl · 16 years ago
  94. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  95. 42fa1c2 Remove initrd warning message by Richard W.M. Jones · 16 years ago
  96. e6ade76 keep initrd in below 4g area. by Glauber Costa · 16 years ago
  97. 3a8bae3 Remove dead code by malc · 16 years ago
  98. 1ad2134 Hardware convenience library by Paul Brook · 16 years ago
  99. 8a637d4 Disable >4G ram support on 32-bit targets by Paul Brook · 16 years ago
  100. bba831e Remove obsolete BIOS_SIZE from sysemu.h by Paul Brook · 16 years ago