1. 67f67bd hw/net/spapr: prevent potential NULL dereference by Oleg Sviridov · 9 months ago
  2. 1de81b4 hw/net: Constify VMState by Richard Henderson · 1 year, 2 months ago
  3. 7d0fefd net: Provide MemReentrancyGuard * to qemu_new_nic() by Akihiko Odaki · 1 year, 9 months ago
  4. 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  5. 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years, 3 months ago
  6. 2d154d2 hw/net: move allocation to the heap due to very large stack frame by Elena Afanasova · 4 years, 5 months ago
  7. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  8. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  9. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  10. 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  11. 40c2281 Drop more @errp parameters after previous commit by Markus Armbruster · 4 years, 10 months ago
  12. b8c4b67 hw/net: Make NetCanReceive() return a boolean by Philippe Mathieu-Daudé · 5 years ago
  13. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  14. 7678b74 spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper by David Gibson · 5 years ago
  15. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  16. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  17. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  18. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  19. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  20. ce2918c spapr: Use CamelCase properly by David Gibson · 6 years ago
  21. 87684b4 hw/net/spapr_llan: 6 byte mac address device tree entry by Sam Bobroff · 8 years ago
  22. b12227a hw: Fix typos found by codespell by Stefan Weil · 8 years ago
  23. e8bb33d spapr_llan: convert to trace framework instead of DPRINTF by Laurent Vivier · 8 years ago
  24. 32f5f50 spapr: implement H_CHANGE_LOGICAL_LAN_MAC h_call by Laurent Vivier · 9 years ago
  25. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  26. 5c29dd8 hw/net/spapr_llan: Provide counter with dropped rx frames to the guest by Thomas Huth · 9 years ago
  27. 8836630 hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffers by Thomas Huth · 9 years ago
  28. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  29. cbd62f8 hw: do not use VMSTATE_*TL by Paolo Bonzini · 11 years ago
  30. 84a5a80 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  31. 57c522f hw/net/spapr_llan: Enable the RX buffer pools by default for new machines by Thomas Huth · 9 years ago
  32. 831e882 hw/net/spapr_llan: Fix receive buffer handling for better performance by Thomas Huth · 9 years ago
  33. d6f39fd hw/net/spapr_llan: Extract rx buffer code into separate functions by Thomas Huth · 9 years ago
  34. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  35. 0d75590 ppc: Clean up includes by Peter Maydell · 9 years ago
  36. 28e0204 spapr: Merge sPAPREnvironment into sPAPRMachineState by David Gibson · 10 years ago
  37. 28b07e7 spapr_vio: Convert to realize() by Markus Armbruster · 10 years ago
  38. 57407ea net: remove all cleanup methods from NIC NetClientInfos by Paolo Bonzini · 10 years ago
  39. d749e10 bootindex: move calling add_boot_device_patch to bootindex setter function by Gonglei · 10 years ago
  40. dfe79cf spapr_lian: add bootindex to qom property by Gonglei · 10 years ago
  41. 439ce14 spapr-vlan: Don't touch last entry in buffer list by Anton Blanchard · 11 years ago
  42. 3aff6c2 savevm: Remove all the unneeded version_minimum_id_old (ppc) by Juan Quintela · 11 years ago
  43. ad4f62d spapr_llan: Add to boot device list by Alexey Kardashevskiy · 11 years ago
  44. 0a61f3b spapr-vlan: flush queue whenever can_receive can go from false to true by Alexey Kardashevskiy · 11 years ago
  45. 29fdedf spapr: add vio-bus devices to categories by Alexey Kardashevskiy · 11 years ago
  46. f6bda9c spapr: Rename 'dprintf' to 'DPRINTF' by Peter Maydell · 12 years ago
  47. 686fefe pseries: savevm support for PAPR VIO logical lan by David Gibson · 12 years ago
  48. e0ff466 spapr_llan: fix device reenabling by Alexey Kardashevskiy · 12 years ago
  49. fd506b4f pseries: Convert VIO code to QOM style type safe(ish) casts by David Gibson · 12 years ago
  50. d7e35d4 hw: move NICs to hw/net/, configure via default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/spapr_llan.c]
  51. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  52. fa38891 Merge remote-tracking branch 'origin/master' into staging by Anthony Liguori · 12 years ago
  53. 156dfad pseries: Add cleanup hook for PAPR virtual LAN device by David Gibson · 12 years ago
  54. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  55. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  56. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  57. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  58. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  59. b13ce26 spapr: Pass PowerPCCPU to hypercalls by Andreas Färber · 13 years ago
  60. a307d59 pseries: Rework irq assignment to avoid carrying qemu_irqs around by Alexey Kardashevskiy · 13 years ago
  61. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  62. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  63. ad0ebb9 pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure by David Gibson · 13 years ago
  64. d601fac pseries: Implement automatic PAPR VIO address allocation by David Gibson · 13 years ago
  65. c17491b pseries: Fix reset of VIO network device by David Gibson · 13 years ago
  66. d9599c9 pseries: Clean up hcall_dprintf() debugging messages by David Gibson · 13 years ago
  67. e2684c0 ppc hw/: Don't use CPUState by Andreas Färber · 13 years ago
  68. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  69. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  70. 3954d33 spapr: convert to QEMU Object Model (v2) by Anthony Liguori · 13 years ago
  71. e855761 qdev: prepare source tree for code conversion by Anthony Liguori · 13 years ago
  72. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  73. 1fc0253 pseries: Remove hcalls callback by David Gibson · 13 years ago
  74. 77c7ea5 spapr: prepare for qdevification of irq by Paolo Bonzini · 14 years ago
  75. 277f9ac spapr: proper qdevification by Paolo Bonzini · 14 years ago
  76. 1235a9c pSeries: Clean up write-only variables by David Gibson · 14 years ago
  77. fa22702 spapr_llan: Fix warning when compiled with -dDEBUG by Alexey Kardashevskiy · 14 years ago
  78. 8d90ad9 Implement sPAPR Virtual LAN (ibmveth) by David Gibson · 14 years ago