Home
last modified time | relevance | path

Searched refs:windows (Results 1 – 25 of 36) sorted by relevance

12

/qemu/util/
A Dtimed-average.c90 return &ta->windows[ta->current]; in current_window()
113 window_reset(&ta->windows[0]); in timed_average_init()
114 window_reset(&ta->windows[1]); in timed_average_init()
117 ta->windows[0].expiration = now + ta->period / 2; in timed_average_init()
118 ta->windows[1].expiration = now + ta->period; in timed_average_init()
137 TimedAverageWindow *w = &ta->windows[i]; in check_expirations()
145 if (ta->windows[0].expiration < ta->windows[1].expiration) { in check_expirations()
153 int64_t remaining = ta->windows[ta->current].expiration - now; in check_expirations()
170 TimedAverageWindow *w = &ta->windows[i]; in timed_average_account()
/qemu/qga/
A Dmeson.build10 .require(host_os == 'windows',
71 if host_os == 'windows'
77 'commands-windows-ssh.c'
96 if host_os == 'windows'
106 if host_os == 'windows'
128 if host_os == 'windows'
190 if host_os != 'windows' and not get_option('fuzzing')
A Dqapi-schema.json1252 # @signal: signal number (linux) or unhandled exception code (windows)
1317 # out-data. Not effective on windows guests.
1399 # @domain: Logon domain (windows only)
1861 # @irtt: Initial round-trip delay (not for windows, IPv4 only)
1863 # @flags: Route flags (not for windows)
1865 # @refcnt: The route's reference count (not for windows)
1867 # @use: Route usage count (not for windows)
1869 # @window: TCP window size, used for flow control (not for windows, IPv4 only)
1871 # @mtu: Data link layer maximum packet size (not for windows)
/qemu/hw/ppc/
A Dspapr_rtas_ddw.c153 int windows; in rtas_ibm_create_pe_dma_window() local
169 windows = spapr_phb_get_active_win_num(sphb); in rtas_ibm_create_pe_dma_window()
176 if (!liobn || !sphb->ddw_enabled || windows == SPAPR_PCI_DMA_MAX_WINDOWS) { in rtas_ibm_create_pe_dma_window()
185 win_addr = (windows == 0) ? sphb->dma_win_addr : sphb->dma64_win_addr; in rtas_ibm_create_pe_dma_window()
/qemu/contrib/plugins/
A Dmeson.build3 if host_os != 'windows'
11 if host_os == 'windows'
/qemu/docs/
A Dqemupciserial.inf4 ; just an inf file to tell windows which pci id the serial pci card
5 ; emulated by qemu has, and to apply a name tag to it which windows
12 ; Procedure may vary a bit depending on the windows version.
A Dpci_expander_bridge.txt56 - All the devices behind the bridge will use bridge's IO/MEM windows compacting
/qemu/hw/pci/
A Dpci_bridge.c192 PCIBridgeWindows *w = &br->windows; in pci_bridge_region_init()
240 PCIBridgeWindows *w = &br->windows; in pci_bridge_update_mappings()
407 pci_bridge_region_del(s, &s->windows); in pci_bridge_exitfn()
408 pci_bridge_region_cleanup(s, &s->windows); in pci_bridge_exitfn()
/qemu/include/qemu/
A Dtimed-average.h48 TimedAverageWindow windows[2]; /* two overlapping windows of with member
/qemu/tests/unit/
A Dmeson.build101 host_os != 'windows'
116 if host_os != 'windows'
152 if host_os != 'windows'
/qemu/tests/tcg/plugins/
A Dmeson.build4 if host_os == 'windows'
/qemu/.gitlab-ci.d/
A Dqemu-project.yml21 - local: '/.gitlab-ci.d/windows.yml'
/qemu/chardev/
A Dmeson.build15 if host_os == 'windows'
/qemu/backends/
A Dmeson.build13 if host_os != 'windows'
/qemu/
A Dmeson.build357 elif host_os == 'windows'
486 if host_os == 'windows'
582 if host_os == 'windows'
802 if host_os == 'windows'
809 win = import('windows')
2595 if host_os == 'windows'
3076 elif host_os == 'windows'
3126 if host_os == 'windows'
3136 if host_os == 'windows'
4477 if host_os != 'windows'
[all …]
A Dconfigure346 host_os=windows
613 (if test "$host_os" = windows; then
1094 if test "$host_os" = windows || test "$host_os" = haiku; then
1265 windows)
/qemu/plugins/
A Dmeson.build25 if host_os == 'windows'
/qemu/tests/qtest/
A Dmeson.build49 (get_option('default_devices') and host_os != 'windows' ? ['test-filter-mirror'] : []) + \
50 (get_option('default_devices') and host_os != 'windows' ? ['test-filter-redirector'] : [])
96 (host_os != 'windows' and \
319 if host_os != 'windows'
/qemu/ui/
A Dmeson.build107 if host_os == 'windows'
123 if host_os == 'windows'
/qemu/tests/qemu-iotests/
A Dmeson.build1 if not have_tools or host_os == 'windows'
/qemu/include/hw/pci/
A Dpci_bridge.h78 PCIBridgeWindows windows; member
/qemu/net/
A Dmeson.build48 if host_os == 'windows'
/qemu/docs/system/devices/
A Digb.rst71 .. [3] https://learn.microsoft.com/en-us/windows-hardware/test/hlk/
/qemu/hw/usb/
A Dmeson.build46 if host_os != 'windows'
/qemu/tests/fp/
A Dmeson.build6 if host_os == 'windows'

Completed in 59 milliseconds

12