Find a file
Philippe Mathieu-Daudé 4ce58d861b docker: Use a stable snapshot for Debian Sid
The Debian Sid repository is not garanteed to be stable, as his
'unstable' name suggest :)

To allow quick testing, Debian maintainers might push packages
various time a day. Sometime package dependencies might break,
which is annoying when using this repository for stable development
(which is not recommended, but Sid provides edge packages we use
for testing).

Debian provides repositories snapshots which are suitable for our
use. Pick a recent date that works. When required, update to newer
releases will be easy.

This fixes current issues with this image:

  $ make docker-image-debian-sid
  [...]
  The following packages have unmet dependencies:
   build-essential : Depends: dpkg-dev (>= 1.17.11) but it is not going to be installed
   git : Depends: perl but it is not going to be installed
         Depends: liberror-perl but it is not going to be installed
   pkg-config : Depends: libdpkg-perl but it is not going to be installed
   texinfo : Depends: perl (>= 5.26.2-6) but it is not going to be installed
             Depends: libtext-unidecode-perl but it is not going to be installed
             Depends: libxml-libxml-perl but it is not going to be installed
  E: Unable to correct problems, you have held broken packages.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20181101183705.5422-1-philmd@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
2019-01-09 09:38:34 +08:00
accel hw: apply accel compat properties without touching globals 2019-01-07 16:18:41 +04:00
audio audio/alsaaudio: Remove compiler check around pragma 2018-12-12 10:01:13 +01:00
backends hostmem: use object id for memory region name with >= 4.0 2019-01-07 16:18:42 +04:00
block block/nvme: optimize the performance of nvme driver based on vfio-pci 2019-01-09 09:38:34 +08:00
bsd-user
capstone@22ead3e0bf
chardev char: add a QEMU_CHAR_FEATURE_GCONTEXT flag 2018-12-12 09:55:57 +01:00
contrib contrib/rdmacm-mux: Add implementation of RDMA User MAD multiplexer 2018-12-22 11:09:56 +02:00
crypto crypto: support multiple threads accessing one QCryptoBlock 2018-12-12 11:16:49 +00:00
default-configs RISC-V Changes for 3.2, Part 1 2019-01-03 13:26:30 +00:00
disas disas: nanoMIPS: Add a note on documentation 2019-01-03 17:52:52 +01:00
docs nbd: Document timeline of various features 2019-01-04 17:41:28 -06:00
dtc@88f18909db
fpu hardfloat: implement float32/64 comparison 2018-12-17 08:25:25 +00:00
fsdev 9p: remove support for the "handle" backend 2018-12-12 14:18:10 +01:00
gdb-xml
hw usb: generic sysbus ehci, bugfixes. 2019-01-08 16:07:32 +00:00
include usb: generic sysbus ehci, bugfixes. 2019-01-08 16:07:32 +00:00
io io: return 0 for EOF in TLS session read after shutdown 2018-11-19 11:16:46 -06:00
libdecnumber
linux-headers
linux-user linux-user: Add safe_syscall for riscv64 host 2018-12-26 06:40:02 +11:00
migration qmp hmp: Make system_wakeup check wake-up support and run state 2018-12-18 07:55:47 +01:00
nbd nbd/client: Drop pointless buf variable 2019-01-05 07:53:22 -06:00
net colo: check chardev can switch context 2018-12-12 09:55:57 +01:00
pc-bios pc-bios: Update palcode-clipper 2019-01-08 12:12:51 +10:00
po
qapi qapi: Define new QMP message for pvrdma 2018-12-22 11:09:56 +02:00
qga Trivial patches (2018-12-18) 2018-12-19 15:31:02 +00:00
qobject json: Fix to reject duplicate object member names 2018-12-13 19:20:11 +01:00
qom qdev-props: call object_apply_global_props() 2019-01-07 16:18:42 +04:00
replay
roms pc-bios: Update palcode-clipper 2019-01-08 12:12:51 +10:00
scripts qapi: fix flat union on uncovered branches conditionals 2018-12-18 07:57:36 +01:00
scsi file-posix: Switch to .bdrv_co_ioctl 2018-12-14 11:52:41 +01:00
slirp slirp: fork_exec(): create and connect child socket before fork() 2018-11-10 15:07:53 +01:00
stubs
target target/alpha: Fix user-only initialization of fpcr 2019-01-08 09:04:30 +10:00
tcg tcg: Improve call argument loading 2018-12-26 06:58:43 +11:00
tests docker: Use a stable snapshot for Debian Sid 2019-01-09 09:38:34 +08:00
trace trace: simple style changes 2018-12-12 10:04:59 +00:00
ui ui/cocoa: Include less of the generated modular QAPI headers 2019-01-08 12:30:50 +00:00
util qemu-thread: Don't block SEGV, ILL and FPE 2019-01-08 12:34:46 +00:00
.dir-locals.el
.editorconfig
.exrc
.gdbinit
.gitignore qapi: Reduce Makefile boilerplate 2018-12-11 18:28:46 +01:00
.gitmodules gitmodules: use 'https://' instead of 'git://' 2018-11-12 11:26:02 +00:00
.gitpublish
.mailmap maint: Grammar fix to mailmap 2018-12-11 18:35:54 +01:00
.shippable.yml .shippable.yml: disable the win cross tests 2018-12-17 13:02:12 +00:00
.travis.yml .travis.yml: split MacOSX builds and reduce target list 2018-11-14 10:20:23 +00:00
arch_init.c
balloon.c
block.c block: Assert that flags are up-to-date in bdrv_reopen_prepare() 2018-12-14 11:55:02 +01:00
blockdev-nbd.c
blockdev.c error: Remove NULL checks on error_propagate() calls 2018-12-18 14:57:48 +01:00
blockjob.c
bootdevice.c
bt-host.c
bt-vhci.c
Changelog
CODING_STYLE
configure util: Implement debug-threads for macOS 2019-01-08 12:34:46 +00:00
COPYING
COPYING.LIB
cpus-common.c
cpus.c cpus.c: Fix race condition in cpu_stop_current() 2019-01-07 15:23:47 +00:00
device-hotplug.c
device_tree.c device_tree.c: Don't use load_image() 2018-12-14 13:30:52 +00:00
disas.c disas: Add RISC-V support 2018-12-26 06:40:02 +11:00
dma-helpers.c
dump.c
exec.c Rename cpu_physical_memory_write_rom() to address_space_write_rom() 2018-12-14 13:30:48 +00:00
gdbstub.c gdbstub: add multiprocess extension support 2019-01-07 15:23:46 +00:00
gitdm.config contrib: add a basic gitdm config 2018-12-17 08:25:10 +00:00
HACKING
hmp-commands-info.hx
hmp-commands.hx Deprecate HMP cpu-add 2018-12-11 15:45:22 -02:00
hmp.c qmp hmp: Make system_wakeup check wake-up support and run state 2018-12-18 07:55:47 +01:00
hmp.h
ioport.c
iothread.c
job-qmp.c
job.c job: Fix off-by-one assert checks for JobSTT and JobVerbTable 2018-11-12 17:49:21 +01:00
LICENSE
MAINTAINERS MAINTAINERS: Add ARM-related files for hw/[misc|input|timer]/ 2019-01-07 15:23:47 +00:00
Makefile contrib/rdmacm-mux: Add implementation of RDMA User MAD multiplexer 2018-12-22 11:09:56 +02:00
Makefile.objs hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheral 2019-01-07 15:23:47 +00:00
Makefile.target configure: Remove old -fno-gcse workaround for GCC 4.6.x and 4.7.[012] 2018-12-12 10:01:12 +01:00
memory.c
memory_ldst.inc.c
memory_mapping.c
module-common.c
monitor.c miscellaneous patches: 2018-12-16 16:32:43 +00:00
numa.c
os-posix.c
os-win32.c
qdev-monitor.c
qdict-test-data.txt
qemu-bridge-helper.c
qemu-deprecated.texi hw/i386: Remove deprecated machines pc-0.10 and pc-0.11 2018-12-20 11:19:12 -05:00
qemu-doc.texi
qemu-edid.c
qemu-ga.texi
qemu-img-cmds.hx
qemu-img.c qemu-img: Fix leak 2018-11-21 15:17:46 +01:00
qemu-img.texi
qemu-io-cmds.c block: Remove flags parameter from bdrv_reopen_queue() 2018-12-14 11:55:02 +01:00
qemu-io.c
qemu-keymap.c
qemu-nbd.c qemu-nbd: Fail earlier for -c/-d on non-linux 2019-01-05 07:50:22 -06:00
qemu-nbd.texi
qemu-option-trace.texi
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx util: Implement debug-threads for macOS 2019-01-08 12:34:46 +00:00
qemu-seccomp.c
qemu-tech.texi
qemu.nsi
qemu.sasl
qmp.c qmp hmp: Make system_wakeup check wake-up support and run state 2018-12-18 07:55:47 +01:00
qtest.c qtest: Add set_irq_in command to set IRQ/GPIO level 2019-01-07 15:23:47 +00:00
README README: use 'https://' instead of 'git://' 2018-11-12 11:26:02 +00:00
replication.c
replication.h
rules.mak
thunk.c
tpm.c
trace-events
VERSION Open 4.0 development tree 2018-12-11 17:27:58 +00:00
version.rc
vl.c qdev-props: remove errp from GlobalProperty 2019-01-07 16:18:42 +04:00
win_dump.c
win_dump.h

         QEMU README
         ===========

QEMU is a generic and open source machine & userspace emulator and
virtualizer.

QEMU is capable of emulating a complete machine in software without any
need for hardware virtualization support. By using dynamic translation,
it achieves very good performance. QEMU can also integrate with the Xen
and KVM hypervisors to provide emulated hardware while allowing the
hypervisor to manage the CPU. With hypervisor support, QEMU can achieve
near native performance for CPUs. When QEMU emulates CPUs directly it is
capable of running operating systems made for one machine (e.g. an ARMv7
board) on a different machine (e.g. an x86_64 PC board).

QEMU is also capable of providing userspace API virtualization for Linux
and BSD kernel interfaces. This allows binaries compiled against one
architecture ABI (e.g. the Linux PPC64 ABI) to be run on a host using a
different architecture ABI (e.g. the Linux x86_64 ABI). This does not
involve any hardware emulation, simply CPU and syscall emulation.

QEMU aims to fit into a variety of use cases. It can be invoked directly
by users wishing to have full control over its behaviour and settings.
It also aims to facilitate integration into higher level management
layers, by providing a stable command line interface and monitor API.
It is commonly invoked indirectly via the libvirt library when using
open source applications such as oVirt, OpenStack and virt-manager.

QEMU as a whole is released under the GNU General Public License,
version 2. For full licensing details, consult the LICENSE file.


Building
========

QEMU is multi-platform software intended to be buildable on all modern
Linux platforms, OS-X, Win32 (via the Mingw64 toolchain) and a variety
of other UNIX targets. The simple steps to build QEMU are:

  mkdir build
  cd build
  ../configure
  make

Additional information can also be found online via the QEMU website:

  https://qemu.org/Hosts/Linux
  https://qemu.org/Hosts/Mac
  https://qemu.org/Hosts/W32


Submitting patches
==================

The QEMU source code is maintained under the GIT version control system.

   git clone https://git.qemu.org/git/qemu.git

When submitting patches, one common approach is to use 'git
format-patch' and/or 'git send-email' to format & send the mail to the
qemu-devel@nongnu.org mailing list. All patches submitted must contain
a 'Signed-off-by' line from the author. Patches should follow the
guidelines set out in the HACKING and CODING_STYLE files.

Additional information on submitting patches can be found online via
the QEMU website

  https://qemu.org/Contribute/SubmitAPatch
  https://qemu.org/Contribute/TrivialPatches

The QEMU website is also maintained under source control.

  git clone https://git.qemu.org/git/qemu-web.git
  https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/

A 'git-publish' utility was created to make above process less
cumbersome, and is highly recommended for making regular contributions,
or even just for sending consecutive patch series revisions. It also
requires a working 'git send-email' setup, and by default doesn't
automate everything, so you may want to go through the above steps
manually for once.

For installation instructions, please go to

  https://github.com/stefanha/git-publish

The workflow with 'git-publish' is:

  $ git checkout master -b my-feature
  $ # work on new commits, add your 'Signed-off-by' lines to each
  $ git publish

Your patch series will be sent and tagged as my-feature-v1 if you need to refer
back to it in the future.

Sending v2:

  $ git checkout my-feature # same topic branch
  $ # making changes to the commits (using 'git rebase', for example)
  $ git publish

Your patch series will be sent with 'v2' tag in the subject and the git tip
will be tagged as my-feature-v2.

Bug reporting
=============

The QEMU project uses Launchpad as its primary upstream bug tracker. Bugs
found when running code built from QEMU git or upstream released sources
should be reported via:

  https://bugs.launchpad.net/qemu/

If using QEMU via an operating system vendor pre-built binary package, it
is preferable to report bugs to the vendor's own bug tracker first. If
the bug is also known to affect latest upstream code, it can also be
reported via launchpad.

For additional information on bug reporting consult:

  https://qemu.org/Contribute/ReportABug


Contact
=======

The QEMU community can be contacted in a number of ways, with the two
main methods being email and IRC

 - qemu-devel@nongnu.org
   https://lists.nongnu.org/mailman/listinfo/qemu-devel
 - #qemu on irc.oftc.net

Information on additional methods of contacting the community can be
found online via the QEMU website:

  https://qemu.org/Contribute/StartHere

-- End