CINXE.COM

Support - QEMU

<!DOCTYPE HTML> <!-- Linear by TEMPLATED templated.co @templatedco Released for free under the Creative Commons Attribution 3.0 license (templated.co/license) --> <html lang="en"> <head> <title>Support - QEMU</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="viewport" content="width=device-width"> <link href='https://fonts.googleapis.com/css?family=Roboto+Mono:300,400%7cRoboto:300,400,500' rel='stylesheet' type='text/css'> <link rel="apple-touch-icon" sizes="180x180" href="../assets/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="../assets/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../assets/favicons/favicon-16x16.png"> <link rel="manifest" href="../assets/favicons/manifest.json"> <link rel="mask-icon" href="../assets/favicons/safari-pinned-tab.svg" color="#5bbad5"> <meta name="msapplication-config" content="../assets/favicons/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <link rel="stylesheet" href="../assets/css/normalize.css" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" /> <link rel="stylesheet" href="../assets/css/skel-noscript.css?v=2" /> <link rel="stylesheet" href="../assets/css/style.css" /> <link rel="stylesheet" href="../assets/css/style-mobile.css" media="(max-width:699px)"/> <link rel="stylesheet" href="../assets/css/style-desktop.css" media="(min-width:700px)" /> <link rel="alternate" title="QEMU Blog (Atom feed)" href="../feed.xml" type="application/atom+xml" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> </head> <body> <!-- Nav --> <nav id="nav"> <ul> <li><a href="../">Home</a> </li><li ><a href="../download">Download</a> </li><li class='current'><a href="../support">Support</a> </li><li ><a href="../contribute">Contribute</a> </li><li ><a href="../documentation">Docs</a> </li><li><a href="https://wiki.qemu.org">Wiki</a> </li><li ><a href="../blog">Blog</a></li> </ul> </nav> <script> $('body').addClass('js'); $('#nav').hide().before('<div id="titleBar"><div><button role="button" aria-pressed="false" aria-controls="nav" aria-label="Toggle navigation bar"><span class="fa fa-lg fa-bars"></span></button></div></div>'); $('button[aria-controls="nav"]').click(function() { jqNav = $('#nav'); if ($(this).attr('aria-pressed') == 'true') { $(this).attr('aria-pressed', false); $('#nav, #titleBar>div').animate( { 'margin-left': '-=80%' }, { 'duration': 400 }); jqNav.promise().done(function() { jqNav.hide().css('margin-left', 0); }); } else { $(this).attr('aria-pressed', true); jqNav.css('margin-left', '-80%').show(); $('#nav, #titleBar>div').animate( { 'margin-left': '+=80%' }, { 'duration': 400 }); } }); </script> <div id="main"> <div class="container"> <header> <h1>Support</h1> </header> <p>If you have a support question that is not answered by our <a href="/documentation">documentation</a> you have a number of options available to you.</p> <p>If the question is specifically about the integration of QEMU with the rest of your Linux distribution you may be better served by asking through your distribution鈥檚 support channels. This includes questions about a specifically packaged version of QEMU. The QEMU developers are generally concerned with the latest release and the current state of the <a href="https://gitlab.com/qemu-project/qemu">master branch</a> and do not provide support for older releases or QEMU binaries shipped by third party distributions.</p> <p>Questions about complex configurations of networking and storage are usually met with a recommendation to use management tools like <a href="https://virt-manager.org/">virt-manager</a> from the <a href="https://libvirt.org/">libvirt project</a> to configure and run QEMU. Management tools handle the low-level details of setting up devices that most users should not need to learn.</p> <p>To get in touch with the people from the QEMU project, you have the following options:</p> <ul> <li> <p>There is a <a href="https://lists.nongnu.org/mailman/listinfo/qemu-discuss">qemu-discuss@nongnu.org</a> mailing list for user focused questions.<br /> If your question is more technical or architecture specific you may want to send your question to another of <a href="https://wiki.qemu.org/MailingLists">QEMU鈥檚 mailing lists</a></p> </li> <li> <p>A lot of developers hang around on IRC (network: irc.oftc.net, channel #qemu, also available via <a href="https://matrix.to/#/#_oftc_#qemu:matrix.org">Matrix</a>).<br /> QEMU developers tend to be available on working week days and are distributed around the world across all time zones. Please be patient as you may have to stay connected and wait for a response. If you can鈥檛 leave IRC open and wait you may also seek help in a mailing list.</p> </li> <li> <p>If you think you have found a bug you can report it on <a href="https://gitlab.com/qemu-project/qemu/-/issues">our bug tracker</a>.<br /> Please see our guide on <a href="/contribute/report-a-bug/">how to report a bug</a></p> </li> </ul> </div> </div> <div id="footer"> <div id="external-links"> <ul class="style"> <li><a href="http://qemu-advent-calendar.org">Advent calendar</a></li> <li><a href="https://planet.virt-tools.org/">Blog planet</a></li> <li><a href="https://www.linux-kvm.org/">KVM</a></li> <li><a href="http://libguestfs.org/">Libguestfs</a></li> <li><a href="https://libvirt.org/">Libvirt</a></li> <li><a href="https://xenproject.org">Xen</a></li> </ul> </div> <div id="edit-page"> <a href="https://gitlab.com/qemu-project/qemu-web/-/blob/master/support.md">page source</a> </div> <div id="conservancy"> QEMU is a member of <a href="../conservancy/">Software Freedom Conservancy</a> </div> <div id="sponsors"> QEMU has <a href="../sponsors/">sponsors</a> </div> <div id="licenses"> <a href="../license.html">Website licenses</a> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10