Home
last modified time | relevance | path

Searched +full:x64 +full:- +full:freebsd +full:- +full:14 +full:- +full:build (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/.gitlab-ci.d/
H A Dcirrus.yml5 # The Cirrus CI configuration is generated by replacing target-specific
15 stage: build
16 image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest
18 # 20 mins larger than "timeout_in" in cirrus/build.yml
19 # as there's often a 5-10 minute delay before Cirrus CI
23 - source .gitlab-ci.d/cirrus/$NAME.vars
24 - sed -e "s|[@]CI_REPOSITORY_URL@|$CI_REPOSITORY_URL|g"
25 -e "s|[@]CI_COMMIT_REF_NAME@|$CI_COMMIT_REF_NAME|g"
26 -e "s|[@]CI_COMMIT_SHA@|$CI_COMMIT_SHA|g"
27 -e "s|[@]CIRRUS_VM_INSTANCE_TYPE@|$CIRRUS_VM_INSTANCE_TYPE|g"
[all …]
/openbmc/qemu/hw/net/
H A Drtl8139.c25 * 2006-Jan-28 Mark Malakanov : TSAD and CSCR implementation (for Windows driver)
27 * 2006-Apr-28 Juergen Lock : EEPROM emulation changes for FreeBSD driver
28 * HW revision ID changes for FreeBSD driver
30 * 2006-Jul-01 Igor Kovalenko : Implemented loopback mode for FreeBSD driver
37 * 2006-Jul-04 Igor Kovalenko : Implemented TCP segmentation offloading
40 * 2006-Jul-09 Igor Kovalenko : Fixed TCP header length calculation while processing
45 * 2010-Feb-04 Frediano Ziglio: Rewrote timer support using QEMU timer only
48 * 2011-Mar-22 Benjamin Poirier: Implemented VLAN offloading
55 #include "hw/qdev-properties.h"
75 ( ( input ) & ( size - 1 ) )
[all …]