Home
last modified time | relevance | path

Searched full:irc (Results 1 – 8 of 8) sorted by relevance

/qemu/docs/devel/
H A Dconflict-resolution.rst21 a real-time medium such as IRC. You could also try to get a third-party (e.g.
29 For very urgent topics, you can also inform one or more members through IRC.
65 spaces (mailing lists, IRC, wiki, etc.), possibly including in-person
H A Dindex.rst13 IRC channel or mailing list and hopefully we can improve the
H A Dcode-of-conduct.rst44 This includes IRC, the mailing lists, the issue tracker, community
/qemu/
H A D.travis.yml17 # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
18 # to prevent IRC notifications from forks. This was created using:
19 # $ travis encrypt -r "qemu/qemu" "irc.oftc.net#qemu"
21 irc:
H A DREADME.rst162 main methods being email and IRC:
166 * #qemu on irc.oftc.net
/qemu/hw/sensor/
H A Dlsm303dlhc_mag.c65 uint8_t irc; member
291 s->irc = s->buf; in lsm303dlhc_mag_write()
367 resp = s->irc; in lsm303dlhc_mag_recv()
463 VMSTATE_UINT8(irc, LSM303DLHCMagState),
491 s->irc = 0x33; in lsm303dlhc_mag_default_cfg()
/qemu/tests/qtest/
H A Dlsm303dlhc-mag-test.c129 /* Default value for IRC = 0x33 */ in reg_wraparound()
/qemu/block/
H A Dfile-posix.c2856 * irc discussion said that contingency on contingency was overkill. in raw_getlength()