Home
last modified time | relevance | path

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

12

/qemu/util/
H A Dtimed-average.c88 return &ta->windows[ta->current]; in current_window()
111 window_reset(&ta->windows[0]); in timed_average_init()
112 window_reset(&ta->windows[1]); in timed_average_init()
115 ta->windows[0].expiration = now + ta->period / 2; in timed_average_init()
116 ta->windows[1].expiration = now + ta->period; in timed_average_init()
135 TimedAverageWindow *w = &ta->windows[i]; in check_expirations()
143 if (ta->windows[0].expiration < ta->windows[1].expiration) { in check_expirations()
151 int64_t remaining = ta->windows[ta->current].expiration - now; in check_expirations()
168 TimedAverageWindow *w = &ta->windows[i]; in timed_average_account()
H A Dmeson.build6 if host_os != 'windows'
/qemu/qga/
H 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')
/qemu/hw/ppc/
H 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/docs/
H 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.
H A Dpci_expander_bridge.txt56 - All the devices behind the bridge will use bridge's IO/MEM windows compacting
/qemu/hw/pci/
H A Dpci_bridge.c192 PCIBridgeWindows *w = &br->windows; in pci_bridge_region_init()
240 PCIBridgeWindows *w = &br->windows; in pci_bridge_update_mappings()
402 pci_bridge_region_del(s, &s->windows); in pci_bridge_exitfn()
403 pci_bridge_region_cleanup(s, &s->windows); in pci_bridge_exitfn()
/qemu/include/qemu/
H A Dtimed-average.h46 TimedAverageWindow windows[2]; /* two overlapping windows of with member
/qemu/tests/unit/
H A Dmeson.build100 host_os != 'windows'
115 if host_os != 'windows'
153 if host_os != 'windows'
/qemu/tests/plugin/
H A Dmeson.build4 if host_os == 'windows'
/qemu/.gitlab-ci.d/
H A Dqemu-project.yml21 - local: '/.gitlab-ci.d/windows.yml'
H A Dwindows.yml4 - saas-windows-medium-amd64
/qemu/chardev/
H A Dmeson.build15 if host_os == 'windows'
/qemu/backends/
H A Dmeson.build13 if host_os != 'windows'
/qemu/tests/qtest/
H A Dmeson.build46 (get_option('default_devices') and host_os != 'windows' ? ['test-filter-mirror'] : []) + \
47 (get_option('default_devices') and host_os != 'windows' ? ['test-filter-redirector'] : [])
82 (host_os != 'windows' and \
302 if host_os != 'windows'
/qemu/plugins/
H A Dmeson.build17 if host_os == 'windows'
/qemu/ui/
H A Dmeson.build108 if host_os == 'windows'
124 if host_os == 'windows'
/qemu/tests/qemu-iotests/
H A Dmeson.build1 if not have_tools or host_os == 'windows'
/qemu/include/hw/pci/
H A Dpci_bridge.h76 PCIBridgeWindows windows; member
/qemu/net/
H A Dmeson.build48 if host_os == 'windows'
/qemu/
H A Dconfigure339 host_os=windows
585 (if test "$host_os" = windows; then
1054 if test "$host_os" = windows || test "$host_os" = haiku; then
1630 if test "$host_os" = windows; then
1636 if test "$host_os" = windows; then
/qemu/docs/system/devices/
H A Digb.rst71 .. [3] https://learn.microsoft.com/en-us/windows-hardware/test/hlk/
/qemu/tests/fp/
H A Dmeson.build6 if host_os == 'windows'
/qemu/hw/usb/
H A Dmeson.build48 if host_os != 'windows'
/qemu/block/
H A Dmeson.build91 if host_os == 'windows'

12