aboutsummaryrefslogtreecommitdiff
path: root/hw/net/xen_nic.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-09hw/net/xen_nic: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-4/+4
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-1/+2
2023-11-07hw/xen: update Xen PV NIC to XenDevice modelDavid Woodhouse1-115/+369
2023-03-07hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse1-6/+6
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse1-5/+8
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier1-3/+2
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang1-2/+3
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov1-3/+2
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-24xen: Import other xen/io/*.hAnthony PERARD1-1/+1
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant1-7/+7
2018-05-22xen: remove other open-coded use of libxengnttabPaul Durrant1-19/+14
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea1-2/+2
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea1-1/+1
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea1-11/+11
2016-10-28xen: Fix coding style warningsEmil Condrea1-4/+8
2016-10-28xen: Fix coding style errorsEmil Condrea1-3/+5
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-01-29xen: Clean up includesPeter Maydell1-10/+1
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell1-9/+9
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange1-1/+0
2015-07-28xen: Drop net_rx_okFam Zheng1-24/+1
2015-01-12hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free itChen Gang1-0/+1
2015-01-12hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon...Chen Gang1-4/+4
2015-01-12hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' failsChen Gang1-1/+6
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+439