Go to file
Daniel P. Berrange 3babeb153c qemu-img: add support for --object command line arg
Allow creation of user creatable object types with qemu-img
via a new --object command line arg. This will be used to supply
passwords and/or encryption keys to the various block driver
backends via the recently added 'secret' object type.

 # printf letmein > mypasswd.txt
 # qemu-img info --object secret,id=sec0,file=mypasswd.txt \
      ...other info args...

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2016-02-22 09:50:04 +01:00
audio
backends
block quorum: fix segfault when read fails in fifo mode 2016-02-22 09:49:46 +01:00
bsd-user
contrib
crypto
default-configs hw: Add support for LSI SAS1068 (mptsas) device 2016-02-09 15:45:26 +01:00
disas
docs spec: add qcow2 bitmaps extension specification 2016-02-22 09:49:46 +01:00
dtc@65cc4d2748
fpu fpu: Use plain 'int' rather than 'int_fast16_t' for exponents 2016-02-19 16:27:22 +00:00
fsdev man: virtfs-proxy-helper: Rework awkward sentence 2016-02-11 15:15:46 +03:00
gdb-xml
hw etraxfs_dma: Dont forward zero-length payload to clients 2016-02-20 00:17:48 +01:00
include VFIO updates 2016-02-19 2016-02-19 17:44:24 +00:00
io io: convert QIOChannelBuffer to use uint8_t instead of char 2016-02-15 14:49:18 +00:00
libdecnumber libdecnumber: Clean up includes 2016-02-16 14:29:27 +00:00
linux-headers
linux-user
migration migration: fix incorrect memory_global_dirty_log_start outside BQL 2016-02-16 15:34:43 +01:00
nbd nbd: implement TLS support in the protocol negotiation 2016-02-16 17:16:28 +01:00
net
pc-bios s390x: remove s390-zipl.rom 2016-02-11 15:15:47 +03:00
pixman@87eea99e44
po
qapi qapi: Change visit_start_implicit_struct to visit_start_alternate 2016-02-19 11:08:57 +01:00
qga
qobject
qom qom: add helpers for UserCreatable object types 2016-02-16 17:12:57 +01:00
replay replay: Set error location properly when parsing options 2016-02-19 13:46:44 +01:00
roms
scripts qapi: Change visit_start_implicit_struct to visit_start_alternate 2016-02-19 11:08:57 +01:00
slirp
stubs all: Clean up includes 2016-02-16 14:29:28 +00:00
target-alpha tcg: Change tcg_global_mem_new_* to take a TCGv_ptr 2016-02-09 10:19:32 +11:00
target-arm target-arm: Add PMUSERENR_EL0 register 2016-02-18 14:26:20 +00:00
target-cris cris: Clean up includes 2016-02-16 14:29:26 +00:00
target-i386 target-i386: Implement FSGSBASE 2016-02-15 14:50:00 +11:00
target-lm32 tcg: Change tcg_global_mem_new_* to take a TCGv_ptr 2016-02-09 10:19:32 +11:00
target-m68k tcg: Change tcg_global_mem_new_* to take a TCGv_ptr 2016-02-09 10:19:32 +11:00
target-microblaze tcg: Change tcg_global_mem_new_* to take a TCGv_ptr 2016-02-09 10:19:32 +11:00
target-mips target-mips: Stop using uint_fast*_t types in r4k_tlb_t struct 2016-02-19 16:27:06 +00:00
target-moxie tcg: Change tcg_global_mem_new_* to take a TCGv_ptr 2016-02-09 10:19:32 +11:00
target-openrisc tcg: Change tcg_global_mem_new_* to take a TCGv_ptr 2016-02-09 10:19:32 +11:00
target-ppc target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVM 2016-02-17 09:59:30 +11:00
target-s390x tcg: Change tcg_global_mem_new_* to take a TCGv_ptr 2016-02-09 10:19:32 +11:00
target-sh4 tcg: Change tcg_global_mem_new_* to take a TCGv_ptr 2016-02-09 10:19:32 +11:00
target-sparc tcg: Change tcg_global_mem_new_* to take a TCGv_ptr 2016-02-09 10:19:32 +11:00
target-tilegx tcg: Change tcg_global_mem_new_* to take a TCGv_ptr 2016-02-09 10:19:32 +11:00
target-tricore tcg: Change tcg_global_mem_new_* to take a TCGv_ptr 2016-02-09 10:19:32 +11:00
target-unicore32 tcg: Change tcg_global_mem_new_* to take a TCGv_ptr 2016-02-09 10:19:32 +11:00
target-xtensa tcg: Change tcg_global_mem_new_* to take a TCGv_ptr 2016-02-09 10:19:32 +11:00
tcg tcg: Introduce temp_load 2016-02-09 10:45:34 +11:00
tests block: Fix -incoming with snapshot=on 2016-02-22 09:49:46 +01:00
trace
ui
util oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.h 2016-02-16 14:29:28 +00:00
.dir-locals.el
.exrc
.gitignore
.gitmodules
.mailmap
.travis.yml
accel.c
aio-posix.c
aio-win32.c
arch_init.c
async.c
balloon.c
block.c block: Fix -incoming with snapshot=on 2016-02-22 09:49:46 +01:00
blockdev-nbd.c nbd: enable use of TLS with nbd-server-start command 2016-02-16 17:17:49 +01:00
blockdev.c block: Fix -incoming with snapshot=on 2016-02-22 09:49:46 +01:00
blockjob.c blockjob: Fix hang in block_job_finish_sync 2016-02-09 13:52:26 +00:00
bootdevice.c
bt-host.c
bt-vhci.c
Changelog
CODING_STYLE
configure Xen 2016-02-12 2016-02-12 17:36:12 +00:00
COPYING
COPYING.LIB
cpu-exec-common.c
cpu-exec.c
cpus.c qapi: Don't box branches of flat unions 2016-02-19 11:08:57 +01:00
cputlb.c
device_tree.c device_tree: qemu_fdt_getprop_cell converted to use the error API 2016-02-19 09:42:30 -07:00
device-hotplug.c
disas.c
dma-helpers.c
dump.c
exec.c trivial patches for 2016-02-11 2016-02-11 15:09:33 +00:00
gdbstub.c
HACKING HACKING: Add a section on error handling and reporting 2016-02-09 13:19:49 +01:00
hmp-commands-info.hx
hmp-commands.hx
hmp.c qapi: Don't box branches of flat unions 2016-02-19 11:08:57 +01:00
hmp.h
iohandler.c
ioport.c
iothread.c
kvm-all.c kvm-all: trace: strerror fixup 2016-02-09 15:45:26 +01:00
kvm-stub.c
LICENSE
main-loop.c
MAINTAINERS MAINTAINERS: Add section for FPU emulation 2016-02-19 16:27:22 +00:00
Makefile nbd: convert block client to use I/O channels for connection setup 2016-02-16 17:13:22 +01:00
Makefile.objs
Makefile.target
memory_mapping.c
memory.c
module-common.c
monitor.c
numa.c
os-posix.c
os-win32.c
page_cache.c
qapi-schema.json
qdev-monitor.c
qdict-test-data.txt
qemu-bridge-helper.c
qemu-char.c char: fix handling of QIO_CHANNEL_ERR_BLOCK 2016-02-16 09:27:59 +01:00
qemu-doc.texi remove libtool support 2016-02-11 15:15:46 +03:00
qemu-ga.texi
qemu-img-cmds.hx qemu-img: add support for --object command line arg 2016-02-22 09:50:04 +01:00
qemu-img.c qemu-img: add support for --object command line arg 2016-02-22 09:50:04 +01:00
qemu-img.texi qemu-img: add support for --object command line arg 2016-02-22 09:50:04 +01:00
qemu-io-cmds.c
qemu-io.c qemu-io: add support for --object command line arg 2016-02-22 09:50:04 +01:00
qemu-nbd.c nbd: enable use of TLS with qemu-nbd server 2016-02-16 17:17:42 +01:00
qemu-nbd.texi nbd: enable use of TLS with qemu-nbd server 2016-02-16 17:17:42 +01:00
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx
qemu-seccomp.c
qemu-tech.texi
qemu-timer.c
qemu.nsi
qemu.sasl
qjson.c
qmp-commands.hx nbd: enable use of TLS with nbd-server-start command 2016-02-16 17:17:49 +01:00
qmp.c qom: add helpers for UserCreatable object types 2016-02-16 17:12:57 +01:00
qtest.c
README
rules.mak rules: filter out irrelevant files 2016-02-17 16:59:36 +02:00
softmmu_template.h
spice-qemu-char.c
tcg-runtime.c
tci.c
thread-pool.c
thunk.c
tpm.c
trace-events hw: Add support for LSI SAS1068 (mptsas) device 2016-02-09 15:45:26 +01:00
translate-all.c
translate-all.h
translate-common.c
user-exec.c
VERSION
version.rc
vl.c vl: Clean up machine selection in main(). 2016-02-19 13:46:44 +01:00
xen-common-stub.c
xen-common.c xen: drop XenXC and associated interface wrappers 2016-02-10 12:01:24 +00:00
xen-hvm-stub.c
xen-hvm.c xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2 2016-02-10 12:01:32 +00:00
xen-mapcache.c

         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

Complete details of the process for building and configuring QEMU for
all supported host platforms can be found in the qemu-tech.html file.
Additional information can also be found online via the QEMU website:

  http://qemu-project.org/Hosts/Linux
  http://qemu-project.org/Hosts/W32


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

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

   git clone git://git.qemu-project.org/qemu.git

When submitting patches, the preferred 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

  http://qemu-project.org/Contribute/SubmitAPatch
  http://qemu-project.org/Contribute/TrivialPatches


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:

  http://qemu-project.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
   http://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:

  http://qemu-project.org/Contribute/StartHere

-- End