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