aboutsummaryrefslogtreecommitdiff
path: root/hw/net/xen_nic.c
AgeCommit message (Expand)Author
2024-03-09hw/net/xen_nic: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki
2023-11-07hw/xen: update Xen PV NIC to XenDevice modelDavid Woodhouse
2023-03-07hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-24xen: Import other xen/io/*.hAnthony PERARD
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2018-05-22xen: remove other open-coded use of libxengnttabPaul Durrant
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea
2016-10-28xen: Fix coding style warningsEmil Condrea
2016-10-28xen: Fix coding style errorsEmil Condrea
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-01-29xen: Clean up includesPeter Maydell
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2015-07-28xen: Drop net_rx_okFam Zheng
2015-01-12hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free itChen Gang
2015-01-12hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon...Chen Gang
2015-01-12hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' failsChen Gang
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini