Searched refs:foreground (Results 1 – 5 of 5) sorted by relevance
| /qemu/contrib/ivshmem-server/ |
| A D | main.c | 29 bool foreground; member 88 args->foreground = 1; in ivshmem_server_parse_args() 137 if (args->verbose == 1 && args->foreground == 0) { in ivshmem_server_parse_args() 194 .foreground = IVSHMEM_SERVER_DEFAULT_FOREGROUND, in main() 247 if (!args.foreground) { in main()
|
| /qemu/ui/ |
| A D | cursor.c | 132 uint32_t foreground, uint32_t background, uint8_t *image, in cursor_set_mono() argument 160 *data = 0xff000000 | foreground; in cursor_set_mono() 194 *data = 0xff000000 | foreground; in cursor_set_mono()
|
| /qemu/tests/tcg/ |
| A D | Makefile.target | 57 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2 > $1.out, \ 60 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2, \
|
| /qemu/python/qemu/utils/ |
| A D | qom_fuse.py | 87 self.fuse = FUSE(self, self.mount, foreground=True)
|
| /qemu/include/ui/ |
| A D | console.h | 174 uint32_t foreground, uint32_t background, uint8_t *image,
|
Completed in 14 milliseconds