index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
xen_nic.c
Age
Commit message (
Expand
)
Author
2024-03-09
hw/net/xen_nic: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-11-21
net: Provide MemReentrancyGuard * to qemu_new_nic()
Akihiko Odaki
2023-11-07
hw/xen: update Xen PV NIC to XenDevice model
David Woodhouse
2023-03-07
hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
David Woodhouse
2023-03-07
hw/xen: Pass grant ref to gnttab unmap operation
David Woodhouse
2022-10-28
net: introduce qemu_set_info_str() function
Laurent Vivier
2021-04-08
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang
2021-03-15
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov
2021-01-25
net: checksum: Introduce fine control over checksum type
Bin Meng
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-06-24
xen: Import other xen/io/*.h
Anthony PERARD
2019-01-14
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2018-05-22
xen: remove other open-coded use of libxengnttab
Paul Durrant
2016-10-28
xen: Rename xen_be_send_notify
Emil Condrea
2016-10-28
xen: Rename xen_be_unbind_evtchn
Emil Condrea
2016-10-28
xen: Rename xen_be_printf to xen_pv_printf
Emil Condrea
2016-10-28
xen: Fix coding style warnings
Emil Condrea
2016-10-28
xen: Fix coding style errors
Emil Condrea
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
2016-01-29
xen: Clean up includes
Peter Maydell
2016-01-26
xen: Switch to libxengnttab interface for compat shims.
Ian Campbell
2015-09-11
maint: remove unused include for signal.h
Daniel P. Berrange
2015-07-28
xen: Drop net_rx_ok
Fam Zheng
2015-01-12
hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free it
Chen Gang
2015-01-12
hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon...
Chen Gang
2015-01-12
hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' fails
Chen Gang
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini