1. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  2. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  3. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  4. 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  5. 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  6. b8c4b67 hw/net: Make NetCanReceive() return a boolean by Philippe Mathieu-Daudé · 5 years ago
  7. 0002c3a hw/net/smc91c111: Let smc91c111_can_receive() return a boolean by Philippe Mathieu-Daudé · 5 years ago
  8. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  9. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  10. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  11. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  12. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  13. 437cc27 hw/devices: Move SMSC 91C111 declaration into a new header by Philippe Mathieu-Daudé · 6 years ago
  14. f5ac82c net: smc91c111: convert SysBus init method to a realize method by Cédric Le Goater · 6 years ago
  15. 637e5d8 hw/net/smc91c111: Use qemu_log_mask(UNIMP) instead of fprintf by Philippe Mathieu-Daudé · 7 years ago
  16. b9992d1 hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_error by Philippe Mathieu-Daudé · 7 years ago
  17. 50a22d0 hw/net/smc91c111: Convert away from old_mmio by Peter Maydell · 7 years ago
  18. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  19. e8d4046 hw/net: Clean up includes by Peter Maydell · 9 years ago
  20. 271a234 net: smc91c111: flush packets on RCR register changes by Peter Crosthwaite · 9 years ago
  21. e62cb54 net: smc91c111: gate can_receive() on rx FIFO having a slot by Peter Crosthwaite · 9 years ago
  22. 8d06b14 net: smc91c111: guard flush_queued_packets() on can_rx() by Peter Crosthwaite · 9 years ago
  23. 57407ea net: remove all cleanup methods from NIC NetClientInfos by Paolo Bonzini · 10 years ago
  24. 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
  25. 8b7acc7 smc91c111: Fix receive starvation by Sebastian Huber · 11 years ago
  26. 926d152 smc91c111: QOM cast cleanup by Andreas Färber · 12 years ago
  27. eedfac6 hw/n*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  28. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  29. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  30. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/smc91c111.c]
  31. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  32. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  33. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  34. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  35. 89556d1 hw/smc91c111: Add explicit 'return' rather than relying on fallthrough by Peter Maydell · 12 years ago
  36. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  37. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  38. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  39. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  40. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  41. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  42. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  43. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  44. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  45. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  46. 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
  47. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  48. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  49. 5a95b51 hw/smc91c111: Convert to MemoryRegion by Peter Maydell · 14 years ago
  50. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  51. 1e36f6a smc91c111: qdevify reset by Juha Riihimäki · 14 years ago
  52. 3ac5943 stc91c111: Implement save/restore by Peter Maydell · 14 years ago
  53. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  54. 22ed1d34 arm: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  55. 14da561 smc91c111: allow access to reserved register by Lars Munch · 15 years ago
  56. 3b4b86a smc91c111: mask register offset by Lars Munch · 15 years ago
  57. 42a4260 net: convert smc91c111 to NICState by Mark McLoughlin · 15 years ago
  58. 5013215 smc91c111: use qdev properties for configuration. by Gerd Hoffmann · 15 years ago
  59. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  60. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  61. 99a0949 Get rid of _t suffix by malc · 15 years ago
  62. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  63. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  64. ee6847d qdev: rework device properties. by Gerd Hoffmann · 16 years ago
  65. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  66. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  67. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  68. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  69. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  70. 418dcf5 smc91c111 qdev conversion by Paul Brook · 16 years ago
  71. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  72. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  73. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  74. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  75. 96d5e20 add missing MAC address to info_str for some NICs (Mark McLoughlin) by aliguori · 16 years ago
  76. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  77. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  78. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  79. 4d1165f Fix 64-bit host printf format mismatches. by pbrook · 17 years ago
  80. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  81. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  82. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  83. 687fa64 Random bug fixes from code inspection, by Wang Cheng Yeh. by ths · 18 years ago
  84. 416b5d3 Avoid "unused variable" compiler warning. by ths · 18 years ago
  85. 9f08349 Spelling fixes, thanks to Stefan Weil. by ths · 18 years ago
  86. d861b05 Avoid buffer overflow when sending slirp packets. by pbrook · 19 years ago
  87. 5198cfd smc91c111 fixes (Paul Brook) by bellard · 19 years ago
  88. 80337b6 NIC emulation for qemu arm-softmmu (Paul Brook) by bellard · 19 years ago