summary refs log tree commit diff stats
path: root/hw/net/xen_nic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/net/xen_nic: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-091-0/+1
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-4/+4
* net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki2023-11-211-1/+2
* hw/xen: update Xen PV NIC to XenDevice modelDavid Woodhouse2023-11-071-115/+369
* hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse2023-03-071-6/+6
* hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse2023-03-071-5/+8
* net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-281-3/+2
* Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang2021-04-081-2/+3
* net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov2021-03-151-3/+2
* net: checksum: Introduce fine control over checksum typeBin Meng2021-01-251-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* xen: Import other xen/io/*.hAnthony PERARD2019-06-241-1/+1
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-7/+7
* xen: remove other open-coded use of libxengnttabPaul Durrant2018-05-221-19/+14
* xen: Rename xen_be_send_notifyEmil Condrea2016-10-281-2/+2
* xen: Rename xen_be_unbind_evtchnEmil Condrea2016-10-281-1/+1
* xen: Rename xen_be_printf to xen_pv_printfEmil Condrea2016-10-281-11/+11
* xen: Fix coding style warningsEmil Condrea2016-10-281-4/+8
* xen: Fix coding style errorsEmil Condrea2016-10-281-3/+5
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0
* xen: Clean up includesPeter Maydell2016-01-291-10/+1
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2016-01-261-9/+9
* maint: remove unused include for signal.hDaniel P. Berrange2015-09-111-1/+0
* xen: Drop net_rx_okFam Zheng2015-07-281-24/+1
* hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free itChen Gang2015-01-121-0/+1
* hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon...Chen Gang2015-01-121-4/+4
* hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' failsChen Gang2015-01-121-1/+6
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+439